Skip to content

Instantly share code, notes, and snippets.

@Machx
Created January 8, 2013 18:40
Show Gist options
  • Save Machx/4486630 to your computer and use it in GitHub Desktop.
Save Machx/4486630 to your computer and use it in GitHub Desktop.
List off all DTrace Providers available to use only
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