red-bin/lsofer

script to match similar functionality to lsof -i, and then some.

10

stars

0

commits

Shell

primary language

Jan 17, 2018

updated

README

lsofer

Similarly to lsof -i, this script returns processes' /proc data, whenever there is an open inet socket.

The code follows a very functional data model and is designed to run in a large and cluttered linux environment.

Info gathered:

  • startup commands
  • environment variables
  • tcp/tcp6/udp socket info
  • files loaded in memory
  • open files' info
  • cwd

Todo: Restrict to one core to reduce latency.

red-bin/lsofer

script to match similar functionality to lsof -i, and then some.

10

stars

0

commits

Shell

primary language

Jan 17, 2018

updated

README

lsofer

Similarly to lsof -i, this script returns processes' /proc data, whenever there is an open inet socket.

The code follows a very functional data model and is designed to run in a large and cluttered linux environment.

Info gathered:

  • startup commands
  • environment variables
  • tcp/tcp6/udp socket info
  • files loaded in memory
  • open files' info
  • cwd

Todo: Restrict to one core to reduce latency.

Languages

Shell

100.0%