Monitoring outgoing connections?

kronchev

[H]F Junkie
Joined
Feb 23, 2001
Messages
12,051
Is there a program to see what programs are accsessing the internet...

my computer is uploading a steady 5Kb/s and i dont know what is sending stuff

and i know i dont have any viruses or spyware
 
You haven't mentioned which operating system you are using or the configuration of your network, so I am going to take a stab in the dark here:

Open up a command window (if you are using Windows) and type "netstat -a" to see all of your open TCP and UDP connections.

If you are interested in knowing the content and information that is being sent across the connection that you find above, download and use Ethereal ( http://www.ethereal.com/ ) to anaylze those packets.
 
i was logged in as my friend when i posted this thread

yes im using windows

is there anyway to see exactly what programs are using it?
 
If you run "netstat -o" you will get the active connections, plus the Process ID. I believe if you are running Windows XP you can then take the PID that you get from "nestat -o" and match it up with one in your taskmanager.

My taskman.exe has been fubar'd for some time, so I am not 100% on that.
 
You can also do a TASKKILL from command line, BUT BE VERY CAREFUL, some tasks have children and you will kill them too, which could lead to other shit not working, etc.
 
netstat will tell you what is using the internet, then you can kill what you find is using up your bandwidth
 
It doesnt tell you exactly what the prosses is and how much it's using ...
there has to be something like this
 
You can get a general idea of whats running by looking at the port which is being connected to, then for how much bandwidth you can look in the network tab in the windows task manager.

For thrid party apps you will have to google around i only know ones for freebsd and linux.

you will be hard pressed to find one that is actually going to tell you the app or process thats using that bandwidth. The ones im thinking of are going to be more for routers; graphing ips and networks, not breaking it down into individual apps.

Now you can sometimes find bandwidth monitors that are designed to watch for certain things example: there is a qmail-mrtg which graphs all of your email usage etc.
 
Back
Top