| java.lang.Object org.jgroups.tests.perf.PerformanceTestGenerator
PerformanceTestGenerator | public class PerformanceTestGenerator (Code) | | Utility tool that creates configuration files for automated performance tests.
PerformanceTestGenerator, given an input file with -config flag, generates
test files that are used in conjunction with bin/clusterperfromancetest.sh.
The number of test files generated is numOfSenders*messageSizes.
Default configuration file used for this utility is conf/performancetestconfig.txt
See bin/clusterperformancetest.sh
author: Vladimir Blagojevic version: $Id$ |
PerformanceTestGenerator | public PerformanceTestGenerator(Properties config)(Code) | | |
main | public static void main(String[] args)(Code) | | Parameters: args - |
|
|