| Author |
Message |
tetranz
Joined: 29 Oct 2003
Posts: 43
|
| Posted: Sat Mar 20, 2004 10:13 am Post subject: Load averages and intepreting process info |
|
|
Hi all
If top shows a high load average, how do I see if something unreasonable is happening on my linode or its just that host very busy. In other words, how do I tell if I'm the culprit taking more than my fair share?
If we assume that the bottleneck is disk i/o which Chris's comments suggest it is, then should I look for STAT = D in a ps aux output. If there aren't any, then is it safe to assume that I'm not causing the problem? Are there other things I should look for?
Cheers
Ross |
|
| Back to top |
|
asura
Joined: 03 Jan 2004
Posts: 71
Location: Oregon
|
| Posted: Sat Mar 20, 2004 1:12 pm Post subject: |
|
|
| One of the things I keep an eye out for is CPU %. If a process is usually an extraordinary amount of CPU time and % then I start to wonder why, and usually end of killing it. |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2386
Location: Galloway, NJ
|
| Posted: Sat Mar 20, 2004 4:03 pm Post subject: Re: Load averages and intepreting process info |
|
|
tetranz wrote: If top shows a high load average, how do I see if something unreasonable is happening on my linode or its just that host very busy. In other words, how do I tell if I'm the culprit taking more than my fair share?
Hey Ross. Do "vmstat 1" and look for high numbers (tens of thousands) under the "si" and "so" columns. That indicates that you're thrashing your swap.
-Chris |
|
| Back to top |
|
| |