actually there is 13 columns, not 12

pull/254/head
Bruno Clermont 9 years ago
parent 57ffe3b1ef
commit 145e48efdb

@ -57,7 +57,7 @@ func IOCounters(pernic bool) ([]IOCountersStat, error) {
base := 1
// sometimes Address is ommitted
if len(values) < 11 {
if len(values) < 12 {
base = 0
}

Loading…
Cancel
Save