nfsen-ng icon indicating copy to clipboard operation
nfsen-ng copied to clipboard

Kill running nfdump process from front end

Open mbolli opened this issue 7 years ago • 2 comments

As nfdump processes might take a long time to complete (depending on the parameters and the system), it would make sense to somehow track the running processes and make them killable from the front end.

mbolli avatar May 28 '17 10:05 mbolli

What about running it with a timeout? exec(timeout 10 nfdump).. that will give a maximum time of 10 seconds ?

art0 avatar May 26 '20 16:05 art0

That's probably too low, as statistics calculations even of just 1 week of data can take a few minutes depending on your system and number of sources.

mbolli avatar May 27 '20 08:05 mbolli