Difference between revisions of "Plugin:CPUFreq"
From collectd Wiki
(ClvLrgNi) |
m (Add "Needs Info" category to CPUFreq plugin page) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Infobox Plugin | |
+ | | Name=CPUFreq | ||
+ | | Type=read | ||
+ | | Callbacks={{Callback|init}}, {{Callback|read}} | ||
+ | | Status={{supported}} | ||
+ | | FirstVersion={{Version|3.4}} | ||
+ | | Copyright=''2005–2007'' Peter Holik | ||
+ | | License={{GPLv2+}} | ||
+ | | Manpage=''n/a'' | ||
+ | }} | ||
+ | == Description == | ||
+ | |||
+ | The <em>CPUFreq</em> plugin collects the current CPU's frequency, mostly for mobile computers. | ||
+ | |||
+ | == Example graph == | ||
+ | |||
+ | [[Image:Plugin-cpufreq.png]] | ||
+ | |||
+ | == Dependencies == | ||
+ | |||
+ | * Linux | ||
+ | ** <code>/sys/devices/system/cpu/cpu<em>0</em>/cpufreq/scaling_cur_freq</code> | ||
+ | |||
+ | [[Category:Plugins]] | ||
+ | [[Category:Needs Info]] | ||
+ | {{DEFAULTSORT:Cpufreq}} |
Latest revision as of 14:18, 20 March 2020
CPUFreq plugin | |
---|---|
Type: | read |
Callbacks: | init, read |
Status: | supported |
First version: | 3.4 |
Copyright: | 2005–2007 Peter Holik |
License: | GPLv2+ |
Manpage: | n/a |
List of Plugins |
Description
The CPUFreq plugin collects the current CPU's frequency, mostly for mobile computers.
Example graph
Dependencies
- Linux
-
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
-