Fred E. Smite
unread,Mar 12, 2012, 2:50:42 PM3/12/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I am interested in retrieving
per process I/O statistics wrt
I/O done on file handles - specifically
at the entry/exit to syscall for *any* file/socket
operations.
If you have used (yikes) Windows task mgr, or perfmon,
it has similar capabilities, which I don't see the
3.x.x kernels.
Something in the likes of "sar" or "top"
( sar does entry/exit to subsystems, top is too
generic )
I have discovered the /proc/<pid>/task/fd
entries, but was disappointed in that the fd
entries do not give a indication of many bytes
have been read/written at syscall .
Any suggests of tools that may already do this ?