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
If you want plotting functionality you also need to install gnuplot via your package manager (e.g., `sudo apt install gnuplot`).
20
+
If you want plotting functionality you also need to install gnuplot via your package manager (e.g., `sudo apt install gnuplot` or `brew install gnuplot`).
21
21
22
22
## Usage
23
23
@@ -80,4 +80,4 @@ Afterwards a gnuplot window pops up and visualizes the data:
80
80
## Alternatives
81
81
82
82
-`pidstat` from the [sysstat package](https://github.com/sysstat/sysstat/) for pure recording, no plotting - written in C and probably available in most distro package managers
83
-
-[psrecord](https://github.com/astrofrog/psrecord) a nice python tool for recording and plotting (using `matplotlib`) - installation via `pip`
83
+
-[psrecord](https://github.com/astrofrog/psrecord) a nice python tool for recording and plotting (using `matplotlib`) - installation via `pip`
0 commit comments