|
2009-12-10
, 20:35
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#2
|
|
2009-12-12
, 10:47
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#3
|
|
2009-12-12
, 13:24
|
Posts: 27 |
Thanked: 6 times |
Joined on Dec 2009
|
#4
|
lsof -i
|
2009-12-12
, 13:54
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#5
|
-p, --program
Show the PID and name of the program to which each socket belongs.
--protocol=family , -A
Specifies the address families (perhaps better described as low level protocols) for which connections are to be shown. family is a comma (',')
separated list of address family keywords like inet, unix, ipx, ax25, netrom, and ddp. This has the same effect as using the --inet, --unix (-x),
--ipx, --ax25, --netrom, and --ddp options.
The address family inet includes raw, udp and tcp protocol sockets.
How can I track wich application is using network (and possibly how frequent and how intensive the connections are)?
Is there a network monitoring command like "top" is for cpu and memory? Or some statistic log, to know usage, or at least wich application started the gsm connection?
Perhaps I set up wrongly some parameter in some application.. It keeps connecting way too often! I do not have internet-related widgets on my (only one) desktop. And now all chatting accounts are disabled. So?
Also, the connection seemps to be kept open even if no transfer is made.
Any ideas?
Thank, -Gus- (p.s. sorry for my lacking english)
Last edited by G_Gus; 2009-12-10 at 19:59.