Merge pull request #1037 from Moonlight-Angel/cpu-frequency

Add cpu min/max/avg frequencies
This commit is contained in:
Alex
2021-03-25 12:09:42 +01:00
committed by GitHub
5 changed files with 60 additions and 1 deletions

View File

@ -79,6 +79,12 @@ The *cpu* module displays the current cpu utilization.
*{usage}*: Current cpu usage.
*{avg_frequency}*: Current cpu average frequency (based on all cores) in GHz.
*{max_frequency}*: Current cpu max frequency (based on the core with the highest frequency) in GHz.
*{min_frequency}*: Current cpu min frequency (based on the core with the lowest frequency) in GHz.
# EXAMPLE
```