1
I created a virtualized environment with an Apache server (running in Debian) and several attacking machines running Debian as well. Vmware Workstation was used.
Server IP: 192.168.91.5
I have dump file (PCAP) collected with tcpdump. Is there any way to estimate (or calculate) the server response time every 60 seconds? The Ips of the attackers are of form 192.168.91.X
Example of PCAP file:
PCAP files for example:
I tried to use tcprstat but the record always goes to zero, which is definitely wrong:
tcprstat -r semAtaques.pcap -f '%n\n' -p 80 -t 1 -n 0
Thank you! This one doesn’t seem to generate statistics! I’m trying to understand why tcprstat is always giving zero!
– Ed S
I’m also testing this: http://yconalyzer.sourceforge.net/
– Ed S
yconalyzer could not install
– Ed S
I didn’t understand how to get the response time!
– Ed S