Last active
August 29, 2015 14:01
-
-
Save wsky/e3d3fc02aa2608750098 to your computer and use it in GitHub Desktop.
btrace, dtrace, strace, dtruss
This file contains hidden or 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
#https://kenai.com/projects/btrace/pages/UserGuide | |
btrace pid script.java |
This file contains hidden or 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
#dtruss on mac | |
#http://www.brendangregg.com/DTrace/dtruss_example.txt | |
#https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/dtruss.1m.html | |
dtruss -p [pid] -t syscall::xxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://kenai.com/projects/btrace/downloads/download/releases/release-1.2.4/btrace-bin.tar.gz