10 Feb 2003 19:20
using flow-tools for ad hoc flow reports (was "Re: toptalkers over a longer timespan")
Dave Plonka <plonka <at> doit.wisc.edu>
2003-02-10 18:20:14 GMT
2003-02-10 18:20:14 GMT
FlowScan users, [Argus users, please forgive the cross-post. I think you'll find it pertinent towards the end though.] Over the past years, a number of you have asked for additional FlowScan reports, such as this: On Wed, Jan 08, 2003 at 10:43:39AM -0500, Matthew Deatherage wrote: > Any suggestions on generating a TopTalkers report for a given time > span? I'd be interested in a report on the top talker for a week or month. Such ad hoc reports can be generated fairly easily using the flow-stat reporting utility supplied with Mark Fullmer's excellent flow-tools package. The flow-tools package is available here: http://www.splintered.net/sw/flow-tools/ For instance, to produce a "Top Talkers" report for a whole day, sorted, descending by bytes, one can run: ft_flows$ flow-cat ft-v05.2003-02-10.*0 | flow-stat -f9 -S2 >/tmp/flow-stat_2003-02-10.txt I've attached the first 22 lines of that output file as a sample which show the "Top Ten Talkers" (anonymized IP addresses), please check it out. flow-stat's "-f9" option selects a report by source IP address, and "-S2" causes it to sort descending by column 2, which is bytes for this report. Do "man flow-stat" to see all of the reports and options.(Continue reading)
RSS Feed