[Nfsen-discuss] bakend plugin and topN
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: <ced...@gm...> - 2006-06-19 14:39:05
|
Hello nf-users, Currently trying to use and deploy nfsen on my network, I decided to develop a small backend (and then a frentend to present results) which create and keep an history about tops machines. here is briefly my algorithm : A file list my local networks. >From this file, I create a string which contains the list separe by 'or src net' then nfdump -R /home/cedric/nfsen/profiles/live/cs7204/nfcapd.200606190000: nfcapd.200606191435 -n 10 -s srcip/bytes 'src net x.w.0.0/16 or src net a.b.0.0/16 or src net x.y.z.0/24' |