Re: [Nfsen-discuss] Preventing gateway timeout

2013-01-16 Thread Peter Haag
If you give, an overview what you want to achieve, it could be useful for others too. So writing a plugin could be done. Be as precise as you can. - Peter On 14/1/13 9:45 PM, Jason Lixfeld wrote: Welp, I'm just a dumb router jockey, so perl, databases and shell scripts are a little

Re: [Nfsen-discuss] Preventing gateway timeout

2013-01-14 Thread Jason Lixfeld
On 2013-01-10, at 3:08 PM, Peter Haag ph...@users.sourceforge.net wrote: On 10/1/13 4:40 PM, Jason Lixfeld wrote: While trying to chew through anything more than a few days worth of data, I'm faced with a 504 Gateway Time-out error. Is that something that can be fixed within Nfsen or is

Re: [Nfsen-discuss] Preventing gateway timeout

2013-01-14 Thread Adrian Popa
Reports are run against the collected data (nfdump files). The larger the time interval, the more files nfdump has to process. For my system, I collect about 4 days worth of netflow data, and they take up ~170GB of disk space. If I run a top x report on the whole interval, it will take up to an

Re: [Nfsen-discuss] Preventing gateway timeout

2013-01-14 Thread Adrian Popa
Well, I don't know if there is a specific plugin that does this already, but with a little perl knowledge you can write your own plugin. Otherwise, you can achieve the same result with cron and shell scripts to collect and parse the data... But it's like a DIY kit - some assembly required :) On

Re: [Nfsen-discuss] Preventing gateway timeout

2013-01-14 Thread Jason Lixfeld
Welp, I'm just a dumb router jockey, so perl, databases and shell scripts are a little beyond me, I'm afraid :( On 2013-01-14, at 3:18 PM, Adrian Popa adrian.popa...@gmail.com wrote: Well, I don't know if there is a specific plugin that does this already, but with a little perl knowledge you

Re: [Nfsen-discuss] Preventing gateway timeout

2013-01-10 Thread Adrian Popa
Are you connecting via a proxy server? You may need to increase the timeout limit there... On Thu, Jan 10, 2013 at 5:40 PM, Jason Lixfeld jason-nfsen-disc...@lixfeld.ca wrote: While trying to chew through anything more than a few days worth of data, I'm faced with a 504 Gateway Time-out