Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
978 views

How to get the system ioWait

How can i get the systems ioWait? This would be preferable by using info the /proc interface( i guess its written somewhere in there) so an app could detect this, but an external call to exec() from ...
1
vote
3answers
4k views

Debugging 100% iowait problem in linux

I've been trying to trace down why I have 100% iowait on my box. If I do something like a mysql select query, system goes to 100% iowait (on more than one cpu on my server,) which kills my watchdogs ...
0
votes
1answer
1k views

Differentiating IOWAIT in Linux

I'm working on a monitoring agent that works with systems using the Linux kernel. By opening /proc/stat , you can easily tell how much time one one or all CPUs (aggregate) is burning waiting for I/O ...