forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stress tool cpu usage to output (MystenLabs#7443)
``` arunkoshy@MystenLoshysMBP sui-benchmark % cargo run --package sui-benchmark --bin stress -- --log-path /tmp/stress.log --num-client-threads 10 --num-server-threads 24 --num-transfer-accounts 2 bench --target-qps 100 --num-workers 10 --shared-counter 100 --run-duration 30s --stress-stat-collection true Benchmark Report: +-------------+-----+--------+---------------+---------------+---------------+ | duration(s) | tps | error% | latency (min) | latency (p50) | latency (p99) | +============================================================================+ | 30 | 98 | 0 | 91 | 456 | 778 | +-------------+-----+--------+---------------+---------------+---------------+ Stress Performance Report: +-----------+-----+-----+ | metric | p50 | p99 | +=======================+ | cpu usage | 39 | 64 | +-----------+-----+-----+ arunkoshy@MystenLoshysMBP sui-benchmark % cargo run --package sui-benchmark --bin stress -- --log-path /tmp/stress.log --num-client-threads 10 --num-server-threads 12 --num-transfer-accounts 2 bench --target-qps 200 --num-workers 10 --shared-counter 200 --run-duration 30s --stress-stat-collection true Benchmark Report: +-------------+-----+--------+---------------+---------------+---------------+ | duration(s) | tps | error% | latency (min) | latency (p50) | latency (p99) | +============================================================================+ | 30 | 196 | 0 | 196 | 519 | 870 | +-------------+-----+--------+---------------+---------------+---------------+ Stress Performance Report: +-----------+-----+-----+ | metric | p50 | p99 | +=======================+ | cpu usage | 77 | 97 | +-----------+-----+-----+ ```
- Loading branch information
1 parent
b370215
commit 15320d1
Showing
8 changed files
with
207 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.