Re: Monitoring internet traffic
- From: Nikos Chantziaras <realnc@xxxxxxxx>
- Date: Fri, 14 Mar 2008 18:53:35 +0200
Juha Nieminen wrote:
I'm using Suse 10.2.
Since a couple of days something has been downloading something from
the internet at about 25-30 kilobytes/s, constantly, without
interruption, for dozens of hours in total now. I see this from gkrellm.
(This would mean that it has downloaded over 2 gigabytes by now.)
However, I haven't the faintest idea of what it could be. It's
annoying, it's robbing me of a good chunk of my connection, and I want
to know what it is.
But how? I have closed all possible programs, to no avail. I installed
ntop in the hopes that it would tell me which programs are connecting to
the net, to no avail (ntop just seems to produce some pie charts about
general net usage, but not a list of processes connecting to the net).
What next? Any suggestions?
Look up the documentation of the command 'lsof' (man lsof).
It lists "open files" and the processes they belong to, but sockets are also treated as files. With the command line switches, you get all sockets and the programs they have been opened from.
Another useful command is 'iftop'. However, it's not install by default. "sudo zypper install iftop" should take care of that. 'iftop' lists all IPs you are connected to. It doesn't list processes, but the IPs the traffic goes to/comes from is always useful as a clue.
.
- Follow-Ups:
- Re: Monitoring internet traffic
- From: R Wood
- Re: Monitoring internet traffic
- From: Paul J Gans
- Re: Monitoring internet traffic
- References:
- Monitoring internet traffic
- From: Juha Nieminen
- Monitoring internet traffic
- Prev by Date: Monitoring internet traffic
- Next by Date: Re: Monitoring internet traffic
- Previous by thread: Monitoring internet traffic
- Next by thread: Re: Monitoring internet traffic
- Index(es):
Relevant Pages
|