Class JPerf

java.lang.Object
org.jgroups.tests.perf.JPerf

public class JPerf extends Object
Tool to measure TCP throughput, similar to iperf
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static void
     
    static void
    main(String[] args)
     
    private static void
    start(boolean client, int length, String bind_addr, String host, int port, int window_size, int interval)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JPerf

      public JPerf()
  • Method Details