mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
docs: performance_metrics: Wrap line at 80 characters
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
d7e8cd8258
commit
e4aa3617c7
@ -37,9 +37,11 @@ $ ./scripts/dev_cli.sh tests --metrics -- -- --timeout 5 --iterations 10
|
|||||||
|
|
||||||
## Performance Tests Details
|
## Performance Tests Details
|
||||||
|
|
||||||
The following table lists the supported performance tests with default timeout and number of iterations.
|
The following table lists the supported performance tests with default
|
||||||
The `timeout` defines the maximum execution time of each test for each iteration.
|
timeout and number of iterations. The `timeout` defines the maximum
|
||||||
The `iteration` defines how many times a test needs to be executed to generate the final metrics data.
|
execution time of each test for each iteration. The `iteration` defines
|
||||||
|
how many times a test needs to be executed to generate the final metrics
|
||||||
|
data.
|
||||||
|
|
||||||
| **Type** | **Metric** | **Timeout(s)** | **Iterations** |
|
| **Type** | **Metric** | **Timeout(s)** | **Iterations** |
|
||||||
|------------|--------------------------------------------|----------------|----------------|
|
|------------|--------------------------------------------|----------------|----------------|
|
||||||
@ -52,7 +54,7 @@ The `iteration` defines how many times a test needs to be executed to generate t
|
|||||||
| | virtio_net_throughput_single_queue_tx_gbps | 10 | 5 |
|
| | virtio_net_throughput_single_queue_tx_gbps | 10 | 5 |
|
||||||
| | virtio_net_throughput_multi_queue_rx_gbps | 10 | 5 |
|
| | virtio_net_throughput_multi_queue_rx_gbps | 10 | 5 |
|
||||||
| | virtio_net_throughput_multi_queue_tx_gbps | 10 | 5 |
|
| | virtio_net_throughput_multi_queue_tx_gbps | 10 | 5 |
|
||||||
| Block | block_read_MiBps | 10 | 5 |
|
| Block | block_read_MiBps | 10 | 5 |
|
||||||
| | block_write_MiBps | 10 | 5 |
|
| | block_write_MiBps | 10 | 5 |
|
||||||
| | block_random_read_MiBps | 10 | 5 |
|
| | block_random_read_MiBps | 10 | 5 |
|
||||||
| | block_random_write_MiBps | 10 | 5 |
|
| | block_random_write_MiBps | 10 | 5 |
|
||||||
@ -71,8 +73,8 @@ The `iteration` defines how many times a test needs to be executed to generate t
|
|||||||
|
|
||||||
## Output Format
|
## Output Format
|
||||||
|
|
||||||
Performance-metrics output the result into a json file if `report-file` param is set.
|
Performance-metrics output the result into a json file if `report-file`
|
||||||
The fields included in JSON include:
|
param is set. The fields included in JSON include:
|
||||||
|
|
||||||
| Field Name | Content |
|
| Field Name | Content |
|
||||||
|--------------------|------------------------------------------|
|
|--------------------|------------------------------------------|
|
||||||
|
Loading…
Reference in New Issue
Block a user