blob: a2a498dbac80539cef4d65511f53a5275ab7a82a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#kmchart
version 1
chart title "QA Units OK - inst first" style plot
plot metric sample.byte_rate
plot metric sample.byte_ctr
chart title "QA Units OK - ctr first" style plot
plot metric sample.byte_ctr
plot metric sample.byte_rate
chart title "QA Units OK - Kbyte/sec and byte/msec" style plot
plot metric sample.mirage
plot metric sample.mirage_longlong
chart title "QA Units OK - count/sec and count(->count/sec)" style plot
plot metric sample.write_me
plot metric sample.pdu
|