Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Created July 17, 2013 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmalecki/14236fb1408107187648 to your computer and use it in GitHub Desktop.
Save mmalecki/14236fb1408107187648 to your computer and use it in GitHub Desktop.
[root@5213e93b-8d65-4ea1-8eed-a1c1e811a2db /tmp/snapshot/package]# truss -t bind python2.7 server.py
bind(3, 0xFFFFFD7FFFDFF360, 16, SOV_SOCKBSD) = 0
[root@5213e93b-8d65-4ea1-8eed-a1c1e811a2db /tmp/snapshot/package]# truss -t bind node server.js
/1: bind(8, 0xFFFFFD7FFFDFF260, 16, SOV_XPG4_2) = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment