HostStats allows you to look on your NetFlow data from a different point of view - it calculates statistics about network traffic of each individual host (IP address) in the network.
It's not a typical NfSen plugin - besides usual frontend and backend plugins it also runs a daemon (it performs all the data processing).
Please, report issues to ibartosv@fit.vutbr.cz.
Categories
Network MonitoringLicense
BSD LicenseFollow HostStats
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Great project. One thing to note of a problem I ran into. When installed I was getting the following error "nfsen[6753]: Plugin: Error while running plugin 'HostStats': ERROR in Socket Creation: Connection refused". Come to find out default 'localhost' was pointed to "::1" which apparently was breaking connectivity some how. I changed my hosts file to point 'localhost' to only 127.0.0.1 and this fixed all the issues.