Re: [Nfdump-discuss] Case of the missing data!
netflow collecting and processing tools
Brought to you by:
phaag
|
From: Brian C. <b.c...@po...> - 2014-04-04 11:07:37
|
On 04/04/2014 12:02, Brian Candler wrote: > On 04/04/2014 11:32, Brian Candler wrote: >> >> Would it be a small patch to nfsen to allow some extra options in the >> "order by" drop-down? >> > Seems to be as simple as editing details.php and setting: > > $IPStatOrder = array ( 'flows', 'packets', 'bytes', 'ibyte', 'obyte', > 'pps', 'bps', 'bpp' ); > > :-) With this, I find that group by 'bytes' behaves the nsme as group by 'ibyte'. It would be nice then if group by 'bytes' were to group by total of (in+out) bytes - which is essentially what the original problem report was about. If most non-NSEL devices only give 'input bytes', then making 'bytes' refer to the total wouldn't affect them? Cheers, Brian. |