From ca0785526b13d3bdb9da2923a3477030d42b9063 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 22 Mar 2020 09:55:58 +0100 Subject: [PATCH] pidstat: Add new non regression tests Signed-off-by: Sebastien GODARD --- tests/05180 | 3 + tests/05185 | 1 + tests/05190 | 3 + tests/05195 | 1 + tests/05200 | 3 + tests/05205 | 1 + tests/05210 | 3 + tests/05215 | 1 + tests/05220 | 3 + tests/05225 | 1 + tests/05230 | 3 + tests/05235 | 1 + tests/05240 | 3 + tests/05245 | 1 + tests/05250 | 3 + tests/05255 | 1 + tests/05260 | 3 + tests/05265 | 1 + tests/05270 | 3 + tests/05275 | 1 + tests/05280 | 3 + tests/05285 | 1 + tests/05290 | 3 + tests/05295 | 1 + tests/05300 | 3 + tests/05305 | 1 + tests/05310 | 3 + tests/05315 | 1 + tests/05320 | 3 + tests/05325 | 1 + tests/05330 | 3 + tests/05335 | 1 + tests/05340 | 3 + tests/05345 | 1 + tests/05346 | 3 + tests/05347 | 1 + tests/05350 | 3 + tests/05355 | 1 + tests/05360 | 3 + tests/05365 | 1 + tests/05370 | 3 + tests/05375 | 1 + tests/05380 | 3 + tests/05385 | 1 + tests/05390 | 3 + tests/05395 | 1 + tests/05400 | 3 + tests/05405 | 1 + tests/05410 | 3 + tests/05415 | 1 + tests/05420 | 3 + tests/05425 | 1 + tests/05430 | 3 + tests/05435 | 1 + tests/05440 | 3 + tests/05445 | 1 + tests/TLIST | 56 ++++++ tests/expected.pidstat | 2 +- tests/expected.pidstat-A | 12 +- tests/expected.pidstat-A-ALL | 14 +- tests/expected.pidstat-A-TCHILD | 4 +- tests/expected.pidstat-A-TTASK | 12 +- tests/expected.pidstat-At | 24 +-- tests/expected.pidstat-At-ALL | 28 +-- tests/expected.pidstat-At-TALL | 32 ++-- tests/expected.pidstat-C | 15 ++ tests/expected.pidstat-G | 15 ++ tests/expected.pidstat-Hh | 28 +++ tests/expected.pidstat-I | 73 +++++++ tests/expected.pidstat-U | 9 + tests/expected.pidstat-Ufoo | 13 ++ tests/expected.pidstat-Uroot | 25 +++ tests/expected.pidstat-d-TTASK-ALL | 2 +- tests/expected.pidstat-dec | 133 +++++++++++++ tests/expected.pidstat-l | 120 ++++++++++++ tests/expected.pidstat-lC | 17 ++ tests/expected.pidstat-lG | 29 +++ tests/expected.pidstat-p | 33 ++++ tests/expected.pidstat-p-unkwn | 7 + tests/expected.pidstat-plist | 221 ++++++++++++++++++++++ tests/expected.pidstat-sigint | 47 +++++ tests/expected1.pidstat | 86 +++++++++ tests/expected1.pidstat-A-TCHILD | 22 +-- tests/expected1.pidstat-A-TTASK | 36 ++-- tests/expected1.pidstat-At | 72 +++---- tests/expected1.pidstat-At-TALL-ALL | 252 ++++++++++++------------- tests/expected1.pidstat-At-TCHILD | 44 ++--- tests/expected1.pidstat-At-TCHILD-ALL | 56 +++--- tests/expected1.pidstat-At-TTASK | 72 +++---- tests/expected1.pidstat-At-TTASK-ALL | 196 +++++++++---------- tests/expected1.pidstat-C | 17 ++ tests/expected1.pidstat-G | 17 ++ tests/expected1.pidstat-p | 82 ++++++++ tests/expected2.pidstat-C | 17 ++ tests/expected2.pidstat-G | 22 +++ tests/expected2.pidstat-p-unkwn | 28 +++ tests/expected3.pidstat-C | 20 ++ tests/expected3.pidstat-G | 22 +++ tests/expected4.pidstat-C | 28 +++ tests/expected4.pidstat-G | 57 ++++++ tests/expected5.pidstat-C | 45 +++++ tests/expected6.pidstat-C | 29 +++ tests/root1/proc/8407/status | 4 +- tests/root1/proc/8407/task/8407/status | 4 +- tests/root2/proc/8407/status | 4 +- tests/root2/proc/8407/task/8407/status | 4 +- tests/root3/proc/8407/status | 4 +- tests/root3/proc/8407/task/8407/status | 4 +- tests/root4/proc/8407/status | 4 +- tests/root4/proc/8407/task/8407/status | 4 +- tests/root5/proc/8407/status | 4 +- tests/root5/proc/8407/task/8407/status | 4 +- tests/root6/proc/8407/status | 4 +- tests/root6/proc/8407/task/8407/status | 4 +- tests/root7/proc/8407/status | 4 +- tests/root7/proc/8407/task/8407/status | 4 +- 116 files changed, 1891 insertions(+), 468 deletions(-) create mode 100644 tests/05180 create mode 100644 tests/05185 create mode 100644 tests/05190 create mode 100644 tests/05195 create mode 100644 tests/05200 create mode 100644 tests/05205 create mode 100644 tests/05210 create mode 100644 tests/05215 create mode 100644 tests/05220 create mode 100644 tests/05225 create mode 100644 tests/05230 create mode 100644 tests/05235 create mode 100644 tests/05240 create mode 100644 tests/05245 create mode 100644 tests/05250 create mode 100644 tests/05255 create mode 100644 tests/05260 create mode 100644 tests/05265 create mode 100644 tests/05270 create mode 100644 tests/05275 create mode 100644 tests/05280 create mode 100644 tests/05285 create mode 100644 tests/05290 create mode 100644 tests/05295 create mode 100644 tests/05300 create mode 100644 tests/05305 create mode 100644 tests/05310 create mode 100644 tests/05315 create mode 100644 tests/05320 create mode 100644 tests/05325 create mode 100644 tests/05330 create mode 100644 tests/05335 create mode 100644 tests/05340 create mode 100644 tests/05345 create mode 100644 tests/05346 create mode 100644 tests/05347 create mode 100644 tests/05350 create mode 100644 tests/05355 create mode 100644 tests/05360 create mode 100644 tests/05365 create mode 100644 tests/05370 create mode 100644 tests/05375 create mode 100644 tests/05380 create mode 100644 tests/05385 create mode 100644 tests/05390 create mode 100644 tests/05395 create mode 100644 tests/05400 create mode 100644 tests/05405 create mode 100644 tests/05410 create mode 100644 tests/05415 create mode 100644 tests/05420 create mode 100644 tests/05425 create mode 100644 tests/05430 create mode 100644 tests/05435 create mode 100644 tests/05440 create mode 100644 tests/05445 create mode 100644 tests/expected.pidstat-C create mode 100644 tests/expected.pidstat-G create mode 100644 tests/expected.pidstat-Hh create mode 100644 tests/expected.pidstat-I create mode 100644 tests/expected.pidstat-U create mode 100644 tests/expected.pidstat-Ufoo create mode 100644 tests/expected.pidstat-Uroot create mode 100644 tests/expected.pidstat-dec create mode 100644 tests/expected.pidstat-l create mode 100644 tests/expected.pidstat-lC create mode 100644 tests/expected.pidstat-lG create mode 100644 tests/expected.pidstat-p create mode 100644 tests/expected.pidstat-p-unkwn create mode 100644 tests/expected.pidstat-plist create mode 100644 tests/expected.pidstat-sigint create mode 100644 tests/expected1.pidstat create mode 100644 tests/expected1.pidstat-C create mode 100644 tests/expected1.pidstat-G create mode 100644 tests/expected1.pidstat-p create mode 100644 tests/expected2.pidstat-C create mode 100644 tests/expected2.pidstat-G create mode 100644 tests/expected2.pidstat-p-unkwn create mode 100644 tests/expected3.pidstat-C create mode 100644 tests/expected3.pidstat-G create mode 100644 tests/expected4.pidstat-C create mode 100644 tests/expected4.pidstat-G create mode 100644 tests/expected5.pidstat-C create mode 100644 tests/expected6.pidstat-C diff --git a/tests/05180 b/tests/05180 new file mode 100644 index 0000000..3eea5a2 --- /dev/null +++ b/tests/05180 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -uRr -p 1234 1 2 > tests/out.pidstat-p-unkwn.tmp diff --git a/tests/05185 b/tests/05185 new file mode 100644 index 0000000..6ee0fcf --- /dev/null +++ b/tests/05185 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-p-unkwn.tmp tests/expected.pidstat-p-unkwn diff --git a/tests/05190 b/tests/05190 new file mode 100644 index 0000000..a1f4ed4 --- /dev/null +++ b/tests/05190 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -svw -p 8741,8835 1 2 > tests/out2.pidstat-p-unkwn.tmp diff --git a/tests/05195 b/tests/05195 new file mode 100644 index 0000000..93b855e --- /dev/null +++ b/tests/05195 @@ -0,0 +1 @@ +diff -u tests/out2.pidstat-p-unkwn.tmp tests/expected2.pidstat-p-unkwn diff --git a/tests/05200 b/tests/05200 new file mode 100644 index 0000000..473fbfa --- /dev/null +++ b/tests/05200 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -ds -p 8741,21342 1 3 > tests/out.pidstat-p.tmp diff --git a/tests/05205 b/tests/05205 new file mode 100644 index 0000000..cc9e0df --- /dev/null +++ b/tests/05205 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-p.tmp tests/expected.pidstat-p diff --git a/tests/05210 b/tests/05210 new file mode 100644 index 0000000..388172f --- /dev/null +++ b/tests/05210 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -uws -p ALL 1 3 > tests/out1.pidstat-p.tmp diff --git a/tests/05215 b/tests/05215 new file mode 100644 index 0000000..fb85c7a --- /dev/null +++ b/tests/05215 @@ -0,0 +1 @@ +diff -u tests/out1.pidstat-p.tmp tests/expected1.pidstat-p diff --git a/tests/05220 b/tests/05220 new file mode 100644 index 0000000..4dff60e --- /dev/null +++ b/tests/05220 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -druws 1 3 > tests/out1.pidstat.tmp diff --git a/tests/05225 b/tests/05225 new file mode 100644 index 0000000..b3ab9b4 --- /dev/null +++ b/tests/05225 @@ -0,0 +1 @@ +diff -u tests/out1.pidstat.tmp tests/expected1.pidstat diff --git a/tests/05230 b/tests/05230 new file mode 100644 index 0000000..f524142 --- /dev/null +++ b/tests/05230 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -Rw 2 > tests/out.pidstat-sigint.tmp diff --git a/tests/05235 b/tests/05235 new file mode 100644 index 0000000..96d4139 --- /dev/null +++ b/tests/05235 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-sigint.tmp tests/expected.pidstat-sigint diff --git a/tests/05240 b/tests/05240 new file mode 100644 index 0000000..a8f5ba8 --- /dev/null +++ b/tests/05240 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -C foofox 2 6 > tests/out.pidstat-C.tmp diff --git a/tests/05245 b/tests/05245 new file mode 100644 index 0000000..19928d9 --- /dev/null +++ b/tests/05245 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-C.tmp tests/expected.pidstat-C diff --git a/tests/05250 b/tests/05250 new file mode 100644 index 0000000..df39079 --- /dev/null +++ b/tests/05250 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -C fox 2 6 > tests/out1.pidstat-C.tmp diff --git a/tests/05255 b/tests/05255 new file mode 100644 index 0000000..b9642ac --- /dev/null +++ b/tests/05255 @@ -0,0 +1 @@ +diff -u tests/out1.pidstat-C.tmp tests/expected1.pidstat-C diff --git a/tests/05260 b/tests/05260 new file mode 100644 index 0000000..ff9ba2b --- /dev/null +++ b/tests/05260 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -C Web 2 6 > tests/out2.pidstat-C.tmp diff --git a/tests/05265 b/tests/05265 new file mode 100644 index 0000000..049f770 --- /dev/null +++ b/tests/05265 @@ -0,0 +1 @@ +diff -u tests/out2.pidstat-C.tmp tests/expected2.pidstat-C diff --git a/tests/05270 b/tests/05270 new file mode 100644 index 0000000..db6108a --- /dev/null +++ b/tests/05270 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -C Web 2 6 > tests/out3.pidstat-C.tmp diff --git a/tests/05275 b/tests/05275 new file mode 100644 index 0000000..f04f3a8 --- /dev/null +++ b/tests/05275 @@ -0,0 +1 @@ +diff -u tests/out3.pidstat-C.tmp tests/expected3.pidstat-C diff --git a/tests/05280 b/tests/05280 new file mode 100644 index 0000000..a938003 --- /dev/null +++ b/tests/05280 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -C "(fox|shell)" 2 6 > tests/out4.pidstat-C.tmp diff --git a/tests/05285 b/tests/05285 new file mode 100644 index 0000000..98a5bf4 --- /dev/null +++ b/tests/05285 @@ -0,0 +1 @@ +diff -u tests/out4.pidstat-C.tmp tests/expected4.pidstat-C diff --git a/tests/05290 b/tests/05290 new file mode 100644 index 0000000..e5c02d4 --- /dev/null +++ b/tests/05290 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -G foofox 2 6 > tests/out.pidstat-G.tmp diff --git a/tests/05295 b/tests/05295 new file mode 100644 index 0000000..7c789c4 --- /dev/null +++ b/tests/05295 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-G.tmp tests/expected.pidstat-G diff --git a/tests/05300 b/tests/05300 new file mode 100644 index 0000000..fa1408d --- /dev/null +++ b/tests/05300 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -G fox 2 6 > tests/out1.pidstat-G.tmp diff --git a/tests/05305 b/tests/05305 new file mode 100644 index 0000000..e168fb0 --- /dev/null +++ b/tests/05305 @@ -0,0 +1 @@ +diff -u tests/out1.pidstat-G.tmp tests/expected1.pidstat-G diff --git a/tests/05310 b/tests/05310 new file mode 100644 index 0000000..3d386d1 --- /dev/null +++ b/tests/05310 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -G fox 2 6 > tests/out2.pidstat-G.tmp diff --git a/tests/05315 b/tests/05315 new file mode 100644 index 0000000..78653e2 --- /dev/null +++ b/tests/05315 @@ -0,0 +1 @@ +diff -u tests/out2.pidstat-G.tmp tests/expected2.pidstat-G diff --git a/tests/05320 b/tests/05320 new file mode 100644 index 0000000..ca4d42d --- /dev/null +++ b/tests/05320 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -G fox -p ALL 2 6 > tests/out3.pidstat-G.tmp diff --git a/tests/05325 b/tests/05325 new file mode 100644 index 0000000..57bfa4c --- /dev/null +++ b/tests/05325 @@ -0,0 +1 @@ +diff -u tests/out3.pidstat-G.tmp tests/expected3.pidstat-G diff --git a/tests/05330 b/tests/05330 new file mode 100644 index 0000000..a3f67e0 --- /dev/null +++ b/tests/05330 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -G fox -p ALL 2 6 > tests/out4.pidstat-G.tmp diff --git a/tests/05335 b/tests/05335 new file mode 100644 index 0000000..4c0dda0 --- /dev/null +++ b/tests/05335 @@ -0,0 +1 @@ +diff -u tests/out4.pidstat-G.tmp tests/expected4.pidstat-G diff --git a/tests/05340 b/tests/05340 new file mode 100644 index 0000000..8153c81 --- /dev/null +++ b/tests/05340 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -G "^s" -p ALL 2 6 > tests/out5.pidstat-C.tmp diff --git a/tests/05345 b/tests/05345 new file mode 100644 index 0000000..ba5ea68 --- /dev/null +++ b/tests/05345 @@ -0,0 +1 @@ +diff -u tests/out5.pidstat-C.tmp tests/expected5.pidstat-C diff --git a/tests/05346 b/tests/05346 new file mode 100644 index 0000000..b85cbd8 --- /dev/null +++ b/tests/05346 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -G "terminal-$" -p ALL 2 6 > tests/out6.pidstat-C.tmp diff --git a/tests/05347 b/tests/05347 new file mode 100644 index 0000000..11dfaea --- /dev/null +++ b/tests/05347 @@ -0,0 +1 @@ +diff -u tests/out6.pidstat-C.tmp tests/expected6.pidstat-C diff --git a/tests/05350 b/tests/05350 new file mode 100644 index 0000000..2003024 --- /dev/null +++ b/tests/05350 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -lt -u -p ALL 2 6 > tests/out.pidstat-l.tmp diff --git a/tests/05355 b/tests/05355 new file mode 100644 index 0000000..2bced02 --- /dev/null +++ b/tests/05355 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-l.tmp tests/expected.pidstat-l diff --git a/tests/05360 b/tests/05360 new file mode 100644 index 0000000..8ca97b1 --- /dev/null +++ b/tests/05360 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -l -C "browser" 2 6 > tests/out.pidstat-lC.tmp diff --git a/tests/05365 b/tests/05365 new file mode 100644 index 0000000..55aae38 --- /dev/null +++ b/tests/05365 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-lC.tmp tests/expected.pidstat-lC diff --git a/tests/05370 b/tests/05370 new file mode 100644 index 0000000..3667803 --- /dev/null +++ b/tests/05370 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -lt -G "server$" -p ALL 2 6 > tests/out.pidstat-lG.tmp diff --git a/tests/05375 b/tests/05375 new file mode 100644 index 0000000..1416c75 --- /dev/null +++ b/tests/05375 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-lG.tmp tests/expected.pidstat-lG diff --git a/tests/05380 b/tests/05380 new file mode 100644 index 0000000..402280a --- /dev/null +++ b/tests/05380 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw --dec=1 > tests/out.pidstat-dec.tmp diff --git a/tests/05385 b/tests/05385 new file mode 100644 index 0000000..da08a30 --- /dev/null +++ b/tests/05385 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-dec.tmp tests/expected.pidstat-dec diff --git a/tests/05390 b/tests/05390 new file mode 100644 index 0000000..608adfe --- /dev/null +++ b/tests/05390 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw -H -h 2 1 > tests/out.pidstat-Hh.tmp diff --git a/tests/05395 b/tests/05395 new file mode 100644 index 0000000..b79a273 --- /dev/null +++ b/tests/05395 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-Hh.tmp tests/expected.pidstat-Hh diff --git a/tests/05400 b/tests/05400 new file mode 100644 index 0000000..0886c14 --- /dev/null +++ b/tests/05400 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -T ALL -dRrsuvw --human -I 2 1 > tests/out.pidstat-I.tmp diff --git a/tests/05405 b/tests/05405 new file mode 100644 index 0000000..252c173 --- /dev/null +++ b/tests/05405 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-I.tmp tests/expected.pidstat-I diff --git a/tests/05410 b/tests/05410 new file mode 100644 index 0000000..89e246f --- /dev/null +++ b/tests/05410 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -T CHILD -u -U 2 1 > tests/out.pidstat-U.tmp diff --git a/tests/05415 b/tests/05415 new file mode 100644 index 0000000..62f5047 --- /dev/null +++ b/tests/05415 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-U.tmp tests/expected.pidstat-U diff --git a/tests/05420 b/tests/05420 new file mode 100644 index 0000000..95eda5c --- /dev/null +++ b/tests/05420 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -rw -u -U foo 2 1 > tests/out.pidstat-Ufoo.tmp diff --git a/tests/05425 b/tests/05425 new file mode 100644 index 0000000..c4f8300 --- /dev/null +++ b/tests/05425 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-Ufoo.tmp tests/expected.pidstat-Ufoo diff --git a/tests/05430 b/tests/05430 new file mode 100644 index 0000000..af9dcd0 --- /dev/null +++ b/tests/05430 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -rw -u -U root 2 1 > tests/out.pidstat-Uroot.tmp diff --git a/tests/05435 b/tests/05435 new file mode 100644 index 0000000..8b790b2 --- /dev/null +++ b/tests/05435 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-Uroot.tmp tests/expected.pidstat-Uroot diff --git a/tests/05440 b/tests/05440 new file mode 100644 index 0000000..8c19a9d --- /dev/null +++ b/tests/05440 @@ -0,0 +1,3 @@ +rm -f tests/root +ln -s root1 tests/root +LC_ALL=C TZ=GMT ./pidstat -t -svwu -p 21342,1234,7900,9009 2 6 > tests/out.pidstat-plist.tmp diff --git a/tests/05445 b/tests/05445 new file mode 100644 index 0000000..26c2ea2 --- /dev/null +++ b/tests/05445 @@ -0,0 +1 @@ +diff -u tests/out.pidstat-plist.tmp tests/expected.pidstat-plist diff --git a/tests/TLIST b/tests/TLIST index 0124771..03ea58d 100644 --- a/tests/TLIST +++ b/tests/TLIST @@ -533,6 +533,62 @@ NOTES: 05165 diff -u tests/out1.pidstat-d-TTASK.tmp tests/expected1.pidstat-d-TTASK 05170 LC_ALL=C TZ=GMT ./pidstat -T TASK -d -p ALL > tests/out.pidstat-d-TTASK-ALL.tmp 05175 diff -u tests/out.pidstat-d-TTASK-ALL.tmp tests/expected.pidstat-d-TTASK-ALL +05180 LC_ALL=C TZ=GMT ./pidstat -uRr -p 1234 1 2 > tests/out.pidstat-p-unkwn.tmp +05185 diff -u tests/out.pidstat-p-unkwn.tmp tests/expected.pidstat-p-unkwn +05190 LC_ALL=C TZ=GMT ./pidstat -svw -p 21342,8835 1 2 > tests/out2.pidstat-p-unkwn.tmp +05195 diff -u tests/out2.pidstat-p-unkwn.tmp tests/expected2.pidstat-p-unkwn +05200 LC_ALL=C TZ=GMT ./pidstat -ds -p 8741,21342 1 3 > tests/out.pidstat-p.tmp +05205 diff -u tests/out.pidstat-p.tmp tests/expected.pidstat-p +05210 LC_ALL=C TZ=GMT ./pidstat -uws -p ALL 1 3 > tests/out1.pidstat-p.tmp +05215 diff -u tests/out1.pidstat-p.tmp tests/expected1.pidstat-p +05220 LC_ALL=C TZ=GMT ./pidstat -druws 1 3 > tests/out1.pidstat.tmp +05225 diff -u tests/out1.pidstat.tmp tests/expected1.pidstat +05230 LC_ALL=C TZ=GMT ./pidstat -Rw 2 > tests/out.pidstat-sigint.tmp +05235 diff -u tests/out.pidstat-sigint.tmp tests/expected.pidstat-sigint +05240 LC_ALL=C TZ=GMT ./pidstat -C foofox 2 6 > tests/out.pidstat-C.tmp +05245 diff -u tests/out.pidstat-C.tmp tests/expected.pidstat-C +05250 LC_ALL=C TZ=GMT ./pidstat -C fox 2 6 > tests/out1.pidstat-C.tmp +05255 diff -u tests/out1.pidstat-C.tmp tests/expected1.pidstat-C +05260 LC_ALL=C TZ=GMT ./pidstat -C shell -C Web 2 6 > tests/out2.pidstat-C.tmp +05265 diff -u tests/out2.pidstat-C.tmp tests/expected2.pidstat-C +05270 LC_ALL=C TZ=GMT ./pidstat -t -C Web 2 6 > tests/out3.pidstat-C.tmp +05275 diff -u tests/out3.pidstat-C.tmp tests/expected3.pidstat-C +05280 LC_ALL=C TZ=GMT ./pidstat -t -C "(fox|shell)" 2 6 > tests/out4.pidstat-C.tmp +05285 diff -u tests/out4.pidstat-C.tmp tests/expected4.pidstat-C +05290 LC_ALL=C TZ=GMT ./pidstat -t -G foofox 2 6 > tests/out.pidstat-G.tmp +05295 diff -u tests/out.pidstat-G.tmp tests/expected.pidstat-G +05300 LC_ALL=C TZ=GMT ./pidstat -G fox 2 6 > tests/out1.pidstat-G.tmp +05305 diff -u tests/out1.pidstat-G.tmp tests/expected1.pidstat-G +05310 LC_ALL=C TZ=GMT ./pidstat -t -G fox 2 6 > tests/out2.pidstat-G.tmp +05315 diff -u tests/out2.pidstat-G.tmp tests/expected2.pidstat-G +05320 LC_ALL=C TZ=GMT ./pidstat -G fox -p ALL 2 6 > tests/out3.pidstat-G.tmp +05325 diff -u tests/out3.pidstat-G.tmp tests/expected3.pidstat-G +05330 LC_ALL=C TZ=GMT ./pidstat -t -G fox -p ALL 2 6 > tests/out4.pidstat-G.tmp +05335 diff -u tests/out4.pidstat-G.tmp tests/expected4.pidstat-G +05340 LC_ALL=C TZ=GMT ./pidstat -t -G "^s" -p ALL 2 6 > tests/out5.pidstat-C.tmp +05345 diff -u tests/out5.pidstat-C.tmp tests/expected5.pidstat-C +05346 LC_ALL=C TZ=GMT ./pidstat -t -G "terminal-$" -p ALL 2 6 > tests/out6.pidstat-C.tmp +05347 diff -u tests/out6.pidstat-C.tmp tests/expected6.pidstat-C +05350 LC_ALL=C TZ=GMT ./pidstat -lt -u -p ALL 2 6 > tests/out.pidstat-l.tmp +05355 diff -u tests/out.pidstat-l.tmp tests/expected.pidstat-l +05360 LC_ALL=C TZ=GMT ./pidstat -l -C "browser" 2 6 > tests/out.pidstat-lC.tmp +05365 diff -u tests/out.pidstat-lC.tmp tests/expected.pidstat-lC +05370 LC_ALL=C TZ=GMT ./pidstat -lt -G "server$" -p ALL 2 6 > tests/out.pidstat-lG.tmp +05375 diff -u tests/out.pidstat-lG.tmp tests/expected.pidstat-lG +05380 LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw --dec=1 > tests/out.pidstat-dec.tmp +05385 diff -u tests/out.pidstat-dec.tmp tests/expected.pidstat-dec +05390 LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw -H -h 2 1 > tests/out.pidstat-Hh.tmp +05395 diff -u tests/out.pidstat-Hh.tmp tests/expected.pidstat-Hh +05400 LC_ALL=C TZ=GMT ./pidstat -T ALL -dRrsuvw --human -I 2 1 > tests/out.pidstat-I.tmp +05405 diff -u tests/out.pidstat-I.tmp tests/expected.pidstat-I +05410 LC_ALL=C TZ=GMT ./pidstat -T CHILD -u -U 2 1 > tests/out.pidstat-U.tmp +05415 diff -u tests/out.pidstat-U.tmp tests/expected.pidstat-U +05420 LC_ALL=C TZ=GMT ./pidstat -t -rw -u -U foo 2 1 > tests/out.pidstat-Ufoo.tmp +05425 diff -u tests/out.pidstat-Ufoo.tmp tests/expected.pidstat-Ufoo +05430 LC_ALL=C TZ=GMT ./pidstat -t -rw -u -U root 2 1 > tests/out.pidstat-Uroot.tmp +05435 diff -u tests/out.pidstat-Uroot.tmp tests/expected.pidstat-Uroot +05440 LC_ALL=C TZ=GMT ./pidstat -t -svwu -p 21342,1234,7900,9009 2 6 > tests/out.pidstat-plist.tmp +05445 diff -u tests/out.pidstat-plist.tmp tests/expected.pidstat-plist ===== Tests to be done at the very end 09900 grep -i FIXME *.c *.h *.in && exit 1 || exit 0 diff --git a/tests/expected.pidstat b/tests/expected.pidstat index fb9cc17..21ddd9d 100644 --- a/tests/expected.pidstat +++ b/tests/expected.pidstat @@ -1,7 +1,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command -00:00:00 1000 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- +00:00:00 0 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- 00:00:00 1000 8741 0.97 0.28 0.00 0.01 1.25 2 firefox 00:00:00 1000 9009 0.06 0.03 0.00 0.01 0.09 3 WebExtensions 00:00:00 1000 21342 0.12 0.01 0.00 0.00 0.13 5 soffice.bin diff --git a/tests/expected.pidstat-A b/tests/expected.pidstat-A index 5b55236..44997b3 100644 --- a/tests/expected.pidstat-A +++ b/tests/expected.pidstat-A @@ -1,37 +1,37 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command -00:00:00 1000 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- +00:00:00 0 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- 00:00:00 1000 8741 0.97 0.28 0.00 0.01 1.25 2 firefox 00:00:00 1000 9009 0.06 0.03 0.00 0.01 0.09 3 WebExtensions 00:00:00 1000 21342 0.12 0.01 0.00 0.00 0.13 5 soffice.bin 00:00:00 UID PID minflt/s majflt/s VSZ RSS %MEM Command -00:00:00 1000 8407 3.07 0.00 723868 42156 0.52 gnome-terminal- +00:00:00 0 8407 3.07 0.00 723868 42156 0.52 gnome-terminal- 00:00:00 1000 8741 108.05 0.07 2535728 335804 4.12 firefox 00:00:00 1000 9009 3.44 0.00 1744508 105628 1.30 WebExtensions 00:00:00 1000 21342 19.46 0.14 1790688 439484 5.40 soffice.bin 00:00:00 UID PID StkSize StkRef Command -00:00:00 1000 8407 132 120 gnome-terminal- +00:00:00 0 8407 132 120 gnome-terminal- 00:00:00 1000 8741 132 52 firefox 00:00:00 1000 9009 132 20 WebExtensions 00:00:00 1000 21342 132 36 soffice.bin 00:00:00 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:00 1000 8407 23.34 28.80 0.01 58 gnome-terminal- +00:00:00 0 8407 23.34 28.80 0.01 58 gnome-terminal- 00:00:00 1000 8741 28.50 31.74 4.81 1146 firefox 00:00:00 1000 9009 0.16 0.00 0.00 69 WebExtensions 00:00:00 1000 21342 24.47 4.65 0.00 874 soffice.bin 00:00:00 UID PID cswch/s nvcswch/s Command -00:00:00 1000 8407 4.99 0.06 gnome-terminal- +00:00:00 0 8407 4.99 0.06 gnome-terminal- 00:00:00 1000 8741 22.79 0.28 firefox 00:00:00 1000 9009 3.36 0.06 WebExtensions 00:00:00 1000 21342 0.81 0.05 soffice.bin 00:00:00 UID PID threads fd-nr Command -00:00:00 1000 8407 4 5 gnome-terminal- +00:00:00 0 8407 4 5 gnome-terminal- 00:00:00 1000 8741 67 5 firefox 00:00:00 1000 9009 32 5 WebExtensions 00:00:00 1000 21342 6 5 soffice.bin diff --git a/tests/expected.pidstat-A-ALL b/tests/expected.pidstat-A-ALL index 5cf3932..4375e87 100644 --- a/tests/expected.pidstat-A-ALL +++ b/tests/expected.pidstat-A-ALL @@ -1,43 +1,43 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command -00:00:00 1000 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- +00:00:00 0 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- 00:00:00 1000 8741 0.97 0.28 0.00 0.01 1.25 2 firefox 00:00:00 1000 9009 0.06 0.03 0.00 0.01 0.09 3 WebExtensions 00:00:00 1000 21342 0.12 0.01 0.00 0.00 0.13 5 soffice.bin 00:00:00 UID PID minflt/s majflt/s VSZ RSS %MEM Command -00:00:00 1000 8407 3.07 0.00 723868 42156 0.52 gnome-terminal- +00:00:00 0 8407 3.07 0.00 723868 42156 0.52 gnome-terminal- 00:00:00 1000 8741 108.05 0.07 2535728 335804 4.12 firefox 00:00:00 1000 9009 3.44 0.00 1744508 105628 1.30 WebExtensions 00:00:00 1000 21342 19.46 0.14 1790688 439484 5.40 soffice.bin 00:00:00 UID PID StkSize StkRef Command -00:00:00 1000 8407 132 120 gnome-terminal- +00:00:00 0 8407 132 120 gnome-terminal- 00:00:00 1000 8741 132 52 firefox 00:00:00 1000 9009 132 20 WebExtensions 00:00:00 1000 21342 132 36 soffice.bin 00:00:00 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:00 1000 8407 23.34 28.80 0.01 58 gnome-terminal- +00:00:00 0 8407 23.34 28.80 0.01 58 gnome-terminal- 00:00:00 1000 8741 28.50 31.74 4.81 1146 firefox 00:00:00 1000 9009 0.16 0.00 0.00 69 WebExtensions 00:00:00 1000 21342 24.47 4.65 0.00 874 soffice.bin 00:00:00 UID PID cswch/s nvcswch/s Command -00:00:00 1000 8407 4.99 0.06 gnome-terminal- +00:00:00 0 8407 4.99 0.06 gnome-terminal- 00:00:00 1000 8741 22.79 0.28 firefox 00:00:00 1000 9009 3.36 0.06 WebExtensions 00:00:00 1000 21342 0.81 0.05 soffice.bin 00:00:00 UID PID threads fd-nr Command -00:00:00 1000 8407 4 5 gnome-terminal- +00:00:00 0 8407 4 5 gnome-terminal- 00:00:00 1000 8741 67 5 firefox 00:00:00 1000 9009 32 5 WebExtensions 00:00:00 1000 21342 6 5 soffice.bin 00:00:00 UID PID prio policy Command -00:00:00 1000 8407 0 NORMAL gnome-terminal- +00:00:00 0 8407 0 NORMAL gnome-terminal- 00:00:00 1000 8741 0 NORMAL firefox 00:00:00 1000 9009 0 NORMAL WebExtensions 00:00:00 1000 21342 0 NORMAL soffice.bin diff --git a/tests/expected.pidstat-A-TCHILD b/tests/expected.pidstat-A-TCHILD index f31f623..ac955d3 100644 --- a/tests/expected.pidstat-A-TCHILD +++ b/tests/expected.pidstat-A-TCHILD @@ -1,13 +1,13 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID usr-ms system-ms guest-ms Command -00:00:00 1000 8407 21180 2610 0 gnome-terminal- +00:00:00 0 8407 21180 2610 0 gnome-terminal- 00:00:00 1000 8741 134980 33800 0 firefox 00:00:00 1000 9009 4510 2220 0 WebExtensions 00:00:00 1000 21342 8760 500 0 soffice.bin 00:00:00 UID PID minflt-nr majflt-nr Command -00:00:00 1000 8407 221948 140 gnome-terminal- +00:00:00 0 8407 221948 140 gnome-terminal- 00:00:00 1000 8741 2115658 636 firefox 00:00:00 1000 9009 24778 14 WebExtensions 00:00:00 1000 21342 142430 1037 soffice.bin diff --git a/tests/expected.pidstat-A-TTASK b/tests/expected.pidstat-A-TTASK index 5b55236..44997b3 100644 --- a/tests/expected.pidstat-A-TTASK +++ b/tests/expected.pidstat-A-TTASK @@ -1,37 +1,37 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command -00:00:00 1000 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- +00:00:00 0 8407 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- 00:00:00 1000 8741 0.97 0.28 0.00 0.01 1.25 2 firefox 00:00:00 1000 9009 0.06 0.03 0.00 0.01 0.09 3 WebExtensions 00:00:00 1000 21342 0.12 0.01 0.00 0.00 0.13 5 soffice.bin 00:00:00 UID PID minflt/s majflt/s VSZ RSS %MEM Command -00:00:00 1000 8407 3.07 0.00 723868 42156 0.52 gnome-terminal- +00:00:00 0 8407 3.07 0.00 723868 42156 0.52 gnome-terminal- 00:00:00 1000 8741 108.05 0.07 2535728 335804 4.12 firefox 00:00:00 1000 9009 3.44 0.00 1744508 105628 1.30 WebExtensions 00:00:00 1000 21342 19.46 0.14 1790688 439484 5.40 soffice.bin 00:00:00 UID PID StkSize StkRef Command -00:00:00 1000 8407 132 120 gnome-terminal- +00:00:00 0 8407 132 120 gnome-terminal- 00:00:00 1000 8741 132 52 firefox 00:00:00 1000 9009 132 20 WebExtensions 00:00:00 1000 21342 132 36 soffice.bin 00:00:00 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:00 1000 8407 23.34 28.80 0.01 58 gnome-terminal- +00:00:00 0 8407 23.34 28.80 0.01 58 gnome-terminal- 00:00:00 1000 8741 28.50 31.74 4.81 1146 firefox 00:00:00 1000 9009 0.16 0.00 0.00 69 WebExtensions 00:00:00 1000 21342 24.47 4.65 0.00 874 soffice.bin 00:00:00 UID PID cswch/s nvcswch/s Command -00:00:00 1000 8407 4.99 0.06 gnome-terminal- +00:00:00 0 8407 4.99 0.06 gnome-terminal- 00:00:00 1000 8741 22.79 0.28 firefox 00:00:00 1000 9009 3.36 0.06 WebExtensions 00:00:00 1000 21342 0.81 0.05 soffice.bin 00:00:00 UID PID threads fd-nr Command -00:00:00 1000 8407 4 5 gnome-terminal- +00:00:00 0 8407 4 5 gnome-terminal- 00:00:00 1000 8741 67 5 firefox 00:00:00 1000 9009 32 5 WebExtensions 00:00:00 1000 21342 6 5 soffice.bin diff --git a/tests/expected.pidstat-At b/tests/expected.pidstat-At index d77a471..8736ec3 100644 --- a/tests/expected.pidstat-At +++ b/tests/expected.pidstat-At @@ -1,8 +1,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:00 1000 8407 - 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- -00:00:00 1000 - 8407 0.12 0.01 0.00 0.00 0.13 1 |__gnome-terminal- +00:00:00 0 8407 - 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- +00:00:00 0 - 8407 0.12 0.01 0.00 0.00 0.13 1 |__gnome-terminal- 00:00:00 1000 8741 - 0.97 0.28 0.00 0.01 1.25 2 firefox 00:00:00 1000 - 8741 0.40 0.08 0.00 0.01 0.48 2 |__firefox 00:00:00 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper @@ -16,8 +16,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21342 0.12 0.01 0.00 0.00 0.12 5 |__soffice.bin 00:00:00 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:00 1000 8407 - 3.07 0.00 723868 42156 0.52 gnome-terminal- -00:00:00 1000 - 8407 3.04 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:00 0 8407 - 3.07 0.00 723868 42156 0.52 gnome-terminal- +00:00:00 0 - 8407 3.04 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:00 1000 8741 - 108.05 0.07 2535728 335804 4.12 firefox 00:00:00 1000 - 8741 53.18 0.06 2535728 335804 4.12 |__firefox 00:00:00 1000 - 8785 0.93 0.00 2535728 335804 4.12 |__JS Helper @@ -33,8 +33,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.00 0.00 1790688 439484 5.40 |__gdbus 00:00:00 UID TGID TID StkSize StkRef Command -00:00:00 1000 8407 - 132 120 gnome-terminal- -00:00:00 1000 - 8407 132 120 |__gnome-terminal- +00:00:00 0 8407 - 132 120 gnome-terminal- +00:00:00 0 - 8407 132 120 |__gnome-terminal- 00:00:00 1000 8741 - 132 52 firefox 00:00:00 1000 - 8741 132 52 |__firefox 00:00:00 1000 - 8785 132 52 |__JS Helper @@ -50,8 +50,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 132 36 |__gdbus 00:00:00 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:00 1000 8407 - 23.34 28.80 0.01 58 gnome-terminal- -00:00:00 1000 - 8407 0.27 0.00 0.00 58 |__gnome-terminal- +00:00:00 0 8407 - 23.34 28.80 0.01 58 gnome-terminal- +00:00:00 0 - 8407 0.27 0.00 0.00 58 |__gnome-terminal- 00:00:00 1000 8741 - 28.50 31.74 4.81 1146 firefox 00:00:00 1000 - 8741 10.58 0.04 0.00 1146 |__firefox 00:00:00 1000 - 8785 0.02 0.00 0.00 5 |__JS Helper @@ -63,8 +63,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21342 24.45 0.04 0.00 874 |__soffice.bin 00:00:00 UID TGID TID cswch/s nvcswch/s Command -00:00:00 1000 8407 - 4.99 0.06 gnome-terminal- -00:00:00 1000 - 8407 4.99 0.06 |__gnome-terminal- +00:00:00 0 8407 - 4.99 0.06 gnome-terminal- +00:00:00 0 - 8407 4.99 0.06 |__gnome-terminal- 00:00:00 1000 8741 - 22.79 0.28 firefox 00:00:00 1000 - 8741 22.79 0.28 |__firefox 00:00:00 1000 - 8785 0.12 0.00 |__JS Helper @@ -80,8 +80,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.01 0.00 |__gdbus 00:00:00 UID TGID TID threads fd-nr Command -00:00:00 1000 8407 - 4 5 gnome-terminal- -00:00:00 1000 - 8407 4 5 |__gnome-terminal- +00:00:00 0 8407 - 4 5 gnome-terminal- +00:00:00 0 - 8407 4 5 |__gnome-terminal- 00:00:00 1000 8741 - 67 5 firefox 00:00:00 1000 - 8741 67 5 |__firefox 00:00:00 1000 - 8785 67 5 |__JS Helper diff --git a/tests/expected.pidstat-At-ALL b/tests/expected.pidstat-At-ALL index c1cffca..9a9d955 100644 --- a/tests/expected.pidstat-At-ALL +++ b/tests/expected.pidstat-At-ALL @@ -1,8 +1,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:00 1000 8407 - 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- -00:00:00 1000 - 8407 0.12 0.01 0.00 0.00 0.13 1 |__gnome-terminal- +00:00:00 0 8407 - 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- +00:00:00 0 - 8407 0.12 0.01 0.00 0.00 0.13 1 |__gnome-terminal- 00:00:00 1000 8741 - 0.97 0.28 0.00 0.01 1.25 2 firefox 00:00:00 1000 - 8741 0.40 0.08 0.00 0.01 0.48 2 |__firefox 00:00:00 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper @@ -18,8 +18,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.00 0.00 0.00 0.00 0.00 4 |__gdbus 00:00:00 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:00 1000 8407 - 3.07 0.00 723868 42156 0.52 gnome-terminal- -00:00:00 1000 - 8407 3.04 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:00 0 8407 - 3.07 0.00 723868 42156 0.52 gnome-terminal- +00:00:00 0 - 8407 3.04 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:00 1000 8741 - 108.05 0.07 2535728 335804 4.12 firefox 00:00:00 1000 - 8741 53.18 0.06 2535728 335804 4.12 |__firefox 00:00:00 1000 - 8785 0.93 0.00 2535728 335804 4.12 |__JS Helper @@ -35,8 +35,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.00 0.00 1790688 439484 5.40 |__gdbus 00:00:00 UID TGID TID StkSize StkRef Command -00:00:00 1000 8407 - 132 120 gnome-terminal- -00:00:00 1000 - 8407 132 120 |__gnome-terminal- +00:00:00 0 8407 - 132 120 gnome-terminal- +00:00:00 0 - 8407 132 120 |__gnome-terminal- 00:00:00 1000 8741 - 132 52 firefox 00:00:00 1000 - 8741 132 52 |__firefox 00:00:00 1000 - 8785 132 52 |__JS Helper @@ -52,8 +52,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 132 36 |__gdbus 00:00:00 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:00 1000 8407 - 23.34 28.80 0.01 58 gnome-terminal- -00:00:00 1000 - 8407 0.27 0.00 0.00 58 |__gnome-terminal- +00:00:00 0 8407 - 23.34 28.80 0.01 58 gnome-terminal- +00:00:00 0 - 8407 0.27 0.00 0.00 58 |__gnome-terminal- 00:00:00 1000 8741 - 28.50 31.74 4.81 1146 firefox 00:00:00 1000 - 8741 10.58 0.04 0.00 1146 |__firefox 00:00:00 1000 - 8785 0.02 0.00 0.00 5 |__JS Helper @@ -69,8 +69,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.00 0.00 0.00 0 |__gdbus 00:00:00 UID TGID TID cswch/s nvcswch/s Command -00:00:00 1000 8407 - 4.99 0.06 gnome-terminal- -00:00:00 1000 - 8407 4.99 0.06 |__gnome-terminal- +00:00:00 0 8407 - 4.99 0.06 gnome-terminal- +00:00:00 0 - 8407 4.99 0.06 |__gnome-terminal- 00:00:00 1000 8741 - 22.79 0.28 firefox 00:00:00 1000 - 8741 22.79 0.28 |__firefox 00:00:00 1000 - 8785 0.12 0.00 |__JS Helper @@ -86,8 +86,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.01 0.00 |__gdbus 00:00:00 UID TGID TID threads fd-nr Command -00:00:00 1000 8407 - 4 5 gnome-terminal- -00:00:00 1000 - 8407 4 5 |__gnome-terminal- +00:00:00 0 8407 - 4 5 gnome-terminal- +00:00:00 0 - 8407 4 5 |__gnome-terminal- 00:00:00 1000 8741 - 67 5 firefox 00:00:00 1000 - 8741 67 5 |__firefox 00:00:00 1000 - 8785 67 5 |__JS Helper @@ -103,8 +103,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 6 5 |__gdbus 00:00:00 UID TGID TID prio policy Command -00:00:00 1000 8407 - 0 NORMAL gnome-terminal- -00:00:00 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:00 0 8407 - 0 NORMAL gnome-terminal- +00:00:00 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:00 1000 8741 - 0 NORMAL firefox 00:00:00 1000 - 8741 0 NORMAL |__firefox 00:00:00 1000 - 8785 0 NORMAL |__JS Helper diff --git a/tests/expected.pidstat-At-TALL b/tests/expected.pidstat-At-TALL index f3fbb95..d265b4c 100644 --- a/tests/expected.pidstat-At-TALL +++ b/tests/expected.pidstat-At-TALL @@ -1,8 +1,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:00 1000 8407 - 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- -00:00:00 1000 - 8407 0.12 0.01 0.00 0.00 0.13 1 |__gnome-terminal- +00:00:00 0 8407 - 0.12 0.01 0.00 0.00 0.13 1 gnome-terminal- +00:00:00 0 - 8407 0.12 0.01 0.00 0.00 0.13 1 |__gnome-terminal- 00:00:00 1000 8741 - 0.97 0.28 0.00 0.01 1.25 2 firefox 00:00:00 1000 - 8741 0.40 0.08 0.00 0.01 0.48 2 |__firefox 00:00:00 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper @@ -16,8 +16,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21342 0.12 0.01 0.00 0.00 0.12 5 |__soffice.bin 00:00:00 UID TGID TID usr-ms system-ms guest-ms Command -00:00:00 1000 8407 - 21180 2610 0 gnome-terminal- -00:00:00 1000 - 8407 21170 2600 0 |__gnome-terminal- +00:00:00 0 8407 - 21180 2610 0 gnome-terminal- +00:00:00 0 - 8407 21170 2600 0 |__gnome-terminal- 00:00:00 1000 8741 - 134980 33800 0 firefox 00:00:00 1000 - 8741 94160 19550 0 |__firefox 00:00:00 1000 - 8785 65430 13820 0 |__JS Helper @@ -33,8 +33,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 100 40 0 |__gdbus 00:00:00 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:00 1000 8407 - 3.07 0.00 723868 42156 0.52 gnome-terminal- -00:00:00 1000 - 8407 3.04 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:00 0 8407 - 3.07 0.00 723868 42156 0.52 gnome-terminal- +00:00:00 0 - 8407 3.04 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:00 1000 8741 - 108.05 0.07 2535728 335804 4.12 firefox 00:00:00 1000 - 8741 53.18 0.06 2535728 335804 4.12 |__firefox 00:00:00 1000 - 8785 0.93 0.00 2535728 335804 4.12 |__JS Helper @@ -50,8 +50,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.00 0.00 1790688 439484 5.40 |__gdbus 00:00:00 UID TGID TID minflt-nr majflt-nr Command -00:00:00 1000 8407 - 221948 140 gnome-terminal- -00:00:00 1000 - 8407 221710 140 |__gnome-terminal- +00:00:00 0 8407 - 221948 140 gnome-terminal- +00:00:00 0 - 8407 221710 140 |__gnome-terminal- 00:00:00 1000 8741 - 2115658 636 firefox 00:00:00 1000 - 8741 1721047 506 |__firefox 00:00:00 1000 - 8785 1345233 109 |__JS Helper @@ -67,8 +67,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 2519 1 |__gdbus 00:00:00 UID TGID TID StkSize StkRef Command -00:00:00 1000 8407 - 132 120 gnome-terminal- -00:00:00 1000 - 8407 132 120 |__gnome-terminal- +00:00:00 0 8407 - 132 120 gnome-terminal- +00:00:00 0 - 8407 132 120 |__gnome-terminal- 00:00:00 1000 8741 - 132 52 firefox 00:00:00 1000 - 8741 132 52 |__firefox 00:00:00 1000 - 8785 132 52 |__JS Helper @@ -84,8 +84,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 132 36 |__gdbus 00:00:00 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:00 1000 8407 - 23.34 28.80 0.01 58 gnome-terminal- -00:00:00 1000 - 8407 0.27 0.00 0.00 58 |__gnome-terminal- +00:00:00 0 8407 - 23.34 28.80 0.01 58 gnome-terminal- +00:00:00 0 - 8407 0.27 0.00 0.00 58 |__gnome-terminal- 00:00:00 1000 8741 - 28.50 31.74 4.81 1146 firefox 00:00:00 1000 - 8741 10.58 0.04 0.00 1146 |__firefox 00:00:00 1000 - 8785 0.02 0.00 0.00 5 |__JS Helper @@ -97,8 +97,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21342 24.45 0.04 0.00 874 |__soffice.bin 00:00:00 UID TGID TID cswch/s nvcswch/s Command -00:00:00 1000 8407 - 4.99 0.06 gnome-terminal- -00:00:00 1000 - 8407 4.99 0.06 |__gnome-terminal- +00:00:00 0 8407 - 4.99 0.06 gnome-terminal- +00:00:00 0 - 8407 4.99 0.06 |__gnome-terminal- 00:00:00 1000 8741 - 22.79 0.28 firefox 00:00:00 1000 - 8741 22.79 0.28 |__firefox 00:00:00 1000 - 8785 0.12 0.00 |__JS Helper @@ -114,8 +114,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 1000 - 21350 0.01 0.00 |__gdbus 00:00:00 UID TGID TID threads fd-nr Command -00:00:00 1000 8407 - 4 5 gnome-terminal- -00:00:00 1000 - 8407 4 5 |__gnome-terminal- +00:00:00 0 8407 - 4 5 gnome-terminal- +00:00:00 0 - 8407 4 5 |__gnome-terminal- 00:00:00 1000 8741 - 67 5 firefox 00:00:00 1000 - 8741 67 5 |__firefox 00:00:00 1000 - 8785 67 5 |__JS Helper diff --git a/tests/expected.pidstat-C b/tests/expected.pidstat-C new file mode 100644 index 0000000..7480500 --- /dev/null +++ b/tests/expected.pidstat-C @@ -0,0 +1,15 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:04 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:06 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:08 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID PID %usr %system %guest %wait %CPU CPU Command + +Average: UID PID %usr %system %guest %wait %CPU CPU Command diff --git a/tests/expected.pidstat-G b/tests/expected.pidstat-G new file mode 100644 index 0000000..e670084 --- /dev/null +++ b/tests/expected.pidstat-G @@ -0,0 +1,15 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command diff --git a/tests/expected.pidstat-Hh b/tests/expected.pidstat-Hh new file mode 100644 index 0000000..dba23e4 --- /dev/null +++ b/tests/expected.pidstat-Hh @@ -0,0 +1,28 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +# Time UID TGID TID %usr %system %guest %wait %CPU CPU minflt/s majflt/s VSZ RSS %MEM StkSize StkRef kB_rd/s kB_wr/s kB_ccwr/s iodelay cswch/s nvcswch/s threads fd-nr prio policy Command +2 1000 7900 - 359.42 53.55 0.00 8.47 412.96 2 25095.93 1.48 4453984 259044 3.18 128 108 411.81 2.82 0.00 253 5700.42 700.96 18 5 0 NORMAL gnome-shell +2 1000 - 7900 349.70 51.43 0.00 8.47 401.12 2 23662.56 1.35 4453984 259044 3.18 128 108 195.70 1.15 0.00 253 5700.45 700.96 18 5 0 NORMAL |__gnome-shell +2 1000 - 10334 0.00 0.00 0.00 0.00 0.00 5 0.22 0.00 2512656 291884 3.58 128 108 0.01 0.00 0.00 0 0.29 0.00 67 5 0 NORMAL |__dconf worker +2 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 0.16 0.00 723868 42156 0.52 132 120 0.00 0.00 0.00 0 5.00 0.06 4 5 0 NORMAL gnome-terminal- +2 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 0.16 0.00 723868 42156 0.52 132 120 0.00 0.00 0.00 0 5.00 0.06 4 5 0 NORMAL |__gnome-terminal- +2 1000 8741 - 0.00 0.00 0.00 0.00 0.00 0 0.00 0.00 2535720 335804 4.12 132 52 0.00 0.00 0.00 0 1.60 0.00 67 5 0 NORMAL firefox +2 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 0.00 0.00 2535720 335804 4.12 132 52 0.00 0.00 0.00 0 1.60 0.00 67 5 0 NORMAL |__firefox +2 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 0.00 0.00 2535720 335804 4.12 132 52 0.00 0.00 0.00 0 0.00 0.00 67 5 0 NORMAL |__JS Helper +2 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 0.00 0.00 2535720 335804 4.12 132 52 0.00 0.00 0.00 0 0.00 0.00 67 5 0 NORMAL |__Link Monitor +2 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 0.00 0.00 2535720 335804 4.12 132 52 0.00 0.00 0.00 0 0.00 0.00 67 5 0 NORMAL |__ImgDecoder #1 +2 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 0.03 0.00 1744508 105628 1.30 132 20 0.00 0.00 0.00 0 0.19 0.00 32 5 0 NORMAL WebExtensions +2 1000 - 9009 0.03 0.00 0.00 0.00 0.03 3 0.03 0.00 1744508 105628 1.30 132 20 0.00 0.00 0.00 0 0.19 0.00 32 5 0 NORMAL |__WebExtensions +2 1000 - 9029 0.00 0.00 0.00 0.00 0.00 2 0.00 0.00 1744508 105628 1.30 132 20 0.00 0.00 0.00 0 0.32 0.00 32 5 0 NORMAL |__Timer + +# Time UID TGID TID usr-ms system-ms guest-ms minflt-nr majflt-nr Command +2 1000 7900 - 112090 16710 0 785212 49 gnome-shell +2 1000 - 7900 109060 16050 0 740534 45 |__gnome-shell +2 1000 - 10334 410 120 0 16402 3 |__dconf worker +2 0 8407 - 110 10 0 5 0 gnome-terminal- +2 0 - 8407 110 10 0 5 0 |__gnome-terminal- +2 1000 8741 - 0 0 0 0 0 firefox +2 1000 - 8741 10 0 0 0 0 |__firefox +2 1000 9009 - 0 0 0 1 0 WebExtensions +2 1000 - 9009 10 0 0 1 0 |__WebExtensions +2 1000 - 9029 0 0 0 0 0 |__Timer diff --git a/tests/expected.pidstat-I b/tests/expected.pidstat-I new file mode 100644 index 0000000..acaafd4 --- /dev/null +++ b/tests/expected.pidstat-I @@ -0,0 +1,73 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 7900 359.4% 53.5% 0.0% 8.5% 51.8% 2 gnome-shell +00:00:02 0 8407 0.4% 0.0% 0.0% 0.0% 0.0% 0 gnome-terminal- + +00:00:00 UID PID usr-ms system-ms guest-ms Command +00:00:02 1000 7900 112090 16710 0 gnome-shell +00:00:02 0 8407 110 10 0 gnome-terminal- + +00:00:00 UID PID minflt/s majflt/s VSZ RSS %MEM Command +00:00:02 1000 7900 25095.93 1.48 4.2G 253.0M 3.2% gnome-shell +00:00:02 0 8407 0.16 0.00 706.9M 41.2M 0.5% gnome-terminal- +00:00:02 1000 8741 0.00 0.00 2.4G 327.9M 4.1% firefox +00:00:02 1000 9009 0.03 0.00 1.7G 103.2M 1.3% WebExtensions + +00:00:00 UID PID minflt-nr majflt-nr Command +00:00:02 1000 7900 785212 49 gnome-shell +00:00:02 0 8407 5 0 gnome-terminal- +00:00:02 1000 9009 1 0 WebExtensions + +00:00:00 UID PID StkSize StkRef Command +00:00:02 1000 7900 128.0k 108.0k gnome-shell + +00:00:00 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +00:00:02 1000 7900 411.8k 2.8k 0.0B 253 gnome-shell + +00:00:00 UID PID cswch/s nvcswch/s Command +00:00:02 1000 7900 5700.42 700.96 gnome-shell +00:00:02 0 8407 5.00 0.06 gnome-terminal- +00:00:02 1000 8741 1.60 0.00 firefox +00:00:02 1000 9009 0.19 0.00 WebExtensions + +00:00:00 UID PID threads fd-nr Command +00:00:02 1000 7900 18 5 gnome-shell + +00:00:00 UID PID prio policy Command + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 1000 7900 359.4% 53.5% 0.0% 8.5% 51.8% - gnome-shell +Average: 0 8407 0.4% 0.0% 0.0% 0.0% 0.0% - gnome-terminal- + +Average: UID PID usr-ms system-ms guest-ms Command +Average: 1000 7900 112090 16710 0 gnome-shell +Average: 0 8407 110 10 0 gnome-terminal- + +Average: UID PID minflt/s majflt/s VSZ RSS %MEM Command +Average: 1000 7900 25095.93 1.48 4.2G 253.0M 3.2% gnome-shell +Average: 0 8407 0.16 0.00 706.9M 41.2M 0.5% gnome-terminal- +Average: 1000 8741 0.00 0.00 2.4G 327.9M 4.1% firefox +Average: 1000 9009 0.03 0.00 1.7G 103.2M 1.3% WebExtensions + +Average: UID PID minflt-nr majflt-nr Command +Average: 1000 7900 785212 49 gnome-shell +Average: 0 8407 5 0 gnome-terminal- +Average: 1000 9009 1 0 WebExtensions + +Average: UID PID StkSize StkRef Command +Average: 1000 7900 128.0k 108.0k gnome-shell + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 1000 7900 411.8k 2.8k 0.0B 253 gnome-shell + +Average: UID PID cswch/s nvcswch/s Command +Average: 1000 7900 5700.42 700.96 gnome-shell +Average: 0 8407 5.00 0.06 gnome-terminal- +Average: 1000 8741 1.60 0.00 firefox +Average: 1000 9009 0.19 0.00 WebExtensions + +Average: UID PID threads fd-nr Command +Average: 1000 7900 18 5 gnome-shell + +Average: UID PID prio policy Command diff --git a/tests/expected.pidstat-U b/tests/expected.pidstat-U new file mode 100644 index 0000000..5f98cb6 --- /dev/null +++ b/tests/expected.pidstat-U @@ -0,0 +1,9 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 USER PID usr-ms system-ms guest-ms Command +00:00:02 testusr 7900 112090 16710 0 gnome-shell +00:00:02 root 8407 110 10 0 gnome-terminal- + +Average: USER PID usr-ms system-ms guest-ms Command +Average: testusr 7900 112090 16710 0 gnome-shell +Average: root 8407 110 10 0 gnome-terminal- diff --git a/tests/expected.pidstat-Ufoo b/tests/expected.pidstat-Ufoo new file mode 100644 index 0000000..fc20e0a --- /dev/null +++ b/tests/expected.pidstat-Ufoo @@ -0,0 +1,13 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 USER TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:00 USER TGID TID minflt/s majflt/s VSZ RSS %MEM Command + +00:00:00 USER TGID TID cswch/s nvcswch/s Command + +Average: USER TGID TID %usr %system %guest %wait %CPU CPU Command + +Average: USER TGID TID minflt/s majflt/s VSZ RSS %MEM Command + +Average: USER TGID TID cswch/s nvcswch/s Command diff --git a/tests/expected.pidstat-Uroot b/tests/expected.pidstat-Uroot new file mode 100644 index 0000000..8fa6589 --- /dev/null +++ b/tests/expected.pidstat-Uroot @@ -0,0 +1,25 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 USER TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 root 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:02 root - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- + +00:00:00 USER TGID TID minflt/s majflt/s VSZ RSS %MEM Command +00:00:02 root 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- +00:00:02 root - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- + +00:00:00 USER TGID TID cswch/s nvcswch/s Command +00:00:02 root 8407 - 5.00 0.06 gnome-terminal- +00:00:02 root - 8407 5.00 0.06 |__gnome-terminal- + +Average: USER TGID TID %usr %system %guest %wait %CPU CPU Command +Average: root 8407 - 0.35 0.03 0.00 0.00 0.38 - gnome-terminal- +Average: root - 8407 0.35 0.03 0.00 0.00 0.38 - |__gnome-terminal- + +Average: USER TGID TID minflt/s majflt/s VSZ RSS %MEM Command +Average: root 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- +Average: root - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- + +Average: USER TGID TID cswch/s nvcswch/s Command +Average: root 8407 - 5.00 0.06 gnome-terminal- +Average: root - 8407 5.00 0.06 |__gnome-terminal- diff --git a/tests/expected.pidstat-d-TTASK-ALL b/tests/expected.pidstat-d-TTASK-ALL index fca5d83..1354de9 100644 --- a/tests/expected.pidstat-d-TTASK-ALL +++ b/tests/expected.pidstat-d-TTASK-ALL @@ -1,7 +1,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:00 1000 8407 23.34 28.80 0.01 58 gnome-terminal- +00:00:00 0 8407 23.34 28.80 0.01 58 gnome-terminal- 00:00:00 1000 8741 28.50 31.74 4.81 1146 firefox 00:00:00 1000 9009 0.16 0.00 0.00 69 WebExtensions 00:00:00 1000 21342 24.47 4.65 0.00 874 soffice.bin diff --git a/tests/expected.pidstat-dec b/tests/expected.pidstat-dec new file mode 100644 index 0000000..60c92bb --- /dev/null +++ b/tests/expected.pidstat-dec @@ -0,0 +1,133 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:00 0 8407 - 0.1 0.0 0.0 0.0 0.1 1 gnome-terminal- +00:00:00 0 - 8407 0.1 0.0 0.0 0.0 0.1 1 |__gnome-terminal- +00:00:00 1000 8741 - 1.0 0.3 0.0 0.0 1.2 2 firefox +00:00:00 1000 - 8741 0.4 0.1 0.0 0.0 0.5 2 |__firefox +00:00:00 1000 - 8785 0.0 0.0 0.0 0.0 0.0 3 |__JS Helper +00:00:00 1000 - 8789 0.0 0.0 0.0 0.0 0.0 2 |__Link Monitor +00:00:00 1000 - 8835 0.0 0.0 0.0 0.0 0.0 0 |__ImgDecoder #1 +00:00:00 1000 - 9109 0.0 0.0 0.0 0.0 0.0 7 |__DOM Worker +00:00:00 1000 9009 - 0.1 0.0 0.0 0.0 0.1 3 WebExtensions +00:00:00 1000 - 9009 0.0 0.0 0.0 0.0 0.1 3 |__WebExtensions +00:00:00 1000 - 9029 0.0 0.0 0.0 0.0 0.0 2 |__Timer +00:00:00 1000 21342 - 0.1 0.0 0.0 0.0 0.1 5 soffice.bin +00:00:00 1000 - 21342 0.1 0.0 0.0 0.0 0.1 5 |__soffice.bin + +00:00:00 UID TGID TID usr-ms system-ms guest-ms Command +00:00:00 0 8407 - 21180 2610 0 gnome-terminal- +00:00:00 0 - 8407 21170 2600 0 |__gnome-terminal- +00:00:00 1000 8741 - 134980 33800 0 firefox +00:00:00 1000 - 8741 94160 19550 0 |__firefox +00:00:00 1000 - 8785 65430 13820 0 |__JS Helper +00:00:00 1000 - 8789 65360 13800 0 |__Link Monitor +00:00:00 1000 - 8835 65370 13790 0 |__ImgDecoder #1 +00:00:00 1000 - 9109 65410 13800 0 |__DOM Worker +00:00:00 1000 9009 - 4510 2220 0 WebExtensions +00:00:00 1000 - 9009 3420 1010 0 |__WebExtensions +00:00:00 1000 - 9029 700 1170 0 |__Timer +00:00:00 1000 21342 - 8760 500 0 soffice.bin +00:00:00 1000 - 21342 8520 450 0 |__soffice.bin +00:00:00 1000 - 21344 100 40 0 |__rtl_cache_wsupd +00:00:00 1000 - 21350 100 40 0 |__gdbus + +00:00:00 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command +00:00:00 0 8407 - 3.1 0.0 723868 42156 0.5 gnome-terminal- +00:00:00 0 - 8407 3.0 0.0 723868 42156 0.5 |__gnome-terminal- +00:00:00 1000 8741 - 108.0 0.1 2535728 335804 4.1 firefox +00:00:00 1000 - 8741 53.2 0.1 2535728 335804 4.1 |__firefox +00:00:00 1000 - 8785 0.9 0.0 2535728 335804 4.1 |__JS Helper +00:00:00 1000 - 8789 0.0 0.0 2535728 335804 4.1 |__Link Monitor +00:00:00 1000 - 8835 0.0 0.0 2535728 335804 4.1 |__ImgDecoder #1 +00:00:00 1000 - 9109 0.4 0.0 2535728 335804 4.1 |__DOM Worker +00:00:00 1000 9009 - 3.4 0.0 1744508 105628 1.3 WebExtensions +00:00:00 1000 - 9009 2.7 0.0 1744508 105628 1.3 |__WebExtensions +00:00:00 1000 - 9029 0.0 0.0 1744508 105628 1.3 |__Timer +00:00:00 1000 21342 - 19.5 0.1 1790688 439484 5.4 soffice.bin +00:00:00 1000 - 21342 19.3 0.1 1790688 439484 5.4 |__soffice.bin +00:00:00 1000 - 21344 0.0 0.0 1790688 439484 5.4 |__rtl_cache_wsupd +00:00:00 1000 - 21350 0.0 0.0 1790688 439484 5.4 |__gdbus + +00:00:00 UID TGID TID minflt-nr majflt-nr Command +00:00:00 0 8407 - 221948 140 gnome-terminal- +00:00:00 0 - 8407 221710 140 |__gnome-terminal- +00:00:00 1000 8741 - 2115658 636 firefox +00:00:00 1000 - 8741 1721047 506 |__firefox +00:00:00 1000 - 8785 1345233 109 |__JS Helper +00:00:00 1000 - 8789 1338564 109 |__Link Monitor +00:00:00 1000 - 8835 1338648 108 |__ImgDecoder #1 +00:00:00 1000 - 9109 1341163 108 |__DOM Worker +00:00:00 1000 9009 - 24778 14 WebExtensions +00:00:00 1000 - 9009 19169 10 |__WebExtensions +00:00:00 1000 - 9029 1 0 |__Timer +00:00:00 1000 21342 - 142430 1037 soffice.bin +00:00:00 1000 - 21342 141185 1037 |__soffice.bin +00:00:00 1000 - 21344 2497 1 |__rtl_cache_wsupd +00:00:00 1000 - 21350 2519 1 |__gdbus + +00:00:00 UID TGID TID StkSize StkRef Command +00:00:00 0 8407 - 132 120 gnome-terminal- +00:00:00 0 - 8407 132 120 |__gnome-terminal- +00:00:00 1000 8741 - 132 52 firefox +00:00:00 1000 - 8741 132 52 |__firefox +00:00:00 1000 - 8785 132 52 |__JS Helper +00:00:00 1000 - 8789 132 52 |__Link Monitor +00:00:00 1000 - 8835 132 52 |__ImgDecoder #1 +00:00:00 1000 - 9109 132 52 |__DOM Worker +00:00:00 1000 9009 - 132 20 WebExtensions +00:00:00 1000 - 9009 132 20 |__WebExtensions +00:00:00 1000 - 9029 132 20 |__Timer +00:00:00 1000 21342 - 132 36 soffice.bin +00:00:00 1000 - 21342 132 36 |__soffice.bin +00:00:00 1000 - 21344 132 36 |__rtl_cache_wsupd +00:00:00 1000 - 21350 132 36 |__gdbus + +00:00:00 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +00:00:00 0 8407 - 23.3 28.8 0.0 58 gnome-terminal- +00:00:00 0 - 8407 0.3 0.0 0.0 58 |__gnome-terminal- +00:00:00 1000 8741 - 28.5 31.7 4.8 1146 firefox +00:00:00 1000 - 8741 10.6 0.0 0.0 1146 |__firefox +00:00:00 1000 - 8785 0.0 0.0 0.0 5 |__JS Helper +00:00:00 1000 - 8789 0.0 0.0 0.0 0 |__Link Monitor +00:00:00 1000 - 9109 0.0 0.1 0.0 8 |__DOM Worker +00:00:00 1000 9009 - 0.2 0.0 0.0 69 WebExtensions +00:00:00 1000 - 9009 0.1 0.0 0.0 69 |__WebExtensions +00:00:00 1000 21342 - 24.5 4.7 0.0 874 soffice.bin +00:00:00 1000 - 21342 24.4 0.0 0.0 874 |__soffice.bin + +00:00:00 UID TGID TID cswch/s nvcswch/s Command +00:00:00 0 8407 - 5.0 0.1 gnome-terminal- +00:00:00 0 - 8407 5.0 0.1 |__gnome-terminal- +00:00:00 1000 8741 - 22.8 0.3 firefox +00:00:00 1000 - 8741 22.8 0.3 |__firefox +00:00:00 1000 - 8785 0.1 0.0 |__JS Helper +00:00:00 1000 - 8789 0.0 0.0 |__Link Monitor +00:00:00 1000 - 8835 0.0 0.0 |__ImgDecoder #1 +00:00:00 1000 - 9109 0.0 0.0 |__DOM Worker +00:00:00 1000 9009 - 3.4 0.1 WebExtensions +00:00:00 1000 - 9009 3.4 0.1 |__WebExtensions +00:00:00 1000 - 9029 6.8 0.0 |__Timer +00:00:00 1000 21342 - 0.8 0.0 soffice.bin +00:00:00 1000 - 21342 0.8 0.0 |__soffice.bin +00:00:00 1000 - 21344 0.0 0.0 |__rtl_cache_wsupd +00:00:00 1000 - 21350 0.0 0.0 |__gdbus + +00:00:00 UID TGID TID threads fd-nr Command +00:00:00 0 8407 - 4 5 gnome-terminal- +00:00:00 0 - 8407 4 5 |__gnome-terminal- +00:00:00 1000 8741 - 67 5 firefox +00:00:00 1000 - 8741 67 5 |__firefox +00:00:00 1000 - 8785 67 5 |__JS Helper +00:00:00 1000 - 8789 67 5 |__Link Monitor +00:00:00 1000 - 8835 67 5 |__ImgDecoder #1 +00:00:00 1000 - 9109 67 5 |__DOM Worker +00:00:00 1000 9009 - 32 5 WebExtensions +00:00:00 1000 - 9009 32 5 |__WebExtensions +00:00:00 1000 - 9029 32 5 |__Timer +00:00:00 1000 21342 - 6 5 soffice.bin +00:00:00 1000 - 21342 6 5 |__soffice.bin +00:00:00 1000 - 21344 6 5 |__rtl_cache_wsupd +00:00:00 1000 - 21350 6 5 |__gdbus + +00:00:00 UID TGID TID prio policy Command diff --git a/tests/expected.pidstat-l b/tests/expected.pidstat-l new file mode 100644 index 0000000..9f46dc4 --- /dev/null +++ b/tests/expected.pidstat-l @@ -0,0 +1,120 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 7900 - 359.42 53.55 0.00 8.47 412.96 2 /usr/bin/gnome-shell +00:00:02 1000 - 7900 349.70 51.43 0.00 8.47 401.12 2 |__gnome-shell +00:00:02 1000 - 10334 0.00 0.00 0.00 0.00 0.00 5 |__dconf worker +00:00:02 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 /usr/libexec/gnome-terminal-server +00:00:02 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- +00:00:02 1000 8741 - 0.00 0.00 0.00 0.00 0.00 0 /usr/lib64/firefox/firefox +00:00:02 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 |__firefox +00:00:02 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper +00:00:02 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:02 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:02 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker +00:00:02 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 /usr/lib64/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 5430 -prefMapSize 178526 -parentBuildID 20190506075542 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 8741 tab +00:00:02 1000 - 9009 0.03 0.00 0.00 0.00 0.03 3 |__WebExtensions +00:00:02 1000 - 9029 0.00 0.00 0.00 0.00 0.00 2 |__Timer +00:00:02 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=6 +00:00:02 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:02 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd +00:00:02 1000 - 21350 0.00 0.00 0.00 0.00 0.00 4 |__gdbus + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 7900 - 0.67 0.16 0.00 0.06 0.83 7 /usr/bin/gnome-shell +00:00:04 1000 - 7900 0.64 0.13 0.00 0.06 0.77 7 |__gnome-shell +00:00:04 1000 - 10334 0.00 0.00 0.00 0.00 0.00 5 |__dconf worker +00:00:04 0 8407 - 0.19 0.00 0.00 0.00 0.19 3 /usr/libexec/gnome-terminal-server +00:00:04 0 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- +00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 /usr/lib64/firefox/firefox +00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox +00:00:04 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper +00:00:04 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:04 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:04 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker +00:00:04 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=6 +00:00:04 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:04 1000 - 8365 0.06 0.00 0.00 0.00 0.06 7 |__evolution-addre +00:00:04 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:04 1000 - 21350 0.00 0.00 0.00 0.00 0.00 4 |__gdbus + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 7900 - 0.88 0.23 0.00 0.00 1.12 0 /usr/bin/gnome-shell +00:00:06 1000 - 7900 0.83 0.23 0.00 0.00 1.06 0 |__gnome-shell +00:00:06 0 8407 - 0.05 0.03 0.00 0.03 0.08 4 /usr/libexec/gnome-terminal-server +00:00:06 0 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- +00:00:06 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/firefox/firefox +00:00:06 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:06 1000 - 8785 0.00 479136209706741632.00 0.00 0.00 479136209706741632.00 5 |__disk_cache:0 +00:00:06 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:06 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:06 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker +00:00:06 1000 9009 - 11.74 5.77 0.00 1.56 17.51 3 /usr/lib64/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 5430 -prefMapSize 178526 -parentBuildID 20190506075542 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 8741 tab +00:00:06 1000 - 9009 8.91 2.62 0.00 1.56 11.53 3 |__WebExtensions +00:00:06 1000 - 9033 0.00 0.00 0.00 0.00 0.00 0 |__ImageIO +00:00:06 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=6 +00:00:06 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:06 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:06 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 7900 - 3.31 0.71 0.00 0.09 4.02 5 /usr/bin/gnome-shell +00:00:08 1000 - 7900 3.08 0.67 0.00 0.09 3.75 5 |__gnome-shell +00:00:08 0 8407 - 0.04 0.00 0.00 0.00 0.04 3 /usr/libexec/gnome-terminal-server +00:00:08 0 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- +00:00:08 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/firefox/firefox +00:00:08 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:08 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 +00:00:08 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:08 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:08 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker +00:00:08 1000 9009 - 0.04 0.04 0.00 0.00 0.09 1 /usr/lib64/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 5430 -prefMapSize 178526 -parentBuildID 20190506075542 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 8741 tab +00:00:08 1000 - 9009 0.04 0.04 0.00 0.00 0.09 1 |__WebExtensions +00:00:08 1000 - 9033 0.00 0.00 0.00 0.00 0.00 0 |__ImageIO +00:00:08 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=6 +00:00:08 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:08 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:08 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:08 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:10 0 8407 - 0.00 0.00 0.00 0.00 0.00 2 /usr/libexec/gnome-terminal-server +00:00:10 0 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- +00:00:10 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/firefox/firefox +00:00:10 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:10 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 +00:00:10 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:10 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:10 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker +00:00:10 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=6 +00:00:10 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:10 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:10 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:12 0 8407 - 0.06 0.00 0.00 0.00 0.06 4 /usr/libexec/gnome-terminal-server +00:00:12 0 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- +00:00:12 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/firefox/firefox +00:00:12 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:12 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 +00:00:12 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:12 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:12 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker +00:00:12 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=6 +00:00:12 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:12 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:12 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 0 8407 - 0.77 0.06 0.00 0.03 0.83 - /usr/libexec/gnome-terminal-server +Average: 0 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- +Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - /usr/lib64/firefox/firefox +Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox +Average: 1000 - 8785 0.00 591810846124785152.00 0.00 0.00 591810846124785152.00 - |__disk_cache:0 +Average: 1000 - 8789 0.00 0.00 0.00 0.00 0.00 - |__Link Monitor +Average: 1000 - 8835 0.00 0.00 0.00 0.00 0.00 - |__ImgDecoder #1 +Average: 1000 - 9109 0.00 0.00 0.00 0.00 0.00 - |__DOM Worker +Average: 1000 21342 - 0.00 0.00 0.00 0.00 0.00 - /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=6 +Average: 1000 - 8365 0.06 0.00 0.00 0.00 0.06 - |__evolution-addre +Average: 1000 - 21342 0.00 0.00 0.00 0.00 0.00 - |__soffice.bin +Average: 1000 - 21344 0.00 0.00 0.00 0.00 0.00 - |__rtl_cache_wsupd diff --git a/tests/expected.pidstat-lC b/tests/expected.pidstat-lC new file mode 100644 index 0000000..d4ffd6a --- /dev/null +++ b/tests/expected.pidstat-lC @@ -0,0 +1,17 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:04 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 9009 11.74 5.77 0.00 1.56 17.51 3 /usr/lib64/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 5430 -prefMapSize 178526 -parentBuildID 20190506075542 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 8741 tab + +00:00:06 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 9009 0.04 0.04 0.00 0.00 0.09 1 /usr/lib64/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 5430 -prefMapSize 178526 -parentBuildID 20190506075542 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 8741 tab + +00:00:08 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID PID %usr %system %guest %wait %CPU CPU Command + +Average: UID PID %usr %system %guest %wait %CPU CPU Command diff --git a/tests/expected.pidstat-lG b/tests/expected.pidstat-lG new file mode 100644 index 0000000..d3208de --- /dev/null +++ b/tests/expected.pidstat-lG @@ -0,0 +1,29 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 /usr/libexec/gnome-terminal-server +00:00:02 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 0 8407 - 0.19 0.00 0.00 0.00 0.19 3 /usr/libexec/gnome-terminal-server +00:00:04 0 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 0 8407 - 0.05 0.03 0.00 0.03 0.08 4 /usr/libexec/gnome-terminal-server +00:00:06 0 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 0 8407 - 0.04 0.00 0.00 0.00 0.04 3 /usr/libexec/gnome-terminal-server +00:00:08 0 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:10 0 8407 - 0.00 0.00 0.00 0.00 0.00 2 /usr/libexec/gnome-terminal-server +00:00:10 0 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:12 0 8407 - 0.06 0.00 0.00 0.00 0.06 4 /usr/libexec/gnome-terminal-server +00:00:12 0 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 0 8407 - 0.77 0.06 0.00 0.03 0.83 - /usr/libexec/gnome-terminal-server +Average: 0 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- diff --git a/tests/expected.pidstat-p b/tests/expected.pidstat-p new file mode 100644 index 0000000..16e5ad2 --- /dev/null +++ b/tests/expected.pidstat-p @@ -0,0 +1,33 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID StkSize StkRef Command +00:00:01 1000 8741 132 52 firefox +00:00:01 1000 21342 132 36 soffice.bin + +00:00:00 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +00:00:01 1000 8741 0.00 0.00 0.00 0 firefox +00:00:01 1000 21342 0.00 0.00 0.00 0 soffice.bin + +00:00:01 UID PID StkSize StkRef Command +00:00:02 1000 8741 132 52 firefox +00:00:02 1000 21342 132 36 soffice.bin + +00:00:01 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +00:00:02 1000 8741 0.00 0.00 0.00 0 firefox +00:00:02 1000 21342 0.00 0.00 0.00 0 soffice.bin + +00:00:02 UID PID StkSize StkRef Command +00:00:03 1000 8741 132 52 firefox +00:00:03 1000 21342 132 36 soffice.bin + +00:00:02 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +00:00:03 1000 8741 0.00 0.00 0.00 0 firefox +00:00:03 1000 21342 0.00 0.00 0.00 0 soffice.bin + +Average: UID PID StkSize StkRef Command +Average: 1000 8741 132 52 firefox +Average: 1000 21342 132 36 soffice.bin + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 1000 8741 0.00 0.00 0.00 0 firefox +Average: 1000 21342 0.00 0.00 0.00 0 soffice.bin diff --git a/tests/expected.pidstat-p-unkwn b/tests/expected.pidstat-p-unkwn new file mode 100644 index 0000000..70d9a1e --- /dev/null +++ b/tests/expected.pidstat-p-unkwn @@ -0,0 +1,7 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:00 UID PID minflt/s majflt/s VSZ RSS %MEM Command + +00:00:00 UID PID prio policy Command diff --git a/tests/expected.pidstat-plist b/tests/expected.pidstat-plist new file mode 100644 index 0000000..0ea5f15 --- /dev/null +++ b/tests/expected.pidstat-plist @@ -0,0 +1,221 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:02 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:02 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd +00:00:02 1000 - 21350 0.00 0.00 0.00 0.00 0.00 4 |__gdbus +00:00:02 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 WebExtensions +00:00:02 1000 - 9009 0.03 0.00 0.00 0.00 0.03 3 |__WebExtensions +00:00:02 1000 - 9029 0.00 0.00 0.00 0.00 0.00 2 |__Timer + +00:00:00 UID TGID TID StkSize StkRef Command +00:00:02 1000 21342 - 132 36 soffice.bin +00:00:02 1000 - 21342 132 36 |__soffice.bin +00:00:02 1000 - 21344 132 36 |__rtl_cache_wsupd +00:00:02 1000 - 21350 132 36 |__gdbus +00:00:02 1000 9009 - 132 20 WebExtensions +00:00:02 1000 - 9009 132 20 |__WebExtensions +00:00:02 1000 - 9029 132 20 |__Timer + +00:00:00 UID TGID TID cswch/s nvcswch/s Command +00:00:02 1000 21342 - 0.00 0.00 soffice.bin +00:00:02 1000 - 21342 0.00 0.00 |__soffice.bin +00:00:02 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd +00:00:02 1000 - 21350 0.00 0.00 |__gdbus +00:00:02 1000 9009 - 0.19 0.00 WebExtensions +00:00:02 1000 - 9009 0.19 0.00 |__WebExtensions +00:00:02 1000 - 9029 0.32 0.00 |__Timer + +00:00:00 UID TGID TID threads fd-nr Command +00:00:02 1000 21342 - 6 5 soffice.bin +00:00:02 1000 - 21342 6 5 |__soffice.bin +00:00:02 1000 - 21344 6 5 |__rtl_cache_wsupd +00:00:02 1000 - 21350 6 5 |__gdbus +00:00:02 1000 9009 - 32 5 WebExtensions +00:00:02 1000 - 9009 32 5 |__WebExtensions +00:00:02 1000 - 9029 32 5 |__Timer + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:04 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:04 1000 - 8365 0.06 0.00 0.00 0.00 0.06 7 |__evolution-addre +00:00:04 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:04 1000 - 21350 0.00 0.00 0.00 0.00 0.00 4 |__gdbus +00:00:04 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 WebExtensions + +00:00:02 UID TGID TID StkSize StkRef Command +00:00:04 1000 21342 - 132 36 soffice.bin +00:00:04 1000 - 8364 132 36 |__dconf worker +00:00:04 1000 - 8365 132 36 |__evolution-addre +00:00:04 1000 - 21342 132 36 |__soffice.bin +00:00:04 1000 - 21350 132 36 |__gdbus +00:00:04 1000 9009 - 132 20 WebExtensions + +00:00:02 UID TGID TID cswch/s nvcswch/s Command +00:00:04 1000 21342 - 0.00 0.00 soffice.bin +00:00:04 1000 - 8364 0.51 0.00 |__dconf worker +00:00:04 1000 - 8365 0.45 0.03 |__evolution-addre +00:00:04 1000 - 21342 0.00 0.00 |__soffice.bin +00:00:04 1000 - 21350 0.00 0.00 |__gdbus +00:00:04 1000 9009 - 590484765483660416.00 0.00 WebExtensions + +00:00:02 UID TGID TID threads fd-nr Command +00:00:04 1000 21342 - 6 5 soffice.bin +00:00:04 1000 - 8364 5 5 |__dconf worker +00:00:04 1000 - 8365 5 5 |__evolution-addre +00:00:04 1000 - 21342 6 5 |__soffice.bin +00:00:04 1000 - 21350 6 5 |__gdbus +00:00:04 1000 9009 - 32 5 WebExtensions + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:06 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:06 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:06 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:06 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 WebExtensions + +00:00:04 UID TGID TID StkSize StkRef Command +00:00:06 1000 21342 - 132 36 soffice.bin +00:00:06 1000 - 8364 132 36 |__dconf worker +00:00:06 1000 - 8365 132 36 |__evolution-addre +00:00:06 1000 - 21342 132 36 |__soffice.bin +00:00:06 1000 9009 - 132 20 WebExtensions + +00:00:04 UID TGID TID cswch/s nvcswch/s Command +00:00:06 1000 21342 - 0.00 0.00 soffice.bin +00:00:06 1000 - 8364 0.00 0.00 |__dconf worker +00:00:06 1000 - 8365 0.00 0.00 |__evolution-addre +00:00:06 1000 - 21342 0.00 0.00 |__soffice.bin +00:00:06 1000 9009 - 0.16 0.00 WebExtensions + +00:00:04 UID TGID TID threads fd-nr Command +00:00:06 1000 21342 - 6 5 soffice.bin +00:00:06 1000 - 8364 5 5 |__dconf worker +00:00:06 1000 - 8365 5 5 |__evolution-addre +00:00:06 1000 - 21342 6 5 |__soffice.bin +00:00:06 1000 9009 - 32 5 WebExtensions + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:08 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:08 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:08 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:08 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd +00:00:08 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 WebExtensions + +00:00:06 UID TGID TID StkSize StkRef Command +00:00:08 1000 21342 - 132 36 soffice.bin +00:00:08 1000 - 8364 132 36 |__dconf worker +00:00:08 1000 - 8365 132 36 |__evolution-addre +00:00:08 1000 - 21342 132 36 |__soffice.bin +00:00:08 1000 - 21344 132 36 |__rtl_cache_wsupd +00:00:08 1000 9009 - 132 20 WebExtensions + +00:00:06 UID TGID TID cswch/s nvcswch/s Command +00:00:08 1000 21342 - 0.00 0.00 soffice.bin +00:00:08 1000 - 8364 0.00 0.00 |__dconf worker +00:00:08 1000 - 8365 0.00 0.00 |__evolution-addre +00:00:08 1000 - 21342 0.00 0.00 |__soffice.bin +00:00:08 1000 - 21344 9.65 0.00 |__rtl_cache_wsupd +00:00:08 1000 9009 - 823883165418023680.00 0.00 WebExtensions + +00:00:06 UID TGID TID threads fd-nr Command +00:00:08 1000 21342 - 6 5 soffice.bin +00:00:08 1000 - 8364 5 5 |__dconf worker +00:00:08 1000 - 8365 5 5 |__evolution-addre +00:00:08 1000 - 21342 6 5 |__soffice.bin +00:00:08 1000 - 21344 6 5 |__rtl_cache_wsupd +00:00:08 1000 9009 - 32 5 WebExtensions + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:10 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:10 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:10 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:10 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd +00:00:10 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 WebExtensions + +00:00:08 UID TGID TID StkSize StkRef Command +00:00:10 1000 21342 - 132 36 soffice.bin +00:00:10 1000 - 8365 132 36 |__evolution-addre +00:00:10 1000 - 21342 132 36 |__soffice.bin +00:00:10 1000 - 21344 132 36 |__rtl_cache_wsupd +00:00:10 1000 9009 - 132 20 WebExtensions + +00:00:08 UID TGID TID cswch/s nvcswch/s Command +00:00:10 1000 21342 - 0.00 0.00 soffice.bin +00:00:10 1000 - 8365 0.00 0.00 |__evolution-addre +00:00:10 1000 - 21342 0.00 0.00 |__soffice.bin +00:00:10 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd +00:00:10 1000 9009 - 0.00 0.00 WebExtensions + +00:00:08 UID TGID TID threads fd-nr Command +00:00:10 1000 21342 - 6 5 soffice.bin +00:00:10 1000 - 8365 5 5 |__evolution-addre +00:00:10 1000 - 21342 6 5 |__soffice.bin +00:00:10 1000 - 21344 6 5 |__rtl_cache_wsupd +00:00:10 1000 9009 - 32 5 WebExtensions + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:12 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:12 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:12 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:12 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd +00:00:12 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd +00:00:12 1000 9009 - 0.00 0.00 0.00 0.00 0.00 3 WebExtensions + +00:00:10 UID TGID TID StkSize StkRef Command +00:00:12 1000 21342 - 132 36 soffice.bin +00:00:12 1000 - 8365 132 36 |__evolution-addre +00:00:12 1000 - 21342 132 36 |__soffice.bin +00:00:12 1000 - 21344 132 36 |__rtl_cache_wsupd +00:00:12 1000 - 21344 132 36 |__rtl_cache_wsupd +00:00:12 1000 9009 - 132 20 WebExtensions + +00:00:10 UID TGID TID cswch/s nvcswch/s Command +00:00:12 1000 21342 - 0.00 0.00 soffice.bin +00:00:12 1000 - 8365 0.00 0.00 |__evolution-addre +00:00:12 1000 - 21342 0.00 0.00 |__soffice.bin +00:00:12 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd +00:00:12 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd +00:00:12 1000 9009 - 591810846124785152.00 0.00 WebExtensions + +00:00:10 UID TGID TID threads fd-nr Command +00:00:12 1000 21342 - 6 5 soffice.bin +00:00:12 1000 - 8365 5 5 |__evolution-addre +00:00:12 1000 - 21342 6 5 |__soffice.bin +00:00:12 1000 - 21344 6 5 |__rtl_cache_wsupd +00:00:12 1000 - 21344 6 5 |__rtl_cache_wsupd +00:00:12 1000 9009 - 32 5 WebExtensions + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 1000 21342 - 0.00 0.00 0.00 0.00 0.00 - soffice.bin +Average: 1000 - 8365 0.06 0.00 0.00 0.00 0.06 - |__evolution-addre +Average: 1000 - 21342 0.00 0.00 0.00 0.00 0.00 - |__soffice.bin +Average: 1000 - 21344 0.00 0.00 0.00 0.00 0.00 - |__rtl_cache_wsupd +Average: 1000 - 21344 0.00 0.00 0.00 0.00 0.00 - |__rtl_cache_wsupd +Average: 1000 9009 - 0.00 0.00 0.00 0.00 0.00 - WebExtensions + +Average: UID TGID TID StkSize StkRef Command +Average: 1000 21342 - 132 36 soffice.bin +Average: 1000 - 8365 132 36 |__evolution-addre +Average: 1000 - 21342 132 36 |__soffice.bin +Average: 1000 - 21344 132 36 |__rtl_cache_wsupd +Average: 1000 - 21344 132 36 |__rtl_cache_wsupd +Average: 1000 9009 - 132 20 WebExtensions + +Average: UID TGID TID cswch/s nvcswch/s Command +Average: 1000 21342 - 0.00 0.00 soffice.bin +Average: 1000 - 8365 0.45 0.03 |__evolution-addre +Average: 1000 - 21342 0.00 0.00 |__soffice.bin +Average: 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd +Average: 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd +Average: 1000 9009 - 0.00 0.00 WebExtensions + +Average: UID TGID TID threads fd-nr Command +Average: 1000 21342 - 6 5 soffice.bin +Average: 1000 - 8365 5 5 |__evolution-addre +Average: 1000 - 21342 6 5 |__soffice.bin +Average: 1000 - 21344 6 5 |__rtl_cache_wsupd +Average: 1000 - 21344 6 5 |__rtl_cache_wsupd +Average: 1000 9009 - 32 5 WebExtensions diff --git a/tests/expected.pidstat-sigint b/tests/expected.pidstat-sigint new file mode 100644 index 0000000..89c28d6 --- /dev/null +++ b/tests/expected.pidstat-sigint @@ -0,0 +1,47 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID cswch/s nvcswch/s Command +00:00:02 1000 7900 5700.42 700.96 gnome-shell +00:00:02 0 8407 5.00 0.06 gnome-terminal- +00:00:02 1000 8741 1.60 0.00 firefox +00:00:02 1000 9009 0.19 0.00 WebExtensions + +00:00:00 UID PID prio policy Command + +00:00:02 UID PID cswch/s nvcswch/s Command +00:00:04 1000 7900 12.32 5.83 gnome-shell +00:00:04 0 8407 2.34 0.00 gnome-terminal- +00:00:04 1000 8741 7.68 0.00 firefox + +00:00:02 UID PID prio policy Command + +00:00:04 UID PID cswch/s nvcswch/s Command +00:00:06 1000 7900 11.71 6.81 gnome-shell +00:00:06 0 8407 1.22 0.00 gnome-terminal- +00:00:06 1000 9009 629.38 11.90 WebExtensions + +00:00:04 UID PID prio policy Command + +00:00:06 UID PID cswch/s nvcswch/s Command +00:00:08 1000 7900 43.77 17.87 gnome-shell +00:00:08 0 8407 2.28 0.00 gnome-terminal- +00:00:08 1000 9009 2.81 0.04 WebExtensions + +00:00:06 UID PID prio policy Command + +00:00:08 UID PID cswch/s nvcswch/s Command +00:00:10 0 8407 0.00 0.00 gnome-terminal- + +00:00:08 UID PID prio policy Command + +00:00:10 UID PID cswch/s nvcswch/s Command +00:00:12 0 8407 2.34 0.00 gnome-terminal- + +00:00:10 UID PID prio policy Command + + +Average: UID PID cswch/s nvcswch/s Command +Average: 0 8407 15.01 0.06 gnome-terminal- +Average: 1000 8741 9.30 0.00 firefox + +Average: UID PID prio policy Command diff --git a/tests/expected1.pidstat b/tests/expected1.pidstat new file mode 100644 index 0000000..3ae5267 --- /dev/null +++ b/tests/expected1.pidstat @@ -0,0 +1,86 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:01 1000 7900 359.42 53.55 0.00 8.47 412.96 2 gnome-shell +00:00:01 0 8407 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- + +00:00:00 UID PID minflt/s majflt/s VSZ RSS %MEM Command +00:00:01 1000 7900 25095.93 1.48 4453984 259044 3.18 gnome-shell +00:00:01 0 8407 0.16 0.00 723868 42156 0.52 gnome-terminal- +00:00:01 1000 8741 0.00 0.00 2535720 335804 4.12 firefox +00:00:01 1000 9009 0.03 0.00 1744508 105628 1.30 WebExtensions + +00:00:00 UID PID StkSize StkRef Command +00:00:01 1000 7900 128 108 gnome-shell + +00:00:00 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +00:00:01 1000 7900 411.81 2.82 0.00 253 gnome-shell + +00:00:00 UID PID cswch/s nvcswch/s Command +00:00:01 1000 7900 5700.42 700.96 gnome-shell +00:00:01 0 8407 5.00 0.06 gnome-terminal- +00:00:01 1000 8741 1.60 0.00 firefox +00:00:01 1000 9009 0.19 0.00 WebExtensions + +00:00:01 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 7900 0.67 0.16 0.00 0.06 0.83 7 gnome-shell +00:00:02 0 8407 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:02 1000 8741 0.13 0.03 0.00 0.03 0.16 5 firefox + +00:00:01 UID PID minflt/s majflt/s VSZ RSS %MEM Command +00:00:02 1000 7900 169.05 0.00 4449368 259096 3.18 gnome-shell +00:00:02 0 8407 0.13 0.00 723868 42156 0.52 gnome-terminal- +00:00:02 1000 8741 0.16 0.00 2535720 335804 4.12 firefox + +00:00:01 UID PID StkSize StkRef Command + +00:00:01 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command + +00:00:01 UID PID cswch/s nvcswch/s Command +00:00:02 1000 7900 12.32 5.83 gnome-shell +00:00:02 0 8407 2.34 0.00 gnome-terminal- +00:00:02 1000 8741 7.68 0.00 firefox + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:03 1000 7900 0.88 0.23 0.00 0.00 1.12 0 gnome-shell +00:00:03 0 8407 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:03 1000 9009 11.74 5.77 0.00 1.56 17.51 3 WebExtensions + +00:00:02 UID PID minflt/s majflt/s VSZ RSS %MEM Command +00:00:03 1000 7900 318.81 0.00 4451936 259076 3.18 gnome-shell +00:00:03 1000 9009 643.64 0.36 1744508 105628 1.30 WebExtensions + +00:00:02 UID PID StkSize StkRef Command +00:00:03 1000 9009 132 20 WebExtensions + +00:00:02 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +00:00:03 1000 9009 30.65 0.00 0.00 69 WebExtensions + +00:00:02 UID PID cswch/s nvcswch/s Command +00:00:03 1000 7900 11.71 6.81 gnome-shell +00:00:03 0 8407 1.22 0.00 gnome-terminal- +00:00:03 1000 9009 629.38 11.90 WebExtensions + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 1000 7900 111.56 16.68 0.00 2.64 128.24 - gnome-shell +Average: 0 8407 0.19 0.02 0.00 0.01 0.21 - gnome-terminal- +Average: 1000 8741 0.04 0.01 0.00 0.01 0.05 - firefox +Average: 1000 9009 0.01 0.00 0.00 0.00 0.01 - WebExtensions + +Average: UID PID minflt/s majflt/s VSZ RSS %MEM Command +Average: 1000 7900 7925.82 0.46 4451763 259072 3.18 gnome-shell +Average: 0 8407 0.09 0.00 723868 42156 0.52 gnome-terminal- +Average: 1000 8741 0.05 0.00 2535720 335804 4.12 firefox +Average: 1000 9009 0.02 0.00 1744508 105628 1.30 WebExtensions + +Average: UID PID StkSize StkRef Command +Average: 1000 7900 128 108 gnome-shell + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 1000 7900 127.20 0.87 0.00 84 gnome-shell + +Average: UID PID cswch/s nvcswch/s Command +Average: 1000 7900 1769.08 220.92 gnome-shell +Average: 0 8407 2.74 0.02 gnome-terminal- +Average: 1000 8741 2.87 0.00 firefox +Average: 1000 9009 0.63 0.00 WebExtensions diff --git a/tests/expected1.pidstat-A-TCHILD b/tests/expected1.pidstat-A-TCHILD index 5b1b987..aeeb19c 100644 --- a/tests/expected1.pidstat-A-TCHILD +++ b/tests/expected1.pidstat-A-TCHILD @@ -2,26 +2,26 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID usr-ms system-ms guest-ms Command 00:00:02 1000 7900 112090 16710 0 gnome-shell -00:00:02 1000 8407 110 10 0 gnome-terminal- +00:00:02 0 8407 110 10 0 gnome-terminal- 00:00:00 UID PID minflt-nr majflt-nr Command 00:00:02 1000 7900 785212 49 gnome-shell -00:00:02 1000 8407 5 0 gnome-terminal- +00:00:02 0 8407 5 0 gnome-terminal- 00:00:02 1000 9009 1 0 WebExtensions 00:00:02 UID PID usr-ms system-ms guest-ms Command 00:00:04 1000 7900 210 50 0 gnome-shell -00:00:04 1000 8407 60 0 0 gnome-terminal- +00:00:04 0 8407 60 0 0 gnome-terminal- 00:00:04 1000 8741 40 10 0 firefox 00:00:02 UID PID minflt-nr majflt-nr Command 00:00:04 1000 7900 5281 0 gnome-shell -00:00:04 1000 8407 4 0 gnome-terminal- +00:00:04 0 8407 4 0 gnome-terminal- 00:00:04 1000 8741 5 0 firefox 00:00:04 UID PID usr-ms system-ms guest-ms Command 00:00:06 1000 7900 340 90 0 gnome-shell -00:00:06 1000 8407 20 10 0 gnome-terminal- +00:00:06 0 8407 20 10 0 gnome-terminal- 00:00:06 1000 9009 4520 2220 0 WebExtensions 00:00:04 UID PID minflt-nr majflt-nr Command @@ -30,7 +30,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID PID usr-ms system-ms guest-ms Command 00:00:08 1000 7900 740 160 0 gnome-shell -00:00:08 1000 8407 10 0 0 gnome-terminal- +00:00:08 0 8407 10 0 0 gnome-terminal- 00:00:08 1000 9009 10 10 0 WebExtensions 00:00:06 UID PID minflt-nr majflt-nr Command @@ -38,20 +38,20 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 1000 9009 114 0 WebExtensions 00:00:08 UID PID usr-ms system-ms guest-ms Command -00:00:10 1000 8407 20 0 0 gnome-terminal- +00:00:10 0 8407 20 0 0 gnome-terminal- 00:00:08 UID PID minflt-nr majflt-nr Command 00:00:10 UID PID usr-ms system-ms guest-ms Command -00:00:12 1000 8407 20 0 0 gnome-terminal- +00:00:12 0 8407 20 0 0 gnome-terminal- 00:00:10 UID PID minflt-nr majflt-nr Command -00:00:12 1000 8407 1 0 gnome-terminal- +00:00:12 0 8407 1 0 gnome-terminal- Average: UID PID usr-ms system-ms guest-ms Command -Average: 1000 8407 40 3 0 gnome-terminal- +Average: 0 8407 40 3 0 gnome-terminal- Average: 1000 8741 7 2 0 firefox Average: UID PID minflt-nr majflt-nr Command -Average: 1000 8407 2 0 gnome-terminal- +Average: 0 8407 2 0 gnome-terminal- Average: 1000 8741 1 0 firefox diff --git a/tests/expected1.pidstat-A-TTASK b/tests/expected1.pidstat-A-TTASK index e26f49d..dde083e 100644 --- a/tests/expected1.pidstat-A-TTASK +++ b/tests/expected1.pidstat-A-TTASK @@ -2,11 +2,11 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command 00:00:02 1000 7900 359.42 53.55 0.00 8.47 412.96 2 gnome-shell -00:00:02 1000 8407 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:02 0 8407 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- 00:00:00 UID PID minflt/s majflt/s VSZ RSS %MEM Command 00:00:02 1000 7900 25095.93 1.48 4453984 259044 3.18 gnome-shell -00:00:02 1000 8407 0.16 0.00 723868 42156 0.52 gnome-terminal- +00:00:02 0 8407 0.16 0.00 723868 42156 0.52 gnome-terminal- 00:00:02 1000 8741 0.00 0.00 2535720 335804 4.12 firefox 00:00:02 1000 9009 0.03 0.00 1744508 105628 1.30 WebExtensions @@ -18,7 +18,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID PID cswch/s nvcswch/s Command 00:00:02 1000 7900 5700.42 700.96 gnome-shell -00:00:02 1000 8407 5.00 0.06 gnome-terminal- +00:00:02 0 8407 5.00 0.06 gnome-terminal- 00:00:02 1000 8741 1.60 0.00 firefox 00:00:02 1000 9009 0.19 0.00 WebExtensions @@ -29,12 +29,12 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command 00:00:04 1000 7900 0.67 0.16 0.00 0.06 0.83 7 gnome-shell -00:00:04 1000 8407 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:04 0 8407 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- 00:00:04 1000 8741 0.13 0.03 0.00 0.03 0.16 5 firefox 00:00:02 UID PID minflt/s majflt/s VSZ RSS %MEM Command 00:00:04 1000 7900 169.05 0.00 4449368 259096 3.18 gnome-shell -00:00:04 1000 8407 0.13 0.00 723868 42156 0.52 gnome-terminal- +00:00:04 0 8407 0.13 0.00 723868 42156 0.52 gnome-terminal- 00:00:04 1000 8741 0.16 0.00 2535720 335804 4.12 firefox 00:00:02 UID PID StkSize StkRef Command @@ -43,7 +43,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID PID cswch/s nvcswch/s Command 00:00:04 1000 7900 12.32 5.83 gnome-shell -00:00:04 1000 8407 2.34 0.00 gnome-terminal- +00:00:04 0 8407 2.34 0.00 gnome-terminal- 00:00:04 1000 8741 7.68 0.00 firefox 00:00:02 UID PID threads fd-nr Command @@ -52,7 +52,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID PID %usr %system %guest %wait %CPU CPU Command 00:00:06 1000 7900 0.88 0.23 0.00 0.00 1.12 0 gnome-shell -00:00:06 1000 8407 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:06 0 8407 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- 00:00:06 1000 9009 11.74 5.77 0.00 1.56 17.51 3 WebExtensions 00:00:04 UID PID minflt/s majflt/s VSZ RSS %MEM Command @@ -67,7 +67,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID PID cswch/s nvcswch/s Command 00:00:06 1000 7900 11.71 6.81 gnome-shell -00:00:06 1000 8407 1.22 0.00 gnome-terminal- +00:00:06 0 8407 1.22 0.00 gnome-terminal- 00:00:06 1000 9009 629.38 11.90 WebExtensions 00:00:04 UID PID threads fd-nr Command @@ -77,7 +77,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID PID %usr %system %guest %wait %CPU CPU Command 00:00:08 1000 7900 3.31 0.71 0.00 0.09 4.02 5 gnome-shell -00:00:08 1000 8407 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- +00:00:08 0 8407 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- 00:00:08 1000 9009 0.04 0.04 0.00 0.00 0.09 1 WebExtensions 00:00:06 UID PID minflt/s majflt/s VSZ RSS %MEM Command @@ -90,7 +90,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID PID cswch/s nvcswch/s Command 00:00:08 1000 7900 43.77 17.87 gnome-shell -00:00:08 1000 8407 2.28 0.00 gnome-terminal- +00:00:08 0 8407 2.28 0.00 gnome-terminal- 00:00:08 1000 9009 2.81 0.04 WebExtensions 00:00:06 UID PID threads fd-nr Command @@ -98,7 +98,7 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID PID prio policy Command 00:00:08 UID PID %usr %system %guest %wait %CPU CPU Command -00:00:10 1000 8407 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- +00:00:10 0 8407 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- 00:00:08 UID PID minflt/s majflt/s VSZ RSS %MEM Command @@ -107,35 +107,35 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command 00:00:08 UID PID cswch/s nvcswch/s Command -00:00:10 1000 8407 0.00 0.00 gnome-terminal- +00:00:10 0 8407 0.00 0.00 gnome-terminal- 00:00:08 UID PID threads fd-nr Command 00:00:08 UID PID prio policy Command 00:00:10 UID PID %usr %system %guest %wait %CPU CPU Command -00:00:12 1000 8407 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- +00:00:12 0 8407 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- 00:00:10 UID PID minflt/s majflt/s VSZ RSS %MEM Command -00:00:12 1000 8407 0.03 0.00 723868 42156 0.52 gnome-terminal- +00:00:12 0 8407 0.03 0.00 723868 42156 0.52 gnome-terminal- 00:00:10 UID PID StkSize StkRef Command 00:00:10 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command 00:00:10 UID PID cswch/s nvcswch/s Command -00:00:12 1000 8407 2.34 0.00 gnome-terminal- +00:00:12 0 8407 2.34 0.00 gnome-terminal- 00:00:10 UID PID threads fd-nr Command 00:00:10 UID PID prio policy Command Average: UID PID %usr %system %guest %wait %CPU CPU Command -Average: 1000 8407 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- +Average: 0 8407 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- Average: 1000 8741 0.13 0.03 0.00 0.03 0.16 - firefox Average: UID PID minflt/s majflt/s VSZ RSS %MEM Command -Average: 1000 8407 0.32 0.00 723868 42156 0.52 gnome-terminal- +Average: 0 8407 0.32 0.00 723868 42156 0.52 gnome-terminal- Average: 1000 8741 0.16 0.00 2535720 335804 4.12 firefox Average: UID PID StkSize StkRef Command @@ -143,7 +143,7 @@ Average: UID PID StkSize StkRef Command Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command Average: UID PID cswch/s nvcswch/s Command -Average: 1000 8407 15.01 0.06 gnome-terminal- +Average: 0 8407 15.01 0.06 gnome-terminal- Average: 1000 8741 9.30 0.00 firefox Average: UID PID threads fd-nr Command diff --git a/tests/expected1.pidstat-At b/tests/expected1.pidstat-At index d20bb7a..d57a236 100644 --- a/tests/expected1.pidstat-At +++ b/tests/expected1.pidstat-At @@ -3,8 +3,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:02 1000 7900 - 359.42 53.55 0.00 8.47 412.96 2 gnome-shell 00:00:02 1000 - 7900 349.70 51.43 0.00 8.47 401.12 2 |__gnome-shell -00:00:02 1000 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- -00:00:02 1000 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- +00:00:02 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:02 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- 00:00:02 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 |__firefox 00:00:02 1000 - 9009 0.03 0.00 0.00 0.00 0.03 3 |__WebExtensions @@ -12,8 +12,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 25095.93 1.48 4453984 259044 3.18 gnome-shell 00:00:02 1000 - 7900 23662.56 1.35 4453984 259044 3.18 |__gnome-shell 00:00:02 1000 - 10334 0.22 0.00 2512656 291884 3.58 |__dconf worker -00:00:02 1000 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- -00:00:02 1000 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:02 0 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- +00:00:02 0 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:02 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:02 1000 - 8785 0.00 0.00 2535720 335804 4.12 |__JS Helper @@ -36,8 +36,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 5700.42 700.96 gnome-shell 00:00:02 1000 - 7900 5700.45 700.96 |__gnome-shell 00:00:02 1000 - 10334 0.29 0.00 |__dconf worker -00:00:02 1000 8407 - 5.00 0.06 gnome-terminal- -00:00:02 1000 - 8407 5.00 0.06 |__gnome-terminal- +00:00:02 0 8407 - 5.00 0.06 gnome-terminal- +00:00:02 0 - 8407 5.00 0.06 |__gnome-terminal- 00:00:02 1000 8741 - 1.60 0.00 firefox 00:00:02 1000 - 8741 1.60 0.00 |__firefox 00:00:02 1000 9009 - 0.19 0.00 WebExtensions @@ -54,8 +54,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:04 1000 7900 - 0.67 0.16 0.00 0.06 0.83 7 gnome-shell 00:00:04 1000 - 7900 0.64 0.13 0.00 0.06 0.77 7 |__gnome-shell -00:00:04 1000 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- -00:00:04 1000 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- +00:00:04 0 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:04 0 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- 00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 firefox 00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox 00:00:04 1000 - 8365 0.06 0.00 0.00 0.00 0.06 7 |__evolution-addre @@ -63,8 +63,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:04 1000 7900 - 169.05 0.00 4449368 259096 3.18 gnome-shell 00:00:04 1000 - 7900 169.01 0.00 4449368 259096 3.18 |__gnome-shell -00:00:04 1000 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- -00:00:04 1000 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:04 0 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- +00:00:04 0 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:04 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox 00:00:04 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox 00:00:04 1000 - 8364 0.42 0.00 1264684 46212 0.57 |__dconf worker @@ -82,8 +82,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID TGID TID cswch/s nvcswch/s Command 00:00:04 1000 7900 - 12.32 5.83 gnome-shell 00:00:04 1000 - 7900 12.29 5.83 |__gnome-shell -00:00:04 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:04 1000 - 8407 2.34 0.00 |__gnome-terminal- +00:00:04 0 8407 - 2.34 0.00 gnome-terminal- +00:00:04 0 - 8407 2.34 0.00 |__gnome-terminal- 00:00:04 1000 8741 - 7.68 0.00 firefox 00:00:04 1000 - 8741 7.68 0.00 |__firefox 00:00:04 1000 - 8364 0.51 0.00 |__dconf worker @@ -98,8 +98,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:06 1000 7900 - 0.88 0.23 0.00 0.00 1.12 0 gnome-shell 00:00:06 1000 - 7900 0.83 0.23 0.00 0.00 1.06 0 |__gnome-shell -00:00:06 1000 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- -00:00:06 1000 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- +00:00:06 0 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:06 0 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- 00:00:06 1000 - 8785 0.00 479136209706741632.00 0.00 0.00 479136209706741632.00 5 |__disk_cache:0 00:00:06 1000 9009 - 11.74 5.77 0.00 1.56 17.51 3 WebExtensions 00:00:06 1000 - 9009 8.91 2.62 0.00 1.56 11.53 3 |__WebExtensions @@ -127,8 +127,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID cswch/s nvcswch/s Command 00:00:06 1000 7900 - 11.71 6.81 gnome-shell 00:00:06 1000 - 7900 11.71 6.81 |__gnome-shell -00:00:06 1000 8407 - 1.22 0.00 gnome-terminal- -00:00:06 1000 - 8407 1.22 0.00 |__gnome-terminal- +00:00:06 0 8407 - 1.22 0.00 gnome-terminal- +00:00:06 0 - 8407 1.22 0.00 |__gnome-terminal- 00:00:06 1000 - 8785 479136209706741632.00 479136209706741632.00 |__disk_cache:0 00:00:06 1000 9009 - 629.38 11.90 WebExtensions 00:00:06 1000 - 9009 629.38 11.90 |__WebExtensions @@ -149,8 +149,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:08 1000 7900 - 3.31 0.71 0.00 0.09 4.02 5 gnome-shell 00:00:08 1000 - 7900 3.08 0.67 0.00 0.09 3.75 5 |__gnome-shell -00:00:08 1000 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- -00:00:08 1000 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- +00:00:08 0 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- +00:00:08 0 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- 00:00:08 1000 9009 - 0.04 0.04 0.00 0.00 0.09 1 WebExtensions 00:00:08 1000 - 9009 0.04 0.04 0.00 0.00 0.09 1 |__WebExtensions @@ -175,8 +175,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID cswch/s nvcswch/s Command 00:00:08 1000 7900 - 43.77 17.87 gnome-shell 00:00:08 1000 - 7900 43.77 17.87 |__gnome-shell -00:00:08 1000 8407 - 2.28 0.00 gnome-terminal- -00:00:08 1000 - 8407 2.28 0.00 |__gnome-terminal- +00:00:08 0 8407 - 2.28 0.00 gnome-terminal- +00:00:08 0 - 8407 2.28 0.00 |__gnome-terminal- 00:00:08 1000 9009 - 2.81 0.04 WebExtensions 00:00:08 1000 - 9009 2.81 0.04 |__WebExtensions 00:00:08 1000 - 21344 9.65 0.00 |__rtl_cache_wsupd @@ -190,8 +190,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID prio policy Command 00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:10 1000 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- 00:00:08 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:10 1000 - 8789 0.00 0.00 2524532 339528 4.17 |__Link Monitor @@ -204,8 +204,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 00:00:08 UID TGID TID cswch/s nvcswch/s Command -00:00:10 1000 8407 - 0.00 0.00 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 |__gnome-terminal- 00:00:10 1000 - 8835 0.00 0.00 |__ImgDecoder #1 00:00:08 UID TGID TID threads fd-nr Command @@ -216,12 +216,12 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 UID TGID TID prio policy Command 00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:12 1000 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- -00:00:12 1000 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- +00:00:12 0 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- +00:00:12 0 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- 00:00:10 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:12 1000 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- -00:00:12 1000 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:12 0 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- +00:00:12 0 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:12 1000 - 8789 0.00 0.00 2534716 342460 4.20 |__Link Monitor 00:00:12 1000 - 8835 0.00 0.00 2534716 342460 4.20 |__ImgDecoder #1 00:00:12 1000 - 9109 0.00 0.00 2534716 342460 4.20 |__DOM Worker @@ -232,8 +232,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 00:00:10 UID TGID TID cswch/s nvcswch/s Command -00:00:12 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:12 1000 - 8407 2.31 0.00 |__gnome-terminal- +00:00:12 0 8407 - 2.34 0.00 gnome-terminal- +00:00:12 0 - 8407 2.31 0.00 |__gnome-terminal- 00:00:10 UID TGID TID threads fd-nr Command 00:00:12 1000 - 8789 71 5 |__Link Monitor @@ -243,16 +243,16 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 UID TGID TID prio policy Command Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command -Average: 1000 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- -Average: 1000 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- +Average: 0 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- +Average: 0 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - firefox Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox Average: 1000 - 8785 0.00 591810846124785152.00 0.00 0.00 591810846124785152.00 - |__disk_cache:0 Average: 1000 - 8365 0.06 0.00 0.00 0.00 0.06 - |__evolution-addre Average: UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -Average: 1000 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- -Average: 1000 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- +Average: 0 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- +Average: 0 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- Average: 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox Average: 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox Average: 1000 - 8785 591810846124784896.00 591810846124785152.00 1800328 146169 1.79 |__disk_cache:0 @@ -269,8 +269,8 @@ Average: 1000 - 8785 577940279418731.00 0.06 0.00 307 Average: 1000 - 8365 0.27 0.14 0.00 0 |__evolution-addre Average: UID TGID TID cswch/s nvcswch/s Command -Average: 1000 8407 - 15.01 0.06 gnome-terminal- -Average: 1000 - 8407 15.01 0.06 |__gnome-terminal- +Average: 0 8407 - 15.01 0.06 gnome-terminal- +Average: 0 - 8407 15.01 0.06 |__gnome-terminal- Average: 1000 8741 - 9.30 0.00 firefox Average: 1000 - 8741 9.30 0.00 |__firefox Average: 1000 - 8785 591810846124785152.00 591810846124785152.00 |__disk_cache:0 diff --git a/tests/expected1.pidstat-At-TALL-ALL b/tests/expected1.pidstat-At-TALL-ALL index bcb4023..d013624 100644 --- a/tests/expected1.pidstat-At-TALL-ALL +++ b/tests/expected1.pidstat-At-TALL-ALL @@ -4,8 +4,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 359.42 53.55 0.00 8.47 412.96 2 gnome-shell 00:00:02 1000 - 7900 349.70 51.43 0.00 8.47 401.12 2 |__gnome-shell 00:00:02 1000 - 10334 0.00 0.00 0.00 0.00 0.00 5 |__dconf worker -00:00:02 1000 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- -00:00:02 1000 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- +00:00:02 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:02 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 0.00 0.00 0.00 0 firefox 00:00:02 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 |__firefox 00:00:02 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper @@ -24,8 +24,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 112090 16710 0 gnome-shell 00:00:02 1000 - 7900 109060 16050 0 |__gnome-shell 00:00:02 1000 - 10334 410 120 0 |__dconf worker -00:00:02 1000 8407 - 110 10 0 gnome-terminal- -00:00:02 1000 - 8407 110 10 0 |__gnome-terminal- +00:00:02 0 8407 - 110 10 0 gnome-terminal- +00:00:02 0 - 8407 110 10 0 |__gnome-terminal- 00:00:02 1000 8741 - 0 0 0 firefox 00:00:02 1000 - 8741 10 0 0 |__firefox 00:00:02 1000 - 8785 0 0 0 |__JS Helper @@ -44,8 +44,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 25095.93 1.48 4453984 259044 3.18 gnome-shell 00:00:02 1000 - 7900 23662.56 1.35 4453984 259044 3.18 |__gnome-shell 00:00:02 1000 - 10334 0.22 0.00 2512656 291884 3.58 |__dconf worker -00:00:02 1000 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- -00:00:02 1000 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:02 0 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- +00:00:02 0 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:02 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:02 1000 - 8785 0.00 0.00 2535720 335804 4.12 |__JS Helper @@ -64,8 +64,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 785212 49 gnome-shell 00:00:02 1000 - 7900 740534 45 |__gnome-shell 00:00:02 1000 - 10334 16402 3 |__dconf worker -00:00:02 1000 8407 - 5 0 gnome-terminal- -00:00:02 1000 - 8407 5 0 |__gnome-terminal- +00:00:02 0 8407 - 5 0 gnome-terminal- +00:00:02 0 - 8407 5 0 |__gnome-terminal- 00:00:02 1000 8741 - 0 0 firefox 00:00:02 1000 - 8741 0 0 |__firefox 00:00:02 1000 - 8785 0 0 |__JS Helper @@ -84,8 +84,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 128 108 gnome-shell 00:00:02 1000 - 7900 128 108 |__gnome-shell 00:00:02 1000 - 10334 128 108 |__dconf worker -00:00:02 1000 8407 - 132 120 gnome-terminal- -00:00:02 1000 - 8407 132 120 |__gnome-terminal- +00:00:02 0 8407 - 132 120 gnome-terminal- +00:00:02 0 - 8407 132 120 |__gnome-terminal- 00:00:02 1000 8741 - 132 52 firefox 00:00:02 1000 - 8741 132 52 |__firefox 00:00:02 1000 - 8785 132 52 |__JS Helper @@ -104,8 +104,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 411.81 2.82 0.00 253 gnome-shell 00:00:02 1000 - 7900 195.70 1.15 0.00 253 |__gnome-shell 00:00:02 1000 - 10334 0.01 0.00 0.00 0 |__dconf worker -00:00:02 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:02 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:02 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:02 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:02 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:02 1000 - 8785 0.00 0.00 0.00 0 |__JS Helper @@ -124,8 +124,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 5700.42 700.96 gnome-shell 00:00:02 1000 - 7900 5700.45 700.96 |__gnome-shell 00:00:02 1000 - 10334 0.29 0.00 |__dconf worker -00:00:02 1000 8407 - 5.00 0.06 gnome-terminal- -00:00:02 1000 - 8407 5.00 0.06 |__gnome-terminal- +00:00:02 0 8407 - 5.00 0.06 gnome-terminal- +00:00:02 0 - 8407 5.00 0.06 |__gnome-terminal- 00:00:02 1000 8741 - 1.60 0.00 firefox 00:00:02 1000 - 8741 1.60 0.00 |__firefox 00:00:02 1000 - 8785 0.00 0.00 |__JS Helper @@ -144,8 +144,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 18 5 gnome-shell 00:00:02 1000 - 7900 18 5 |__gnome-shell 00:00:02 1000 - 10334 67 5 |__dconf worker -00:00:02 1000 8407 - 4 5 gnome-terminal- -00:00:02 1000 - 8407 4 5 |__gnome-terminal- +00:00:02 0 8407 - 4 5 gnome-terminal- +00:00:02 0 - 8407 4 5 |__gnome-terminal- 00:00:02 1000 8741 - 67 5 firefox 00:00:02 1000 - 8741 67 5 |__firefox 00:00:02 1000 - 8785 67 5 |__JS Helper @@ -164,8 +164,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 0 NORMAL gnome-shell 00:00:02 1000 - 7900 0 NORMAL |__gnome-shell 00:00:02 1000 - 10334 0 NORMAL |__dconf worker -00:00:02 1000 8407 - 0 NORMAL gnome-terminal- -00:00:02 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:02 0 8407 - 0 NORMAL gnome-terminal- +00:00:02 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:02 1000 8741 - 0 NORMAL firefox 00:00:02 1000 - 8741 0 NORMAL |__firefox 00:00:02 1000 - 8785 0 NORMAL |__JS Helper @@ -184,8 +184,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 0.67 0.16 0.00 0.06 0.83 7 gnome-shell 00:00:04 1000 - 7900 0.64 0.13 0.00 0.06 0.77 7 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 0.00 0.00 0.00 5 |__dconf worker -00:00:04 1000 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- -00:00:04 1000 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- +00:00:04 0 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:04 0 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- 00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 firefox 00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox 00:00:04 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper @@ -202,8 +202,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 210 50 0 gnome-shell 00:00:04 1000 - 7900 200 40 0 |__gnome-shell 00:00:04 1000 - 10334 0 0 0 |__dconf worker -00:00:04 1000 8407 - 60 0 0 gnome-terminal- -00:00:04 1000 - 8407 60 0 0 |__gnome-terminal- +00:00:04 0 8407 - 60 0 0 gnome-terminal- +00:00:04 0 - 8407 60 0 0 |__gnome-terminal- 00:00:04 1000 8741 - 40 10 0 firefox 00:00:04 1000 - 8741 20 0 0 |__firefox 00:00:04 1000 - 8785 0 0 0 |__JS Helper @@ -220,8 +220,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 169.05 0.00 4449368 259096 3.18 gnome-shell 00:00:04 1000 - 7900 169.01 0.00 4449368 259096 3.18 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 2512656 291884 3.58 |__dconf worker -00:00:04 1000 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- -00:00:04 1000 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:04 0 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- +00:00:04 0 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:04 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox 00:00:04 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox 00:00:04 1000 - 8785 0.00 0.00 2535720 335804 4.12 |__JS Helper @@ -238,8 +238,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 5281 0 gnome-shell 00:00:04 1000 - 7900 5280 0 |__gnome-shell 00:00:04 1000 - 10334 0 0 |__dconf worker -00:00:04 1000 8407 - 4 0 gnome-terminal- -00:00:04 1000 - 8407 4 0 |__gnome-terminal- +00:00:04 0 8407 - 4 0 gnome-terminal- +00:00:04 0 - 8407 4 0 |__gnome-terminal- 00:00:04 1000 8741 - 5 0 firefox 00:00:04 1000 - 8741 5 0 |__firefox 00:00:04 1000 - 8785 0 0 |__JS Helper @@ -256,8 +256,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 128 108 gnome-shell 00:00:04 1000 - 7900 128 108 |__gnome-shell 00:00:04 1000 - 10334 128 108 |__dconf worker -00:00:04 1000 8407 - 132 120 gnome-terminal- -00:00:04 1000 - 8407 132 120 |__gnome-terminal- +00:00:04 0 8407 - 132 120 gnome-terminal- +00:00:04 0 - 8407 132 120 |__gnome-terminal- 00:00:04 1000 8741 - 132 52 firefox 00:00:04 1000 - 8741 132 52 |__firefox 00:00:04 1000 - 8785 132 52 |__JS Helper @@ -274,8 +274,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 0.00 0.00 0.00 0 gnome-shell 00:00:04 1000 - 7900 0.00 0.00 0.00 0 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 0.00 0 |__dconf worker -00:00:04 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:04 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:04 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:04 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:04 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:04 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:04 1000 - 8785 0.00 0.00 0.00 0 |__JS Helper @@ -292,8 +292,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 12.32 5.83 gnome-shell 00:00:04 1000 - 7900 12.29 5.83 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 |__dconf worker -00:00:04 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:04 1000 - 8407 2.34 0.00 |__gnome-terminal- +00:00:04 0 8407 - 2.34 0.00 gnome-terminal- +00:00:04 0 - 8407 2.34 0.00 |__gnome-terminal- 00:00:04 1000 8741 - 7.68 0.00 firefox 00:00:04 1000 - 8741 7.68 0.00 |__firefox 00:00:04 1000 - 8785 0.00 0.00 |__JS Helper @@ -310,8 +310,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 18 5 gnome-shell 00:00:04 1000 - 7900 18 5 |__gnome-shell 00:00:04 1000 - 10334 67 5 |__dconf worker -00:00:04 1000 8407 - 4 5 gnome-terminal- -00:00:04 1000 - 8407 4 5 |__gnome-terminal- +00:00:04 0 8407 - 4 5 gnome-terminal- +00:00:04 0 - 8407 4 5 |__gnome-terminal- 00:00:04 1000 8741 - 67 5 firefox 00:00:04 1000 - 8741 67 5 |__firefox 00:00:04 1000 - 8785 67 5 |__JS Helper @@ -328,8 +328,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 0 NORMAL gnome-shell 00:00:04 1000 - 7900 0 NORMAL |__gnome-shell 00:00:04 1000 - 10334 0 NORMAL |__dconf worker -00:00:04 1000 8407 - 0 NORMAL gnome-terminal- -00:00:04 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:04 0 8407 - 0 NORMAL gnome-terminal- +00:00:04 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:04 1000 8741 - 0 NORMAL firefox 00:00:04 1000 - 8741 0 NORMAL |__firefox 00:00:04 1000 - 8785 0 NORMAL |__JS Helper @@ -345,8 +345,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:06 1000 7900 - 0.88 0.23 0.00 0.00 1.12 0 gnome-shell 00:00:06 1000 - 7900 0.83 0.23 0.00 0.00 1.06 0 |__gnome-shell -00:00:06 1000 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- -00:00:06 1000 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- +00:00:06 0 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:06 0 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:06 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:06 1000 - 8785 0.00 479136209706741632.00 0.00 0.00 479136209706741632.00 5 |__disk_cache:0 @@ -364,8 +364,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID usr-ms system-ms guest-ms Command 00:00:06 1000 7900 - 340 90 0 gnome-shell 00:00:06 1000 - 7900 320 90 0 |__gnome-shell -00:00:06 1000 8407 - 20 10 0 gnome-terminal- -00:00:06 1000 - 8407 20 10 0 |__gnome-terminal- +00:00:06 0 8407 - 20 10 0 gnome-terminal- +00:00:06 0 - 8407 20 10 0 |__gnome-terminal- 00:00:06 1000 8741 - 0 0 0 firefox 00:00:06 1000 - 8741 0 0 0 |__firefox 00:00:06 1000 - 8785 0 184467440737095483392 0 |__disk_cache:0 @@ -383,8 +383,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:06 1000 7900 - 318.81 0.00 4451936 259076 3.18 gnome-shell 00:00:06 1000 - 7900 318.81 0.00 4451936 259076 3.18 |__gnome-shell -00:00:06 1000 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- -00:00:06 1000 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:06 0 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- +00:00:06 0 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:06 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:06 1000 - 8785 479136209706741376.00 479136209706741632.00 1432632 51352 0.63 |__disk_cache:0 @@ -402,8 +402,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID minflt-nr majflt-nr Command 00:00:06 1000 7900 - 12274 0 gnome-shell 00:00:06 1000 - 7900 12274 0 |__gnome-shell -00:00:06 1000 8407 - 0 0 gnome-terminal- -00:00:06 1000 - 8407 0 0 |__gnome-terminal- +00:00:06 0 8407 - 0 0 gnome-terminal- +00:00:06 0 - 8407 0 0 |__gnome-terminal- 00:00:06 1000 8741 - 0 0 firefox 00:00:06 1000 - 8741 0 0 |__firefox 00:00:06 1000 - 8785 18446744073708206385 18446744073709551507 |__disk_cache:0 @@ -421,8 +421,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID StkSize StkRef Command 00:00:06 1000 7900 - 128 108 gnome-shell 00:00:06 1000 - 7900 128 108 |__gnome-shell -00:00:06 1000 8407 - 132 120 gnome-terminal- -00:00:06 1000 - 8407 132 120 |__gnome-terminal- +00:00:06 0 8407 - 132 120 gnome-terminal- +00:00:06 0 - 8407 132 120 |__gnome-terminal- 00:00:06 1000 8741 - 132 52 firefox 00:00:06 1000 - 8741 132 52 |__firefox 00:00:06 1000 - 8785 132 52 |__disk_cache:0 @@ -440,8 +440,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command 00:00:06 1000 7900 - 0.00 0.00 0.00 0 gnome-shell 00:00:06 1000 - 7900 0.00 0.00 0.00 0 |__gnome-shell -00:00:06 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:06 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:06 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:06 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:06 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:06 1000 - 8785 467906454791736.25 0.05 0.00 18446744073709551611 |__disk_cache:0 @@ -459,8 +459,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID cswch/s nvcswch/s Command 00:00:06 1000 7900 - 11.71 6.81 gnome-shell 00:00:06 1000 - 7900 11.71 6.81 |__gnome-shell -00:00:06 1000 8407 - 1.22 0.00 gnome-terminal- -00:00:06 1000 - 8407 1.22 0.00 |__gnome-terminal- +00:00:06 0 8407 - 1.22 0.00 gnome-terminal- +00:00:06 0 - 8407 1.22 0.00 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 firefox 00:00:06 1000 - 8741 0.00 0.00 |__firefox 00:00:06 1000 - 8785 479136209706741632.00 479136209706741632.00 |__disk_cache:0 @@ -478,8 +478,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID threads fd-nr Command 00:00:06 1000 7900 - 18 5 gnome-shell 00:00:06 1000 - 7900 18 5 |__gnome-shell -00:00:06 1000 8407 - 4 5 gnome-terminal- -00:00:06 1000 - 8407 4 5 |__gnome-terminal- +00:00:06 0 8407 - 4 5 gnome-terminal- +00:00:06 0 - 8407 4 5 |__gnome-terminal- 00:00:06 1000 8741 - 67 5 firefox 00:00:06 1000 - 8741 67 5 |__firefox 00:00:06 1000 - 8785 5 5 |__disk_cache:0 @@ -497,8 +497,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID prio policy Command 00:00:06 1000 7900 - 0 NORMAL gnome-shell 00:00:06 1000 - 7900 0 NORMAL |__gnome-shell -00:00:06 1000 8407 - 0 NORMAL gnome-terminal- -00:00:06 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:06 0 8407 - 0 NORMAL gnome-terminal- +00:00:06 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:06 1000 8741 - 0 NORMAL firefox 00:00:06 1000 - 8741 0 NORMAL |__firefox 00:00:06 1000 - 8785 0 IDLE |__disk_cache:0 @@ -516,8 +516,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:08 1000 7900 - 3.31 0.71 0.00 0.09 4.02 5 gnome-shell 00:00:08 1000 - 7900 3.08 0.67 0.00 0.09 3.75 5 |__gnome-shell -00:00:08 1000 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- -00:00:08 1000 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- +00:00:08 0 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- +00:00:08 0 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:08 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:08 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 @@ -536,8 +536,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID usr-ms system-ms guest-ms Command 00:00:08 1000 7900 - 740 160 0 gnome-shell 00:00:08 1000 - 7900 690 150 0 |__gnome-shell -00:00:08 1000 8407 - 10 0 0 gnome-terminal- -00:00:08 1000 - 8407 10 0 0 |__gnome-terminal- +00:00:08 0 8407 - 10 0 0 gnome-terminal- +00:00:08 0 - 8407 10 0 0 |__gnome-terminal- 00:00:08 1000 8741 - 0 0 0 firefox 00:00:08 1000 - 8741 0 0 0 |__firefox 00:00:08 1000 - 8785 0 0 0 |__disk_cache:0 @@ -556,8 +556,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:08 1000 7900 - 736.85 0.00 4448816 259144 3.18 gnome-shell 00:00:08 1000 - 7900 743.28 0.00 4450840 259144 3.18 |__gnome-shell -00:00:08 1000 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- -00:00:08 1000 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:08 0 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- +00:00:08 0 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:08 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:08 1000 - 8785 0.00 0.00 1432632 51352 0.63 |__disk_cache:0 @@ -576,8 +576,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID minflt-nr majflt-nr Command 00:00:08 1000 7900 - 16498 0 gnome-shell 00:00:08 1000 - 7900 16642 0 |__gnome-shell -00:00:08 1000 8407 - 0 0 gnome-terminal- -00:00:08 1000 - 8407 0 0 |__gnome-terminal- +00:00:08 0 8407 - 0 0 gnome-terminal- +00:00:08 0 - 8407 0 0 |__gnome-terminal- 00:00:08 1000 8741 - 0 0 firefox 00:00:08 1000 - 8741 0 0 |__firefox 00:00:08 1000 - 8785 0 0 |__disk_cache:0 @@ -596,8 +596,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID StkSize StkRef Command 00:00:08 1000 7900 - 128 108 gnome-shell 00:00:08 1000 - 7900 128 108 |__gnome-shell -00:00:08 1000 8407 - 132 120 gnome-terminal- -00:00:08 1000 - 8407 132 120 |__gnome-terminal- +00:00:08 0 8407 - 132 120 gnome-terminal- +00:00:08 0 - 8407 132 120 |__gnome-terminal- 00:00:08 1000 8741 - 132 52 firefox 00:00:08 1000 - 8741 132 52 |__firefox 00:00:08 1000 - 8785 132 52 |__disk_cache:0 @@ -616,8 +616,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command 00:00:08 1000 7900 - 0.00 0.00 0.00 0 gnome-shell 00:00:08 1000 - 7900 0.00 0.00 0.00 0 |__gnome-shell -00:00:08 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:08 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:08 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:08 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:08 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:08 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 @@ -636,8 +636,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID cswch/s nvcswch/s Command 00:00:08 1000 7900 - 43.77 17.87 gnome-shell 00:00:08 1000 - 7900 43.77 17.87 |__gnome-shell -00:00:08 1000 8407 - 2.28 0.00 gnome-terminal- -00:00:08 1000 - 8407 2.28 0.00 |__gnome-terminal- +00:00:08 0 8407 - 2.28 0.00 gnome-terminal- +00:00:08 0 - 8407 2.28 0.00 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 firefox 00:00:08 1000 - 8741 0.00 0.00 |__firefox 00:00:08 1000 - 8785 0.00 0.00 |__disk_cache:0 @@ -656,8 +656,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID threads fd-nr Command 00:00:08 1000 7900 - 18 5 gnome-shell 00:00:08 1000 - 7900 18 5 |__gnome-shell -00:00:08 1000 8407 - 4 5 gnome-terminal- -00:00:08 1000 - 8407 4 5 |__gnome-terminal- +00:00:08 0 8407 - 4 5 gnome-terminal- +00:00:08 0 - 8407 4 5 |__gnome-terminal- 00:00:08 1000 8741 - 67 5 firefox 00:00:08 1000 - 8741 67 5 |__firefox 00:00:08 1000 - 8785 5 5 |__disk_cache:0 @@ -676,8 +676,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID prio policy Command 00:00:08 1000 7900 - 0 NORMAL gnome-shell 00:00:08 1000 - 7900 0 NORMAL |__gnome-shell -00:00:08 1000 8407 - 0 NORMAL gnome-terminal- -00:00:08 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:08 0 8407 - 0 NORMAL gnome-terminal- +00:00:08 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:08 1000 8741 - 0 NORMAL firefox 00:00:08 1000 - 8741 0 NORMAL |__firefox 00:00:08 1000 - 8785 0 IDLE |__disk_cache:0 @@ -694,8 +694,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 1000 - 21344 0 NORMAL |__rtl_cache_wsupd 00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:10 1000 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:10 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:10 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 @@ -708,8 +708,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd 00:00:08 UID TGID TID usr-ms system-ms guest-ms Command -00:00:10 1000 8407 - 20 0 0 gnome-terminal- -00:00:10 1000 - 8407 20 0 0 |__gnome-terminal- +00:00:10 0 8407 - 20 0 0 gnome-terminal- +00:00:10 0 - 8407 20 0 0 |__gnome-terminal- 00:00:10 1000 8741 - 0 0 0 firefox 00:00:10 1000 - 8741 0 0 0 |__firefox 00:00:10 1000 - 8785 0 0 0 |__disk_cache:0 @@ -722,8 +722,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0 0 0 |__rtl_cache_wsupd 00:00:08 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:10 1000 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:10 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:10 1000 - 8785 0.00 0.00 1432632 51352 0.63 |__disk_cache:0 @@ -736,8 +736,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 1790688 439484 5.40 |__rtl_cache_wsupd 00:00:08 UID TGID TID minflt-nr majflt-nr Command -00:00:10 1000 8407 - 0 0 gnome-terminal- -00:00:10 1000 - 8407 0 0 |__gnome-terminal- +00:00:10 0 8407 - 0 0 gnome-terminal- +00:00:10 0 - 8407 0 0 |__gnome-terminal- 00:00:10 1000 8741 - 0 0 firefox 00:00:10 1000 - 8741 0 0 |__firefox 00:00:10 1000 - 8785 0 0 |__disk_cache:0 @@ -750,8 +750,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0 0 |__rtl_cache_wsupd 00:00:08 UID TGID TID StkSize StkRef Command -00:00:10 1000 8407 - 132 120 gnome-terminal- -00:00:10 1000 - 8407 132 120 |__gnome-terminal- +00:00:10 0 8407 - 132 120 gnome-terminal- +00:00:10 0 - 8407 132 120 |__gnome-terminal- 00:00:10 1000 8741 - 132 52 firefox 00:00:10 1000 - 8741 132 52 |__firefox 00:00:10 1000 - 8785 132 52 |__disk_cache:0 @@ -764,8 +764,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 132 36 |__rtl_cache_wsupd 00:00:08 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:10 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:10 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:10 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 @@ -778,8 +778,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 0.00 0 |__rtl_cache_wsupd 00:00:08 UID TGID TID cswch/s nvcswch/s Command -00:00:10 1000 8407 - 0.00 0.00 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 firefox 00:00:10 1000 - 8741 0.00 0.00 |__firefox 00:00:10 1000 - 8785 0.00 0.00 |__disk_cache:0 @@ -792,8 +792,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd 00:00:08 UID TGID TID threads fd-nr Command -00:00:10 1000 8407 - 4 5 gnome-terminal- -00:00:10 1000 - 8407 4 5 |__gnome-terminal- +00:00:10 0 8407 - 4 5 gnome-terminal- +00:00:10 0 - 8407 4 5 |__gnome-terminal- 00:00:10 1000 8741 - 67 5 firefox 00:00:10 1000 - 8741 67 5 |__firefox 00:00:10 1000 - 8785 5 5 |__disk_cache:0 @@ -806,8 +806,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 6 5 |__rtl_cache_wsupd 00:00:08 UID TGID TID prio policy Command -00:00:10 1000 8407 - 0 NORMAL gnome-terminal- -00:00:10 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:10 0 8407 - 0 NORMAL gnome-terminal- +00:00:10 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:10 1000 8741 - 0 NORMAL firefox 00:00:10 1000 - 8741 0 NORMAL |__firefox 00:00:10 1000 - 8785 0 IDLE |__disk_cache:0 @@ -820,8 +820,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0 NORMAL |__rtl_cache_wsupd 00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:12 1000 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- -00:00:12 1000 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- +00:00:12 0 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- +00:00:12 0 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:12 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:12 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 @@ -834,8 +834,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd 00:00:10 UID TGID TID usr-ms system-ms guest-ms Command -00:00:12 1000 8407 - 20 0 0 gnome-terminal- -00:00:12 1000 - 8407 20 0 0 |__gnome-terminal- +00:00:12 0 8407 - 20 0 0 gnome-terminal- +00:00:12 0 - 8407 20 0 0 |__gnome-terminal- 00:00:12 1000 8741 - 0 0 0 firefox 00:00:12 1000 - 8741 0 0 0 |__firefox 00:00:12 1000 - 8785 0 0 0 |__disk_cache:0 @@ -848,8 +848,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0 0 0 |__rtl_cache_wsupd 00:00:10 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:12 1000 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- -00:00:12 1000 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:12 0 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- +00:00:12 0 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:12 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:12 1000 - 8785 0.00 0.00 1432632 51352 0.63 |__disk_cache:0 @@ -862,8 +862,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 1790688 439484 5.40 |__rtl_cache_wsupd 00:00:10 UID TGID TID minflt-nr majflt-nr Command -00:00:12 1000 8407 - 1 0 gnome-terminal- -00:00:12 1000 - 8407 1 0 |__gnome-terminal- +00:00:12 0 8407 - 1 0 gnome-terminal- +00:00:12 0 - 8407 1 0 |__gnome-terminal- 00:00:12 1000 8741 - 0 0 firefox 00:00:12 1000 - 8741 0 0 |__firefox 00:00:12 1000 - 8785 0 0 |__disk_cache:0 @@ -876,8 +876,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0 0 |__rtl_cache_wsupd 00:00:10 UID TGID TID StkSize StkRef Command -00:00:12 1000 8407 - 132 120 gnome-terminal- -00:00:12 1000 - 8407 132 120 |__gnome-terminal- +00:00:12 0 8407 - 132 120 gnome-terminal- +00:00:12 0 - 8407 132 120 |__gnome-terminal- 00:00:12 1000 8741 - 132 52 firefox 00:00:12 1000 - 8741 132 52 |__firefox 00:00:12 1000 - 8785 132 52 |__disk_cache:0 @@ -890,8 +890,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 132 36 |__rtl_cache_wsupd 00:00:10 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:12 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:12 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:12 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:12 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:12 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:12 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 @@ -904,8 +904,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 0.00 0 |__rtl_cache_wsupd 00:00:10 UID TGID TID cswch/s nvcswch/s Command -00:00:12 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:12 1000 - 8407 2.31 0.00 |__gnome-terminal- +00:00:12 0 8407 - 2.34 0.00 gnome-terminal- +00:00:12 0 - 8407 2.31 0.00 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 firefox 00:00:12 1000 - 8741 0.00 0.00 |__firefox 00:00:12 1000 - 8785 0.00 0.00 |__disk_cache:0 @@ -918,8 +918,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd 00:00:10 UID TGID TID threads fd-nr Command -00:00:12 1000 8407 - 4 5 gnome-terminal- -00:00:12 1000 - 8407 4 5 |__gnome-terminal- +00:00:12 0 8407 - 4 5 gnome-terminal- +00:00:12 0 - 8407 4 5 |__gnome-terminal- 00:00:12 1000 8741 - 67 5 firefox 00:00:12 1000 - 8741 67 5 |__firefox 00:00:12 1000 - 8785 5 5 |__disk_cache:0 @@ -932,8 +932,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 6 5 |__rtl_cache_wsupd 00:00:10 UID TGID TID prio policy Command -00:00:12 1000 8407 - 0 NORMAL gnome-terminal- -00:00:12 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:12 0 8407 - 0 NORMAL gnome-terminal- +00:00:12 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:12 1000 8741 - 0 NORMAL firefox 00:00:12 1000 - 8741 0 NORMAL |__firefox 00:00:12 1000 - 8785 0 IDLE |__disk_cache:0 @@ -946,8 +946,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0 NORMAL |__rtl_cache_wsupd Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command -Average: 1000 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- -Average: 1000 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- +Average: 0 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- +Average: 0 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - firefox Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox Average: 1000 - 8785 0.00 591810846124785152.00 0.00 0.00 591810846124785152.00 - |__disk_cache:0 @@ -960,8 +960,8 @@ Average: 1000 - 21342 0.00 0.00 0.00 0.00 0.00 Average: 1000 - 21344 0.00 0.00 0.00 0.00 0.00 - |__rtl_cache_wsupd Average: UID TGID TID usr-ms system-ms guest-ms Command -Average: 1000 8407 - 40 3 0 gnome-terminal- -Average: 1000 - 8407 40 3 0 |__gnome-terminal- +Average: 0 8407 - 40 3 0 gnome-terminal- +Average: 0 - 8407 40 3 0 |__gnome-terminal- Average: 1000 8741 - 7 2 0 firefox Average: 1000 - 8741 5 0 0 |__firefox Average: 1000 - 8785 0 30744573456182583296 0 |__disk_cache:0 @@ -974,8 +974,8 @@ Average: 1000 - 21342 0 0 0 |__soffice. Average: 1000 - 21344 0 0 0 |__rtl_cache_wsupd Average: UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -Average: 1000 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- -Average: 1000 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- +Average: 0 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- +Average: 0 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- Average: 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox Average: 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox Average: 1000 - 8785 591810846124784896.00 591810846124785152.00 1800328 146169 1.79 |__disk_cache:0 @@ -988,8 +988,8 @@ Average: 1000 - 21342 0.00 0.00 1790688 439484 5.40 Average: 1000 - 21344 0.00 0.00 1790688 439484 5.40 |__rtl_cache_wsupd Average: UID TGID TID minflt-nr majflt-nr Command -Average: 1000 8407 - 2 0 gnome-terminal- -Average: 1000 - 8407 2 0 |__gnome-terminal- +Average: 0 8407 - 2 0 gnome-terminal- +Average: 0 - 8407 2 0 |__gnome-terminal- Average: 1000 8741 - 1 0 firefox Average: 1000 - 8741 1 0 |__firefox Average: 1000 - 8785 3074457345618034176 3074457345618258432 |__disk_cache:0 @@ -1002,8 +1002,8 @@ Average: 1000 - 21342 0 0 |__soffice.bin Average: 1000 - 21344 0 0 |__rtl_cache_wsupd Average: UID TGID TID StkSize StkRef Command -Average: 1000 8407 - 132 120 gnome-terminal- -Average: 1000 - 8407 132 120 |__gnome-terminal- +Average: 0 8407 - 132 120 gnome-terminal- +Average: 0 - 8407 132 120 |__gnome-terminal- Average: 1000 8741 - 132 52 firefox Average: 1000 - 8741 132 52 |__firefox Average: 1000 - 8785 132 52 |__disk_cache:0 @@ -1016,8 +1016,8 @@ Average: 1000 - 21342 132 36 |__soffice.bin Average: 1000 - 21344 132 36 |__rtl_cache_wsupd Average: UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -Average: 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -Average: 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +Average: 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +Average: 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- Average: 1000 8741 - 0.00 0.00 0.00 0 firefox Average: 1000 - 8741 0.00 0.00 0.00 0 |__firefox Average: 1000 - 8785 577940279418731.00 0.06 0.00 3074457345618258432 |__disk_cache:0 @@ -1030,8 +1030,8 @@ Average: 1000 - 21342 0.00 0.00 0.00 0 |__ Average: 1000 - 21344 0.00 0.00 0.00 0 |__rtl_cache_wsupd Average: UID TGID TID cswch/s nvcswch/s Command -Average: 1000 8407 - 15.01 0.06 gnome-terminal- -Average: 1000 - 8407 15.01 0.06 |__gnome-terminal- +Average: 0 8407 - 15.01 0.06 gnome-terminal- +Average: 0 - 8407 15.01 0.06 |__gnome-terminal- Average: 1000 8741 - 9.30 0.00 firefox Average: 1000 - 8741 9.30 0.00 |__firefox Average: 1000 - 8785 591810846124785152.00 591810846124785152.00 |__disk_cache:0 @@ -1044,8 +1044,8 @@ Average: 1000 - 21342 0.00 0.00 |__soffice.bin Average: 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd Average: UID TGID TID threads fd-nr Command -Average: 1000 8407 - 4 5 gnome-terminal- -Average: 1000 - 8407 4 5 |__gnome-terminal- +Average: 0 8407 - 4 5 gnome-terminal- +Average: 0 - 8407 4 5 |__gnome-terminal- Average: 1000 8741 - 67 5 firefox Average: 1000 - 8741 67 5 |__firefox Average: 1000 - 8785 26 5 |__disk_cache:0 @@ -1058,8 +1058,8 @@ Average: 1000 - 21342 6 5 |__soffice.bin Average: 1000 - 21344 6 5 |__rtl_cache_wsupd Average: UID TGID TID prio policy Command -Average: 1000 8407 - 0 NORMAL gnome-terminal- -Average: 1000 - 8407 0 NORMAL |__gnome-terminal- +Average: 0 8407 - 0 NORMAL gnome-terminal- +Average: 0 - 8407 0 NORMAL |__gnome-terminal- Average: 1000 8741 - 0 NORMAL firefox Average: 1000 - 8741 0 NORMAL |__firefox Average: 1000 - 8785 0 IDLE |__disk_cache:0 diff --git a/tests/expected1.pidstat-At-TCHILD b/tests/expected1.pidstat-At-TCHILD index 7102736..00df46f 100644 --- a/tests/expected1.pidstat-At-TCHILD +++ b/tests/expected1.pidstat-At-TCHILD @@ -4,8 +4,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 112090 16710 0 gnome-shell 00:00:02 1000 - 7900 109060 16050 0 |__gnome-shell 00:00:02 1000 - 10334 410 120 0 |__dconf worker -00:00:02 1000 8407 - 110 10 0 gnome-terminal- -00:00:02 1000 - 8407 110 10 0 |__gnome-terminal- +00:00:02 0 8407 - 110 10 0 gnome-terminal- +00:00:02 0 - 8407 110 10 0 |__gnome-terminal- 00:00:02 1000 - 8741 10 0 0 |__firefox 00:00:02 1000 - 9009 10 0 0 |__WebExtensions @@ -13,16 +13,16 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 785212 49 gnome-shell 00:00:02 1000 - 7900 740534 45 |__gnome-shell 00:00:02 1000 - 10334 16402 3 |__dconf worker -00:00:02 1000 8407 - 5 0 gnome-terminal- -00:00:02 1000 - 8407 5 0 |__gnome-terminal- +00:00:02 0 8407 - 5 0 gnome-terminal- +00:00:02 0 - 8407 5 0 |__gnome-terminal- 00:00:02 1000 9009 - 1 0 WebExtensions 00:00:02 1000 - 9009 1 0 |__WebExtensions 00:00:02 UID TGID TID usr-ms system-ms guest-ms Command 00:00:04 1000 7900 - 210 50 0 gnome-shell 00:00:04 1000 - 7900 200 40 0 |__gnome-shell -00:00:04 1000 8407 - 60 0 0 gnome-terminal- -00:00:04 1000 - 8407 60 0 0 |__gnome-terminal- +00:00:04 0 8407 - 60 0 0 gnome-terminal- +00:00:04 0 - 8407 60 0 0 |__gnome-terminal- 00:00:04 1000 8741 - 40 10 0 firefox 00:00:04 1000 - 8741 20 0 0 |__firefox 00:00:04 1000 - 8365 20 0 0 |__evolution-addre @@ -30,8 +30,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID TGID TID minflt-nr majflt-nr Command 00:00:04 1000 7900 - 5281 0 gnome-shell 00:00:04 1000 - 7900 5280 0 |__gnome-shell -00:00:04 1000 8407 - 4 0 gnome-terminal- -00:00:04 1000 - 8407 4 0 |__gnome-terminal- +00:00:04 0 8407 - 4 0 gnome-terminal- +00:00:04 0 - 8407 4 0 |__gnome-terminal- 00:00:04 1000 8741 - 5 0 firefox 00:00:04 1000 - 8741 5 0 |__firefox 00:00:04 1000 - 8364 13 0 |__dconf worker @@ -40,8 +40,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID usr-ms system-ms guest-ms Command 00:00:06 1000 7900 - 340 90 0 gnome-shell 00:00:06 1000 - 7900 320 90 0 |__gnome-shell -00:00:06 1000 8407 - 20 10 0 gnome-terminal- -00:00:06 1000 - 8407 20 10 0 |__gnome-terminal- +00:00:06 0 8407 - 20 10 0 gnome-terminal- +00:00:06 0 - 8407 20 10 0 |__gnome-terminal- 00:00:06 1000 - 8785 0 184467440737095483392 0 |__disk_cache:0 00:00:06 1000 9009 - 4520 2220 0 WebExtensions 00:00:06 1000 - 9009 3430 1010 0 |__WebExtensions @@ -57,8 +57,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID usr-ms system-ms guest-ms Command 00:00:08 1000 7900 - 740 160 0 gnome-shell 00:00:08 1000 - 7900 690 150 0 |__gnome-shell -00:00:08 1000 8407 - 10 0 0 gnome-terminal- -00:00:08 1000 - 8407 10 0 0 |__gnome-terminal- +00:00:08 0 8407 - 10 0 0 gnome-terminal- +00:00:08 0 - 8407 10 0 0 |__gnome-terminal- 00:00:08 1000 9009 - 10 10 0 WebExtensions 00:00:08 1000 - 9009 10 10 0 |__WebExtensions 00:00:08 1000 - 21344 100 40 0 |__rtl_cache_wsupd @@ -71,31 +71,31 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 1000 - 21344 2497 1 |__rtl_cache_wsupd 00:00:08 UID TGID TID usr-ms system-ms guest-ms Command -00:00:10 1000 8407 - 20 0 0 gnome-terminal- -00:00:10 1000 - 8407 20 0 0 |__gnome-terminal- +00:00:10 0 8407 - 20 0 0 gnome-terminal- +00:00:10 0 - 8407 20 0 0 |__gnome-terminal- 00:00:08 UID TGID TID minflt-nr majflt-nr Command 00:00:10 1000 - 8835 3 0 |__ImgDecoder #1 00:00:10 UID TGID TID usr-ms system-ms guest-ms Command -00:00:12 1000 8407 - 20 0 0 gnome-terminal- -00:00:12 1000 - 8407 20 0 0 |__gnome-terminal- +00:00:12 0 8407 - 20 0 0 gnome-terminal- +00:00:12 0 - 8407 20 0 0 |__gnome-terminal- 00:00:10 UID TGID TID minflt-nr majflt-nr Command -00:00:12 1000 8407 - 1 0 gnome-terminal- -00:00:12 1000 - 8407 1 0 |__gnome-terminal- +00:00:12 0 8407 - 1 0 gnome-terminal- +00:00:12 0 - 8407 1 0 |__gnome-terminal- Average: UID TGID TID usr-ms system-ms guest-ms Command -Average: 1000 8407 - 40 3 0 gnome-terminal- -Average: 1000 - 8407 40 3 0 |__gnome-terminal- +Average: 0 8407 - 40 3 0 gnome-terminal- +Average: 0 - 8407 40 3 0 |__gnome-terminal- Average: 1000 8741 - 7 2 0 firefox Average: 1000 - 8741 5 0 0 |__firefox Average: 1000 - 8785 0 30744573456182583296 0 |__disk_cache:0 Average: 1000 - 8365 4 0 0 |__evolution-addre Average: UID TGID TID minflt-nr majflt-nr Command -Average: 1000 8407 - 2 0 gnome-terminal- -Average: 1000 - 8407 2 0 |__gnome-terminal- +Average: 0 8407 - 2 0 gnome-terminal- +Average: 0 - 8407 2 0 |__gnome-terminal- Average: 1000 8741 - 1 0 firefox Average: 1000 - 8741 1 0 |__firefox Average: 1000 - 8785 3074457345618034176 3074457345618258432 |__disk_cache:0 diff --git a/tests/expected1.pidstat-At-TCHILD-ALL b/tests/expected1.pidstat-At-TCHILD-ALL index 1dcd577..7d987f9 100644 --- a/tests/expected1.pidstat-At-TCHILD-ALL +++ b/tests/expected1.pidstat-At-TCHILD-ALL @@ -4,8 +4,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 112090 16710 0 gnome-shell 00:00:02 1000 - 7900 109060 16050 0 |__gnome-shell 00:00:02 1000 - 10334 410 120 0 |__dconf worker -00:00:02 1000 8407 - 110 10 0 gnome-terminal- -00:00:02 1000 - 8407 110 10 0 |__gnome-terminal- +00:00:02 0 8407 - 110 10 0 gnome-terminal- +00:00:02 0 - 8407 110 10 0 |__gnome-terminal- 00:00:02 1000 8741 - 0 0 0 firefox 00:00:02 1000 - 8741 10 0 0 |__firefox 00:00:02 1000 - 8785 0 0 0 |__JS Helper @@ -24,8 +24,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 785212 49 gnome-shell 00:00:02 1000 - 7900 740534 45 |__gnome-shell 00:00:02 1000 - 10334 16402 3 |__dconf worker -00:00:02 1000 8407 - 5 0 gnome-terminal- -00:00:02 1000 - 8407 5 0 |__gnome-terminal- +00:00:02 0 8407 - 5 0 gnome-terminal- +00:00:02 0 - 8407 5 0 |__gnome-terminal- 00:00:02 1000 8741 - 0 0 firefox 00:00:02 1000 - 8741 0 0 |__firefox 00:00:02 1000 - 8785 0 0 |__JS Helper @@ -44,8 +44,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 210 50 0 gnome-shell 00:00:04 1000 - 7900 200 40 0 |__gnome-shell 00:00:04 1000 - 10334 0 0 0 |__dconf worker -00:00:04 1000 8407 - 60 0 0 gnome-terminal- -00:00:04 1000 - 8407 60 0 0 |__gnome-terminal- +00:00:04 0 8407 - 60 0 0 gnome-terminal- +00:00:04 0 - 8407 60 0 0 |__gnome-terminal- 00:00:04 1000 8741 - 40 10 0 firefox 00:00:04 1000 - 8741 20 0 0 |__firefox 00:00:04 1000 - 8785 0 0 0 |__JS Helper @@ -62,8 +62,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 5281 0 gnome-shell 00:00:04 1000 - 7900 5280 0 |__gnome-shell 00:00:04 1000 - 10334 0 0 |__dconf worker -00:00:04 1000 8407 - 4 0 gnome-terminal- -00:00:04 1000 - 8407 4 0 |__gnome-terminal- +00:00:04 0 8407 - 4 0 gnome-terminal- +00:00:04 0 - 8407 4 0 |__gnome-terminal- 00:00:04 1000 8741 - 5 0 firefox 00:00:04 1000 - 8741 5 0 |__firefox 00:00:04 1000 - 8785 0 0 |__JS Helper @@ -79,8 +79,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID usr-ms system-ms guest-ms Command 00:00:06 1000 7900 - 340 90 0 gnome-shell 00:00:06 1000 - 7900 320 90 0 |__gnome-shell -00:00:06 1000 8407 - 20 10 0 gnome-terminal- -00:00:06 1000 - 8407 20 10 0 |__gnome-terminal- +00:00:06 0 8407 - 20 10 0 gnome-terminal- +00:00:06 0 - 8407 20 10 0 |__gnome-terminal- 00:00:06 1000 8741 - 0 0 0 firefox 00:00:06 1000 - 8741 0 0 0 |__firefox 00:00:06 1000 - 8785 0 184467440737095483392 0 |__disk_cache:0 @@ -98,8 +98,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID minflt-nr majflt-nr Command 00:00:06 1000 7900 - 12274 0 gnome-shell 00:00:06 1000 - 7900 12274 0 |__gnome-shell -00:00:06 1000 8407 - 0 0 gnome-terminal- -00:00:06 1000 - 8407 0 0 |__gnome-terminal- +00:00:06 0 8407 - 0 0 gnome-terminal- +00:00:06 0 - 8407 0 0 |__gnome-terminal- 00:00:06 1000 8741 - 0 0 firefox 00:00:06 1000 - 8741 0 0 |__firefox 00:00:06 1000 - 8785 18446744073708206385 18446744073709551507 |__disk_cache:0 @@ -117,8 +117,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID usr-ms system-ms guest-ms Command 00:00:08 1000 7900 - 740 160 0 gnome-shell 00:00:08 1000 - 7900 690 150 0 |__gnome-shell -00:00:08 1000 8407 - 10 0 0 gnome-terminal- -00:00:08 1000 - 8407 10 0 0 |__gnome-terminal- +00:00:08 0 8407 - 10 0 0 gnome-terminal- +00:00:08 0 - 8407 10 0 0 |__gnome-terminal- 00:00:08 1000 8741 - 0 0 0 firefox 00:00:08 1000 - 8741 0 0 0 |__firefox 00:00:08 1000 - 8785 0 0 0 |__disk_cache:0 @@ -137,8 +137,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID minflt-nr majflt-nr Command 00:00:08 1000 7900 - 16498 0 gnome-shell 00:00:08 1000 - 7900 16642 0 |__gnome-shell -00:00:08 1000 8407 - 0 0 gnome-terminal- -00:00:08 1000 - 8407 0 0 |__gnome-terminal- +00:00:08 0 8407 - 0 0 gnome-terminal- +00:00:08 0 - 8407 0 0 |__gnome-terminal- 00:00:08 1000 8741 - 0 0 firefox 00:00:08 1000 - 8741 0 0 |__firefox 00:00:08 1000 - 8785 0 0 |__disk_cache:0 @@ -155,8 +155,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 1000 - 21344 2497 1 |__rtl_cache_wsupd 00:00:08 UID TGID TID usr-ms system-ms guest-ms Command -00:00:10 1000 8407 - 20 0 0 gnome-terminal- -00:00:10 1000 - 8407 20 0 0 |__gnome-terminal- +00:00:10 0 8407 - 20 0 0 gnome-terminal- +00:00:10 0 - 8407 20 0 0 |__gnome-terminal- 00:00:10 1000 8741 - 0 0 0 firefox 00:00:10 1000 - 8741 0 0 0 |__firefox 00:00:10 1000 - 8785 0 0 0 |__disk_cache:0 @@ -169,8 +169,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0 0 0 |__rtl_cache_wsupd 00:00:08 UID TGID TID minflt-nr majflt-nr Command -00:00:10 1000 8407 - 0 0 gnome-terminal- -00:00:10 1000 - 8407 0 0 |__gnome-terminal- +00:00:10 0 8407 - 0 0 gnome-terminal- +00:00:10 0 - 8407 0 0 |__gnome-terminal- 00:00:10 1000 8741 - 0 0 firefox 00:00:10 1000 - 8741 0 0 |__firefox 00:00:10 1000 - 8785 0 0 |__disk_cache:0 @@ -183,8 +183,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0 0 |__rtl_cache_wsupd 00:00:10 UID TGID TID usr-ms system-ms guest-ms Command -00:00:12 1000 8407 - 20 0 0 gnome-terminal- -00:00:12 1000 - 8407 20 0 0 |__gnome-terminal- +00:00:12 0 8407 - 20 0 0 gnome-terminal- +00:00:12 0 - 8407 20 0 0 |__gnome-terminal- 00:00:12 1000 8741 - 0 0 0 firefox 00:00:12 1000 - 8741 0 0 0 |__firefox 00:00:12 1000 - 8785 0 0 0 |__disk_cache:0 @@ -197,8 +197,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0 0 0 |__rtl_cache_wsupd 00:00:10 UID TGID TID minflt-nr majflt-nr Command -00:00:12 1000 8407 - 1 0 gnome-terminal- -00:00:12 1000 - 8407 1 0 |__gnome-terminal- +00:00:12 0 8407 - 1 0 gnome-terminal- +00:00:12 0 - 8407 1 0 |__gnome-terminal- 00:00:12 1000 8741 - 0 0 firefox 00:00:12 1000 - 8741 0 0 |__firefox 00:00:12 1000 - 8785 0 0 |__disk_cache:0 @@ -211,8 +211,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0 0 |__rtl_cache_wsupd Average: UID TGID TID usr-ms system-ms guest-ms Command -Average: 1000 8407 - 40 3 0 gnome-terminal- -Average: 1000 - 8407 40 3 0 |__gnome-terminal- +Average: 0 8407 - 40 3 0 gnome-terminal- +Average: 0 - 8407 40 3 0 |__gnome-terminal- Average: 1000 8741 - 7 2 0 firefox Average: 1000 - 8741 5 0 0 |__firefox Average: 1000 - 8785 0 30744573456182583296 0 |__disk_cache:0 @@ -225,8 +225,8 @@ Average: 1000 - 21342 0 0 0 |__soffice. Average: 1000 - 21344 0 0 0 |__rtl_cache_wsupd Average: UID TGID TID minflt-nr majflt-nr Command -Average: 1000 8407 - 2 0 gnome-terminal- -Average: 1000 - 8407 2 0 |__gnome-terminal- +Average: 0 8407 - 2 0 gnome-terminal- +Average: 0 - 8407 2 0 |__gnome-terminal- Average: 1000 8741 - 1 0 firefox Average: 1000 - 8741 1 0 |__firefox Average: 1000 - 8785 3074457345618034176 3074457345618258432 |__disk_cache:0 diff --git a/tests/expected1.pidstat-At-TTASK b/tests/expected1.pidstat-At-TTASK index d20bb7a..d57a236 100644 --- a/tests/expected1.pidstat-At-TTASK +++ b/tests/expected1.pidstat-At-TTASK @@ -3,8 +3,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:02 1000 7900 - 359.42 53.55 0.00 8.47 412.96 2 gnome-shell 00:00:02 1000 - 7900 349.70 51.43 0.00 8.47 401.12 2 |__gnome-shell -00:00:02 1000 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- -00:00:02 1000 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- +00:00:02 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:02 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- 00:00:02 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 |__firefox 00:00:02 1000 - 9009 0.03 0.00 0.00 0.00 0.03 3 |__WebExtensions @@ -12,8 +12,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 25095.93 1.48 4453984 259044 3.18 gnome-shell 00:00:02 1000 - 7900 23662.56 1.35 4453984 259044 3.18 |__gnome-shell 00:00:02 1000 - 10334 0.22 0.00 2512656 291884 3.58 |__dconf worker -00:00:02 1000 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- -00:00:02 1000 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:02 0 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- +00:00:02 0 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:02 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:02 1000 - 8785 0.00 0.00 2535720 335804 4.12 |__JS Helper @@ -36,8 +36,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 5700.42 700.96 gnome-shell 00:00:02 1000 - 7900 5700.45 700.96 |__gnome-shell 00:00:02 1000 - 10334 0.29 0.00 |__dconf worker -00:00:02 1000 8407 - 5.00 0.06 gnome-terminal- -00:00:02 1000 - 8407 5.00 0.06 |__gnome-terminal- +00:00:02 0 8407 - 5.00 0.06 gnome-terminal- +00:00:02 0 - 8407 5.00 0.06 |__gnome-terminal- 00:00:02 1000 8741 - 1.60 0.00 firefox 00:00:02 1000 - 8741 1.60 0.00 |__firefox 00:00:02 1000 9009 - 0.19 0.00 WebExtensions @@ -54,8 +54,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:04 1000 7900 - 0.67 0.16 0.00 0.06 0.83 7 gnome-shell 00:00:04 1000 - 7900 0.64 0.13 0.00 0.06 0.77 7 |__gnome-shell -00:00:04 1000 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- -00:00:04 1000 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- +00:00:04 0 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:04 0 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- 00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 firefox 00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox 00:00:04 1000 - 8365 0.06 0.00 0.00 0.00 0.06 7 |__evolution-addre @@ -63,8 +63,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:04 1000 7900 - 169.05 0.00 4449368 259096 3.18 gnome-shell 00:00:04 1000 - 7900 169.01 0.00 4449368 259096 3.18 |__gnome-shell -00:00:04 1000 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- -00:00:04 1000 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:04 0 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- +00:00:04 0 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:04 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox 00:00:04 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox 00:00:04 1000 - 8364 0.42 0.00 1264684 46212 0.57 |__dconf worker @@ -82,8 +82,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 UID TGID TID cswch/s nvcswch/s Command 00:00:04 1000 7900 - 12.32 5.83 gnome-shell 00:00:04 1000 - 7900 12.29 5.83 |__gnome-shell -00:00:04 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:04 1000 - 8407 2.34 0.00 |__gnome-terminal- +00:00:04 0 8407 - 2.34 0.00 gnome-terminal- +00:00:04 0 - 8407 2.34 0.00 |__gnome-terminal- 00:00:04 1000 8741 - 7.68 0.00 firefox 00:00:04 1000 - 8741 7.68 0.00 |__firefox 00:00:04 1000 - 8364 0.51 0.00 |__dconf worker @@ -98,8 +98,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:06 1000 7900 - 0.88 0.23 0.00 0.00 1.12 0 gnome-shell 00:00:06 1000 - 7900 0.83 0.23 0.00 0.00 1.06 0 |__gnome-shell -00:00:06 1000 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- -00:00:06 1000 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- +00:00:06 0 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:06 0 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- 00:00:06 1000 - 8785 0.00 479136209706741632.00 0.00 0.00 479136209706741632.00 5 |__disk_cache:0 00:00:06 1000 9009 - 11.74 5.77 0.00 1.56 17.51 3 WebExtensions 00:00:06 1000 - 9009 8.91 2.62 0.00 1.56 11.53 3 |__WebExtensions @@ -127,8 +127,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID cswch/s nvcswch/s Command 00:00:06 1000 7900 - 11.71 6.81 gnome-shell 00:00:06 1000 - 7900 11.71 6.81 |__gnome-shell -00:00:06 1000 8407 - 1.22 0.00 gnome-terminal- -00:00:06 1000 - 8407 1.22 0.00 |__gnome-terminal- +00:00:06 0 8407 - 1.22 0.00 gnome-terminal- +00:00:06 0 - 8407 1.22 0.00 |__gnome-terminal- 00:00:06 1000 - 8785 479136209706741632.00 479136209706741632.00 |__disk_cache:0 00:00:06 1000 9009 - 629.38 11.90 WebExtensions 00:00:06 1000 - 9009 629.38 11.90 |__WebExtensions @@ -149,8 +149,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:08 1000 7900 - 3.31 0.71 0.00 0.09 4.02 5 gnome-shell 00:00:08 1000 - 7900 3.08 0.67 0.00 0.09 3.75 5 |__gnome-shell -00:00:08 1000 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- -00:00:08 1000 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- +00:00:08 0 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- +00:00:08 0 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- 00:00:08 1000 9009 - 0.04 0.04 0.00 0.00 0.09 1 WebExtensions 00:00:08 1000 - 9009 0.04 0.04 0.00 0.00 0.09 1 |__WebExtensions @@ -175,8 +175,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID cswch/s nvcswch/s Command 00:00:08 1000 7900 - 43.77 17.87 gnome-shell 00:00:08 1000 - 7900 43.77 17.87 |__gnome-shell -00:00:08 1000 8407 - 2.28 0.00 gnome-terminal- -00:00:08 1000 - 8407 2.28 0.00 |__gnome-terminal- +00:00:08 0 8407 - 2.28 0.00 gnome-terminal- +00:00:08 0 - 8407 2.28 0.00 |__gnome-terminal- 00:00:08 1000 9009 - 2.81 0.04 WebExtensions 00:00:08 1000 - 9009 2.81 0.04 |__WebExtensions 00:00:08 1000 - 21344 9.65 0.00 |__rtl_cache_wsupd @@ -190,8 +190,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID prio policy Command 00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:10 1000 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- 00:00:08 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:10 1000 - 8789 0.00 0.00 2524532 339528 4.17 |__Link Monitor @@ -204,8 +204,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 00:00:08 UID TGID TID cswch/s nvcswch/s Command -00:00:10 1000 8407 - 0.00 0.00 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 |__gnome-terminal- 00:00:10 1000 - 8835 0.00 0.00 |__ImgDecoder #1 00:00:08 UID TGID TID threads fd-nr Command @@ -216,12 +216,12 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 UID TGID TID prio policy Command 00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:12 1000 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- -00:00:12 1000 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- +00:00:12 0 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- +00:00:12 0 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- 00:00:10 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:12 1000 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- -00:00:12 1000 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:12 0 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- +00:00:12 0 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:12 1000 - 8789 0.00 0.00 2534716 342460 4.20 |__Link Monitor 00:00:12 1000 - 8835 0.00 0.00 2534716 342460 4.20 |__ImgDecoder #1 00:00:12 1000 - 9109 0.00 0.00 2534716 342460 4.20 |__DOM Worker @@ -232,8 +232,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 00:00:10 UID TGID TID cswch/s nvcswch/s Command -00:00:12 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:12 1000 - 8407 2.31 0.00 |__gnome-terminal- +00:00:12 0 8407 - 2.34 0.00 gnome-terminal- +00:00:12 0 - 8407 2.31 0.00 |__gnome-terminal- 00:00:10 UID TGID TID threads fd-nr Command 00:00:12 1000 - 8789 71 5 |__Link Monitor @@ -243,16 +243,16 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 UID TGID TID prio policy Command Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command -Average: 1000 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- -Average: 1000 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- +Average: 0 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- +Average: 0 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - firefox Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox Average: 1000 - 8785 0.00 591810846124785152.00 0.00 0.00 591810846124785152.00 - |__disk_cache:0 Average: 1000 - 8365 0.06 0.00 0.00 0.00 0.06 - |__evolution-addre Average: UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -Average: 1000 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- -Average: 1000 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- +Average: 0 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- +Average: 0 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- Average: 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox Average: 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox Average: 1000 - 8785 591810846124784896.00 591810846124785152.00 1800328 146169 1.79 |__disk_cache:0 @@ -269,8 +269,8 @@ Average: 1000 - 8785 577940279418731.00 0.06 0.00 307 Average: 1000 - 8365 0.27 0.14 0.00 0 |__evolution-addre Average: UID TGID TID cswch/s nvcswch/s Command -Average: 1000 8407 - 15.01 0.06 gnome-terminal- -Average: 1000 - 8407 15.01 0.06 |__gnome-terminal- +Average: 0 8407 - 15.01 0.06 gnome-terminal- +Average: 0 - 8407 15.01 0.06 |__gnome-terminal- Average: 1000 8741 - 9.30 0.00 firefox Average: 1000 - 8741 9.30 0.00 |__firefox Average: 1000 - 8785 591810846124785152.00 591810846124785152.00 |__disk_cache:0 diff --git a/tests/expected1.pidstat-At-TTASK-ALL b/tests/expected1.pidstat-At-TTASK-ALL index 0e8963f..949bc27 100644 --- a/tests/expected1.pidstat-At-TTASK-ALL +++ b/tests/expected1.pidstat-At-TTASK-ALL @@ -4,8 +4,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 359.42 53.55 0.00 8.47 412.96 2 gnome-shell 00:00:02 1000 - 7900 349.70 51.43 0.00 8.47 401.12 2 |__gnome-shell 00:00:02 1000 - 10334 0.00 0.00 0.00 0.00 0.00 5 |__dconf worker -00:00:02 1000 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- -00:00:02 1000 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- +00:00:02 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:02 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 0.00 0.00 0.00 0 firefox 00:00:02 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 |__firefox 00:00:02 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper @@ -24,8 +24,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 25095.93 1.48 4453984 259044 3.18 gnome-shell 00:00:02 1000 - 7900 23662.56 1.35 4453984 259044 3.18 |__gnome-shell 00:00:02 1000 - 10334 0.22 0.00 2512656 291884 3.58 |__dconf worker -00:00:02 1000 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- -00:00:02 1000 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:02 0 8407 - 0.16 0.00 723868 42156 0.52 gnome-terminal- +00:00:02 0 - 8407 0.16 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:02 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:02 1000 - 8785 0.00 0.00 2535720 335804 4.12 |__JS Helper @@ -44,8 +44,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 128 108 gnome-shell 00:00:02 1000 - 7900 128 108 |__gnome-shell 00:00:02 1000 - 10334 128 108 |__dconf worker -00:00:02 1000 8407 - 132 120 gnome-terminal- -00:00:02 1000 - 8407 132 120 |__gnome-terminal- +00:00:02 0 8407 - 132 120 gnome-terminal- +00:00:02 0 - 8407 132 120 |__gnome-terminal- 00:00:02 1000 8741 - 132 52 firefox 00:00:02 1000 - 8741 132 52 |__firefox 00:00:02 1000 - 8785 132 52 |__JS Helper @@ -64,8 +64,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 411.81 2.82 0.00 253 gnome-shell 00:00:02 1000 - 7900 195.70 1.15 0.00 253 |__gnome-shell 00:00:02 1000 - 10334 0.01 0.00 0.00 0 |__dconf worker -00:00:02 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:02 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:02 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:02 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:02 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:02 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:02 1000 - 8785 0.00 0.00 0.00 0 |__JS Helper @@ -84,8 +84,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 5700.42 700.96 gnome-shell 00:00:02 1000 - 7900 5700.45 700.96 |__gnome-shell 00:00:02 1000 - 10334 0.29 0.00 |__dconf worker -00:00:02 1000 8407 - 5.00 0.06 gnome-terminal- -00:00:02 1000 - 8407 5.00 0.06 |__gnome-terminal- +00:00:02 0 8407 - 5.00 0.06 gnome-terminal- +00:00:02 0 - 8407 5.00 0.06 |__gnome-terminal- 00:00:02 1000 8741 - 1.60 0.00 firefox 00:00:02 1000 - 8741 1.60 0.00 |__firefox 00:00:02 1000 - 8785 0.00 0.00 |__JS Helper @@ -104,8 +104,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 18 5 gnome-shell 00:00:02 1000 - 7900 18 5 |__gnome-shell 00:00:02 1000 - 10334 67 5 |__dconf worker -00:00:02 1000 8407 - 4 5 gnome-terminal- -00:00:02 1000 - 8407 4 5 |__gnome-terminal- +00:00:02 0 8407 - 4 5 gnome-terminal- +00:00:02 0 - 8407 4 5 |__gnome-terminal- 00:00:02 1000 8741 - 67 5 firefox 00:00:02 1000 - 8741 67 5 |__firefox 00:00:02 1000 - 8785 67 5 |__JS Helper @@ -124,8 +124,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:02 1000 7900 - 0 NORMAL gnome-shell 00:00:02 1000 - 7900 0 NORMAL |__gnome-shell 00:00:02 1000 - 10334 0 NORMAL |__dconf worker -00:00:02 1000 8407 - 0 NORMAL gnome-terminal- -00:00:02 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:02 0 8407 - 0 NORMAL gnome-terminal- +00:00:02 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:02 1000 8741 - 0 NORMAL firefox 00:00:02 1000 - 8741 0 NORMAL |__firefox 00:00:02 1000 - 8785 0 NORMAL |__JS Helper @@ -144,8 +144,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 0.67 0.16 0.00 0.06 0.83 7 gnome-shell 00:00:04 1000 - 7900 0.64 0.13 0.00 0.06 0.77 7 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 0.00 0.00 0.00 5 |__dconf worker -00:00:04 1000 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- -00:00:04 1000 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- +00:00:04 0 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:04 0 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- 00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 firefox 00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox 00:00:04 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper @@ -162,8 +162,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 169.05 0.00 4449368 259096 3.18 gnome-shell 00:00:04 1000 - 7900 169.01 0.00 4449368 259096 3.18 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 2512656 291884 3.58 |__dconf worker -00:00:04 1000 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- -00:00:04 1000 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:04 0 8407 - 0.13 0.00 723868 42156 0.52 gnome-terminal- +00:00:04 0 - 8407 0.13 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:04 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox 00:00:04 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox 00:00:04 1000 - 8785 0.00 0.00 2535720 335804 4.12 |__JS Helper @@ -180,8 +180,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 128 108 gnome-shell 00:00:04 1000 - 7900 128 108 |__gnome-shell 00:00:04 1000 - 10334 128 108 |__dconf worker -00:00:04 1000 8407 - 132 120 gnome-terminal- -00:00:04 1000 - 8407 132 120 |__gnome-terminal- +00:00:04 0 8407 - 132 120 gnome-terminal- +00:00:04 0 - 8407 132 120 |__gnome-terminal- 00:00:04 1000 8741 - 132 52 firefox 00:00:04 1000 - 8741 132 52 |__firefox 00:00:04 1000 - 8785 132 52 |__JS Helper @@ -198,8 +198,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 0.00 0.00 0.00 0 gnome-shell 00:00:04 1000 - 7900 0.00 0.00 0.00 0 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 0.00 0 |__dconf worker -00:00:04 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:04 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:04 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:04 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:04 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:04 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:04 1000 - 8785 0.00 0.00 0.00 0 |__JS Helper @@ -216,8 +216,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 12.32 5.83 gnome-shell 00:00:04 1000 - 7900 12.29 5.83 |__gnome-shell 00:00:04 1000 - 10334 0.00 0.00 |__dconf worker -00:00:04 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:04 1000 - 8407 2.34 0.00 |__gnome-terminal- +00:00:04 0 8407 - 2.34 0.00 gnome-terminal- +00:00:04 0 - 8407 2.34 0.00 |__gnome-terminal- 00:00:04 1000 8741 - 7.68 0.00 firefox 00:00:04 1000 - 8741 7.68 0.00 |__firefox 00:00:04 1000 - 8785 0.00 0.00 |__JS Helper @@ -234,8 +234,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 18 5 gnome-shell 00:00:04 1000 - 7900 18 5 |__gnome-shell 00:00:04 1000 - 10334 67 5 |__dconf worker -00:00:04 1000 8407 - 4 5 gnome-terminal- -00:00:04 1000 - 8407 4 5 |__gnome-terminal- +00:00:04 0 8407 - 4 5 gnome-terminal- +00:00:04 0 - 8407 4 5 |__gnome-terminal- 00:00:04 1000 8741 - 67 5 firefox 00:00:04 1000 - 8741 67 5 |__firefox 00:00:04 1000 - 8785 67 5 |__JS Helper @@ -252,8 +252,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 1000 7900 - 0 NORMAL gnome-shell 00:00:04 1000 - 7900 0 NORMAL |__gnome-shell 00:00:04 1000 - 10334 0 NORMAL |__dconf worker -00:00:04 1000 8407 - 0 NORMAL gnome-terminal- -00:00:04 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:04 0 8407 - 0 NORMAL gnome-terminal- +00:00:04 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:04 1000 8741 - 0 NORMAL firefox 00:00:04 1000 - 8741 0 NORMAL |__firefox 00:00:04 1000 - 8785 0 NORMAL |__JS Helper @@ -269,8 +269,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:06 1000 7900 - 0.88 0.23 0.00 0.00 1.12 0 gnome-shell 00:00:06 1000 - 7900 0.83 0.23 0.00 0.00 1.06 0 |__gnome-shell -00:00:06 1000 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- -00:00:06 1000 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- +00:00:06 0 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:06 0 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:06 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:06 1000 - 8785 0.00 479136209706741632.00 0.00 0.00 479136209706741632.00 5 |__disk_cache:0 @@ -288,8 +288,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:06 1000 7900 - 318.81 0.00 4451936 259076 3.18 gnome-shell 00:00:06 1000 - 7900 318.81 0.00 4451936 259076 3.18 |__gnome-shell -00:00:06 1000 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- -00:00:06 1000 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:06 0 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- +00:00:06 0 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:06 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:06 1000 - 8785 479136209706741376.00 479136209706741632.00 1432632 51352 0.63 |__disk_cache:0 @@ -307,8 +307,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID StkSize StkRef Command 00:00:06 1000 7900 - 128 108 gnome-shell 00:00:06 1000 - 7900 128 108 |__gnome-shell -00:00:06 1000 8407 - 132 120 gnome-terminal- -00:00:06 1000 - 8407 132 120 |__gnome-terminal- +00:00:06 0 8407 - 132 120 gnome-terminal- +00:00:06 0 - 8407 132 120 |__gnome-terminal- 00:00:06 1000 8741 - 132 52 firefox 00:00:06 1000 - 8741 132 52 |__firefox 00:00:06 1000 - 8785 132 52 |__disk_cache:0 @@ -326,8 +326,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command 00:00:06 1000 7900 - 0.00 0.00 0.00 0 gnome-shell 00:00:06 1000 - 7900 0.00 0.00 0.00 0 |__gnome-shell -00:00:06 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:06 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:06 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:06 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:06 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:06 1000 - 8785 467906454791736.25 0.05 0.00 18446744073709551611 |__disk_cache:0 @@ -345,8 +345,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID cswch/s nvcswch/s Command 00:00:06 1000 7900 - 11.71 6.81 gnome-shell 00:00:06 1000 - 7900 11.71 6.81 |__gnome-shell -00:00:06 1000 8407 - 1.22 0.00 gnome-terminal- -00:00:06 1000 - 8407 1.22 0.00 |__gnome-terminal- +00:00:06 0 8407 - 1.22 0.00 gnome-terminal- +00:00:06 0 - 8407 1.22 0.00 |__gnome-terminal- 00:00:06 1000 8741 - 0.00 0.00 firefox 00:00:06 1000 - 8741 0.00 0.00 |__firefox 00:00:06 1000 - 8785 479136209706741632.00 479136209706741632.00 |__disk_cache:0 @@ -364,8 +364,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID threads fd-nr Command 00:00:06 1000 7900 - 18 5 gnome-shell 00:00:06 1000 - 7900 18 5 |__gnome-shell -00:00:06 1000 8407 - 4 5 gnome-terminal- -00:00:06 1000 - 8407 4 5 |__gnome-terminal- +00:00:06 0 8407 - 4 5 gnome-terminal- +00:00:06 0 - 8407 4 5 |__gnome-terminal- 00:00:06 1000 8741 - 67 5 firefox 00:00:06 1000 - 8741 67 5 |__firefox 00:00:06 1000 - 8785 5 5 |__disk_cache:0 @@ -383,8 +383,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:04 UID TGID TID prio policy Command 00:00:06 1000 7900 - 0 NORMAL gnome-shell 00:00:06 1000 - 7900 0 NORMAL |__gnome-shell -00:00:06 1000 8407 - 0 NORMAL gnome-terminal- -00:00:06 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:06 0 8407 - 0 NORMAL gnome-terminal- +00:00:06 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:06 1000 8741 - 0 NORMAL firefox 00:00:06 1000 - 8741 0 NORMAL |__firefox 00:00:06 1000 - 8785 0 IDLE |__disk_cache:0 @@ -402,8 +402,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command 00:00:08 1000 7900 - 3.31 0.71 0.00 0.09 4.02 5 gnome-shell 00:00:08 1000 - 7900 3.08 0.67 0.00 0.09 3.75 5 |__gnome-shell -00:00:08 1000 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- -00:00:08 1000 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- +00:00:08 0 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- +00:00:08 0 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:08 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:08 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 @@ -422,8 +422,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command 00:00:08 1000 7900 - 736.85 0.00 4448816 259144 3.18 gnome-shell 00:00:08 1000 - 7900 743.28 0.00 4450840 259144 3.18 |__gnome-shell -00:00:08 1000 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- -00:00:08 1000 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:08 0 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- +00:00:08 0 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:08 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:08 1000 - 8785 0.00 0.00 1432632 51352 0.63 |__disk_cache:0 @@ -442,8 +442,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID StkSize StkRef Command 00:00:08 1000 7900 - 128 108 gnome-shell 00:00:08 1000 - 7900 128 108 |__gnome-shell -00:00:08 1000 8407 - 132 120 gnome-terminal- -00:00:08 1000 - 8407 132 120 |__gnome-terminal- +00:00:08 0 8407 - 132 120 gnome-terminal- +00:00:08 0 - 8407 132 120 |__gnome-terminal- 00:00:08 1000 8741 - 132 52 firefox 00:00:08 1000 - 8741 132 52 |__firefox 00:00:08 1000 - 8785 132 52 |__disk_cache:0 @@ -462,8 +462,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command 00:00:08 1000 7900 - 0.00 0.00 0.00 0 gnome-shell 00:00:08 1000 - 7900 0.00 0.00 0.00 0 |__gnome-shell -00:00:08 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:08 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:08 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:08 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:08 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:08 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 @@ -482,8 +482,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID cswch/s nvcswch/s Command 00:00:08 1000 7900 - 43.77 17.87 gnome-shell 00:00:08 1000 - 7900 43.77 17.87 |__gnome-shell -00:00:08 1000 8407 - 2.28 0.00 gnome-terminal- -00:00:08 1000 - 8407 2.28 0.00 |__gnome-terminal- +00:00:08 0 8407 - 2.28 0.00 gnome-terminal- +00:00:08 0 - 8407 2.28 0.00 |__gnome-terminal- 00:00:08 1000 8741 - 0.00 0.00 firefox 00:00:08 1000 - 8741 0.00 0.00 |__firefox 00:00:08 1000 - 8785 0.00 0.00 |__disk_cache:0 @@ -502,8 +502,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID threads fd-nr Command 00:00:08 1000 7900 - 18 5 gnome-shell 00:00:08 1000 - 7900 18 5 |__gnome-shell -00:00:08 1000 8407 - 4 5 gnome-terminal- -00:00:08 1000 - 8407 4 5 |__gnome-terminal- +00:00:08 0 8407 - 4 5 gnome-terminal- +00:00:08 0 - 8407 4 5 |__gnome-terminal- 00:00:08 1000 8741 - 67 5 firefox 00:00:08 1000 - 8741 67 5 |__firefox 00:00:08 1000 - 8785 5 5 |__disk_cache:0 @@ -522,8 +522,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:06 UID TGID TID prio policy Command 00:00:08 1000 7900 - 0 NORMAL gnome-shell 00:00:08 1000 - 7900 0 NORMAL |__gnome-shell -00:00:08 1000 8407 - 0 NORMAL gnome-terminal- -00:00:08 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:08 0 8407 - 0 NORMAL gnome-terminal- +00:00:08 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:08 1000 8741 - 0 NORMAL firefox 00:00:08 1000 - 8741 0 NORMAL |__firefox 00:00:08 1000 - 8785 0 IDLE |__disk_cache:0 @@ -540,8 +540,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:08 1000 - 21344 0 NORMAL |__rtl_cache_wsupd 00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:10 1000 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:10 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:10 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 @@ -554,8 +554,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd 00:00:08 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:10 1000 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 723868 42156 0.52 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:10 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:10 1000 - 8785 0.00 0.00 1432632 51352 0.63 |__disk_cache:0 @@ -568,8 +568,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 1790688 439484 5.40 |__rtl_cache_wsupd 00:00:08 UID TGID TID StkSize StkRef Command -00:00:10 1000 8407 - 132 120 gnome-terminal- -00:00:10 1000 - 8407 132 120 |__gnome-terminal- +00:00:10 0 8407 - 132 120 gnome-terminal- +00:00:10 0 - 8407 132 120 |__gnome-terminal- 00:00:10 1000 8741 - 132 52 firefox 00:00:10 1000 - 8741 132 52 |__firefox 00:00:10 1000 - 8785 132 52 |__disk_cache:0 @@ -582,8 +582,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 132 36 |__rtl_cache_wsupd 00:00:08 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:10 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:10 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:10 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 @@ -596,8 +596,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 0.00 0 |__rtl_cache_wsupd 00:00:08 UID TGID TID cswch/s nvcswch/s Command -00:00:10 1000 8407 - 0.00 0.00 gnome-terminal- -00:00:10 1000 - 8407 0.00 0.00 |__gnome-terminal- +00:00:10 0 8407 - 0.00 0.00 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 |__gnome-terminal- 00:00:10 1000 8741 - 0.00 0.00 firefox 00:00:10 1000 - 8741 0.00 0.00 |__firefox 00:00:10 1000 - 8785 0.00 0.00 |__disk_cache:0 @@ -610,8 +610,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd 00:00:08 UID TGID TID threads fd-nr Command -00:00:10 1000 8407 - 4 5 gnome-terminal- -00:00:10 1000 - 8407 4 5 |__gnome-terminal- +00:00:10 0 8407 - 4 5 gnome-terminal- +00:00:10 0 - 8407 4 5 |__gnome-terminal- 00:00:10 1000 8741 - 67 5 firefox 00:00:10 1000 - 8741 67 5 |__firefox 00:00:10 1000 - 8785 5 5 |__disk_cache:0 @@ -624,8 +624,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 6 5 |__rtl_cache_wsupd 00:00:08 UID TGID TID prio policy Command -00:00:10 1000 8407 - 0 NORMAL gnome-terminal- -00:00:10 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:10 0 8407 - 0 NORMAL gnome-terminal- +00:00:10 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:10 1000 8741 - 0 NORMAL firefox 00:00:10 1000 - 8741 0 NORMAL |__firefox 00:00:10 1000 - 8785 0 IDLE |__disk_cache:0 @@ -638,8 +638,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:10 1000 - 21344 0 NORMAL |__rtl_cache_wsupd 00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command -00:00:12 1000 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- -00:00:12 1000 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- +00:00:12 0 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- +00:00:12 0 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox 00:00:12 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox 00:00:12 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 @@ -652,8 +652,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd 00:00:10 UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -00:00:12 1000 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- -00:00:12 1000 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- +00:00:12 0 8407 - 0.03 0.00 723868 42156 0.52 gnome-terminal- +00:00:12 0 - 8407 0.03 0.00 723868 42156 0.52 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 2535720 335804 4.12 firefox 00:00:12 1000 - 8741 0.00 0.00 2535720 335804 4.12 |__firefox 00:00:12 1000 - 8785 0.00 0.00 1432632 51352 0.63 |__disk_cache:0 @@ -666,8 +666,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 1790688 439484 5.40 |__rtl_cache_wsupd 00:00:10 UID TGID TID StkSize StkRef Command -00:00:12 1000 8407 - 132 120 gnome-terminal- -00:00:12 1000 - 8407 132 120 |__gnome-terminal- +00:00:12 0 8407 - 132 120 gnome-terminal- +00:00:12 0 - 8407 132 120 |__gnome-terminal- 00:00:12 1000 8741 - 132 52 firefox 00:00:12 1000 - 8741 132 52 |__firefox 00:00:12 1000 - 8785 132 52 |__disk_cache:0 @@ -680,8 +680,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 132 36 |__rtl_cache_wsupd 00:00:10 UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -00:00:12 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -00:00:12 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +00:00:12 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +00:00:12 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 0.00 0 firefox 00:00:12 1000 - 8741 0.00 0.00 0.00 0 |__firefox 00:00:12 1000 - 8785 0.00 0.00 0.00 0 |__disk_cache:0 @@ -694,8 +694,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 0.00 0 |__rtl_cache_wsupd 00:00:10 UID TGID TID cswch/s nvcswch/s Command -00:00:12 1000 8407 - 2.34 0.00 gnome-terminal- -00:00:12 1000 - 8407 2.31 0.00 |__gnome-terminal- +00:00:12 0 8407 - 2.34 0.00 gnome-terminal- +00:00:12 0 - 8407 2.31 0.00 |__gnome-terminal- 00:00:12 1000 8741 - 0.00 0.00 firefox 00:00:12 1000 - 8741 0.00 0.00 |__firefox 00:00:12 1000 - 8785 0.00 0.00 |__disk_cache:0 @@ -708,8 +708,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd 00:00:10 UID TGID TID threads fd-nr Command -00:00:12 1000 8407 - 4 5 gnome-terminal- -00:00:12 1000 - 8407 4 5 |__gnome-terminal- +00:00:12 0 8407 - 4 5 gnome-terminal- +00:00:12 0 - 8407 4 5 |__gnome-terminal- 00:00:12 1000 8741 - 67 5 firefox 00:00:12 1000 - 8741 67 5 |__firefox 00:00:12 1000 - 8785 5 5 |__disk_cache:0 @@ -722,8 +722,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 6 5 |__rtl_cache_wsupd 00:00:10 UID TGID TID prio policy Command -00:00:12 1000 8407 - 0 NORMAL gnome-terminal- -00:00:12 1000 - 8407 0 NORMAL |__gnome-terminal- +00:00:12 0 8407 - 0 NORMAL gnome-terminal- +00:00:12 0 - 8407 0 NORMAL |__gnome-terminal- 00:00:12 1000 8741 - 0 NORMAL firefox 00:00:12 1000 - 8741 0 NORMAL |__firefox 00:00:12 1000 - 8785 0 IDLE |__disk_cache:0 @@ -736,8 +736,8 @@ Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) 00:00:12 1000 - 21344 0 NORMAL |__rtl_cache_wsupd Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command -Average: 1000 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- -Average: 1000 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- +Average: 0 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- +Average: 0 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - firefox Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox Average: 1000 - 8785 0.00 591810846124785152.00 0.00 0.00 591810846124785152.00 - |__disk_cache:0 @@ -750,8 +750,8 @@ Average: 1000 - 21342 0.00 0.00 0.00 0.00 0.00 Average: 1000 - 21344 0.00 0.00 0.00 0.00 0.00 - |__rtl_cache_wsupd Average: UID TGID TID minflt/s majflt/s VSZ RSS %MEM Command -Average: 1000 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- -Average: 1000 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- +Average: 0 8407 - 0.32 0.00 723868 42156 0.52 gnome-terminal- +Average: 0 - 8407 0.32 0.00 723868 42156 0.52 |__gnome-terminal- Average: 1000 8741 - 0.16 0.00 2535720 335804 4.12 firefox Average: 1000 - 8741 0.16 0.00 2535720 335804 4.12 |__firefox Average: 1000 - 8785 591810846124784896.00 591810846124785152.00 1800328 146169 1.79 |__disk_cache:0 @@ -764,8 +764,8 @@ Average: 1000 - 21342 0.00 0.00 1790688 439484 5.40 Average: 1000 - 21344 0.00 0.00 1790688 439484 5.40 |__rtl_cache_wsupd Average: UID TGID TID StkSize StkRef Command -Average: 1000 8407 - 132 120 gnome-terminal- -Average: 1000 - 8407 132 120 |__gnome-terminal- +Average: 0 8407 - 132 120 gnome-terminal- +Average: 0 - 8407 132 120 |__gnome-terminal- Average: 1000 8741 - 132 52 firefox Average: 1000 - 8741 132 52 |__firefox Average: 1000 - 8785 132 52 |__disk_cache:0 @@ -778,8 +778,8 @@ Average: 1000 - 21342 132 36 |__soffice.bin Average: 1000 - 21344 132 36 |__rtl_cache_wsupd Average: UID TGID TID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -Average: 1000 8407 - 0.00 0.00 0.00 0 gnome-terminal- -Average: 1000 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- +Average: 0 8407 - 0.00 0.00 0.00 0 gnome-terminal- +Average: 0 - 8407 0.00 0.00 0.00 0 |__gnome-terminal- Average: 1000 8741 - 0.00 0.00 0.00 0 firefox Average: 1000 - 8741 0.00 0.00 0.00 0 |__firefox Average: 1000 - 8785 577940279418731.00 0.06 0.00 3074457345618258432 |__disk_cache:0 @@ -792,8 +792,8 @@ Average: 1000 - 21342 0.00 0.00 0.00 0 |__ Average: 1000 - 21344 0.00 0.00 0.00 0 |__rtl_cache_wsupd Average: UID TGID TID cswch/s nvcswch/s Command -Average: 1000 8407 - 15.01 0.06 gnome-terminal- -Average: 1000 - 8407 15.01 0.06 |__gnome-terminal- +Average: 0 8407 - 15.01 0.06 gnome-terminal- +Average: 0 - 8407 15.01 0.06 |__gnome-terminal- Average: 1000 8741 - 9.30 0.00 firefox Average: 1000 - 8741 9.30 0.00 |__firefox Average: 1000 - 8785 591810846124785152.00 591810846124785152.00 |__disk_cache:0 @@ -806,8 +806,8 @@ Average: 1000 - 21342 0.00 0.00 |__soffice.bin Average: 1000 - 21344 0.00 0.00 |__rtl_cache_wsupd Average: UID TGID TID threads fd-nr Command -Average: 1000 8407 - 4 5 gnome-terminal- -Average: 1000 - 8407 4 5 |__gnome-terminal- +Average: 0 8407 - 4 5 gnome-terminal- +Average: 0 - 8407 4 5 |__gnome-terminal- Average: 1000 8741 - 67 5 firefox Average: 1000 - 8741 67 5 |__firefox Average: 1000 - 8785 26 5 |__disk_cache:0 @@ -820,8 +820,8 @@ Average: 1000 - 21342 6 5 |__soffice.bin Average: 1000 - 21344 6 5 |__rtl_cache_wsupd Average: UID TGID TID prio policy Command -Average: 1000 8407 - 0 NORMAL gnome-terminal- -Average: 1000 - 8407 0 NORMAL |__gnome-terminal- +Average: 0 8407 - 0 NORMAL gnome-terminal- +Average: 0 - 8407 0 NORMAL |__gnome-terminal- Average: 1000 8741 - 0 NORMAL firefox Average: 1000 - 8741 0 NORMAL |__firefox Average: 1000 - 8785 0 IDLE |__disk_cache:0 diff --git a/tests/expected1.pidstat-C b/tests/expected1.pidstat-C new file mode 100644 index 0000000..434022b --- /dev/null +++ b/tests/expected1.pidstat-C @@ -0,0 +1,17 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 8741 0.13 0.03 0.00 0.03 0.16 5 firefox + +00:00:04 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:06 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:08 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID PID %usr %system %guest %wait %CPU CPU Command + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 1000 8741 0.13 0.03 0.00 0.03 0.16 - firefox diff --git a/tests/expected1.pidstat-G b/tests/expected1.pidstat-G new file mode 100644 index 0000000..434022b --- /dev/null +++ b/tests/expected1.pidstat-G @@ -0,0 +1,17 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 8741 0.13 0.03 0.00 0.03 0.16 5 firefox + +00:00:04 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:06 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:08 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID PID %usr %system %guest %wait %CPU CPU Command + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 1000 8741 0.13 0.03 0.00 0.03 0.16 - firefox diff --git a/tests/expected1.pidstat-p b/tests/expected1.pidstat-p new file mode 100644 index 0000000..28b3ea9 --- /dev/null +++ b/tests/expected1.pidstat-p @@ -0,0 +1,82 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:01 1000 7900 359.42 53.55 0.00 8.47 412.96 2 gnome-shell +00:00:01 0 8407 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:01 1000 8741 0.00 0.00 0.00 0.00 0.00 0 firefox +00:00:01 1000 9009 0.00 0.00 0.00 0.00 0.00 3 WebExtensions +00:00:01 1000 21342 0.00 0.00 0.00 0.00 0.00 5 soffice.bin + +00:00:00 UID PID StkSize StkRef Command +00:00:01 1000 7900 128 108 gnome-shell +00:00:01 0 8407 132 120 gnome-terminal- +00:00:01 1000 8741 132 52 firefox +00:00:01 1000 9009 132 20 WebExtensions +00:00:01 1000 21342 132 36 soffice.bin + +00:00:00 UID PID cswch/s nvcswch/s Command +00:00:01 1000 7900 5700.42 700.96 gnome-shell +00:00:01 0 8407 5.00 0.06 gnome-terminal- +00:00:01 1000 8741 1.60 0.00 firefox +00:00:01 1000 9009 0.19 0.00 WebExtensions +00:00:01 1000 21342 0.00 0.00 soffice.bin + +00:00:01 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 7900 0.67 0.16 0.00 0.06 0.83 7 gnome-shell +00:00:02 0 8407 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:02 1000 8741 0.13 0.03 0.00 0.03 0.16 5 firefox +00:00:02 1000 21342 0.00 0.00 0.00 0.00 0.00 5 soffice.bin + +00:00:01 UID PID StkSize StkRef Command +00:00:02 1000 7900 128 108 gnome-shell +00:00:02 0 8407 132 120 gnome-terminal- +00:00:02 1000 8741 132 52 firefox +00:00:02 1000 21342 132 36 soffice.bin + +00:00:01 UID PID cswch/s nvcswch/s Command +00:00:02 1000 7900 12.32 5.83 gnome-shell +00:00:02 0 8407 2.34 0.00 gnome-terminal- +00:00:02 1000 8741 7.68 0.00 firefox +00:00:02 1000 21342 0.00 0.00 soffice.bin + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:03 1000 7900 0.88 0.23 0.00 0.00 1.12 0 gnome-shell +00:00:03 0 8407 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:03 1000 8741 0.00 0.00 0.00 0.00 0.00 5 firefox +00:00:03 1000 9009 11.74 5.77 0.00 1.56 17.51 3 WebExtensions +00:00:03 1000 21342 0.00 0.00 0.00 0.00 0.00 5 soffice.bin + +00:00:02 UID PID StkSize StkRef Command +00:00:03 1000 7900 128 108 gnome-shell +00:00:03 0 8407 132 120 gnome-terminal- +00:00:03 1000 8741 132 52 firefox +00:00:03 1000 9009 132 20 WebExtensions +00:00:03 1000 21342 132 36 soffice.bin + +00:00:02 UID PID cswch/s nvcswch/s Command +00:00:03 1000 7900 11.71 6.81 gnome-shell +00:00:03 0 8407 1.22 0.00 gnome-terminal- +00:00:03 1000 8741 0.00 0.00 firefox +00:00:03 1000 9009 629.38 11.90 WebExtensions +00:00:03 1000 21342 0.00 0.00 soffice.bin + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 1000 7900 111.56 16.68 0.00 2.64 128.24 - gnome-shell +Average: 0 8407 0.19 0.02 0.00 0.01 0.21 - gnome-terminal- +Average: 1000 8741 0.04 0.01 0.00 0.01 0.05 - firefox +Average: 1000 9009 0.01 0.00 0.00 0.00 0.01 - WebExtensions +Average: 1000 21342 0.00 0.00 0.00 0.00 0.00 - soffice.bin + +Average: UID PID StkSize StkRef Command +Average: 1000 7900 128 108 gnome-shell +Average: 0 8407 132 120 gnome-terminal- +Average: 1000 8741 132 52 firefox +Average: 1000 9009 132 20 WebExtensions +Average: 1000 21342 132 36 soffice.bin + +Average: UID PID cswch/s nvcswch/s Command +Average: 1000 7900 1769.08 220.92 gnome-shell +Average: 0 8407 2.74 0.02 gnome-terminal- +Average: 1000 8741 2.87 0.00 firefox +Average: 1000 9009 0.63 0.00 WebExtensions +Average: 1000 21342 0.00 0.00 soffice.bin diff --git a/tests/expected2.pidstat-C b/tests/expected2.pidstat-C new file mode 100644 index 0000000..b5aca1a --- /dev/null +++ b/tests/expected2.pidstat-C @@ -0,0 +1,17 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:04 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 9009 11.74 5.77 0.00 1.56 17.51 3 WebExtensions + +00:00:06 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 9009 0.04 0.04 0.00 0.00 0.09 1 WebExtensions + +00:00:08 UID PID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID PID %usr %system %guest %wait %CPU CPU Command + +Average: UID PID %usr %system %guest %wait %CPU CPU Command diff --git a/tests/expected2.pidstat-G b/tests/expected2.pidstat-G new file mode 100644 index 0000000..5064d6d --- /dev/null +++ b/tests/expected2.pidstat-G @@ -0,0 +1,22 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 firefox +00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox +00:00:04 1000 - 8365 0.06 0.00 0.00 0.00 0.06 7 |__evolution-addre + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - firefox +Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox +Average: 1000 - 8785 0.00 591810846124785152.00 0.00 0.00 591810846124785152.00 - |__disk_cache:0 +Average: 1000 - 8365 0.06 0.00 0.00 0.00 0.06 - |__evolution-addre diff --git a/tests/expected2.pidstat-p-unkwn b/tests/expected2.pidstat-p-unkwn new file mode 100644 index 0000000..b61c5d7 --- /dev/null +++ b/tests/expected2.pidstat-p-unkwn @@ -0,0 +1,28 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID StkSize StkRef Command +00:00:01 1000 8741 132 52 firefox + +00:00:00 UID PID cswch/s nvcswch/s Command +00:00:01 1000 8741 1.60 0.00 firefox + +00:00:00 UID PID threads fd-nr Command +00:00:01 1000 8741 67 5 firefox + +00:00:01 UID PID StkSize StkRef Command +00:00:02 1000 8741 132 52 firefox + +00:00:01 UID PID cswch/s nvcswch/s Command +00:00:02 1000 8741 7.68 0.00 firefox + +00:00:01 UID PID threads fd-nr Command +00:00:02 1000 8741 67 5 firefox + +Average: UID PID StkSize StkRef Command +Average: 1000 8741 132 52 firefox + +Average: UID PID cswch/s nvcswch/s Command +Average: 1000 8741 4.65 0.00 firefox + +Average: UID PID threads fd-nr Command +Average: 1000 8741 67 5 firefox diff --git a/tests/expected3.pidstat-C b/tests/expected3.pidstat-C new file mode 100644 index 0000000..da2d525 --- /dev/null +++ b/tests/expected3.pidstat-C @@ -0,0 +1,20 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 - 9009 0.03 0.00 0.00 0.00 0.03 3 |__WebExtensions + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 9009 - 11.74 5.77 0.00 1.56 17.51 3 WebExtensions +00:00:06 1000 - 9009 8.91 2.62 0.00 1.56 11.53 3 |__WebExtensions + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 9009 - 0.04 0.04 0.00 0.00 0.09 1 WebExtensions +00:00:08 1000 - 9009 0.04 0.04 0.00 0.00 0.09 1 |__WebExtensions + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command diff --git a/tests/expected3.pidstat-G b/tests/expected3.pidstat-G new file mode 100644 index 0000000..96ce210 --- /dev/null +++ b/tests/expected3.pidstat-G @@ -0,0 +1,22 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 8741 0.00 0.00 0.00 0.00 0.00 0 firefox + +00:00:02 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 8741 0.13 0.03 0.00 0.03 0.16 5 firefox + +00:00:04 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 8741 0.00 0.00 0.00 0.00 0.00 5 firefox + +00:00:06 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 8741 0.00 0.00 0.00 0.00 0.00 5 firefox + +00:00:08 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:10 1000 8741 0.00 0.00 0.00 0.00 0.00 5 firefox + +00:00:10 UID PID %usr %system %guest %wait %CPU CPU Command +00:00:12 1000 8741 0.00 0.00 0.00 0.00 0.00 5 firefox + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 1000 8741 0.13 0.03 0.00 0.03 0.16 - firefox diff --git a/tests/expected4.pidstat-C b/tests/expected4.pidstat-C new file mode 100644 index 0000000..204d8d2 --- /dev/null +++ b/tests/expected4.pidstat-C @@ -0,0 +1,28 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 7900 - 359.42 53.55 0.00 8.47 412.96 2 gnome-shell +00:00:02 1000 - 7900 349.70 51.43 0.00 8.47 401.12 2 |__gnome-shell +00:00:02 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 |__firefox + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 7900 - 0.67 0.16 0.00 0.06 0.83 7 gnome-shell +00:00:04 1000 - 7900 0.64 0.13 0.00 0.06 0.77 7 |__gnome-shell +00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 firefox +00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 7900 - 0.88 0.23 0.00 0.00 1.12 0 gnome-shell +00:00:06 1000 - 7900 0.83 0.23 0.00 0.00 1.06 0 |__gnome-shell + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 7900 - 3.31 0.71 0.00 0.09 4.02 5 gnome-shell +00:00:08 1000 - 7900 3.08 0.67 0.00 0.09 3.75 5 |__gnome-shell + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - firefox +Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox diff --git a/tests/expected4.pidstat-G b/tests/expected4.pidstat-G new file mode 100644 index 0000000..f97de0b --- /dev/null +++ b/tests/expected4.pidstat-G @@ -0,0 +1,57 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 8741 - 0.00 0.00 0.00 0.00 0.00 0 firefox +00:00:02 1000 - 8741 0.03 0.00 0.00 0.00 0.03 0 |__firefox +00:00:02 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper +00:00:02 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:02 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:02 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 8741 - 0.13 0.03 0.00 0.03 0.16 5 firefox +00:00:04 1000 - 8741 0.06 0.00 0.00 0.03 0.06 5 |__firefox +00:00:04 1000 - 8785 0.00 0.00 0.00 0.00 0.00 3 |__JS Helper +00:00:04 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:04 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:04 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox +00:00:06 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:06 1000 - 8785 0.00 479136209706741632.00 0.00 0.00 479136209706741632.00 5 |__disk_cache:0 +00:00:06 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:06 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:06 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox +00:00:08 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:08 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 +00:00:08 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:08 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:08 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:10 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox +00:00:10 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:10 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 +00:00:10 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:10 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:10 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:12 1000 8741 - 0.00 0.00 0.00 0.00 0.00 5 firefox +00:00:12 1000 - 8741 0.00 0.00 0.00 0.00 0.00 5 |__firefox +00:00:12 1000 - 8785 0.00 0.00 0.00 0.00 0.00 5 |__disk_cache:0 +00:00:12 1000 - 8789 0.00 0.00 0.00 0.00 0.00 2 |__Link Monitor +00:00:12 1000 - 8835 0.00 0.00 0.00 0.00 0.00 0 |__ImgDecoder #1 +00:00:12 1000 - 9109 0.00 0.00 0.00 0.00 0.00 7 |__DOM Worker + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 1000 8741 - 0.13 0.03 0.00 0.03 0.16 - firefox +Average: 1000 - 8741 0.10 0.00 0.00 0.03 0.10 - |__firefox +Average: 1000 - 8785 0.00 591810846124785152.00 0.00 0.00 591810846124785152.00 - |__disk_cache:0 +Average: 1000 - 8789 0.00 0.00 0.00 0.00 0.00 - |__Link Monitor +Average: 1000 - 8835 0.00 0.00 0.00 0.00 0.00 - |__ImgDecoder #1 +Average: 1000 - 9109 0.00 0.00 0.00 0.00 0.00 - |__DOM Worker diff --git a/tests/expected5.pidstat-C b/tests/expected5.pidstat-C new file mode 100644 index 0000000..9fb8c20 --- /dev/null +++ b/tests/expected5.pidstat-C @@ -0,0 +1,45 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:02 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:02 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd +00:00:02 1000 - 21350 0.00 0.00 0.00 0.00 0.00 4 |__gdbus + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:04 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:04 1000 - 8365 0.06 0.00 0.00 0.00 0.06 7 |__evolution-addre +00:00:04 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:04 1000 - 21350 0.00 0.00 0.00 0.00 0.00 4 |__gdbus + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:06 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:06 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:06 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:08 1000 - 8364 0.00 0.00 0.00 0.00 0.00 0 |__dconf worker +00:00:08 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:08 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:08 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:10 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:10 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:10 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:10 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:12 1000 21342 - 0.00 0.00 0.00 0.00 0.00 5 soffice.bin +00:00:12 1000 - 8365 0.00 0.00 0.00 0.00 0.00 7 |__evolution-addre +00:00:12 1000 - 21342 0.00 0.00 0.00 0.00 0.00 5 |__soffice.bin +00:00:12 1000 - 21344 0.00 0.00 0.00 0.00 0.00 5 |__rtl_cache_wsupd + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 1000 21342 - 0.00 0.00 0.00 0.00 0.00 - soffice.bin +Average: 1000 - 8365 0.06 0.00 0.00 0.00 0.06 - |__evolution-addre +Average: 1000 - 21342 0.00 0.00 0.00 0.00 0.00 - |__soffice.bin +Average: 1000 - 21344 0.00 0.00 0.00 0.00 0.00 - |__rtl_cache_wsupd diff --git a/tests/expected6.pidstat-C b/tests/expected6.pidstat-C new file mode 100644 index 0000000..d42e2b8 --- /dev/null +++ b/tests/expected6.pidstat-C @@ -0,0 +1,29 @@ +Linux 1.2.3-TEST (SYSSTAT.TEST) 01/01/70 _x86_64_ (8 CPU) + +00:00:00 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:02 0 8407 - 0.35 0.03 0.00 0.00 0.38 0 gnome-terminal- +00:00:02 0 - 8407 0.35 0.03 0.00 0.00 0.38 0 |__gnome-terminal- + +00:00:02 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:04 0 8407 - 0.19 0.00 0.00 0.00 0.19 3 gnome-terminal- +00:00:04 0 - 8407 0.19 0.00 0.00 0.00 0.19 3 |__gnome-terminal- + +00:00:04 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:06 0 8407 - 0.05 0.03 0.00 0.03 0.08 4 gnome-terminal- +00:00:06 0 - 8407 0.05 0.03 0.00 0.03 0.08 4 |__gnome-terminal- + +00:00:06 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:08 0 8407 - 0.04 0.00 0.00 0.00 0.04 3 gnome-terminal- +00:00:08 0 - 8407 0.04 0.00 0.00 0.00 0.04 3 |__gnome-terminal- + +00:00:08 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:10 0 8407 - 0.00 0.00 0.00 0.00 0.00 2 gnome-terminal- +00:00:10 0 - 8407 0.00 0.00 0.00 0.00 0.00 2 |__gnome-terminal- + +00:00:10 UID TGID TID %usr %system %guest %wait %CPU CPU Command +00:00:12 0 8407 - 0.06 0.00 0.00 0.00 0.06 4 gnome-terminal- +00:00:12 0 - 8407 0.06 0.00 0.00 0.00 0.06 4 |__gnome-terminal- + +Average: UID TGID TID %usr %system %guest %wait %CPU CPU Command +Average: 0 8407 - 0.77 0.06 0.00 0.03 0.83 - gnome-terminal- +Average: 0 - 8407 0.77 0.06 0.00 0.03 0.83 - |__gnome-terminal- diff --git a/tests/root1/proc/8407/status b/tests/root1/proc/8407/status index 40db8c5..f219f44 100644 --- a/tests/root1/proc/8407/status +++ b/tests/root1/proc/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root1/proc/8407/task/8407/status b/tests/root1/proc/8407/task/8407/status index 40db8c5..f219f44 100644 --- a/tests/root1/proc/8407/task/8407/status +++ b/tests/root1/proc/8407/task/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root2/proc/8407/status b/tests/root2/proc/8407/status index fb31eef..739dcc3 100644 --- a/tests/root2/proc/8407/status +++ b/tests/root2/proc/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root2/proc/8407/task/8407/status b/tests/root2/proc/8407/task/8407/status index fb31eef..739dcc3 100644 --- a/tests/root2/proc/8407/task/8407/status +++ b/tests/root2/proc/8407/task/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root3/proc/8407/status b/tests/root3/proc/8407/status index 2457298..df821bd 100644 --- a/tests/root3/proc/8407/status +++ b/tests/root3/proc/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root3/proc/8407/task/8407/status b/tests/root3/proc/8407/task/8407/status index 2457298..df821bd 100644 --- a/tests/root3/proc/8407/task/8407/status +++ b/tests/root3/proc/8407/task/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root4/proc/8407/status b/tests/root4/proc/8407/status index f68f930..bd3836b 100644 --- a/tests/root4/proc/8407/status +++ b/tests/root4/proc/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root4/proc/8407/task/8407/status b/tests/root4/proc/8407/task/8407/status index f68f930..bd3836b 100644 --- a/tests/root4/proc/8407/task/8407/status +++ b/tests/root4/proc/8407/task/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root5/proc/8407/status b/tests/root5/proc/8407/status index 73fd9c4..f6da1db 100644 --- a/tests/root5/proc/8407/status +++ b/tests/root5/proc/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root5/proc/8407/task/8407/status b/tests/root5/proc/8407/task/8407/status index 73fd9c4..f6da1db 100644 --- a/tests/root5/proc/8407/task/8407/status +++ b/tests/root5/proc/8407/task/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root6/proc/8407/status b/tests/root6/proc/8407/status index b010aaf..4c30173 100644 --- a/tests/root6/proc/8407/status +++ b/tests/root6/proc/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root6/proc/8407/task/8407/status b/tests/root6/proc/8407/task/8407/status index 7ca0662..4c23f65 100644 --- a/tests/root6/proc/8407/task/8407/status +++ b/tests/root6/proc/8407/task/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root7/proc/8407/status b/tests/root7/proc/8407/status index 4ddc60f..4ff13b5 100644 --- a/tests/root7/proc/8407/status +++ b/tests/root7/proc/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 diff --git a/tests/root7/proc/8407/task/8407/status b/tests/root7/proc/8407/task/8407/status index 4ddc60f..4ff13b5 100644 --- a/tests/root7/proc/8407/task/8407/status +++ b/tests/root7/proc/8407/task/8407/status @@ -6,8 +6,8 @@ Ngid: 0 Pid: 8407 PPid: 7757 TracerPid: 0 -Uid: 1000 1000 1000 1000 -Gid: 1000 1000 1000 1000 +Uid: 0 0 0 0 +Gid: 0 0 0 0 FDSize: 64 Groups: 1000 NStgid: 8407 -- 2.49.0