[desktop-discuss] Chime and poking at desktop apps with dtrace one liners
John Rice
John.Rice at Sun.COM
Thu Feb 1 02:34:33 PST 2007
Just reading Tom Erickson's recent blog on Chime and how to use it on
more than the precanned scripts, very cool stuff. Thought it might of
interest to those of us poking at desktop apps and looking at their
performance.
Very easy to use it on the command line with any script one liners you
use when taking a quick look at an apps performance on the desktop.
JR
http://blogs.sun.com/tomee/entry/chime_and_the_dtracetoolkit
http://blogs.sun.com/tomee/entry/chime_and_the_dtracetoolkit_part
/opt/OSOL0chime/bin/chime -n 'syscall:::entry {
@system-calls[execname,probefunc] = count(); }'
/opt/OSOL0chime/bin/chime -n 'sysinfo:::readch { @bytes[execname] =
sum(arg0); }'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chime_syscalls.jpg
Type: image/jpeg
Size: 37304 bytes
Desc: not available
Url : http://oss-beta1.opensolaris.org/pipermail/desktop-discuss/attachments/20070201/28ba2a37/attachment.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chime_reads.jpg
Type: image/jpeg
Size: 31913 bytes
Desc: not available
Url : http://oss-beta1.opensolaris.org/pipermail/desktop-discuss/attachments/20070201/28ba2a37/attachment-0001.jpg
More information about the desktop-discuss
mailing list