Skip to content

Instantly share code, notes, and snippets.

@ChinaXing
Created January 4, 2016 17:20
Show Gist options
  • Save ChinaXing/19cd91c6aa95902a1849 to your computer and use it in GitHub Desktop.
Save ChinaXing/19cd91c6aa95902a1849 to your computer and use it in GitHub Desktop.
probe.stp
stap -e 'probe kernel.function("tcp_recvmsg") {sp = @cast($sk, "inet_sock")->num; dp = @cast($sk, "inet_sock")->sport; if(sp == 9091){ printf("hell,world, %d, %x\n", sp, dp);}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment