/ Published in: Bash
URL: http://hints.macworld.com/article.php?story=2011041708150728
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.)
Expand |
Embed | Plain Text
sudo dtrace -l | perl -pe 's/^.*?\S+\s+(\S+?)([0-9]|\s).*/\1/' | sort | uniq
You need to login to post a comment.
