Class LoadTester


  • public class LoadTester
    extends java.lang.Object
    A config client for generating load against a config server or config proxy.

    Log messages from a run will have a # first in the line, the end result will not.

    Author:
    Vegard Havdal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.yahoo.jrt.Supervisor supervisor  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadTester()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • supervisor

        protected com.yahoo.jrt.Supervisor supervisor
    • Constructor Detail

      • LoadTester

        public LoadTester()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                java.lang.InterruptedException
        Parameters:
        args - command-line arguments
        Throws:
        java.io.IOException
        java.lang.InterruptedException