lmvillegas / flow-tools

Automatically exported from code.google.com/p/flow-tools
Other
0 stars 0 forks source link

flow-report ip-source-address-destination-count missing +key1 field? #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run flow-cat * | flow-report -v TYPE=ip-source-address-destination-count
2. Note the fields at the top:
# fields:               +key,+flows,+octets,+packets,+duration,+other
The field ip-destination-address-count (+key1) is missing.

This means that you cannot sort by the column you're trying to report on. 
Every other flow-report except ip-destination-address-source-count lists
this type of field as a key1 or key2.

I'm running 0.68.4 on FreeBSD 8-current.

Original issue reported on code.google.com by agsheke...@gmail.com on 18 Jan 2009 at 10:06

GoogleCodeExporter commented 8 years ago
You can work around this by piping to | sort -rnk 2

Original comment by agsheke...@gmail.com on 9 May 2009 at 6:03