문제

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