Networking Forums

Networking Forums > Computer Networking > Linux Networking > Program to see all my connections.

Reply
Thread Tools Display Modes

Program to see all my connections.

 
 
ceed
Guest
Posts: n/a

 
      11-28-2009, 03:31 PM
Hi,

I was wondering if there's a program for Linux, CLI or GUI, which can show
me all my network/Internet connections in real time sort of like top. I
have used one on Windows called TCPView, but I would rather use a native
Linux program if I can find one.


--
//ceed

running chakra: KDEmod on arch
 
Reply With Quote
 
 
 
 
Lutz Golke
Guest
Posts: n/a

 
      11-28-2009, 03:49 PM
ceed wrote:

> I was wondering if there's a program for Linux, CLI or GUI, which can
> show me all my network/Internet connections in real time sort of like
> top. I have used one on Windows called TCPView, but I would rather use a
> native Linux program if I can find one.


Maybe "ntop" is what you're looking for.

hth,
lutz
 
Reply With Quote
 
ceed
Guest
Posts: n/a

 
      11-28-2009, 05:15 PM
On Sat, 28 Nov 2009 10:49:56 -0600, Lutz Golke <(E-Mail Removed)>
wrote:

> ceed wrote:
>
>> I was wondering if there's a program for Linux, CLI or GUI, which can
>> show me all my network/Internet connections in real time sort of like
>> top. I have used one on Windows called TCPView, but I would rather use a
>> native Linux program if I can find one.

>
> Maybe "ntop" is what you're looking for.


No, I am not looking for process management but rather network
connections. Thanks anyway.
>
> hth,
> lutz



--
//ceed

running chakra: KDEmod on arch
 
Reply With Quote
 
ceed
Guest
Posts: n/a

 
      11-28-2009, 05:26 PM
On Sat, 28 Nov 2009 10:51:15 -0600, David Schwartz <(E-Mail Removed)>
wrote:

> On Nov 28, 8:31 am, ceed <cdposter-use...@yahoo.com> wrote:
>> Hi,
>>
>> I was wondering if there's a program for Linux, CLI or GUI, which can
>> show me all my network/Internet connections in real time sort of like
>> top. I have used one on Windows called TCPView, but I would rather use
>> a native Linux program if I can find one.

>
> http://www.ntop.org/overview.html
>
> If you had punched "linux network top" into most search engines, you
> would have found useful results in the first three hits.


I have searched for this for a long time and not found anything similar to
Tcpveiw. If I had I wouldn't have asked. ntop is kinda what I am looking
for but a bit much. I do not need complete network monitoring. Thanks.
>
> DS



--
//ceed

running chakra: KDEmod on arch
 
Reply With Quote
 
Greg Russell
Guest
Posts: n/a

 
      11-28-2009, 06:32 PM
"ceed" <cdposter-(E-Mail Removed)> wrote in message
news(E-Mail Removed)...

> I was wondering if there's a program for Linux, CLI or GUI, which can show
> me all my network/Internet connections in real time sort of like top.


It's not like top, but if you want a GUI then try etherape on the machine
that provides the network interface to the Internet. From my local desktop I
use "ssh -X ..." and then su to root on the remote and run "etherape -i eth0
2>/dev/null &" to display the realtime Internet connections on the local
desktop, and find it very informative.


 
Reply With Quote
 
Igor Nemilentsev
Guest
Posts: n/a

 
      11-28-2009, 06:48 PM
On 28-11-2009, ceed <cdposter-(E-Mail Removed)> wrote:
> Hi,
>
> I was wondering if there's a program for Linux, CLI or GUI, which can show
> me all my network/Internet connections in real time sort of like top. I
> have used one on Windows called TCPView, but I would rather use a native
> Linux program if I can find one.

maybe trafshow or nethogs.
--
I hate dying.
-- Dave Johnson
 
Reply With Quote
 
johnny bobby bee
Guest
Posts: n/a

 
      11-28-2009, 07:44 PM
Jon Solberg wrote:
> man netstat.


Yup; something like this should do nicely:
sudo netstat -tulpean |sort

And good ol' lsof:
sudo lsof -i

And don't forget nmap:
nmap -sT -O -p 1-65535 localhost

OP: make a script of it, have fun
 
Reply With Quote
 
Gnack Nol
Guest
Posts: n/a

 
      11-28-2009, 09:14 PM
On Sat, 28 Nov 2009 10:31:59 -0600, ceed wrote:

> Hi,
>
> I was wondering if there's a program for Linux, CLI or GUI, which can
> show me all my network/Internet connections in real time sort of like
> top. I have used one on Windows called TCPView, but I would rather use a
> native Linux program if I can find one.


In other words the program needed is simular to using "netstat panl" but
with constant updating. You might want to check out this page
http://linux.die.net/man/8/netstat
If I am reading it right the -c flag (continuous) should provide
continuous monitoring in a terminal window. It would not hurt to try.

There is probably is an alternative form out there that does exactly what
you want.

Gnack
 
Reply With Quote
 
ceed
Guest
Posts: n/a

 
      11-28-2009, 09:25 PM
On Sat, 28 Nov 2009 16:14:35 -0600, Gnack Nol
<(E-Mail Removed)> wrote:

> On Sat, 28 Nov 2009 10:31:59 -0600, ceed wrote:
>
>> Hi,
>>
>> I was wondering if there's a program for Linux, CLI or GUI, which can
>> show me all my network/Internet connections in real time sort of like
>> top. I have used one on Windows called TCPView, but I would rather use a
>> native Linux program if I can find one.

>
> In other words the program needed is simular to using "netstat panl" but
> with constant updating. You might want to check out this page
> http://linux.die.net/man/8/netstat
> If I am reading it right the -c flag (continuous) should provide
> continuous monitoring in a terminal window. It would not hurt to try.
>
> There is probably is an alternative form out there that does exactly what
> you want.
>

Thanks! I think playing more with netstat will get me there. Btw, this is
what I ideally want:

http://is.gd/56bOp

--
//ceed

running chakra: KDEmod on arch
 
Reply With Quote
 
johnny bobby bee
Guest
Posts: n/a

 
      11-28-2009, 10:44 PM
ceed wrote:
> Thanks! I think playing more with netstat will get me there. Btw, this is
> what I ideally want:
>
> http://is.gd/56bOp


Did /you/ even bother watching what you're linking? It actually said it
was basically netstat with a GUI.
 
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
Network Monitoring - Connections Active/Connections Established PeteL Windows Networking 1 03-30-2010 11:32 AM
involuntary disconnect and connections tray end program jkl Wireless Networks 3 08-18-2008 01:08 PM
Cable connections - what physical connections Ben Broadband 15 02-05-2007 10:50 PM
Program Scheduler to start and end a program? Kevin Wooloff Home Networking 1 09-05-2006 04:10 PM
P2P program can't form outgoing connections Mark Adams Linux Networking 0 06-14-2005 06:43 AM



1 2 3 4 5 6 7 8 9 10 11