Package org.ow2.clif.console.lib.batch
Class QuickstatsCmd
- java.lang.Object
-
- org.ow2.clif.console.lib.batch.QuickstatsCmd
-
public class QuickstatsCmd extends java.lang.ObjectCommand 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 voidmain(java.lang.String[] args)Prints a simple statistical report on load injection for the latest test execution.static intrun(java.lang.String path)Prints a simple statistical report on load injection for the latest test execution.
-
-
-
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)
-
-