13 lines
281 B
Markdown
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)
|