xref: /OK3568_Linux_fs/buildroot/package/cpuload/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CPULOAD
2	bool "cpuload"
3	help
4	  cpuload is a simple tool to obtain intuitive vision of CPU
5	  load (including total, user, system, irq and softirq) within a
6	  certain time, which is especially useful for embedded system
7	  without GUI.
8
9	  https://github.com/kelvincheung/cpuload
10