Package org.apache.nemo.examples.beam
Class NetworkTraceAnalysis
- java.lang.Object
-
- org.apache.nemo.examples.beam.NetworkTraceAnalysis
-
public final class NetworkTraceAnalysis extends java.lang.Object
An app that analyzes data flow from network trace. Each line in the output file represents a host, containing the standard deviation of the lengths of packets that flows into the host (reads input0 file), and the standard deviation of the lengths of packets that flows out from the host (reads input1 file).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main function for the Beam program.
-