1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-28 13:48:49 +08:00

actually there is 13 columns, not 12

This commit is contained in:
Bruno Clermont 2016-08-31 20:41:42 +02:00
parent 57ffe3b1ef
commit 145e48efdb

View File

@ -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
}