Tagged Questions
6
votes
2answers
264 views
Mysterious write IO
I am just reviewing the disk IO of a XEN VM server. I stumbled across a DomU that has constant write traffic.
To narrow that traffic further down I logged in to the DomU (CentOS 5, 64 Bit) and ...
1
vote
0answers
349 views
GNU/Linux, IO performance problems
I have some problems with my system performance. As I was adviced here, I used sar:
$sar -u 5
and found out that the problems are caused by a low HDD performance, as I supposed (high %iowait).
...
6
votes
3answers
1k views
How can I monitor disk I/O in a particular directory?
I've got a few processes with a known name that all write to files in a single directory. I'd like to log the number of disk block reads and writes over a period (not just file access) to test whether ...
4
votes
1answer
443 views
“Split I/O”s on a Linux VM, disk alignment
I'm trying to figure out if there's some way I can tell if a system is being adversely affected by disk misalignment -- i.e. when I do a disk I/O operation, it actually needs to request extra blocks ...