Class QuickstatsCmd


  • public class QuickstatsCmd
    extends java.lang.Object
    Command for printing a simple statistical report on load injectors of the latest test execution.
    Author:
    Bruno Dillenseger
    See Also:
    TestStats
    • Constructor Summary

      Constructors 
      Constructor Description
      QuickstatsCmd()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Prints a simple statistical report on load injection for the latest test execution.
      static int run​(java.lang.String path)
      Prints a simple statistical report on load injection for the latest test execution.
      • Methods inherited from class java.lang.Object

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

      • QuickstatsCmd

        public QuickstatsCmd()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Prints a simple statistical report on load injection for the latest test execution.
        Parameters:
        args - optional: args[0] is the path to the file storage root directory. If omitted, the default file storage root directory will be used, according to the CLIF environment's settings.
      • run

        public static int run​(java.lang.String path)
        Prints a simple statistical report on load injection for the latest test execution.
        Parameters:
        path - the path to the file storage root directory. If null, the default file storage root directory will be used, according to the CLIF environment's settings.
        Returns:
        command status code (@see BatchUtil)