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

2 Replies

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.

@tetranz:

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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct