Update AIX percpu minimum needed lines

pull/1651/head
Dylan Myers 10 months ago
parent 0a1f220077
commit 5d3cf2e9e7

@ -19,7 +19,7 @@ func TimesWithContext(ctx context.Context, percpu bool) ([]TimesStat, error) {
return nil, err
}
lines := strings.Split(string(per_out), "\n")
if len(lines) < 5 {
if len(lines) < 6 {
return []TimesStat{}, common.ErrNotImplementedError
}

Loading…
Cancel
Save