Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main function for the Beam program.
        Parameters:
        args - arguments.