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:
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…
x
Reference in New Issue
Block a user