Running a Test Scenario with JetstressCmd.exe
Applies to: Exchange Server 2010 SP1, Exchange Server 2010
Topic Last Modified: 2011-02-08
You can use either JetstressWin.exe or JetstressCmd.exe to create and run your test scenarios. Both JetstressWin.exe and JetstressCmd.exe use the common Jetstress core library files, which means you'll have comparable test results with the same XML configuration file. With JetstressCmd.exe, you use the /config command-line option. You can also see all the other available options by using the /? (Help) command-line option.
Help Command-Line Option
For information about Jetstress, type /? at the command prompt. The following table lists the options available with the Help command.
Options available with the Help command
Action parameter | Example of use | Description |
---|---|---|
Help |
/? |
Show Help information about the command-line program. |
Config |
/c JetstressConfig.xml |
Open a configuration file. |
Generate |
/g |
Generate a sample XML configuration file. |
TimeOut |
/TimeOut 2H0M0S |
Specify test duration. Default is two hours. |
Output |
/output c:\output |
Specify path for test output. Default is the current directory. |
DBPath |
/dbpath m:\sg1\mdb /dbpath n:\sg2\mdb |
Specify database paths for each storage group. |
LogPath |
/log x:\sg1\log y:\sg2\log |
Specify log path for each storage group. |
PctCapacity |
/pctcapacity 100 |
Specify capacity percentage. |
Throughput |
/throughput 100 |
Specify throughput percentage. |
Threads |
/threads |
Suppress automatic tuning and specify thread count. |
DoNotRunDBPerformance |
/DoNotRunDBPerformance |
Don't run background database maintenance during a performance or stress test. |
RunDBPerformance |
/RunDBPerformance |
Run background database maintenance during soft recovery test. |
New |
/new |
Create databases. |
Open |
/open |
Open existing databases. |
Bak |
/bak |
Restore backup database. |
Recovery |
/recovery |
Run soft recovery test. |
Streaming |
/Streaming |
Run streaming backup test. |
Transaction |
/Transaction |
Run transaction performance test. |
VerifyCheckSum |
/VerifyCheckSum |
Run database checksums. |