Re: [pmacct-discussion] print plugin

2018-02-14 Thread Paolo Lucente
Hi Fabien, It smells like a crash. Please follow: https://github.com/pmacct/pmacct/blob/master/QUICKSTART#L2031-L2060 We can then follow-up 1:1 with any output you may be able to gather. Cheers, Paolo On Tue, Feb 13, 2018 at 10:21:54PM +0100, Fabien VINCENT wrote: > Hi all, > > Trying to us

[pmacct-discussion] print plugin

2018-02-13 Thread Fabien VINCENT
Hi all, Trying to use the plugin print and seems I have an issue but can't find why aggregate[trafficin]: in_iface, tag2, peer_src_as, src_as, peer_src_ip, peer_dst_ip, std_comm, etype, tcpflags, dst_port, proto plugins: print[trafficin] print_refresh_time: 60 print_history: 1m print_output:

Re: [pmacct-discussion] print plugin and swap usage

2015-04-30 Thread Paolo Lucente
Hi Pavel, Can we follow-up privately for some further investigation? I'd start with a memory profile, ie. collect every few secs/minute memory usage of every pmacct process, to determine how memory utilization changes over time - and where that leads to. In general i would say: if you keep the da

[pmacct-discussion] print plugin and swap usage

2015-04-21 Thread Pavel Dimow
Hello, I have configured nfacctd to capture cisco nel export from ASR 1000 and save to file every minute via print plugin. Everythig works fine for now but I have some doubts about memory usage. For example when I first start the nfacctd the amount of allocated memory is about 19.8% (print_cache_e

Re: [pmacct-discussion] print plugin and src_as_path

2014-02-27 Thread Jentsch, Mario
bject: Re: [pmacct-discussion] print plugin and src_as_path > > Hi Mario, All, > > A quick note to say this has now been implemented: > > http://www.mail-archive.com/pmacct-commits@pmacct.net/msg01006.html > > Cheers, > Paolo > >

Re: [pmacct-discussion] print plugin and src_as_path

2014-02-26 Thread Paolo Lucente
Hi Mario, All, A quick note to say this has now been implemented: http://www.mail-archive.com/pmacct-commits@pmacct.net/msg01006.html Cheers, Paolo On Thu, Feb 20, 2014 at 04:27:31PM +, Paolo Lucente wrote: > Hi Mario, > > Thanks for bringing this up, as you are scratching on a limbo > s

Re: [pmacct-discussion] print plugin and src_as_path

2014-02-20 Thread Paolo Lucente
Hi Mario, Thanks for bringing this up, as you are scratching on a limbo situation which is good to iron out. My take on src_as_path, src_local_pref, src_std_comms, etc. is that they are all evil since are based on reverse BGP lookups. Hence i've removed mentions from official docs and stopped impl

[pmacct-discussion] print plugin and src_as_path

2014-02-20 Thread Jentsch, Mario
Hi, the print plugin doesn't output src_as_path (tested with 1.5.0rc2). I verified a similar setup with the memory plugin successfully and checked the source code, src/print_plugin.c misses src_as_path. Duplicating the lines for as_path and updating them to reflect src_as_path worked for me. Re