pyroscope-io / pyroscope
- четверг, 4 марта 2021 г. в 00:27:09
🔥 Continuous Profiling Platform 🔥 Debug performance issues down to a single line of code
Pyroscope is an open source continuous profiling platform. It will help you:
# install pyroscope
brew install pyroscope-io/brew/pyroscope
# start pyroscope server:
pyroscope server
# in a separate tab, start profiling your app:
pyroscope exec python manage.py runserver
# If using Pyroscope cloud add flags for server address and auth token
# pyroscope exec -server-address "https://your_company.pyroscope.cloud" -auth-token "ps-key-1234567890" python manage.py runserver
For more information on how to use Pyroscope with other programming languages, install it on Linux, or use it in production environment, check out our documentation:
You can download the latest version of pyroscope for macOS, linux and Docker from our Downloads page.
Let us know what other integrations you want to see in our slack.
To start contributing, check out our Contributing Guide