On Fri, Dec 29, 2006 at 11:24:23AM +1100, bill wrote:
> What I'm looking for - if it exists - is a GUI for LSOF that updates in 
> real-time.
> 
> Under Winblows ( some time ago now) I had such a tool - one that showed 
> connected IP, port and program name. Don't remember what it was called.
> 
> Is there such a program for Linux?

The 'watch' command can turn simple text output commands
into 'live' ones:

        watch netstat -nput

works pretty well

Or you could try ntop :  http://www.ntop.org

Matt


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to