Skip to content
/ lsofer Public

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

Notifications You must be signed in to change notification settings

red-bin/lsofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages