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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.