Edward Ned Harvey
2010-06-17 12:57:35 UTC
I haven't looked into dtrace much yet, because it's obviously complex, and
I'm not sure if it's the right tool for the job. Can dtrace help me solve
this?
When somebody is hammering on the system, I want to be able to detect who's
doing it, and hopefully even what they're doing.
Everything I can find ... iostat, nfsstat, etc ... AFAIK, just show me
performance statistics and so forth. I'm looking for something more
granular. Either *who* the activity belongs to, or *what* files are active
(which might indirectly let me figure out who) ... etc.
If it makes the problem any easier (or harder) all the access is coming
across NFS. And maybe a little CIFS.
I'm not sure if it's the right tool for the job. Can dtrace help me solve
this?
When somebody is hammering on the system, I want to be able to detect who's
doing it, and hopefully even what they're doing.
Everything I can find ... iostat, nfsstat, etc ... AFAIK, just show me
performance statistics and so forth. I'm looking for something more
granular. Either *who* the activity belongs to, or *what* files are active
(which might indirectly let me figure out who) ... etc.
If it makes the problem any easier (or harder) all the access is coming
across NFS. And maybe a little CIFS.