
11-15-2011, 04:25 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,339
|
|
Quote:
Originally Posted by Mr_Parham
how can i find the I/O wait ??
|
run 'top' from command line. i/o wait is at the top of your screen as follows (in bold):
%
Quote:
top - 19:22:00 up 15 days, 3:18, 7 users, load average: 2.74, 2.45, 2.78
Tasks: 278 total, 1 running, 277 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.5%us, 21.2%sy, 0.0%ni, 73.4%id, 4.9%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 8171948k total, 8129524k used, 42424k free, 29964k buffers
Swap: 0k total, 0k used, 0k free, 7093344k cached
...
...
|
|