-
Notifications
You must be signed in to change notification settings - Fork 3
cpuload is a tool to record and graph cpu load.
License
kelvincheung/cpuload
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
cpuload 0.3 Copyright (C) 2012 Kelvin Cheung <[email protected]> https://github.com/kelvincheung/cpuload WHAT IS THIS? ============= cpuload is a simple tool to obtain intuitive vision of CPU load (including total, user, system, irq and softirq) within a certain time, which is especially useful for embedded system without GUI. It is tested with Linux 2.6. Note that, cpuload is Linux specific -- it is based on the Linux /proc filesystem. Thanks to Hisham Muhammad. The code of getting CPU load is derived from 'htop' (http://htop.sourceforge.net). Thanks to Zack T Smith. The code of graphing is derived from 'bandwidth' (http://zsmith.co/bandwidth.html). SOURCE CODE =========== git clone git://github.com/kelvincheung/cpuload.git INSTALLATION ============ ./configure make make install See the file INSTALL for compilation and installation instructions. USAGE ===== Please run `cpuload -h` for a list and explanation of options.
About
cpuload is a tool to record and graph cpu load.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published