Skip to content

Instantly share code, notes, and snippets.

View gloubibou's full-sized avatar

Pierre Bernard gloubibou

View GitHub Profile
@gloubibou
gloubibou / spy.d
Created May 18, 2013 09:44 — forked from markd2/spy.d
#!/usr/sbin/dtrace -s
/* Run like:
% sudo csh
# ./spy.d $PROCESS_ID [$INTERESTING_PROBEPROV]
Prints a line of dashes every 5 seconds to delineate different experiments.
*/
#pragma D option quiet