Java library for netflow

Is there a Java library for Netflow? I need to be able to objectify flows for analysis. (I really need to support sflow too, but one hurdle at a time.) I found a project called "jflow" that has classes for Netflow v5 and v6, but I also need to support 7 and 9.

My whole search engine brought me nothing. Does anyone know a library? Has anyone written them?

+4
source share
3 answers

Yes, there is a Java NetFlow Collect-Analyzer . It supports v7 and v9 versions as well as previous versions.

+1
source

Another java library called Styx is another Netflow collector and analyzer.

0
source

There is a Scala library , which supposedly means that it can be called from Java. But this was not specifically documented, and I did not try.

0
source

All Articles