Unify network benchmark chart title

This commit is contained in:
jiangjianfeng 2025-02-13 02:34:24 +00:00 committed by Tate, Hongliang Tian
parent 0b050d5e66
commit bf96f673dc
23 changed files with 23 additions and 23 deletions

View File

@ -8,7 +8,7 @@
"result_index": 7 "result_index": 7
}, },
"chart": { "chart": {
"title": "[Network] iperf3 sender performance using TCP", "title": "[Network] iperf3 sender performance using TCP (virtio-net)",
"description": "iperf3 -s -B 10.0.2.15", "description": "iperf3 -s -B 10.0.2.15",
"unit": "Mbits/sec", "unit": "Mbits/sec",
"legend": "Average TCP Bandwidth over virtio-net between Host Linux and Guest {system}" "legend": "Average TCP Bandwidth over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 2 "result_index": 2
}, },
"chart": { "chart": {
"title": "[TCP sockets] The bandwidth (localhost, 128B message)", "title": "[TCP sockets] The bandwidth (loopback, 128B message)",
"description": "bw_tcp -l", "description": "bw_tcp -l",
"unit": "MB/s", "unit": "MB/s",
"legend": "Average TCP bandwidth on {system}" "legend": "Average TCP bandwidth on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 2 "result_index": 2
}, },
"chart": { "chart": {
"title": "[TCP sockets] The bandwidth (localhost, 4KB message)", "title": "[TCP sockets] The bandwidth (loopback, 4KB message)",
"description": "bw_tcp -l", "description": "bw_tcp -l",
"unit": "MB/s", "unit": "MB/s",
"legend": "Average TCP bandwidth on {system}" "legend": "Average TCP bandwidth on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 2 "result_index": 2
}, },
"chart": { "chart": {
"title": "[TCP sockets] The bandwidth (localhost, 64KB message)", "title": "[TCP sockets] The bandwidth (loopback, 64KB message)",
"description": "bw_tcp -l", "description": "bw_tcp -l",
"unit": "MB/s", "unit": "MB/s",
"legend": "Average TCP bandwidth on {system}" "legend": "Average TCP bandwidth on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 8 "result_index": 8
}, },
"chart": { "chart": {
"title": "[HTTP] The bandwidth", "title": "[HTTP] The bandwidth (loopback)",
"description": "bw_http", "description": "bw_http",
"unit": "MB/s", "unit": "MB/s",
"legend": "Average simple HTTP transaction bandwidth on {system}" "legend": "Average simple HTTP transaction bandwidth on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "[TCP sockets] The latency of write+read", "title": "[TCP sockets] The latency of write+read (loopback, 1B message)",
"description": "lat_tcp", "description": "lat_tcp",
"unit": "\u00b5s", "unit": "\u00b5s",
"legend": "Average TCP latency on {system}" "legend": "Average TCP latency on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "[TCP sockets] The latency over virtio-net", "title": "[TCP sockets] The latency of write+read (virtio-net, 1B message)",
"description": "lat_tcp_virtio", "description": "lat_tcp_virtio",
"unit": "\u00b5s", "unit": "\u00b5s",
"legend": "Average TCP latency over virtio-net on {system}" "legend": "Average TCP latency over virtio-net on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "[UDP sockets] The latency of write+read", "title": "[UDP sockets] The latency of write+read (loopback, 4B message)",
"description": "lat_udp", "description": "lat_udp",
"unit": "\u00b5s", "unit": "\u00b5s",
"legend": "Average UDP latency on {system}" "legend": "Average UDP latency on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "[UDP sockets] The latency of write+read (virtio-net)", "title": "[UDP sockets] The latency of write+read (virtio-net, 4B message)",
"description": "lat_udp", "description": "lat_udp",
"unit": "\u00b5s", "unit": "\u00b5s",
"legend": "Average UDP latency over virtio-net on {system}" "legend": "Average UDP latency over virtio-net on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "[Unix sockets] The bandwidth", "title": "[Unix sockets] The bandwidth (64KB message)",
"description": "bw_unix", "description": "bw_unix",
"unit": "MB/s", "unit": "MB/s",
"legend": "Average unix bandwidth on {system}" "legend": "Average unix bandwidth on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "[Unix sockets] The latency of write+read", "title": "[Unix sockets] The latency of write+read (1B message)",
"description": "lat_unix", "description": "lat_unix",
"unit": "\u00b5s", "unit": "\u00b5s",
"legend": "Average unix latency on {system}" "legend": "Average unix latency on {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "Memaslap 10% SET and 90% GET throughput with 16 client threads, 64 concurrency and 10k window", "title": "Memaslap 10% SET and 90% GET throughput (virtio-net, 16 client threads, 64 concurrency, 10k window)",
"description": "memaslap -t 30s -T 16 -c 64 -w 10k -S 1s", "description": "memaslap -t 30s -T 16 -c 64 -w 10k -S 1s",
"unit": "operations per second", "unit": "operations per second",
"legend": "Average OPS of SET and GET over virtio-net between Host Linux and Guest {system}" "legend": "Average OPS of SET and GET over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "Memaslap 10% SET and 90% GET throughput with 8 client threads, 32 concurrency and 10k window", "title": "Memaslap 10% SET and 90% GET throughput (virtio-net, 8 client threads, 32 concurrency, 10k window)",
"description": "memaslap -t 30s -T 8 -c 32 -w 10k -S 1s", "description": "memaslap -t 30s -T 8 -c 32 -w 10k -S 1s",
"unit": "operations per second", "unit": "operations per second",
"legend": "Average OPS of SET and GET over virtio-net between Host Linux and Guest {system}" "legend": "Average OPS of SET and GET over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 5 "result_index": 5
}, },
"chart": { "chart": {
"title": "Memaslap 10% SET and 90% GET throughput with 8 client threads, 32 concurrency and 20k window", "title": "Memaslap 10% SET and 90% GET throughput (virtio-net, 8 client threads, 32 concurrency, 20k window)",
"description": "memaslap -t 30s -T 8 -c 32 -w 20k -S 1s", "description": "memaslap -t 30s -T 8 -c 32 -w 20k -S 1s",
"unit": "operations per second", "unit": "operations per second",
"legend": "Average OPS of SET and GET over virtio-net between Host Linux and Guest {system}" "legend": "Average OPS of SET and GET over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 4 "result_index": 4
}, },
"chart": { "chart": {
"title": "Nginx HTTP request performance with 16K bytes file size", "title": "Nginx HTTP request performance (virtio-net, 16KB file size)",
"description": "ab -n 10000 -c 1 http://10.0.2.15:8080/16384bytes.html", "description": "ab -n 10000 -c 1 http://10.0.2.15:8080/16384bytes.html",
"unit": "Requests per second", "unit": "Requests per second",
"legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}" "legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 4 "result_index": 4
}, },
"chart": { "chart": {
"title": "Nginx HTTP request performance with 32K bytes file size", "title": "Nginx HTTP request performance (virtio-net, 32KB file size)",
"description": "ab -n 10000 -c 1 http://10.0.2.15:8080/32768bytes.html", "description": "ab -n 10000 -c 1 http://10.0.2.15:8080/32768bytes.html",
"unit": "Requests per second", "unit": "Requests per second",
"legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}" "legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 4 "result_index": 4
}, },
"chart": { "chart": {
"title": "Nginx HTTP request performance with 4K bytes file size", "title": "Nginx HTTP request performance (virtio-net, 4KB file size)",
"description": "ab -n 10000 -c 1 http://10.0.2.15:8080/4096bytes.html", "description": "ab -n 10000 -c 1 http://10.0.2.15:8080/4096bytes.html",
"unit": "Requests per second", "unit": "Requests per second",
"legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}" "legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 4 "result_index": 4
}, },
"chart": { "chart": {
"title": "Nginx HTTP request performance with 64K bytes file size", "title": "Nginx HTTP request performance (virtio-net, 16KB file size)",
"description": "ab -n 10000 -c 1 http://10.0.2.15:8080/65536bytes.html", "description": "ab -n 10000 -c 1 http://10.0.2.15:8080/65536bytes.html",
"unit": "Requests per second", "unit": "Requests per second",
"legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}" "legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 4 "result_index": 4
}, },
"chart": { "chart": {
"title": "Nginx HTTP request performance with 8K bytes file size", "title": "Nginx HTTP request performance (virtio-net, 8KB file size)",
"description": "ab -n 10000 -c 1 http://10.0.2.15:8080/8192bytes.html", "description": "ab -n 10000 -c 1 http://10.0.2.15:8080/8192bytes.html",
"unit": "Requests per second", "unit": "Requests per second",
"legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}" "legend": "Average HTTP Bandwidth over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 3 "result_index": 3
}, },
"chart": { "chart": {
"title": "Redis GET performance with 20 concurrency and 100000 requests in total", "title": "Redis GET performance (virtio-net, 20 concurrency, 100K requests)",
"description": "redis-benchmark -n 100000 -c 20 -t get", "description": "redis-benchmark -n 100000 -c 20 -t get",
"unit": "request per second", "unit": "request per second",
"legend": "Average RPS of GET over virtio-net between Host Linux and Guest {system}" "legend": "Average RPS of GET over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 3 "result_index": 3
}, },
"chart": { "chart": {
"title": "Redis PING INLINE performance with 20 concurrency and 100000 requests in total", "title": "Redis PING INLINE performance (virtio-net, 20 concurrency, 100K requests)",
"description": "redis-benchmark -n 100000 -c 20 -t ping_inline", "description": "redis-benchmark -n 100000 -c 20 -t ping_inline",
"unit": "request per second", "unit": "request per second",
"legend": "Average RPS of PING_INLINE over virtio-net between Host Linux and Guest {system}" "legend": "Average RPS of PING_INLINE over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 3 "result_index": 3
}, },
"chart": { "chart": {
"title": "Redis PING MBULK performance with 20 concurrency and 100000 requests in total", "title": "Redis PING MBULK performance (virtio-net, 20 concurrency, 100K requests)",
"description": "redis-benchmark -n 100000 -c 20 -t ping_mbulk", "description": "redis-benchmark -n 100000 -c 20 -t ping_mbulk",
"unit": "request per second", "unit": "request per second",
"legend": "Average RPS of PING_MBULK over virtio-net between Host Linux and Guest {system}" "legend": "Average RPS of PING_MBULK over virtio-net between Host Linux and Guest {system}"

View File

@ -8,7 +8,7 @@
"result_index": 3 "result_index": 3
}, },
"chart": { "chart": {
"title": "Redis SET performance with 20 concurrency and 100000 requests in total", "title": "Redis SET performance (virtio-net, 20 concurrency, 100K requests)",
"description": "redis-benchmark -n 100000 -c 20 -t set", "description": "redis-benchmark -n 100000 -c 20 -t set",
"unit": "request per second", "unit": "request per second",
"legend": "Average RPS of SET over virtio-net between Host Linux and Guest {system}" "legend": "Average RPS of SET over virtio-net between Host Linux and Guest {system}"