Class OpenLoopClient


  • public class OpenLoopClient
    extends java.lang.Object
    Tries to generate traffic that closely resembles user-generated RPC traffic. This is done using a Poisson Process to average at a target QPS and the delays between calls are randomized using an exponential variate.
    See Also:
    Poisson Process, Exponential Distribution
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Comment for checkstyle.
      void run()
      Start the open loop client.
      • 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)
                         throws java.lang.Exception
        Comment for checkstyle.
        Throws:
        java.lang.Exception
      • run

        public void run()
                 throws java.lang.Exception
        Start the open loop client.
        Throws:
        java.lang.Exception