Skip to content

Instantly share code, notes, and snippets.

@mranney
Created March 14, 2012 22:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mranney/1a3c9646378da0512845 to your computer and use it in GitHub Desktop.
[root@prod-2119 ~]# ls -al /root/node.d
-rw-r--r-- 1 root root 9448 2012-03-14 22:11 /root/node.d
[root@prod-2119 ~]# dtrace -q -L /root -n 'node*:::http-server-request {printf("%s %s\n", args[0]->method, args[0]->url)}'
dtrace: invalid probe specifier node*:::http-server-request {printf("%s %s\n", args[0]->method, args[0]->url)}: Error occurred while reading from input stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment