Tagged Questions
The iostat tag has no wiki summary.
9
votes
2answers
5k views
What Process is using all of my disk IO
If I use "top" I can see what CPU is busy and what process is using all of my CPU.
If I use "iostat -x" I can see what drive is busy.
But how do I see what process is using all of the drive's ...
5
votes
6answers
854 views
Tool which shows me which files are written in Linux?
I found in IOStat, that some part of my application is writing extensively, but I don't know which process it is and what files it is writing to. In Vista there is a tool fo that which shows the files ...
4
votes
8answers
7k views
Map sd?/sdd? names to Solaris disk names?
Some commands in Solaris (such as iostat) report disk related information using disk names such as sd0 or sdd2. Is there a consistent way to map these names back to the standard /dev/dsk/c?t?d?s? disk ...
3
votes
3answers
2k views
How to interpret iostat?
I track a lot of parameters on my Server and the only thing I can't realy put in perspective is the IOstat. It is a MySQL Server, is this a good result, or should I worry?
root:/var/lib/mysql# iostat ...
2
votes
2answers
2k views
Tuning Nginx/CentOS for server lots of static content
I have a linux machine 64bit (centos5.5), 2.83GHz Q9550, 6gb ram and a single SATA 500gb drive.
From this machine I only serve thumbnails, most around 10kb in size and at this point there are about 7 ...
1
vote
1answer
47 views
dtrace scripts io counters per NFS mount
I need to measure performance counters per NFS mount I have on my Nexenta machine (Based on OpenSolaris).
iostat is great, the problem is that it count by devices and not at the NFS level.
Is there ...
1
vote
0answers
92 views
Write IO breakups on linux?
My application is using O_DIRECT for flushing 2MB worth of data directly to a 3-way-stripe storage (mounted as an lvm volume)..
I am getting a very pathetic write speed on this storage. The iostat ...
0
votes
0answers
33 views
How to Interpret I/O on ksar, sar
Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
sda 0.01 1.38 0.02 0.51 0.37 7.56 29.42 0.02 31.72 6.15 ...
0
votes
0answers
26 views
disk activity monitoring utility at millisecond granularity
I am working on a project, where I need to see the effects of workloads on disk.
SAR and IOSTAT gives disk activity monitoring but granularity is 1 second, I am looking for some method to report ...
0
votes
1answer
44 views
Linux DB2 server exhibit extreme load
We have a DB2 Server running on a SLES 11 server (novell) on x64 and every once in a while it will exhibit extreme load... and by extreme im mostly being conservative.
This server has 256GB or RAM ...
0
votes
1answer
360 views
FreeBSD iostat - How to tell if there's a problem? [closed]
I run a FreeBSD NFS server and recently I've been having odd issues throughout the cluster (the Apache servers are hanging in "lockf" state when loading files from the NFS share, etc).
I'm fairly new ...
0
votes
2answers
194 views
grep -v and -B|-A|-C not working together
I need to scan the output of iostat -En on a Solaris machine such that when a disk with errors is found, two lines about that disk are sent to the final output. This works fine so far using
iostat ...
0
votes
2answers
125 views
System Wide I/O Statistics
In earlier versions of "vmstat", the device minor version was used to determine whether it was a partition or a disk (0 => disk and >0 => partition)). Am I not correct?
Then, from kernel version ...
0
votes
3answers
972 views
How do I get the output of iostat as a graph in Solaris 9
Is there a built-in/custom script available?