2 * Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
3 * Licensed to the public under the Apache License 2.0.
9 return baseclass.extend({
10 title: _('Disk Usage'),
12 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
14 title: "%H: Disk I/O operations on %pi",
15 vlabel: "Operations/s",
16 number_format: "%5.1lf%sOp/s",
19 types: [ "disk_ops" ],
21 disk_ops: [ "read", "write" ],
39 title: "%H: Disk I/O bandwidth on %pi",
41 number_format: "%5.1lf%sB/s",
46 types: [ "disk_octets" ],
48 disk_octets: [ "read", "write" ]