The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: sockets
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-22-2006
kduffin's Avatar
kduffin kduffin is offline
UN1X
 

Join Date: Nov 2003
Location: Virginia
Posts: 441
Use netstat to see what connections it has "ESTABLISHED", for instance:

netstat -an | grep 38.113.209.54 | grep ESTABLISHED | wc -l

Cheers,

Keith
Reply With Quote