- How does one increase or decrease the frequency scaling factor , or turn off frequecy scaling ?
- how to turn ON or OFF cpuidle state ?
- how to switch between tickless and non-tickless ?
- how to make sense of the data obtained form commands like top , memstat, iostat, netstat etc
- how to turn ON/OFF power management option ?
- how to manipulate the cpu governors ?
views:
114answers:
1
+1
A:
- See Documentation/cpu-freq/core.txt in the Linux kernel source tree.
- See Documentation/cpuidle/core.txt
- Linux cmdline parameters "nohz=on" or "nohz=off".
- See #1. In short: sysfs. There's a fair amount of stuff in that directory, actually.
Andy Grover
2009-10-27 22:18:33
Thank you Andy :)
Sharat Chandra
2009-10-28 02:11:00