mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
12 lines
307 B
YAML
12 lines
307 B
YAML
alert:
|
|
bigger_is_better: true
|
|
threshold: 125%
|
|
chart:
|
|
description: fio -filename=/ext2/fio-test -size=1G -bs=1M -direct=1
|
|
legend: Average file read bandwidth on {system}
|
|
title: '[Ext2] The bandwidth of sequential reads'
|
|
unit: MB/s
|
|
result_extraction:
|
|
result_index: 2
|
|
search_pattern: bw=[0-9]+
|