Class PerfClientUtils


  • public class PerfClientUtils
    extends java.lang.Object
    Utility for test clients.
    • Constructor Summary

      Constructors 
      Constructor Description
      PerfClientUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void exit​(int code)  
      static void printJVMInformation​(org.slf4j.Logger log)
      Print useful JVM information, you need this information in order to be able to compare the results of executions in different environments.
      static void setExitProcedure​(java.util.function.Consumer<java.lang.Integer> exitProcedure)  
      • Methods inherited from class java.lang.Object

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

      • PerfClientUtils

        public PerfClientUtils()
    • Method Detail

      • setExitProcedure

        public static void setExitProcedure​(java.util.function.Consumer<java.lang.Integer> exitProcedure)
      • exit

        public static void exit​(int code)
      • printJVMInformation

        public static void printJVMInformation​(org.slf4j.Logger log)
        Print useful JVM information, you need this information in order to be able to compare the results of executions in different environments.
        Parameters:
        log -