Add --thread-init-timeout to README.md.

This commit is contained in:
Alexey Kopytov
2017-12-05 08:36:05 +03:00
parent 5e9858af4f
commit be6af227a5

View File

@ -249,6 +249,7 @@ The table below lists the supported common options, their descriptions and defau
| `--time` | Limit for total execution time in seconds. 0 means no limit | 10 |
| `--warmup-time` | Execute events for this many seconds with statistics disabled before the actual benchmark run with statistics enabled. This is useful when you want to exclude the initial period of a benchmark run from statistics. In many benchmarks, the initial period is not representative because CPU/database/page and other caches need some time to warm up | 0 |
| `--rate` | Average transactions rate. The number specifies how many events (transactions) per seconds should be executed by all threads on average. 0 (default) means unlimited rate, i.e. events are executed as fast as possible | 0 |
| `--thread-init-timeout` | Wait time in seconds for worker threads to initialize | 30 |
| `--thread-stack-size` | Size of stack for each thread | 32K |
| `--report-interval` | Periodically report intermediate statistics with a specified interval in seconds. Note that statistics produced by this option is per-interval rather than cumulative. 0 disables intermediate reports | 0 |
| `--debug` | Print more debug info | off |