On 8/8/06, Alexander Dalloz <ad+lists@xxxxxxxxx> wrote:
Any utils out there that will do this?
-Devon
Devon Harding schrieb:
> On 8/8/06, Brian Chadwick <brianchad@xxxxxxxxxxxxxx> wrote:
>
>>
>> Devon Harding wrote:
>> > Is there a way I can find out how many xinetd connections are in use?
>> >
>> > -Devon
>> netstat -a -p -A inet
>
> How would I get a round number of total connections?
Do a bit of piping output through other tools like grep and wc, or awk?
Alexander
-Devon