Projects/_posts/2022-07-17-cpufreq-plot.md
2022-07-22 00:32:08 +02:00

13 lines
281 B
Markdown

---
title: Python CPU frequency plotter
---
A simple python script to plot the CPU frequency on linux
## run with optional arguments:
cpufreq-plot \<interval\> \<time\>
- interval in milliseconds
- time in seconds
### [View on Github](https://github.com/Surferlul/cpufreq-plot)