Ticket #883 (new defect)

Opened 2 years ago

root/trunk/node/node.d.freebsd/iostat.in reports kb/s instead of MB/s

Reported by: wiktorn Assigned to: nobody
Priority: normal Milestone: Munin 2.0
Component: plugins Version: 1.4.3
Severity: normal Keywords:
Cc:

Description

According to manpage: http://www.freebsd.org/cgi/man.cgi?query=iostat&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE&format=html FreeBSD iostat reports: kr/s kilobytes read per second kw/s kilobytes write per second

Though iostat plugin has a description: graph_vlabel MB per ${graph_period} read+written

graph_vlabel, cdef's or division of source data should be implemented.