cpu-load.rst (0898782247ae533d1f4e47a06bc5d4870931b284) | cpu-load.rst (0c1bc6b84525b96aa9fb8f6fbe8c5cb26a5c0ead) |
---|---|
1======== 2CPU load 3======== 4 5Linux exports various bits of information via ``/proc/stat`` and 6``/proc/uptime`` that userland tools, such as top(1), use to calculate 7the average time system spent in a particular state, for example:: 8 --- 91 unchanged lines hidden (view full) --- 100 return 0; 101 } 102 103 104References 105---------- 106 107- http://lkml.org/lkml/2007/2/12/6 | 1======== 2CPU load 3======== 4 5Linux exports various bits of information via ``/proc/stat`` and 6``/proc/uptime`` that userland tools, such as top(1), use to calculate 7the average time system spent in a particular state, for example:: 8 --- 91 unchanged lines hidden (view full) --- 100 return 0; 101 } 102 103 104References 105---------- 106 107- http://lkml.org/lkml/2007/2/12/6 |
108- Documentation/filesystems/proc.txt (1.8) | 108- Documentation/filesystems/proc.rst (1.8) |
109 110 111Thanks 112------ 113 114Con Kolivas, Pavel Machek | 109 110 111Thanks 112------ 113 114Con Kolivas, Pavel Machek |