Hi Sven,

Sven Anderson schrieb am 2007-01-16 um 17:30 Uhr:
> I'm interested how you've realized the "exactly". I would expect, that
> filtering out only what you want to see is more accurate. Or at least
> shutting down all services and setting up static arp entries, to avoid
> unwanted traffic.

I like "pragmatic" ;-) solutions, so i created two shell scripts:

startup.bash:
    tcpdump ... &
    softflowd ... &
    ipfm ... &

shutdown.bash:
    killall tcpdump &
    killall softflowd &
    killall ipfm &

Okay, this is not 100% exact timing, but as I already wrote, when
softflowd analyzes the tcpdumped file, it calculates exactly the same
values as ipfm does. 

cheers,
Sebastian


_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to