Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chad

chad/lsof.out Secret

Created January 29, 2014 07:44
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 chad/e92956d76dcd8f531bc2 to your computer and use it in GitHub Desktop.
Save chad/e92956d76dcd8f531bc2 to your computer and use it in GitHub Desktop.
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
ruby 3419 app DEL REG 0,4 26473410 /dev/zero
ruby 3419 app 0r CHR 1,3 0t0 14 /dev/null
ruby 3419 app 1w REG 202,1 18 159903 /opt/app/log/unicorn-out.log
ruby 3419 app 2w REG 202,1 621 159902 /opt/app/log/unicorn-err.log
ruby 3419 app 3r FIFO 0,8 0t0 36967385 pipe
ruby 3419 app 4w FIFO 0,8 0t0 36967385 pipe
ruby 3419 app 5r CHR 1,3 0t0 14 /dev/null
ruby 3419 app 6w CHR 1,3 0t0 14 /dev/null
ruby 3419 app 7r FIFO 0,8 0t0 36967386 pipe
ruby 3419 app 8w FIFO 0,8 0t0 36967386 pipe
ruby 3419 app 9w FIFO 0,8 0t0 26472351 pipe
ruby 3419 app 10u IPv4 36967388 0t0 TCP some-internal-host:60490->some-internal-host:6379 (ESTABLISHED)
ruby 3419 app 11u unix 0xffff8800e8589a00 0t0 26473540 socket
ruby 3419 app 12u IPv4 36967390 0t0 TCP some-internal-host:53691->some-internal-host:6379 (ESTABLISHED)
ruby 3419 app 14u unix 0xffff8800e80a23c0 0t0 26473408 /opt/app/sockets/unicorn.socket
ruby 3419 app 15u IPv4 26473409 0t0 TCP *:http-alt (LISTEN)
ruby 3419 app 16u IPv4 36967393 0t0 TCP some-internal-host:49929->some-internal-host:postgresql (ESTABLISHED)
ruby 3419 app 17u IPv4 36968294 0t0 UDP *:42720
ruby 3419 app 18u IPv4 36969521 0t0 TCP some-internal-host:43407->some-internal-host:mysql (ESTABLISHED)
ruby 3419 app 19u IPv4 36969774 0t0 TCP some-internal-host:53698->some-internal-host:6379 (ESTABLISHED)
ruby 3419 app 21u IPv4 36969842 0t0 TCP some-internal-host:33576->some-internal-host:mysql (ESTABLISHED)
ruby 3419 app 22u IPv4 36969020 0t0 TCP some-internal-host:52827->some-internal-host:postgresql (ESTABLISHED)
ruby 3419 app 23u IPv4 36969112 0t0 TCP some-internal-host:33209->178.236.7.109:https (ESTABLISHED)
ruby 3419 app 24u IPv4 36969137 0t0 TCP some-internal-host:35439->some-internal-host:mysql (ESTABLISHED)
ruby 3419 app 25u IPv4 36969148 0t0 TCP some-internal-host:49847->some-internal-host:mysql (ESTABLISHED)
ruby 3419 app 26u IPv4 36970664 0t0 TCP some-internal-host:35217->some-internal-host:mysql (ESTABLISHED)
ruby 3419 app 27u IPv4 54296608 0t0 TCP some-internal-host:48903->some-external-host.com:http (ESTABLISHED)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment