diff --git a/docs/qa/v034/README.md b/docs/qa/v034/README.md index 5d2f0ee3b15..c957722f0cc 100644 --- a/docs/qa/v034/README.md +++ b/docs/qa/v034/README.md @@ -360,7 +360,9 @@ TODO #### 2/3 Tendermint Core - 1/3 CometBFT -TODO +![latencies_all_tm2_3_cmt1_3](img/v034_200node_tm2cmt1/latency_all.png) + +![latencies_run1_tm2_3_cmt1_3](img/v034_200node_tm2cmt1/latency_run1.png){width=250} #### Prometheus Metrics @@ -404,7 +406,9 @@ TODO ###### 2/3 Tendermint Core - 1/3 CometBFT -TODO +![mempool_tm2_3_cmt_1_3](./img/v034_200node_tm2cmt1/mempool_size.png) + +![mempool-avg_tm2_3_cmt_1_3](./img/v034_200node_tm2cmt1/mempool_avg.png) ##### Peers @@ -432,10 +436,13 @@ TODO ###### 2/3 Tendermint Core - 1/3 CometBFT -TODO +![peers-tm2_3_cmt1_3](./img/v034_200node_tm2cmt1/peers.png) ##### Consensus Rounds per Height +TODO Move this under mempool as we refer to it + + For reference, this is the baseline plot. ![rounds](./img/v034_r200c2_rounds.png) @@ -456,7 +463,7 @@ TODO ###### 2/3 Tendermint Core - 1/3 CometBFT -TODO +![rounds-tm2_3_cmt1_3](./img/v034_200node_tm2cmt1/consensus_rounds.png) ##### Blocks Produced per Minute, Transactions Processed per Minute @@ -489,7 +496,13 @@ TODO ###### 2/3 Tendermint Core - 1/3 CometBFT -TODO +![blocks_min_run1_tm2_3_cmt1_4](./img/v034_200node_tm2cmt1/height.png) + +In two minutes the height goes from 32 to 90 which gives an average of 29 blocks per minutes. + +![tx_min_run1_tm2_3_cmt1_3](./img/v034_200node_tm2cmt1/num_tx.png) + +In 1 minutes and 30 seconds the system processes 35600 transactions which amounts to 23000 transactions per minute. ##### Memory Resident Set Size @@ -518,7 +531,9 @@ TODO ###### 2/3 Tendermint Core - 1/3 CometBFT -TODO +![rss_run1_tm2_3_cmt1_3](./img/v034_200node_tm2cmt1/resident_memory_bytes.png) + +![rss_avg_run1_tm2_3_cmt1_3](./img/v034_200node_tm2cmt1/resident_memory_bytes_avg.png) ##### CPU utilization @@ -538,7 +553,7 @@ TODO ###### 2/3 Tendermint Core - 1/3 CometBFT -TODO +![cpuload_run1_tm2_3_cmt1_3](./img/v034_200node_tm2cmt1/cpu_load.png) ### Test Results @@ -560,8 +575,11 @@ Version: xxxxxxxxxxxxxxxxx #### 2/3 Tendermint Core - 1/3 CometBFT -**Result: ????** +**Result: PASS** Date: 2023-02-08 -Version: xxxxxxxxxxxxxxxxx +Versions: + +CometBFT 3b783434f26b0e87994e6a77c5411927aad9ce3f +Tendermint Core 66c2cb63416e66bff08e11f9088e21a0ed142790 diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/consensus_rounds.png b/docs/qa/v034/img/v034_200node_tm2cmt1/consensus_rounds.png new file mode 100644 index 00000000000..e0963dda1a4 Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/consensus_rounds.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/cpu_load.png b/docs/qa/v034/img/v034_200node_tm2cmt1/cpu_load.png new file mode 100644 index 00000000000..fa5668bc0b0 Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/cpu_load.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/height.png b/docs/qa/v034/img/v034_200node_tm2cmt1/height.png new file mode 100644 index 00000000000..f24977a0694 Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/height.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/latency_all.png b/docs/qa/v034/img/v034_200node_tm2cmt1/latency_all.png new file mode 100644 index 00000000000..c0f0ae5a3ba Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/latency_all.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/latency_run1.png b/docs/qa/v034/img/v034_200node_tm2cmt1/latency_run1.png new file mode 100644 index 00000000000..117977d8889 Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/latency_run1.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/mempool_avg.png b/docs/qa/v034/img/v034_200node_tm2cmt1/mempool_avg.png new file mode 100644 index 00000000000..56be8f0177f Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/mempool_avg.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/mempool_size.png b/docs/qa/v034/img/v034_200node_tm2cmt1/mempool_size.png new file mode 100644 index 00000000000..3877da349d4 Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/mempool_size.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/num_tx.png b/docs/qa/v034/img/v034_200node_tm2cmt1/num_tx.png new file mode 100644 index 00000000000..9b69cc5df58 Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/num_tx.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/peers.png b/docs/qa/v034/img/v034_200node_tm2cmt1/peers.png new file mode 100644 index 00000000000..b719b40a723 Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/peers.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/resident_memory_bytes.png b/docs/qa/v034/img/v034_200node_tm2cmt1/resident_memory_bytes.png new file mode 100644 index 00000000000..2f04f8c6d6c Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/resident_memory_bytes.png differ diff --git a/docs/qa/v034/img/v034_200node_tm2cmt1/resident_memory_bytes_avg.png b/docs/qa/v034/img/v034_200node_tm2cmt1/resident_memory_bytes_avg.png new file mode 100644 index 00000000000..15ac085e04f Binary files /dev/null and b/docs/qa/v034/img/v034_200node_tm2cmt1/resident_memory_bytes_avg.png differ