summaryrefslogtreecommitdiff
path: root/man/html/diskmodel/model.view
blob: f46e38e170bbf0893e02e681a300307dd92b3253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#kmchart
version 1

view "Database"

chart title "Data Device IOPs [db2]" style stacking
  plot legend "Reads" color yellow host db2 metric disk.dev.read instance F:
  plot legend "Writes" color blue host db2 metric disk.dev.write instance F:

chart title "Data Device Throughput [db2]" style stacking
  plot legend "Read rate" color yellow host db2 metric disk.dev.read_bytes instance F:
  plot legend "Write rate" color blue host db2 metric disk.dev.write_bytes instance F:

view "Filestore"

chart title "Filestore Device IOPs [nas2]" style stacking
  plot legend "Reads" color yellow host nas2 metric disk.dev.read instance sdi
  plot legend "Writes" color blue host nas2 metric disk.dev.write instance sdi

chart title "Filestore Device Throughput [nas2]" style stacking
  plot legend "Read rate" color yellow host nas2 metric disk.dev.read_bytes instance sdi
  plot legend "Write rate" color blue host nas2 metric disk.dev.write_bytes instance sdi