Projects/_posts/2022-07-17-cpufreq-plot.md

13 lines
281 B
Markdown
Raw Normal View History

2022-07-21 22:32:08 +00:00
---
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)