I want to control the output fields in the summary-detail report
so I can just see the information about the time period for the
flows in the input. So, I tried this, based on the default report
and information in the man page:
stat-report justtime
type summary-detail
output
format ascii
# sort @{SORT:-+}
fields +time_real,+aflowtime
# options @{OPTIONS:-+header,+xheader,+totals}
path |flow-rptfmt @{RPTOPT:--f ascii}
stat-definition default
report justtime
When I try to run the report, I get this error:
$ flow-cat ft-v05.2006-03-28.150000-0500 |
flow-nfilter -f myfilter.cfg -Fmy-traffic |
flow-report -s timereport.cfg
flow-report: timereport.cfg line 6: Unrecognized field.
flow-report: ftstat_load(): failed
Line 6 is this:
fields +time_real,+aflowtime
If I don't try to control the fields, I get the usual summary-detail
report, with fields "time_real" and "aflowtime" clearly mentioned in
the output. What's going on? Is there a way to control the summary-detail
report or is that report somehow "special"?
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools