Install Pyroscope on macOS
This guide will help you install Pyroscope Server on macOS.
#
InstallInstall Pyroscope Server with pyroscope-io/brew/pyroscope
:
brew install pyroscope-io/brew/pyroscope
tip
To find out about other ways of installing Pyroscope, or to find packages for other CPU architectures (e.g ARM) visit our Downloads page.
To start pyroscope server and register it to launch at login (on boot), run the following command:
brew services start pyroscope
#
Verify the installationAfter you start the server you should be able to open http://localhost:4040/ and see that pyroscope server is profiling itself (pyroscope.server.cpu
application).
note
By default pyroscope server sends anonymized usage data to Pyroscope team. This helps us understand how people use Pyroscope and prioritize features accordingly. We take privacy of our users very seriously and only collect high-level stats such as number of apps added, types of spies used, etc. Source code for the analytics module is available on Github.
#
Next steps- Authentication: Refer to Server Authentication page to learn more about how to Authenticate via Google, Github, Gitlab, etc.
- Pyroscope server configuration: Refer to Configuration page to learn more about Pyroscope Server and how to configure it.