Return to Snippet

Revision: 44878
at April 20, 2011 01:07 by zingo


Initial Code
sudo dtrace -l | perl -pe 's/^.*?\S+\s+(\S+?)([0-9]|\s).*/\1/' | sort | uniq

Initial URL
http://hints.macworld.com/article.php?story=2011041708150728

Initial Description
Get a list of providers for DTrace that OSX supports. (DTrace is a probe/profiling tool created by Sun that came with Mac OS X starting with Leopard.)

Initial Title
Get a list of unique dtrace providers

Initial Tags
debug, osx

Initial Language
Bash