Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to find which program is uploading to internet?

Reply
Thread Tools Display Modes

How to find which program is uploading to internet?

 
 
vatbier@yahoo.com
Guest
Posts: n/a

 
      06-20-2007, 09:18 PM
Hello,

In my Gkrellm window I see that sometimes I'm transferring a lot of KB/
s to the internet.
How can I find out which program/process is doing this uploading?

Thank you,

Tom

 
Reply With Quote
 
 
 
 
Mark
Guest
Posts: n/a

 
      06-21-2007, 01:53 AM
(E-Mail Removed) wrote:

> Hello,
>
> In my Gkrellm window I see that sometimes I'm transferring a lot of KB/
> s to the internet.
> How can I find out which program/process is doing this uploading?
>
> Thank you,
>
> Tom


netstat -p

should do a good job, and if you have reason to think it's
tcp traffic you can reduce the junk in the output by adding
the t option

netstat -pt

Mark



 
Reply With Quote
 
tom
Guest
Posts: n/a

 
      06-21-2007, 05:20 AM
Mark wrote:
> netstat -p
>
> should do a good job, and if you have reason to think it's
> tcp traffic you can reduce the junk in the output by adding
> the t option
>
> netstat -pt
>
> Mark


Thanks, that helps.
mlnet (mldonkey) reports that it is uploading at 6.6KB/s but Gkrellm
shows that upload rate is +-9KB/s.
I was worried that something else might be uploading to the internet.
The output of "netstat -pt" shows mainly mlnet.

I see lines like:
Proto Recv-Q Send-Q Local Address Foreign
Address State PID/Program name
tcp 0 0 d54C52503.access.tele:45031 dsl88-244-46371.ttnet.:
4651 ESTABLISHED 7662/mlnet

But I can't see what is upload and what is download, right?

Tom

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find UDP socket is closed in client and server program in C sandeep Linux Networking 1 09-22-2006 12:18 PM
program to find WEP Encription Jose Prieto Wireless Networks 11 04-28-2005 07:26 PM
program to find WEP encription spaker Wireless Internet 2 04-26-2005 10:31 PM
program ti find WEP encription spaker Wireless Internet 3 04-25-2005 07:47 AM
Can't find my MS 500 Program on my computer - need to locate WEP Jeffrey B. Broadband Hardware 1 07-20-2004 12:06 AM



1 2 3 4 5 6 7 8 9 10 11