Ethereal-users: Re: [Ethereal-users] Num of sockets open at a given time in an Ethereal capture?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Tony Lee <tony.p.lee@xxxxxxxxx>
Date: Wed, 26 Oct 2005 16:03:12 -0700
On 10/26/05, David Conaway <dconaway@xxxxxxx> wrote:
> However, I'm wondering if there is a way to determine the number of sockets
> open at any given time during a capture.


If you're using linux, you can try:

ls -al /proc/*/fd/ | grep socket  |wc

or

netstat -an


--
-Tony
Having fun with FPGA HW + ppc + Linux