Racluster discarding packet loss data
    Bart Roos 
    mail at bartroos.com
       
    Sun Dec 13 08:04:37 EST 2009
    
    
  
Hello everyone,
I am trying to collect packet loss data for a particular host in a LAN
segment using the following racluster command:
$ racluster -r argus.log -m saddr -s loss - tcp and src host 10.10.0.12
         0
The racluster output does not report any packet loss, but counting the
packet loss from individual argus records does show some loss:
$ ra -r argus.log -s loss - tcp and src host 10.10.0.12 | \
  awk '{c+=$1;} END {print c;}'
 217
Why is racluster discarding the packet loss data? Is this a bug, or am I
doing something wrong? I'm running the 3.0.2 server and clients.
Thanks,
Bart
    
    
More information about the argus
mailing list