tracking process that access a LVM on redhat

31 views
Skip to first unread message

stef35

unread,
Apr 17, 2013, 12:41:33 PM4/17/13
to dim...@googlegroups.com
hello all

i was wondering if one of you had already made an add on about tracking the processes  that access the most a file system on redhat.
I have a LVM that is 100% busy and i would like to know how it is used (which processes access it and how:(r,w)°

Thank you for any suggestions
Stephane

Dimitri

unread,
Apr 18, 2013, 6:04:37 AM4/18/13
to dim...@googlegroups.com
Hi Stephane,

all you need is DTrace ;-))

otherwise, the first reflex is "perf top" to see what is really active
and may clarify the source of activity..

then scanning /proc/PID/io for most active processes on IO activity..
(in the pas I wanted to add an IO column to my psSTAT for Linux, but
time was short and "io" info within /proc was not yet widely available
ob Linux distros)..

Rgds,
-Dimitri
> --
> You received this message because you are subscribed to the Google Groups
> "dim_STAT" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dimstat+u...@googlegroups.com.
> To post to this group, send email to dim...@googlegroups.com.
> Visit this group at http://groups.google.com/group/dimstat?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

stephane

unread,
Apr 19, 2013, 10:28:01 AM4/19/13
to dim...@googlegroups.com
Cheers Dimitry

I had found fuser command, bit it seems dtrace is more powerfull.
Reply all
Reply to author
Forward
0 new messages