Skip to content
/ tcptop Public

A CLI tool for inspecting TCP sockets like top

Notifications You must be signed in to change notification settings

crutcha/tcptop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCPtop

A CLI tool for inspecting TCP sockets like top.

demo

This works by polling the netlink sock_diag subsystem on an interval to scrape all TCP socket information. Information about each socket is kept on a 30 second circular buffer.

TODO:

  • implement sorting/searching
  • command-line flags with adjustable config options

About

A CLI tool for inspecting TCP sockets like top

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages