• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need a quick answer! Linux and Networking

Ameesh

Lifer
I need to find out what process is chewing up my total network bandwith either by percentage or by bytes/sec

-Ameesh
 
actually in ur windows manager (kde or gnome, if you have one ) there should be some sorta utiility (netmon or something), sorry dont remember the exact name, but i remember using something of that sort
 
Originally posted by: AgaBooga
is this a parody thread? you need to provide more info 😛

like what?

i need to know how to find out what process is eating up my network bandwith. What could i tell you that would make that question clearer?
 
Originally posted by: kalster
actually in ur windows manager (kde or gnome, if you have one ) there should be some sorta utiility (netmon or something), sorry dont remember the exact name, but i remember using something of that sort

no x on this box, its a server
 
netstat -e - s

not sure if the level of detail is what you want

edit: not per process, only per interface, damn sorry, i wish my linux box wasnt down i cud try out some stuff
 
I can't think of how to get a per-process bandwidth usage listing off hand, since I've never had to do it.

A good starting point would be to ask yourself what you think is sucking up the bandwidth. Check to see if anyone is downloading gratuitous ammounts of data from Apache or ProFTPD, see if rsync or bittorrent are running, make sure NFS and SMB exports haven't been mounted by an unwanted user.
 
You could aso try IpTraf
I don't think it does a per process view but you could always monitor the ports over which the traffic is coming from and take it from there.

Edit little error
 
Back
Top