mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
17 lines
441 B
JSON
17 lines
441 B
JSON
{
|
|
"alert": {
|
|
"threshold": "125%",
|
|
"bigger_is_better": false
|
|
},
|
|
"result_extraction": {
|
|
"search_pattern": "TCP\\/IP connection cost to [0-9.]+: +[0-9.]+",
|
|
"result_index": 6
|
|
},
|
|
"chart": {
|
|
"title": "[TCP sockets] The latency of connect (loopback)",
|
|
"description": "lat_connect",
|
|
"unit": "\u00b5s",
|
|
"legend": "Average TCP connection latency on {system}"
|
|
}
|
|
}
|