tcpdump mailing list archives

Re: number of concurrent TCP sessions


From: César Cárdenas <ccardena () itesm mx>
Date: Wed, 25 Aug 2004 07:57:59 +0200

Many Thanks Kiss, Dear all:
I am using windump (windows 2000)...
I really appreciate if you could say me how I can determine the number of
concurrent TCP connections?
César

-- Mensaje Original --
Date: Tue, 24 Aug 2004 19:57:36 +0200 (CEST)
From: Kiss Karoly <crash () sunserv klamzi hu>
To: tcpdump-workers () lists tcpdump org
Subject: Re: [tcpdump-workers] number of concurrent TCP sessions
Reply-To: tcpdump-workers () lists tcpdump org


On Tue, 24 Aug 2004, [iso-8859-1] César Cárdenas wrote:

Dear all:
In a captured file I found '.', S, F and FP flags...
According to the manual:

flag = '.' and data-seqno = '1' implies the first time tcpdump sees a
TCP
conversation.


flag = 'S' and 'win (value)' stands for the beginning of a TCP conversation

flag = 'F" implies FIN (end) and flag = 'FP' I guess implies Fin/Pushed
(anyway end)

I computed the number of concurrent TCP conversations throughout the ti
e
by adding a '1' each time I found a 'S' and substractin a '1' each time
I found a 'F' or a 'FP'

By doing this the number of concurrent TCP connections decreases linearly
in a negative way through the time.

Am I determining in a c
rrect way the number of Concurrent TCP connections?
I really appreciate if you could suggest me how to determine the number
of concurrent TCP connections?

Please accept mys best regards,
Cesar Cardenas

-
This is the tcpdump-work
rs list.
Visit https://lists.sandelman.ca/ to unsubscribe.


You forgot to mention the system you are using but if wou use linux and
have connection tracking enabled in the kernel ( module ip_conntrack )
then it's much easyer if you do a wc -l
/proc/net/tcp
This will give you the number of connections pretty accurately.
But be careful with using ip_conntrack because it makes your box
vulnerable to SYN flood attacks.

Regards

Karoly Kiss
-
This is the tcpdump-workers list.
Visit ht
ps://lists.sandelman.ca/ to unsubscribe.



-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Current thread: