You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-21Lines changed: 7 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,38 +42,24 @@ Pyroscope is an open source continuous profiling platform. It will help you:
42
42
* Low CPU overhead
43
43
* Efficient compression, low disk space requirements
44
44
* Snappy UI
45
+
* Support for Go, Ruby and Python
45
46
46
-
## Installation
47
+
## Try pyroscope locally in 3 steps:
47
48
48
-
#### on macOS:
49
49
```shell
50
+
# install pyroscope
50
51
brew install pyroscope-io/brew/pyroscope
51
-
```
52
-
## Try Pyroscope Locally
53
-
54
-
### Step 1 — Start Pyroscope Server
55
52
56
-
#### on macOS / Linux:
57
-
```shell
53
+
# start pyroscope server:
58
54
pyroscope server
59
-
```
60
-
61
-
#### with Docker:
62
-
```shell
63
-
docker run -it -p 4040:4040 pyroscope/pyroscope:latest server
64
-
```
65
-
66
-
### Step 2 — Profile Your Application
67
55
68
-
Add `pyroscope exec` before the command you use to start your app:
69
-
70
-
```
56
+
# in a separate tab, start profiling your app:
71
57
pyroscope exec python manage.py runserver
72
58
```
73
59
74
-
### More Documentation
60
+
## Documentation
75
61
76
-
For information on how to install it on Linux or use it in production environment check out our documentation:
62
+
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:
0 commit comments