benchmark
Use the following commands to test performance.
benchmark io-perf
Use these commands to test IO performance.
Syntax
execute benchmark io-perf custom <parameters>
execute benchmark io-perf rand-read [reboot]
execute benchmark io-perf rand-rw [reboot]
execute benchmark io-perf rand-write [reboot]
execute benchmark io-perf seq-read [reboot]
execute benchmark io-perf seq-rw [reboot]
execute benchmark io-perf seq-write [reboot]
execute benchmark io-perf show-last-result <operation>
|
Variable |
Description |
|---|---|
|
custom <parameters> |
Test IO performance with custom parameters. Enter the following paramaters (format example:
|
|
rand-read [reboot] |
Test random read IO performance. Enter |
|
rand-rw [reboot] |
Test random read and write IO performance. Enter |
|
rand-write [reboot] |
Test random write IO performance. Enter |
|
seq-read [reboot] |
Test sequential read IO performance. Enter |
|
seq-rw [reboot] |
Test sequential read and write IO performance. Enter |
|
seq-write [reboot] |
Test sequential write IO performance. Enter |
|
show-last-result <operation> |
Show the last io-perf result for one of the following operations:
|
benchmark stress
Use these commands to stress test.
Syntax
execute benchmark stress cpu <duration> <worker>
execute benchmark stress custom <parameter> .. <parameter>
execute benchmark stress disk <duration> <worker> <data-size>
execute benchmark stress mem <duration> <worker> <data-size>
|
Variable |
Description |
|---|---|
|
cpu <duration> <worker> |
Run CPU stress test.
|
|
custom <parameter> .. <parameter> |
Run a custom stress test. Enter |
|
disk <duration> <worker> <data-size> |
Run disk stress test.
|
|
mem <duration> <worker> <data-size> |
Run memory stress test.
|