duanshuaimin / pyroscope

πŸ”₯ Continuous Profiling Platform πŸ”₯ Debug performance issues down to a single line of code

Home Page:https://pyroscope.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyroscope

Go Tests Status JS Tests Status Go Report Apache 2 License Latest release DockerHub GoDoc

Website β€’ Docs β€’ Demo β€’ Examples β€’ Slack β€’ Cloud

Read this in other languages.

δΈ­ζ–‡ (Simplified)

Pyroscope is an open source continuous profiling platform. It will help you:

  • Find performance issues in your code
  • Resolve issues with high CPU utilization
  • Understand the call tree of your application
  • Track changes over time

πŸ”₯ Pyroscope Live Demo πŸ”₯

Pyroscope GIF Demo

Features

  • Can store years of profiling data from multiple applications
  • You can look at years of data at a time or zoom in on specific events
  • Low CPU overhead
  • Efficient compression, low disk space requirements
  • Snappy UI
  • Support for Go, Ruby and Python

Try Pyroscope locally in 3 steps:

# 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 Python
pyroscope exec rails server               # If using Ruby

# 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

Documentation

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:

Deployment Diagram

Deployment Diagram

Downloads

You can download the latest version of pyroscope for macOS, linux and Docker from our Downloads page.

Supported Integrations

  • Ruby
  • Python
  • Go
  • Linux eBPF
  • Node (coming soon)

Let us know what other integrations you want to see in our slack.

Cloud

Pyroscope Cloud is a fully-managed, continous profiling service powered by Pyroscope team. It is the fastest, easiest way to start using Pyroscope.

Special Offer: first 100 users get 3 months of Pyroscope Cloud for free. Create a server here.

Contributing

To start contributing, check out our Contributing Guide

Thanks to the contributors of Pyroscope!

About

πŸ”₯ Continuous Profiling Platform πŸ”₯ Debug performance issues down to a single line of code

https://pyroscope.io/

License:Apache License 2.0


Languages

Language:Go 68.2%Language:JavaScript 23.1%Language:SCSS 4.6%Language:Shell 2.0%Language:Dockerfile 0.9%Language:Makefile 0.8%Language:Ruby 0.2%Language:HTML 0.2%