Results 1 to 3 of 3
Hello
I'm having a hard time finding what some of the fields mean when
running "top" and "vmstat" on a Debian host:
====== top ===============
Code:
Cpu(s): 78.8% us, 18.7% ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-08-2008 #1Linux Newbie
- Join Date
- Nov 2007
- Posts
- 127
Meaning of some infos from top and vmstat?
Hello
I'm having a hard time finding what some of the fields mean when
running "top" and "vmstat" on a Debian host:
====== top ===============
====== vmstat ===============Code:Cpu(s): 78.8% us, 18.7% sy, 0.0% ni, 0.7% id, 0.3% wa, 0.5% hi, 1.0% si Mem: 1015484k total, 993344k used, 22140k free, 76920k buffers Swap: 514040k total, 101032k used, 413008k free, 208496k cached => What do wa/hi/si mean? => What is "cached" swap?
=> What do bi/bo mean for "io"? Bytes in/out?Code:procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 9 0 0 55588 87548 329824 0 0 166 292 369 896 69 17 5 9
=> What do in/cs mean for "system"?
Thank you.
- 01-13-2008 #2
Hey,
These are the meanings:-
IO:
bi: Blocks received from a block device (blocks/s).
bo: Blocks sent to a block device (blocks/s).System
in: The number of interrupts per second, including the clock.
cs: The number of context switches per second.Regards,
who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html
- 01-13-2008 #3Linux Newbie
- Join Date
- Nov 2007
- Posts
- 127
Thanks a lot !


Reply With Quote
