Dtrace

…in Solaris 10 and Mac OS X >= 10.5

Info and documentation

IO top

Hey, which processes are trashing my disks?

$ sudo dtrace -n 'io:::start { @[pid, execname] = sum(args[0]->b_bcount); }'

In Os X, get more details on what's happening with the dtrace-based script iosnoop.

unix/dtrace.txt · Last modified: 2009/09/15 13:41 by ap
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki