-workspace |
Required. The complete path to the Eclipse workspace. |
-project |
Required. The path, including the file name, of the project
relative to the workspace. |
-eclipsehome |
Required. The complete path to the directory that contains
eclipse.exe. |
-plugins |
Required. The complete path to the folder that contains the
plug-ins. Typically, on Windows operating systems this folder location is C:\Program Files\IBM\IBMIMShared\plugins. |
-schedule |
Optional, but you must specify the -schedule option, the -suite option, or the -servicename option. The path including the file name of the schedule to run
relative to the project. |
-suite |
Optional, but you must specify the -schedule option, the -suite option, or the -servicename option. The path including the file name of the test to run relative
to the project. |
-servicename |
Optional, but you must specify the -schedule option, the -suite option, or the -servicename option. The name of the service to run. Instead of running a schedule
or performance test, the specified service is run when it becomes
available. |
-serviceargs |
Optional. The series of arguments to pass to the service specified
by the -servicename option. For example, -serviceargs "-myserviceparm1 myserviceparm1value". The
values are in quotation marks because they contain spaces. |
-configfile |
Optional. The complete path to a file that contains the parameters
for a schedule or test run. Each parameter must be on a single line.
To create a configuration file, use an editor that does not wrap lines.
Any parameters, whether required or optional, can be set in the configuration
file. Command line parameters override the values in this file. Do
not use quotation marks in this file, even for values that contain
spaces. |
-results |
Optional. The name of the results file. The default result
file is the schedule or test name with a time stamp appended. |
-overwrite |
Optional. Determines whether a results file with the same
name is overwritten. The default value, true, means that the results file is overwritten. |
-quiet |
Optional. Turns off any message output from the launcher and
returns to the command shell when the run or the attempt is complete. |
-users |
Optional. Overrides the default number of virtual users in
the run. For a schedule, the default is the number of users specified
in the schedule editor. For a test, the default is one user. This
option creates a new copy of the schedule that contains the specified
number of users. |
-vmargs |
Optional. Java Virtual
Machine arguments to pass in. For example, -vmargs "-debug
-Xmx512m". The values are in quotation marks because they
contain spaces. |
-exportlog |
Optional. The complete path to a file in which to store the
exported HTTP test log. |
-exportstats |
Optional. The complete path to a directory in which to store
exported statistical report data. The statistical report data is stored
in comma-separated-values (CSV) format, with the file name derived
from the report name. If the -exportstatreportlist option is not specified, the reports specified on the Export Reports page of the Performance Test
Report preferences are exported. |
-exportstatreportlist |
Optional. A comma-separated list of absolute paths to custom
report format files (.view files) to use when exporting statistical
report data with the -exportstats option. This parameter
overrides workspace preferences. For example, -exportstatreportlist
c:/customreport.view,c:/customreport2.view. |