[netsniff-ng] [PATCH v2 0/4] flowtop: Add traffic accounting dump

2015-07-13 Thread Vadim Kochan
From: Vadim Kochan Added periodic dump of existing and visible flow to update packets & bytes counters. Needs to clone nf_conntrack object for new added flow entry to update counters for this particular flow, instead of dump entire conntrack table. Counters are showed in human readable format in

Re: [netsniff-ng] [PATCH v2 0/4] flowtop: Add traffic accounting dump

2015-07-17 Thread Tobias Klauser
On 2015-07-13 at 22:03:05 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > Added periodic dump of existing and visible flow to update packets & bytes > counters. > > Needs to clone nf_conntrack object for new added flow entry to > update counters for this particular flow, instead of dump ent

Re: [netsniff-ng] [PATCH v2 0/4] flowtop: Add traffic accounting dump

2015-07-17 Thread Vadim Kochan
On Fri, Jul 17, 2015 at 01:42:56PM +0200, Tobias Klauser wrote: > On 2015-07-13 at 22:03:05 +0200, Vadim Kochan wrote: > > From: Vadim Kochan > > > > Added periodic dump of existing and visible flow to update packets & bytes > > counters. > > > > Needs to clone nf_conntrack object for new added

Re: [netsniff-ng] [PATCH v2 0/4] flowtop: Add traffic accounting dump

2015-07-17 Thread Tobias Klauser
On 2015-07-17 at 13:46:47 +0200, Vadim Kochan wrote: > On Fri, Jul 17, 2015 at 01:42:56PM +0200, Tobias Klauser wrote: > > On 2015-07-13 at 22:03:05 +0200, Vadim Kochan wrote: > > > From: Vadim Kochan > > > > > > Added periodic dump of existing and visible flow to update packets & bytes > > > c