mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"alert": {
|
|
"threshold": "125%",
|
|
"bigger_is_better": false
|
|
},
|
|
"result_extraction": {
|
|
"search_pattern": "TCP latency using [0-9.]+: +[0-9.]+",
|
|
"result_index": 5
|
|
},
|
|
"chart": {
|
|
"title": "[TCP sockets] The latency of write+read (loopback, 1B message)",
|
|
"description": "lat_tcp",
|
|
"unit": "\u00b5s",
|
|
"legend": "Average TCP latency on {system}"
|
|
}
|
|
} |