add reads/min and etc to unitFormats

This commit is contained in:
f1
2016-06-05 00:57:04 +02:00
parent 7cbaf06097
commit d002cab28f

View File

@@ -649,6 +649,9 @@ function($, _) {
{text: 'reads/sec (rps)', value: 'rps' },
{text: 'writes/sec (wps)', value: 'wps' },
{text: 'I/O ops/sec (iops)', value: 'iops'},
{text: 'ops/min (opm)', value: 'opm' },
{text: 'reads/min (rpm)', value: 'rpm' },
{text: 'writes/min (wpm)', value: 'wpm' },
]
},
{