2 * Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
3 * Licensed to the public under the Apache License 2.0.
8 return L.Class.extend({
9 title: _('Disk Usage'),
11 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
13 title: "%H: Disk I/O operations on %pi",
14 vlabel: "Operations/s",
15 number_format: "%5.1lf%sOp/s",
18 types: [ "disk_ops" ],
20 disk_ops: [ "read", "write" ],
38 title: "%H: Disk I/O bandwidth on %pi",
40 number_format: "%5.1lf%sB/s",
45 types: [ "disk_octets" ],
47 disk_octets: [ "read", "write" ]