mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
12 lines
334 B
YAML
12 lines
334 B
YAML
alert:
|
|
bigger_is_better: false
|
|
threshold: 125%
|
|
chart:
|
|
description: lat_udp
|
|
legend: Average UDP latency on {system}
|
|
title: '[UDP sockets] The latency of write+read (loopback, 4B message)'
|
|
unit: "\xB5s" # Unicode for microsecond
|
|
result_extraction:
|
|
result_index: 5
|
|
search_pattern: 'UDP latency using [0-9.]+: +[0-9.]+'
|