Add idle state to processes test

This commit is contained in:
Daniel Nelson 2017-12-11 15:33:44 -08:00
parent 6a5d8e31b3
commit 8761193dc7
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,8 @@ func TestFromPS(t *testing.T) {
fields["zombies"] = int64(1) fields["zombies"] = int64(1)
fields["running"] = int64(4) fields["running"] = int64(4)
fields["sleeping"] = int64(34) fields["sleeping"] = int64(34)
fields["total"] = int64(43) fields["idle"] = int64(2)
fields["total"] = int64(45)
acc.AssertContainsTaggedFields(t, "processes", fields, map[string]string{}) acc.AssertContainsTaggedFields(t, "processes", fields, map[string]string{})
} }
@ -172,6 +173,8 @@ U
Z Z
D D
S+ S+
I
I
` `
const testProcStat = `10 (rcuob/0) %s 2 0 0 0 -1 2129984 0 0 0 0 0 0 0 0 20 0 %s 0 11 0 0 18446744073709551615 0 0 0 0 0 0 0 2147483647 0 18446744073709551615 0 0 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 const testProcStat = `10 (rcuob/0) %s 2 0 0 0 -1 2129984 0 0 0 0 0 0 0 0 20 0 %s 0 11 0 0 18446744073709551615 0 0 0 0 0 0 0 2147483647 0 18446744073709551615 0 0 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0