/ Published in: Bash
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
Copy this code and paste it in your HTML
sudo dtrace -l | perl -pe 's/^.*?\S+\s+(\S+?)([0-9]|\s).*/\1/' | sort | uniq
URL: http://hints.macworld.com/article.php?story=2011041708150728