Created
January 8, 2013 18:40
-
-
Save Machx/4486630 to your computer and use it in GitHub Desktop.
List off all DTrace Providers available to use only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dtrace -l | tr -d '[0-9]' | tr -s ' ' | cut -d' ' -f2 | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment