質問

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 need to support 7 and 9 as well.

All of my googling has brought me nothing. Does anyone know of a library? Has anyone written their own?

役に立ちましたか?

解決

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

他のヒント

Another java library called Styx is another Netflow Collector and Analyzer.

There is a Scala library, which presumably means it could be invoked from Java. But that's not specifically documented, nor have I attempted to.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top