Results 1 to 8 of 8
This software should have the ability to monitor traffic generated by a program and can privde information about process, IP addresses of connection endpoints, sent and received bytes . The ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-21-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
Is there any software in Linux like TCPView in Windows
This software should have the ability to monitor traffic generated by a program and can privde information about process, IP addresses of connection endpoints, sent and received bytes. The functions should like TCPView in Windows.
tcpdump cannot provide process information, lsof cannot provide all information metioned above. But if both could be bound into one, the requiremets could be met.
Can anybody give some information about this kind of softwares?
Thanks in advance!
- 12-21-2006 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You're probably looking for something like ethereal. It ships with a lot of distros and so might be on your install disks. If not it's easy enough to build.
- 12-21-2006 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
thanks to bigtomrodney.
As I know, most of current traffic monitor softwares use libpcap for capturing packets. They cannot provide process information.
I have ever installed ethereal in Windows (using winpcap), it seems that it cannot provide process information. TCPView in Windows can do so. Are you sure ethereal in Linux can provide all this information: process, IP addresses of connection endpoints, sent and received bytes?
- 12-21-2006 #4
if you just want to read the tcp headers, then yes ethereal can do that windows or linux. (e.g. ip address of end points and packet size). I am not sure what you mean by processes though.
Life is complex, it has a real part and an imaginary part.
- 12-21-2006 #5Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
Process information means which process or program in local host sends or receives how many bytes with remote endpoint (remoteIP : port).
Originally Posted by AlexK
Below is a screenshot from TCPView Pro
- 12-22-2006 #6
No, ethereal doesn't provide the processes information, atleast no version which I have ever used does.
Life is complex, it has a real part and an imaginary part.
- 12-22-2006 #7Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
Anybody knows, is there any this kind of software in Linux?
- 06-03-2008 #8Just Joined!
- Join Date
- Feb 2008
- Location
- Bucharest
- Posts
- 5
Net Activity Viewer
Try netactview. Like tcpview it is able to show process information.



