Skip to content

A rust program to list list all tcp sockets used on a linux machine

Notifications You must be signed in to change notification settings

douggynix/socketutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socketutils

A rust utility program developped by me to list list all tcp sockets used on a linux machine in a parsable manner with relevant fields: image

Here is the display on a Github Action Runner container after build image

socketutils vs netstat perf (4ms difference). That 4ms is due to the fact that socketutils outputs more data to the screen. With similar data ouput size, the runtime execution would be the same. image

image

image

About

A rust program to list list all tcp sockets used on a linux machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages