Difference between revisions of "Plugin:CPUFreq"
From collectd Wiki
(ClvLrgNi) |
m (Reverted edits by 213.77.31.2 (Talk) to last revision by 210.48.147.2) |
||
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. | ||
+ | |||
+ | I'm not easily imrpsesed. . . but that's impressing me! :) | ||
+ | |||
+ | == Dependencies == | ||
+ | |||
+ | * Linux | ||
+ | ** <code>/sys/devices/system/cpu/cpu<em>0</em>/cpufreq/scaling_cur_freq</code> | ||
+ | |||
+ | [[Category:Plugins]] | ||
+ | {{DEFAULTSORT:Cpufreq}} |
Revision as of 16:28, 29 April 2011
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.
I'm not easily imrpsesed. . . but that's impressing me! :)
Dependencies
- Linux
-
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
-