Skip to content

a 'net top' tool for Linux. It allows you to monitor your network traffic per process

Notifications You must be signed in to change notification settings

bigship/TrafficSpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Basically speaking, TrafficSpy is a Python re-implemenation of the Nethogs(see http://sourceforge.net/projects/nethogs/), I did some changes though :)
Unlike many traditional Unix/Linux network tools which group traffic by protocols or subnet, TrafficSpy can let you check your network traffic per process. You can easily find out which process consumes most of your bandwidth or check if there are any suspicious process connecting to your computer. Since it heavily relies on /proc, so it's a Linux specific tool.

todo: support ipv6/support multiple network interfaces. 

About

a 'net top' tool for Linux. It allows you to monitor your network traffic per process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages