Linux CPU States and there meaning
Understanding what the Linux “top” command reports on. From shell, simply use:
top
for a plethora of system usage statistics, extremely useful for keeping an eye on resources.
us: userspace - what you’re running above the kernel
sy: system calls - what is running inside the kernel
ni: reniced processes
id: idle
wa: waiting for i/o
hi: hardware interrupts - how much time is spent dealing with hardware
si: software interrupts - how much time is spent dealing with software-created interrupts (system calls, etc.)
Related Articles
- 14.02.11: Perl files download instead of executing / processing (fixed) (0)
- 22.03.11: Make 'Ship to This Address' Default in Magento Checkout (3)
- 24.02.11: Add site name to title Joomla (0)
- 25.02.11: Delete failed: *.php Joomla! (1)
- 08.04.11: Coupon Code in Order Confirmation Email - Magento (5)









Comments RSS Feed





Leave a comment