Welcome to Collect Rack

./dacs/disk


Settings

These settings are saved in the current url. Make them permanent by creating a bookmark.

YAML
#./plugins/disk.yaml
---
title: "Time spent doing I/O (#{self})"
vertical_label: Milliseconds
file: disk_io_time
lines:
  - ds: io_time
---
title: "Time spent doing I/O weighted (#{self})"
vertical_label: Milliseconds
file: disk_io_time
lines:
  - ds: weighted_io_time
---
title: Disk Traffic (#{@name})
vertical_label: Bytes/s
file: disk_octets
lines:
  - ds: read
  - ds: write
    inverted: true
---
title: Disk Operations (#{@name})
vertical_label: Operations/s
file: disk_ops
lines:
  - ds: read
  - ds: write
    inverted: true