]> granicus.if.org Git - sysstat/commitdiff
pidstat: Add new non regression tests
authorSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 11 Mar 2020 17:41:06 +0000 (18:41 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 11 Mar 2020 17:41:06 +0000 (18:41 +0100)
New non regression tests for the pidstat command. Tests should be run in
sysstat simulation environment (use do_test script).

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
40 files changed:
tests/05050 [new file with mode: 0644]
tests/05055 [new file with mode: 0644]
tests/05060 [new file with mode: 0644]
tests/05065 [new file with mode: 0644]
tests/05070 [new file with mode: 0644]
tests/05075 [new file with mode: 0644]
tests/05080 [new file with mode: 0644]
tests/05085 [new file with mode: 0644]
tests/05090 [new file with mode: 0644]
tests/05095 [new file with mode: 0644]
tests/05100 [new file with mode: 0644]
tests/05105 [new file with mode: 0644]
tests/05110 [new file with mode: 0644]
tests/05115 [new file with mode: 0644]
tests/05120 [new file with mode: 0644]
tests/05125 [new file with mode: 0644]
tests/05130 [new file with mode: 0644]
tests/05135 [new file with mode: 0644]
tests/05140 [new file with mode: 0644]
tests/05145 [new file with mode: 0644]
tests/05150 [new file with mode: 0644]
tests/05155 [new file with mode: 0644]
tests/05160 [new file with mode: 0644]
tests/05165 [new file with mode: 0644]
tests/05170 [new file with mode: 0644]
tests/05175 [new file with mode: 0644]
tests/TLIST
tests/expected.pidstat-A-TCHILD [new file with mode: 0644]
tests/expected.pidstat-A-TTASK [new file with mode: 0644]
tests/expected.pidstat-At-TALL [new file with mode: 0644]
tests/expected.pidstat-d-TTASK-ALL [new file with mode: 0644]
tests/expected1.pidstat-A-TCHILD [new file with mode: 0644]
tests/expected1.pidstat-A-TTASK [new file with mode: 0644]
tests/expected1.pidstat-At [new file with mode: 0644]
tests/expected1.pidstat-At-TALL-ALL [new file with mode: 0644]
tests/expected1.pidstat-At-TCHILD [new file with mode: 0644]
tests/expected1.pidstat-At-TCHILD-ALL [new file with mode: 0644]
tests/expected1.pidstat-At-TTASK [new file with mode: 0644]
tests/expected1.pidstat-At-TTASK-ALL [new file with mode: 0644]
tests/expected1.pidstat-d-TTASK [new file with mode: 0644]

diff --git a/tests/05050 b/tests/05050
new file mode 100644 (file)
index 0000000..96a1ea1
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T TASK -dRrsuvw > tests/out.pidstat-A-TTASK.tmp
diff --git a/tests/05055 b/tests/05055
new file mode 100644 (file)
index 0000000..c323d9e
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out.pidstat-A-TTASK.tmp tests/expected.pidstat-A-TTASK
diff --git a/tests/05060 b/tests/05060
new file mode 100644 (file)
index 0000000..3d1cb0e
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T TASK -dRrsuvw 2 6 > tests/out1.pidstat-A-TTASK.tmp
diff --git a/tests/05065 b/tests/05065
new file mode 100644 (file)
index 0000000..f362428
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-A-TTASK.tmp tests/expected1.pidstat-A-TTASK
diff --git a/tests/05070 b/tests/05070
new file mode 100644 (file)
index 0000000..ccb8863
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T TASK -t -dRrsuvw 2 6 > tests/out1.pidstat-At-TTASK.tmp
diff --git a/tests/05075 b/tests/05075
new file mode 100644 (file)
index 0000000..f79f2d1
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-At-TTASK.tmp tests/expected1.pidstat-At-TTASK
diff --git a/tests/05080 b/tests/05080
new file mode 100644 (file)
index 0000000..91b9334
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -t -dRrsuvw 2 6 > tests/out1.pidstat-At.tmp
diff --git a/tests/05085 b/tests/05085
new file mode 100644 (file)
index 0000000..04dd960
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-At.tmp tests/expected1.pidstat-At
diff --git a/tests/05090 b/tests/05090
new file mode 100644 (file)
index 0000000..91d0f04
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T TASK -t -dRrsuvw -p ALL 2 6 > tests/out1.pidstat-At-TTASK-ALL.tmp
diff --git a/tests/05095 b/tests/05095
new file mode 100644 (file)
index 0000000..0938bac
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-At-TTASK-ALL.tmp tests/expected1.pidstat-At-TTASK-ALL
diff --git a/tests/05100 b/tests/05100
new file mode 100644 (file)
index 0000000..9cba80b
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T CHILD -dRrsuvw > tests/out.pidstat-A-TCHILD.tmp
diff --git a/tests/05105 b/tests/05105
new file mode 100644 (file)
index 0000000..fc2b700
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out.pidstat-A-TCHILD.tmp tests/expected.pidstat-A-TCHILD
diff --git a/tests/05110 b/tests/05110
new file mode 100644 (file)
index 0000000..d52a5d4
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T CHILD -dRrsuvw 2 6 > tests/out1.pidstat-A-TCHILD.tmp
diff --git a/tests/05115 b/tests/05115
new file mode 100644 (file)
index 0000000..58d8c83
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-A-TCHILD.tmp tests/expected1.pidstat-A-TCHILD
diff --git a/tests/05120 b/tests/05120
new file mode 100644 (file)
index 0000000..3b7151e
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T CHILD -t -dRrsuvw 2 6 > tests/out1.pidstat-At-TCHILD.tmp
diff --git a/tests/05125 b/tests/05125
new file mode 100644 (file)
index 0000000..c939d81
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-At-TCHILD.tmp tests/expected1.pidstat-At-TCHILD
diff --git a/tests/05130 b/tests/05130
new file mode 100644 (file)
index 0000000..df31b23
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T CHILD -t -dRrsuvw -p ALL 2 6 > tests/out1.pidstat-At-TCHILD-ALL.tmp
diff --git a/tests/05135 b/tests/05135
new file mode 100644 (file)
index 0000000..f566453
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-At-TCHILD-ALL.tmp tests/expected1.pidstat-At-TCHILD-ALL
diff --git a/tests/05140 b/tests/05140
new file mode 100644 (file)
index 0000000..9d434c7
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw > tests/out.pidstat-At-TALL.tmp
diff --git a/tests/05145 b/tests/05145
new file mode 100644 (file)
index 0000000..b04e6f1
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out.pidstat-At-TALL.tmp tests/expected.pidstat-At-TALL
diff --git a/tests/05150 b/tests/05150
new file mode 100644 (file)
index 0000000..cde1d85
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw -p ALL 2 6 > tests/out1.pidstat-At-TALL-ALL.tmp
diff --git a/tests/05155 b/tests/05155
new file mode 100644 (file)
index 0000000..56f57fb
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-At-TALL-ALL.tmp tests/expected1.pidstat-At-TALL-ALL
diff --git a/tests/05160 b/tests/05160
new file mode 100644 (file)
index 0000000..9f04669
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T TASK -d 1 3 > tests/out1.pidstat-d-TTASK.tmp
diff --git a/tests/05165 b/tests/05165
new file mode 100644 (file)
index 0000000..92138f2
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out1.pidstat-d-TTASK.tmp tests/expected1.pidstat-d-TTASK
diff --git a/tests/05170 b/tests/05170
new file mode 100644 (file)
index 0000000..16ad609
--- /dev/null
@@ -0,0 +1,3 @@
+rm -f tests/root
+ln -s root1 tests/root
+LC_ALL=C TZ=GMT ./pidstat -T TASK -d -p ALL > tests/out.pidstat-d-TTASK-ALL.tmp
diff --git a/tests/05175 b/tests/05175
new file mode 100644 (file)
index 0000000..228acd4
--- /dev/null
@@ -0,0 +1 @@
+diff -u tests/out.pidstat-d-TTASK-ALL.tmp tests/expected.pidstat-d-TTASK-ALL
index aa3cc9cdce8fafb2c69065a592b1f556fcf5aafd..0124771346921278c5e157e6ab95d6aae4552c30 100644 (file)
@@ -507,6 +507,32 @@ NOTES:
 05035  diff -u tests/out.pidstat-A-ALL.tmp tests/expected.pidstat-A-ALL
 05040  LC_ALL=C TZ=GMT ./pidstat -t -dRrsuvw -p ALL > tests/out.pidstat-At-ALL.tmp
 05045  diff -u tests/out.pidstat-At-ALL.tmp tests/expected.pidstat-At-ALL
+05050  LC_ALL=C TZ=GMT ./pidstat -T TASK -dRrsuvw > tests/out.pidstat-A-TTASK.tmp
+05055  diff -u tests/out.pidstat-A-TTASK.tmp tests/expected.pidstat-A-TTASK
+05060  LC_ALL=C TZ=GMT ./pidstat -T TASK -dRrsuvw 2 6 > tests/out1.pidstat-A-TTASK.tmp
+05065  diff -u tests/out.pidstat-A-TTASK-run.tmp tests/expected1.pidstat-A-TTASK
+05070  LC_ALL=C TZ=GMT ./pidstat -T TASK -t -dRrsuvw 2 6 > tests/out1.pidstat-At-TTASK.tmp
+05075  diff -u tests/out1.pidstat-At-TTASK.tmp tests/expected1.pidstat-At-TTASK
+05080  LC_ALL=C TZ=GMT ./pidstat -t -dRrsuvw 2 6 > tests/out1.pidstat-At.tmp
+05085  diff -u tests/out1.pidstat-At.tmp tests/expected1.pidstat-At
+05090  LC_ALL=C TZ=GMT ./pidstat -T TASK -t -dRrsuvw -p ALL 2 6 > tests/out1.pidstat-At-TTASK-ALL.tmp
+05095  diff -u tests/out1.pidstat-At-TTASK-ALL.tmp tests/expected1.pidstat-At-TTASK-ALL
+05100  LC_ALL=C TZ=GMT ./pidstat -T CHILD -dRrsuvw > tests/out.pidstat-A-TCHILD.tmp
+05105  diff -u tests/out.pidstat-A-TCHILD.tmp tests/expected.pidstat-A-TCHILD
+05110  LC_ALL=C TZ=GMT ./pidstat -T CHILD -dRrsuvw 2 6 > tests/out1.pidstat-A-TCHILD.tmp
+05115  diff -u tests/out1.pidstat-A-TCHILD.tmp tests/expected1.pidstat-A-TCHILD
+05120  LC_ALL=C TZ=GMT ./pidstat -T CHILD -t -dRrsuvw 2 6 > tests/out1.pidstat-At-TCHILD.tmp
+05125  diff -u tests/out1.pidstat-At-TCHILD.tmp tests/expected1.pidstat-At-TCHILD
+05130  LC_ALL=C TZ=GMT ./pidstat -T CHILD -t -dRrsuvw -p ALL 2 6 > tests/out1.pidstat-At-TCHILD-ALL.tmp
+05135  diff -u tests/out1.pidstat-At-TCHILD-ALL.tmp tests/expected1.pidstat-At-TCHILD-ALL
+05140  LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw > tests/out.pidstat-At-TALL.tmp
+05145  diff -u tests/out.pidstat-At-TALL.tmp tests/expected.pidstat-At-TALL
+05150  LC_ALL=C TZ=GMT ./pidstat -T ALL -t -dRrsuvw -p ALL 2 6 > tests/out1.pidstat-At-TALL-ALL.tmp
+05155  diff -u tests/out1.pidstat-At-TALL-ALL.tmp tests/expected1.pidstat-At-TALL-ALL
+05160  LC_ALL=C TZ=GMT ./pidstat -T TASK -d 1 3 > tests/out1.pidstat-d-TTASK.tmp
+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
 
 =====  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-A-TCHILD b/tests/expected.pidstat-A-TCHILD
new file mode 100644 (file)
index 0000000..f31f623
--- /dev/null
@@ -0,0 +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     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     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
new file mode 100644 (file)
index 0000000..5b55236
--- /dev/null
@@ -0,0 +1,39 @@
+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     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     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     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     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     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     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
diff --git a/tests/expected.pidstat-At-TALL b/tests/expected.pidstat-At-TALL
new file mode 100644 (file)
index 0000000..f3fbb95
--- /dev/null
@@ -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     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     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
+00:00:00     1000         -      8789    0.00    0.00    0.00    0.00    0.00     2  |__Link Monitor
+00:00:00     1000         -      8835    0.00    0.00    0.00    0.00    0.00     0  |__ImgDecoder #1
+00:00:00     1000         -      9109    0.00    0.00    0.00    0.00    0.00     7  |__DOM Worker
+00:00:00     1000      9009         -    0.06    0.03    0.00    0.01    0.09     3  WebExtensions
+00:00:00     1000         -      9009    0.05    0.01    0.00    0.01    0.06     3  |__WebExtensions
+00:00:00     1000         -      9029    0.01    0.02    0.00    0.00    0.03     2  |__Timer
+00:00:00     1000     21342         -    0.12    0.01    0.00    0.00    0.13     5  soffice.bin
+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     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     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     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
+00:00:00     1000         -      8789      0.00      0.00 2535728  335804   4.12  |__Link Monitor
+00:00:00     1000         -      8835      0.02      0.00 2535728  335804   4.12  |__ImgDecoder #1
+00:00:00     1000         -      9109      0.37      0.00 2535728  335804   4.12  |__DOM Worker
+00:00:00     1000      9009         -      3.44      0.00 1744508  105628   1.30  WebExtensions
+00:00:00     1000         -      9009      2.67      0.00 1744508  105628   1.30  |__WebExtensions
+00:00:00     1000         -      9029      0.00      0.00 1744508  105628   1.30  |__Timer
+00:00:00     1000     21342         -     19.46      0.14 1790688  439484   5.40  soffice.bin
+00:00:00     1000         -     21342     19.28      0.14 1790688  439484   5.40  |__soffice.bin
+00:00:00     1000         -     21344      0.00      0.00 1790688  439484   5.40  |__rtl_cache_wsupd
+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     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     1000      8407         -     132     120  gnome-terminal-
+00:00:00     1000         -      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     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     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
+00:00:00     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:00     1000         -      9109      0.02      0.05      0.00       8  |__DOM Worker
+00:00:00     1000      9009         -      0.16      0.00      0.00      69  WebExtensions
+00:00:00     1000         -      9009      0.13      0.00      0.00      69  |__WebExtensions
+00:00:00     1000     21342         -     24.47      4.65      0.00     874  soffice.bin
+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     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
+00:00:00     1000         -      8789      0.03      0.00  |__Link Monitor
+00:00:00     1000         -      8835      0.03      0.00  |__ImgDecoder #1
+00:00:00     1000         -      9109      0.04      0.00  |__DOM Worker
+00:00:00     1000      9009         -      3.36      0.06  WebExtensions
+00:00:00     1000         -      9009      3.36      0.06  |__WebExtensions
+00:00:00     1000         -      9029      6.75      0.01  |__Timer
+00:00:00     1000     21342         -      0.81      0.05  soffice.bin
+00:00:00     1000         -     21342      0.81      0.05  |__soffice.bin
+00:00:00     1000         -     21344      0.03      0.00  |__rtl_cache_wsupd
+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     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-d-TTASK-ALL b/tests/expected.pidstat-d-TTASK-ALL
new file mode 100644 (file)
index 0000000..fca5d83
--- /dev/null
@@ -0,0 +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     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/expected1.pidstat-A-TCHILD b/tests/expected1.pidstat-A-TCHILD
new file mode 100644 (file)
index 0000000..5b1b987
--- /dev/null
@@ -0,0 +1,57 @@
+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: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     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     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     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     1000      9009      4520      2220         0  WebExtensions
+
+00:00:04      UID       PID minflt-nr majflt-nr  Command
+00:00:06     1000      7900     12274         0  gnome-shell
+00:00:06     1000      9009     24780        14  WebExtensions
+
+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     1000      9009        10        10         0  WebExtensions
+
+00:00:06      UID       PID minflt-nr majflt-nr  Command
+00:00:08     1000      7900     16498         0  gnome-shell
+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: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:10      UID       PID minflt-nr majflt-nr  Command
+00:00:12     1000      8407         1         0  gnome-terminal-
+
+Average:      UID       PID    usr-ms system-ms  guest-ms  Command
+Average:     1000      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:     1000      8741         1         0  firefox
diff --git a/tests/expected1.pidstat-A-TTASK b/tests/expected1.pidstat-A-TTASK
new file mode 100644 (file)
index 0000000..e26f49d
--- /dev/null
@@ -0,0 +1,151 @@
+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: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     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
+
+00:00:00      UID       PID StkSize  StkRef  Command
+00:00:02     1000      7900     128     108  gnome-shell
+
+00:00:00      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:02     1000      7900    411.81      2.82      0.00     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     1000      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
+
+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     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     1000      8741      0.16      0.00 2535720  335804   4.12  firefox
+
+00:00:02      UID       PID StkSize  StkRef  Command
+
+00:00:02      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  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     1000      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
+
+00:00:02      UID       PID prio policy  Command
+
+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     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
+00:00:06     1000      7900    318.81      0.00 4451936  259076   3.18  gnome-shell
+00:00:06     1000      9009    643.64      0.36 1744508  105628   1.30  WebExtensions
+
+00:00:04      UID       PID StkSize  StkRef  Command
+00:00:06     1000      9009     132      20  WebExtensions
+
+00:00:04      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:06     1000      9009     30.65      0.00      0.00      69  WebExtensions
+
+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     1000      9009    629.38     11.90  WebExtensions
+
+00:00:04      UID       PID threads   fd-nr  Command
+00:00:06     1000      9009      32       5  WebExtensions
+
+00:00:04      UID       PID prio policy  Command
+
+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     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
+00:00:08     1000      7900    736.85      0.00 4448816  259144   3.18  gnome-shell
+00:00:08     1000      9009      5.09      0.00 1744508  106108   1.30  WebExtensions
+
+00:00:06      UID       PID StkSize  StkRef  Command
+
+00:00:06      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  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     1000      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
+
+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:08      UID       PID  minflt/s  majflt/s     VSZ     RSS   %MEM  Command
+
+00:00:08      UID       PID StkSize  StkRef  Command
+
+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: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: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: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: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:     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:     1000      8741      0.16      0.00 2535720  335804   4.12  firefox
+
+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:     1000      8741      9.30      0.00  firefox
+
+Average:      UID       PID threads   fd-nr  Command
+
+Average:      UID       PID prio policy  Command
diff --git a/tests/expected1.pidstat-At b/tests/expected1.pidstat-At
new file mode 100644 (file)
index 0000000..d20bb7a
--- /dev/null
@@ -0,0 +1,288 @@
+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     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
+
+00:00:00      UID      TGID       TID  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         -      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     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
+00:00:02     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:02     1000      9009         -      0.03      0.00 1744508  105628   1.30  WebExtensions
+00:00:02     1000         -      9009      0.03      0.00 1744508  105628   1.30  |__WebExtensions
+
+00:00:00      UID      TGID       TID StkSize  StkRef  Command
+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:00      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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:00      UID      TGID       TID   cswch/s nvcswch/s  Command
+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     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
+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      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:00      UID      TGID       TID prio policy  Command
+
+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     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: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     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
+00:00:04     1000         -      8365      8.90      0.00 1264684   46212   0.57  |__evolution-addre
+
+00:00:02      UID      TGID       TID StkSize  StkRef  Command
+00:00:04     1000         -      8364     132      36  |__dconf worker
+00:00:04     1000         -      8365     132      36  |__evolution-addre
+
+00:00:02      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:04     1000         -     10334      0.00      0.00      0.00       0  |__dconf worker
+00:00:04     1000         -      8364      0.13      0.01      0.00       0  |__dconf worker
+00:00:04     1000         -      8365      0.27      0.14      0.00       0  |__evolution-addre
+
+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     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
+00:00:04     1000         -      8365      0.45      0.03  |__evolution-addre
+
+00:00:02      UID      TGID       TID threads   fd-nr  Command
+00:00:04     1000         -      8364       5       5  |__dconf worker
+00:00:04     1000         -      8365       5       5  |__evolution-addre
+
+00:00:02      UID      TGID       TID prio policy  Command
+
+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     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
+
+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         -      8785 479136209706741376.00 479136209706741632.00 1432632   51352   0.63  |__disk_cache:0
+00:00:06     1000         -      9109      0.00      0.00 2535720  335804   4.12  |__DOM Worker
+00:00:06     1000      9009         -    643.64      0.36 1744508  105628   1.30  WebExtensions
+00:00:06     1000         -      9009    497.95      0.26 1744508  105628   1.30  |__WebExtensions
+00:00:06     1000         -      9033      0.03      0.00 1744508  105628   1.30  |__ImageIO
+
+00:00:04      UID      TGID       TID StkSize  StkRef  Command
+00:00:06     1000      9009         -     132      20  WebExtensions
+00:00:06     1000         -      9009     132      20  |__WebExtensions
+00:00:06     1000         -      9033     132      20  |__ImageIO
+
+00:00:04      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:06     1000         -      8785 467906454791736.25      0.05      0.00 18446744073709551611  |__disk_cache:0
+00:00:06     1000      9009         -     30.65      0.00      0.00      69  WebExtensions
+00:00:06     1000         -      9009     24.52      0.00      0.00      69  |__WebExtensions
+00:00:06     1000         -      8364      0.05      0.00      0.00       0  |__dconf worker
+
+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     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
+00:00:06     1000         -      9033      0.03      0.00  |__ImageIO
+
+00:00:04      UID      TGID       TID threads   fd-nr  Command
+00:00:06     1000         -      8785       5       5  |__disk_cache:0
+00:00:06     1000         -      8789      66       5  |__Link Monitor
+00:00:06     1000         -      8835      66       5  |__ImgDecoder #1
+00:00:06     1000         -      9109      66       5  |__DOM Worker
+00:00:06     1000      9009         -      32       5  WebExtensions
+00:00:06     1000         -      9009      32       5  |__WebExtensions
+00:00:06     1000         -      9033      32       5  |__ImageIO
+
+00:00:04      UID      TGID       TID prio policy  Command
+00:00:06     1000         -      8785    0   IDLE  |__disk_cache:0
+
+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     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: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         -      8789      0.00      0.00 2524288  330644   4.06  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00 2524288  330644   4.06  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00 2524288  330644   4.06  |__DOM Worker
+00:00:08     1000      9009         -      5.09      0.00 1744508  106108   1.30  WebExtensions
+00:00:08     1000         -      9009      5.09      0.00 1744508  106108   1.30  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00 1744508  106108   1.30  |__ImageIO
+00:00:08     1000         -     21344      0.40      0.00 1790688  439484   5.40  |__rtl_cache_wsupd
+
+00:00:06      UID      TGID       TID StkSize  StkRef  Command
+00:00:08     1000         -     21344     132      36  |__rtl_cache_wsupd
+
+00:00:06      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:08     1000         -      8785      0.00      0.00      0.00       0  |__disk_cache:0
+00:00:08     1000         -      8364      0.00      0.00      0.00       0  |__dconf worker
+
+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     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
+
+00:00:06      UID      TGID       TID threads   fd-nr  Command
+00:00:08     1000         -      8789      69       5  |__Link Monitor
+00:00:08     1000         -      8835      69       5  |__ImgDecoder #1
+00:00:08     1000         -      9109      69       5  |__DOM Worker
+00:00:08     1000         -     21344       6       5  |__rtl_cache_wsupd
+
+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: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
+00:00:10     1000         -      8835      0.00      0.00 2524532  339528   4.17  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00 2524532  339528   4.17  |__DOM Worker
+
+00:00:08      UID      TGID       TID StkSize  StkRef  Command
+
+00:00:08      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+
+00:00:08      UID      TGID       TID threads   fd-nr  Command
+00:00:10     1000         -      8789      70       5  |__Link Monitor
+00:00:10     1000         -      8835      70       5  |__ImgDecoder #1
+00:00:10     1000         -      9109      70       5  |__DOM Worker
+
+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: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     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
+
+00:00:10      UID      TGID       TID StkSize  StkRef  Command
+
+00:00:10      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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:10      UID      TGID       TID threads   fd-nr  Command
+00:00:12     1000         -      8789      71       5  |__Link Monitor
+00:00:12     1000         -      8835      71       5  |__ImgDecoder #1
+00:00:12     1000         -      9109      71       5  |__DOM Worker
+
+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:     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:     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
+Average:     1000         -      8789      0.00      0.00 2531783  336674   4.13  |__Link Monitor
+Average:     1000         -      8835      0.10      0.00 2531783  336674   4.13  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00 2531785  336674   4.13  |__DOM Worker
+Average:     1000         -      8365      8.92      0.00 1264684   46212   0.57  |__evolution-addre
+
+Average:      UID      TGID       TID StkSize  StkRef  Command
+Average:     1000         -      8365     132      36  |__evolution-addre
+
+Average:      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+Average:     1000         -      8785 577940279418731.00      0.06      0.00 3074457345618258432  |__disk_cache:0
+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:     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
+Average:     1000         -      8835      0.06      0.00  |__ImgDecoder #1
+Average:     1000         -      8365      0.45      0.03  |__evolution-addre
+
+Average:      UID      TGID       TID threads   fd-nr  Command
+Average:     1000         -      8785      26       5  |__disk_cache:0
+Average:     1000         -      8789      68       5  |__Link Monitor
+Average:     1000         -      8835      68       5  |__ImgDecoder #1
+Average:     1000         -      9109      68       5  |__DOM Worker
+Average:     1000         -      8365       5       5  |__evolution-addre
+
+Average:      UID      TGID       TID prio policy  Command
+Average:     1000         -      8785    0   IDLE  |__disk_cache:0
diff --git a/tests/expected1.pidstat-At-TALL-ALL b/tests/expected1.pidstat-At-TALL-ALL
new file mode 100644 (file)
index 0000000..bcb4023
--- /dev/null
@@ -0,0 +1,1072 @@
+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         -     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     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     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: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:00      UID      TGID       TID    usr-ms system-ms  guest-ms  Command
+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     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
+00:00:02     1000         -      8789         0         0         0  |__Link Monitor
+00:00:02     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:02     1000         -      9109         0         0         0  |__DOM Worker
+00:00:02     1000      9009         -         0         0         0  WebExtensions
+00:00:02     1000         -      9009        10         0         0  |__WebExtensions
+00:00:02     1000         -      9029         0         0         0  |__Timer
+00:00:02     1000     21342         -         0         0         0  soffice.bin
+00:00:02     1000         -     21342         0         0         0  |__soffice.bin
+00:00:02     1000         -     21344         0         0         0  |__rtl_cache_wsupd
+00:00:02     1000         -     21350         0         0         0  |__gdbus
+
+00:00:00      UID      TGID       TID  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         -      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     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
+00:00:02     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:02     1000         -      9109      0.00      0.00 2535728  335804   4.12  |__DOM Worker
+00:00:02     1000      9009         -      0.03      0.00 1744508  105628   1.30  WebExtensions
+00:00:02     1000         -      9009      0.03      0.00 1744508  105628   1.30  |__WebExtensions
+00:00:02     1000         -      9029      0.00      0.00 1744508  105628   1.30  |__Timer
+00:00:02     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:02     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+00:00:02     1000         -     21344      0.00      0.00 1790688  439484   5.40  |__rtl_cache_wsupd
+00:00:02     1000         -     21350      0.00      0.00 1790688  439484   5.40  |__gdbus
+
+00:00:00      UID      TGID       TID minflt-nr majflt-nr  Command
+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     1000      8741         -         0         0  firefox
+00:00:02     1000         -      8741         0         0  |__firefox
+00:00:02     1000         -      8785         0         0  |__JS Helper
+00:00:02     1000         -      8789         0         0  |__Link Monitor
+00:00:02     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:02     1000         -      9109         0         0  |__DOM Worker
+00:00:02     1000      9009         -         1         0  WebExtensions
+00:00:02     1000         -      9009         1         0  |__WebExtensions
+00:00:02     1000         -      9029         0         0  |__Timer
+00:00:02     1000     21342         -         0         0  soffice.bin
+00:00:02     1000         -     21342         0         0  |__soffice.bin
+00:00:02     1000         -     21344         0         0  |__rtl_cache_wsupd
+00:00:02     1000         -     21350         0         0  |__gdbus
+
+00:00:00      UID      TGID       TID StkSize  StkRef  Command
+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     1000      8741         -     132      52  firefox
+00:00:02     1000         -      8741     132      52  |__firefox
+00:00:02     1000         -      8785     132      52  |__JS Helper
+00:00:02     1000         -      8789     132      52  |__Link Monitor
+00:00:02     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:02     1000         -      9109     132      52  |__DOM Worker
+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: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:00      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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     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
+00:00:02     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:02     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:02     1000      9009         -      0.00      0.00      0.00       0  WebExtensions
+00:00:02     1000         -      9009      0.00      0.00      0.00       0  |__WebExtensions
+00:00:02     1000         -      9029      0.00      0.00      0.00       0  |__Timer
+00:00:02     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:02     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+00:00:02     1000         -     21344      0.00      0.00      0.00       0  |__rtl_cache_wsupd
+00:00:02     1000         -     21350      0.00      0.00      0.00       0  |__gdbus
+
+00:00:00      UID      TGID       TID   cswch/s nvcswch/s  Command
+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     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
+00:00:02     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:02     1000         -      9109      0.00      0.00  |__DOM Worker
+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: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:00      UID      TGID       TID threads   fd-nr  Command
+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     1000      8741         -      67       5  firefox
+00:00:02     1000         -      8741      67       5  |__firefox
+00:00:02     1000         -      8785      67       5  |__JS Helper
+00:00:02     1000         -      8789      67       5  |__Link Monitor
+00:00:02     1000         -      8835      67       5  |__ImgDecoder #1
+00:00:02     1000         -      9109      67       5  |__DOM Worker
+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     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:00      UID      TGID       TID prio policy  Command
+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     1000      8741         -    0 NORMAL  firefox
+00:00:02     1000         -      8741    0 NORMAL  |__firefox
+00:00:02     1000         -      8785    0 NORMAL  |__JS Helper
+00:00:02     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:02     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:02     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:02     1000      9009         -    0 NORMAL  WebExtensions
+00:00:02     1000         -      9009    0 NORMAL  |__WebExtensions
+00:00:02     1000         -      9029    0 NORMAL  |__Timer
+00:00:02     1000     21342         -    0 NORMAL  soffice.bin
+00:00:02     1000         -     21342    0 NORMAL  |__soffice.bin
+00:00:02     1000         -     21344    0 NORMAL  |__rtl_cache_wsupd
+00:00:02     1000         -     21350    0 NORMAL  |__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  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     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     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: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         -     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     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
+00:00:04     1000         -      8789         0         0         0  |__Link Monitor
+00:00:04     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:04     1000         -      9109         0         0         0  |__DOM Worker
+00:00:04     1000     21342         -         0         0         0  soffice.bin
+00:00:04     1000         -      8364         0         0         0  |__dconf worker
+00:00:04     1000         -      8365        20         0         0  |__evolution-addre
+00:00:04     1000         -     21342         0         0         0  |__soffice.bin
+00:00:04     1000         -     21350         0         0         0  |__gdbus
+
+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         -     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     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
+00:00:04     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:04     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:04     1000         -      9109      0.00      0.00 2535728  335804   4.12  |__DOM Worker
+00:00:04     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:04     1000         -      8364      0.42      0.00 1264684   46212   0.57  |__dconf worker
+00:00:04     1000         -      8365      8.90      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:04     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+00:00:04     1000         -     21350      0.00      0.00 1790688  439484   5.40  |__gdbus
+
+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         -     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     1000      8741         -         5         0  firefox
+00:00:04     1000         -      8741         5         0  |__firefox
+00:00:04     1000         -      8785         0         0  |__JS Helper
+00:00:04     1000         -      8789         0         0  |__Link Monitor
+00:00:04     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:04     1000         -      9109         0         0  |__DOM Worker
+00:00:04     1000     21342         -         0         0  soffice.bin
+00:00:04     1000         -      8364        13         0  |__dconf worker
+00:00:04     1000         -      8365       278         0  |__evolution-addre
+00:00:04     1000         -     21342         0         0  |__soffice.bin
+00:00:04     1000         -     21350         0         0  |__gdbus
+
+00:00:02      UID      TGID       TID StkSize  StkRef  Command
+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     1000      8741         -     132      52  firefox
+00:00:04     1000         -      8741     132      52  |__firefox
+00:00:04     1000         -      8785     132      52  |__JS Helper
+00:00:04     1000         -      8789     132      52  |__Link Monitor
+00:00:04     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:04     1000         -      9109     132      52  |__DOM Worker
+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:02      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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     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
+00:00:04     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:04     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:04     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:04     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:04     1000         -      8364      0.13      0.01      0.00       0  |__dconf worker
+00:00:04     1000         -      8365      0.27      0.14      0.00       0  |__evolution-addre
+00:00:04     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+00:00:04     1000         -     21350      0.00      0.00      0.00       0  |__gdbus
+
+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         -     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     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
+00:00:04     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:04     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:04     1000         -      9109      0.00      0.00  |__DOM Worker
+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:02      UID      TGID       TID threads   fd-nr  Command
+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     1000      8741         -      67       5  firefox
+00:00:04     1000         -      8741      67       5  |__firefox
+00:00:04     1000         -      8785      67       5  |__JS Helper
+00:00:04     1000         -      8789      67       5  |__Link Monitor
+00:00:04     1000         -      8835      67       5  |__ImgDecoder #1
+00:00:04     1000         -      9109      67       5  |__DOM Worker
+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:02      UID      TGID       TID prio policy  Command
+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     1000      8741         -    0 NORMAL  firefox
+00:00:04     1000         -      8741    0 NORMAL  |__firefox
+00:00:04     1000         -      8785    0 NORMAL  |__JS Helper
+00:00:04     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:04     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:04     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:04     1000     21342         -    0 NORMAL  soffice.bin
+00:00:04     1000         -      8364    0 NORMAL  |__dconf worker
+00:00:04     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:04     1000         -     21342    0 NORMAL  |__soffice.bin
+00:00:04     1000         -     21350    0 NORMAL  |__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  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     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     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     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  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: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     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
+00:00:06     1000         -      8789         0         0         0  |__Link Monitor
+00:00:06     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:06     1000         -      9109         0         0         0  |__DOM Worker
+00:00:06     1000      9009         -      4520      2220         0  WebExtensions
+00:00:06     1000         -      9009      3430      1010         0  |__WebExtensions
+00:00:06     1000         -      9033         0         0         0  |__ImageIO
+00:00:06     1000     21342         -         0         0         0  soffice.bin
+00:00:06     1000         -      8364         0         0         0  |__dconf worker
+00:00:06     1000         -      8365         0         0         0  |__evolution-addre
+00:00:06     1000         -     21342         0         0         0  |__soffice.bin
+
+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     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
+00:00:06     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:06     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:06     1000         -      9109      0.00      0.00 2535720  335804   4.12  |__DOM Worker
+00:00:06     1000      9009         -    643.64      0.36 1744508  105628   1.30  WebExtensions
+00:00:06     1000         -      9009    497.95      0.26 1744508  105628   1.30  |__WebExtensions
+00:00:06     1000         -      9033      0.03      0.00 1744508  105628   1.30  |__ImageIO
+00:00:06     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:06     1000         -      8364      0.00      0.00 1264684   46212   0.57  |__dconf worker
+00:00:06     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:06     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+
+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     1000      8741         -         0         0  firefox
+00:00:06     1000         -      8741         0         0  |__firefox
+00:00:06     1000         -      8785 18446744073708206385 18446744073709551507  |__disk_cache:0
+00:00:06     1000         -      8789         0         0  |__Link Monitor
+00:00:06     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:06     1000         -      9109         0         0  |__DOM Worker
+00:00:06     1000      9009         -     24780        14  WebExtensions
+00:00:06     1000         -      9009     19171        10  |__WebExtensions
+00:00:06     1000         -      9033         1         0  |__ImageIO
+00:00:06     1000     21342         -         0         0  soffice.bin
+00:00:06     1000         -      8364         0         0  |__dconf worker
+00:00:06     1000         -      8365         0         0  |__evolution-addre
+00:00:06     1000         -     21342         0         0  |__soffice.bin
+
+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     1000      8741         -     132      52  firefox
+00:00:06     1000         -      8741     132      52  |__firefox
+00:00:06     1000         -      8785     132      52  |__disk_cache:0
+00:00:06     1000         -      8789     132      52  |__Link Monitor
+00:00:06     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:06     1000         -      9109     132      52  |__DOM Worker
+00:00:06     1000      9009         -     132      20  WebExtensions
+00:00:06     1000         -      9009     132      20  |__WebExtensions
+00:00:06     1000         -      9033     132      20  |__ImageIO
+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: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     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
+00:00:06     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:06     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:06     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:06     1000      9009         -     30.65      0.00      0.00      69  WebExtensions
+00:00:06     1000         -      9009     24.52      0.00      0.00      69  |__WebExtensions
+00:00:06     1000         -      9033      0.00      0.00      0.00       0  |__ImageIO
+00:00:06     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:06     1000         -      8364      0.05      0.00      0.00       0  |__dconf worker
+00:00:06     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:06     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+
+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     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
+00:00:06     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:06     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:06     1000         -      9109      0.00      0.00  |__DOM Worker
+00:00:06     1000      9009         -    629.38     11.90  WebExtensions
+00:00:06     1000         -      9009    629.38     11.90  |__WebExtensions
+00:00:06     1000         -      9033      0.03      0.00  |__ImageIO
+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: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     1000      8741         -      67       5  firefox
+00:00:06     1000         -      8741      67       5  |__firefox
+00:00:06     1000         -      8785       5       5  |__disk_cache:0
+00:00:06     1000         -      8789      66       5  |__Link Monitor
+00:00:06     1000         -      8835      66       5  |__ImgDecoder #1
+00:00:06     1000         -      9109      66       5  |__DOM Worker
+00:00:06     1000      9009         -      32       5  WebExtensions
+00:00:06     1000         -      9009      32       5  |__WebExtensions
+00:00:06     1000         -      9033      32       5  |__ImageIO
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:06     1000         -      8741    0 NORMAL  |__firefox
+00:00:06     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:06     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:06     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:06     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:06     1000      9009         -    0 NORMAL  WebExtensions
+00:00:06     1000         -      9009    0 NORMAL  |__WebExtensions
+00:00:06     1000         -      9033    0 NORMAL  |__ImageIO
+00:00:06     1000     21342         -    0 NORMAL  soffice.bin
+00:00:06     1000         -      8364    0 NORMAL  |__dconf worker
+00:00:06     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:06     1000         -     21342    0 NORMAL  |__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  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     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     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     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  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: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     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
+00:00:08     1000         -      8789         0         0         0  |__Link Monitor
+00:00:08     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:08     1000         -      9109         0         0         0  |__DOM Worker
+00:00:08     1000      9009         -        10        10         0  WebExtensions
+00:00:08     1000         -      9009        10        10         0  |__WebExtensions
+00:00:08     1000         -      9033         0         0         0  |__ImageIO
+00:00:08     1000     21342         -         0         0         0  soffice.bin
+00:00:08     1000         -      8364         0         0         0  |__dconf worker
+00:00:08     1000         -      8365         0         0         0  |__evolution-addre
+00:00:08     1000         -     21342         0         0         0  |__soffice.bin
+00:00:08     1000         -     21344       100        40         0  |__rtl_cache_wsupd
+
+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     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
+00:00:08     1000         -      8789      0.00      0.00 2524288  330644   4.06  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00 2524288  330644   4.06  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00 2524288  330644   4.06  |__DOM Worker
+00:00:08     1000      9009         -      5.09      0.00 1744508  106108   1.30  WebExtensions
+00:00:08     1000         -      9009      5.09      0.00 1744508  106108   1.30  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00 1744508  106108   1.30  |__ImageIO
+00:00:08     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:08     1000         -      8364      0.00      0.00 1264684   46212   0.57  |__dconf worker
+00:00:08     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:08     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+00:00:08     1000         -     21344      0.40      0.00 1790688  439484   5.40  |__rtl_cache_wsupd
+
+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     1000      8741         -         0         0  firefox
+00:00:08     1000         -      8741         0         0  |__firefox
+00:00:08     1000         -      8785         0         0  |__disk_cache:0
+00:00:08     1000         -      8789         0         0  |__Link Monitor
+00:00:08     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:08     1000         -      9109         0         0  |__DOM Worker
+00:00:08     1000      9009         -       114         0  WebExtensions
+00:00:08     1000         -      9009       114         0  |__WebExtensions
+00:00:08     1000         -      9033         0         0  |__ImageIO
+00:00:08     1000     21342         -         0         0  soffice.bin
+00:00:08     1000         -      8364         0         0  |__dconf worker
+00:00:08     1000         -      8365         0         0  |__evolution-addre
+00:00:08     1000         -     21342         0         0  |__soffice.bin
+00:00:08     1000         -     21344      2497         1  |__rtl_cache_wsupd
+
+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     1000      8741         -     132      52  firefox
+00:00:08     1000         -      8741     132      52  |__firefox
+00:00:08     1000         -      8785     132      52  |__disk_cache:0
+00:00:08     1000         -      8789     132      52  |__Link Monitor
+00:00:08     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:08     1000         -      9109     132      52  |__DOM Worker
+00:00:08     1000      9009         -     132      20  WebExtensions
+00:00:08     1000         -      9009     132      20  |__WebExtensions
+00:00:08     1000         -      9033     132      20  |__ImageIO
+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: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     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
+00:00:08     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:08     1000      9009         -      0.00      0.00      0.00       0  WebExtensions
+00:00:08     1000         -      9009      0.00      0.00      0.00       0  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00      0.00       0  |__ImageIO
+00:00:08     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:08     1000         -      8364      0.00      0.00      0.00       0  |__dconf worker
+00:00:08     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:08     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+00:00:08     1000         -     21344      0.00      0.00      0.00       0  |__rtl_cache_wsupd
+
+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     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
+00:00:08     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00  |__DOM Worker
+00:00:08     1000      9009         -      2.81      0.04  WebExtensions
+00:00:08     1000         -      9009      2.81      0.04  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00  |__ImageIO
+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: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     1000      8741         -      67       5  firefox
+00:00:08     1000         -      8741      67       5  |__firefox
+00:00:08     1000         -      8785       5       5  |__disk_cache:0
+00:00:08     1000         -      8789      69       5  |__Link Monitor
+00:00:08     1000         -      8835      69       5  |__ImgDecoder #1
+00:00:08     1000         -      9109      69       5  |__DOM Worker
+00:00:08     1000      9009         -      32       5  WebExtensions
+00:00:08     1000         -      9009      32       5  |__WebExtensions
+00:00:08     1000         -      9033      32       5  |__ImageIO
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:08     1000         -      8741    0 NORMAL  |__firefox
+00:00:08     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:08     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:08     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:08     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:08     1000      9009         -    0 NORMAL  WebExtensions
+00:00:08     1000         -      9009    0 NORMAL  |__WebExtensions
+00:00:08     1000         -      9033    0 NORMAL  |__ImageIO
+00:00:08     1000     21342         -    0 NORMAL  soffice.bin
+00:00:08     1000         -      8364    0 NORMAL  |__dconf worker
+00:00:08     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:08     1000         -     21342    0 NORMAL  |__soffice.bin
+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     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     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: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     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
+00:00:10     1000         -      8789         0         0         0  |__Link Monitor
+00:00:10     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:10     1000         -      9109         0         0         0  |__DOM Worker
+00:00:10     1000     21342         -         0         0         0  soffice.bin
+00:00:10     1000         -      8365         0         0         0  |__evolution-addre
+00:00:10     1000         -     21342         0         0         0  |__soffice.bin
+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     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
+00:00:10     1000         -      8789      0.00      0.00 2524532  339528   4.17  |__Link Monitor
+00:00:10     1000         -      8835      0.00      0.00 2524532  339528   4.17  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00 2524532  339528   4.17  |__DOM Worker
+00:00:10     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:10     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:10     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+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     1000      8741         -         0         0  firefox
+00:00:10     1000         -      8741         0         0  |__firefox
+00:00:10     1000         -      8785         0         0  |__disk_cache:0
+00:00:10     1000         -      8789         0         0  |__Link Monitor
+00:00:10     1000         -      8835         3         0  |__ImgDecoder #1
+00:00:10     1000         -      9109         0         0  |__DOM Worker
+00:00:10     1000     21342         -         0         0  soffice.bin
+00:00:10     1000         -      8365         0         0  |__evolution-addre
+00:00:10     1000         -     21342         0         0  |__soffice.bin
+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     1000      8741         -     132      52  firefox
+00:00:10     1000         -      8741     132      52  |__firefox
+00:00:10     1000         -      8785     132      52  |__disk_cache:0
+00:00:10     1000         -      8789     132      52  |__Link Monitor
+00:00:10     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:10     1000         -      9109     132      52  |__DOM Worker
+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: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     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
+00:00:10     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:10     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:10     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:10     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:10     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+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     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
+00:00:10     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:10     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00  |__DOM Worker
+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: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     1000      8741         -      67       5  firefox
+00:00:10     1000         -      8741      67       5  |__firefox
+00:00:10     1000         -      8785       5       5  |__disk_cache:0
+00:00:10     1000         -      8789      70       5  |__Link Monitor
+00:00:10     1000         -      8835      70       5  |__ImgDecoder #1
+00:00:10     1000         -      9109      70       5  |__DOM Worker
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:10     1000         -      8741    0 NORMAL  |__firefox
+00:00:10     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:10     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:10     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:10     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:10     1000     21342         -    0 NORMAL  soffice.bin
+00:00:10     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:10     1000         -     21342    0 NORMAL  |__soffice.bin
+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     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
+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: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     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
+00:00:12     1000         -      8789         0         0         0  |__Link Monitor
+00:00:12     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:12     1000         -      9109         0         0         0  |__DOM Worker
+00:00:12     1000     21342         -         0         0         0  soffice.bin
+00:00:12     1000         -      8365         0         0         0  |__evolution-addre
+00:00:12     1000         -     21342         0         0         0  |__soffice.bin
+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     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
+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
+00:00:12     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:12     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:12     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+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     1000      8741         -         0         0  firefox
+00:00:12     1000         -      8741         0         0  |__firefox
+00:00:12     1000         -      8785         0         0  |__disk_cache:0
+00:00:12     1000         -      8789         0         0  |__Link Monitor
+00:00:12     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:12     1000         -      9109         0         0  |__DOM Worker
+00:00:12     1000     21342         -         0         0  soffice.bin
+00:00:12     1000         -      8365         0         0  |__evolution-addre
+00:00:12     1000         -     21342         0         0  |__soffice.bin
+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     1000      8741         -     132      52  firefox
+00:00:12     1000         -      8741     132      52  |__firefox
+00:00:12     1000         -      8785     132      52  |__disk_cache:0
+00:00:12     1000         -      8789     132      52  |__Link Monitor
+00:00:12     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:12     1000         -      9109     132      52  |__DOM Worker
+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: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     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
+00:00:12     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:12     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:12     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:12     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:12     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:12     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+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     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
+00:00:12     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:12     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:12     1000         -      9109      0.00      0.00  |__DOM Worker
+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: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     1000      8741         -      67       5  firefox
+00:00:12     1000         -      8741      67       5  |__firefox
+00:00:12     1000         -      8785       5       5  |__disk_cache:0
+00:00:12     1000         -      8789      71       5  |__Link Monitor
+00:00:12     1000         -      8835      71       5  |__ImgDecoder #1
+00:00:12     1000         -      9109      71       5  |__DOM Worker
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:12     1000         -      8741    0 NORMAL  |__firefox
+00:00:12     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:12     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:12     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:12     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:12     1000     21342         -    0 NORMAL  soffice.bin
+00:00:12     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:12     1000         -     21342    0 NORMAL  |__soffice.bin
+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:     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
+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:      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:     1000      8741         -         7         2         0  firefox
+Average:     1000         -      8741         5         0         0  |__firefox
+Average:     1000         -      8785         0 30744573456182583296         0  |__disk_cache:0
+Average:     1000         -      8789         0         0         0  |__Link Monitor
+Average:     1000         -      8835         0         0         0  |__ImgDecoder #1
+Average:     1000         -      9109         0         0         0  |__DOM Worker
+Average:     1000     21342         -         0         0         0  soffice.bin
+Average:     1000         -      8365         4         0         0  |__evolution-addre
+Average:     1000         -     21342         0         0         0  |__soffice.bin
+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:     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
+Average:     1000         -      8789      0.00      0.00 2531783  336674   4.13  |__Link Monitor
+Average:     1000         -      8835      0.10      0.00 2531783  336674   4.13  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00 2531785  336674   4.13  |__DOM Worker
+Average:     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+Average:     1000         -      8365      8.92      0.00 1264684   46212   0.57  |__evolution-addre
+Average:     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+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:     1000      8741         -         1         0  firefox
+Average:     1000         -      8741         1         0  |__firefox
+Average:     1000         -      8785 3074457345618034176 3074457345618258432  |__disk_cache:0
+Average:     1000         -      8789         0         0  |__Link Monitor
+Average:     1000         -      8835         0         0  |__ImgDecoder #1
+Average:     1000         -      9109         0         0  |__DOM Worker
+Average:     1000     21342         -         0         0  soffice.bin
+Average:     1000         -      8365        56         0  |__evolution-addre
+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:     1000      8741         -     132      52  firefox
+Average:     1000         -      8741     132      52  |__firefox
+Average:     1000         -      8785     132      52  |__disk_cache:0
+Average:     1000         -      8789     132      52  |__Link Monitor
+Average:     1000         -      8835     132      52  |__ImgDecoder #1
+Average:     1000         -      9109     132      52  |__DOM Worker
+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:      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:     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
+Average:     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+Average:     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+Average:     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+Average:     1000         -      8365      0.27      0.14      0.00       0  |__evolution-addre
+Average:     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+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:     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
+Average:     1000         -      8789      0.00      0.00  |__Link Monitor
+Average:     1000         -      8835      0.06      0.00  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00  |__DOM Worker
+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:      UID      TGID       TID threads   fd-nr  Command
+Average:     1000      8407         -       4       5  gnome-terminal-
+Average:     1000         -      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
+Average:     1000         -      8789      68       5  |__Link Monitor
+Average:     1000         -      8835      68       5  |__ImgDecoder #1
+Average:     1000         -      9109      68       5  |__DOM Worker
+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:      UID      TGID       TID prio policy  Command
+Average:     1000      8407         -    0 NORMAL  gnome-terminal-
+Average:     1000         -      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
+Average:     1000         -      8789    0 NORMAL  |__Link Monitor
+Average:     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+Average:     1000         -      9109    0 NORMAL  |__DOM Worker
+Average:     1000     21342         -    0 NORMAL  soffice.bin
+Average:     1000         -      8365    0 NORMAL  |__evolution-addre
+Average:     1000         -     21342    0 NORMAL  |__soffice.bin
+Average:     1000         -     21344    0 NORMAL  |__rtl_cache_wsupd
diff --git a/tests/expected1.pidstat-At-TCHILD b/tests/expected1.pidstat-At-TCHILD
new file mode 100644 (file)
index 0000000..7102736
--- /dev/null
@@ -0,0 +1,103 @@
+Linux 1.2.3-TEST (SYSSTAT.TEST)        01/01/70        _x86_64_        (8 CPU)
+
+00:00:00      UID      TGID       TID    usr-ms system-ms  guest-ms  Command
+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     1000         -      8741        10         0         0  |__firefox
+00:00:02     1000         -      9009        10         0         0  |__WebExtensions
+
+00:00:00      UID      TGID       TID minflt-nr majflt-nr  Command
+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     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     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
+
+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     1000      8741         -         5         0  firefox
+00:00:04     1000         -      8741         5         0  |__firefox
+00:00:04     1000         -      8364        13         0  |__dconf worker
+00:00:04     1000         -      8365       278         0  |__evolution-addre
+
+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     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
+
+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         -      8785 18446744073708206385 18446744073709551507  |__disk_cache:0
+00:00:06     1000      9009         -     24780        14  WebExtensions
+00:00:06     1000         -      9009     19171        10  |__WebExtensions
+00:00:06     1000         -      9033         1         0  |__ImageIO
+
+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     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
+
+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      9009         -       114         0  WebExtensions
+00:00:08     1000         -      9009       114         0  |__WebExtensions
+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: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: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-
+
+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:     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:     1000      8741         -         1         0  firefox
+Average:     1000         -      8741         1         0  |__firefox
+Average:     1000         -      8785 3074457345618034176 3074457345618258432  |__disk_cache:0
+Average:     1000         -      8835         0         0  |__ImgDecoder #1
+Average:     1000         -      8365        56         0  |__evolution-addre
diff --git a/tests/expected1.pidstat-At-TCHILD-ALL b/tests/expected1.pidstat-At-TCHILD-ALL
new file mode 100644 (file)
index 0000000..1dcd577
--- /dev/null
@@ -0,0 +1,239 @@
+Linux 1.2.3-TEST (SYSSTAT.TEST)        01/01/70        _x86_64_        (8 CPU)
+
+00:00:00      UID      TGID       TID    usr-ms system-ms  guest-ms  Command
+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     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
+00:00:02     1000         -      8789         0         0         0  |__Link Monitor
+00:00:02     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:02     1000         -      9109         0         0         0  |__DOM Worker
+00:00:02     1000      9009         -         0         0         0  WebExtensions
+00:00:02     1000         -      9009        10         0         0  |__WebExtensions
+00:00:02     1000         -      9029         0         0         0  |__Timer
+00:00:02     1000     21342         -         0         0         0  soffice.bin
+00:00:02     1000         -     21342         0         0         0  |__soffice.bin
+00:00:02     1000         -     21344         0         0         0  |__rtl_cache_wsupd
+00:00:02     1000         -     21350         0         0         0  |__gdbus
+
+00:00:00      UID      TGID       TID minflt-nr majflt-nr  Command
+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     1000      8741         -         0         0  firefox
+00:00:02     1000         -      8741         0         0  |__firefox
+00:00:02     1000         -      8785         0         0  |__JS Helper
+00:00:02     1000         -      8789         0         0  |__Link Monitor
+00:00:02     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:02     1000         -      9109         0         0  |__DOM Worker
+00:00:02     1000      9009         -         1         0  WebExtensions
+00:00:02     1000         -      9009         1         0  |__WebExtensions
+00:00:02     1000         -      9029         0         0  |__Timer
+00:00:02     1000     21342         -         0         0  soffice.bin
+00:00:02     1000         -     21342         0         0  |__soffice.bin
+00:00:02     1000         -     21344         0         0  |__rtl_cache_wsupd
+00:00:02     1000         -     21350         0         0  |__gdbus
+
+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         -     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     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
+00:00:04     1000         -      8789         0         0         0  |__Link Monitor
+00:00:04     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:04     1000         -      9109         0         0         0  |__DOM Worker
+00:00:04     1000     21342         -         0         0         0  soffice.bin
+00:00:04     1000         -      8364         0         0         0  |__dconf worker
+00:00:04     1000         -      8365        20         0         0  |__evolution-addre
+00:00:04     1000         -     21342         0         0         0  |__soffice.bin
+00:00:04     1000         -     21350         0         0         0  |__gdbus
+
+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         -     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     1000      8741         -         5         0  firefox
+00:00:04     1000         -      8741         5         0  |__firefox
+00:00:04     1000         -      8785         0         0  |__JS Helper
+00:00:04     1000         -      8789         0         0  |__Link Monitor
+00:00:04     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:04     1000         -      9109         0         0  |__DOM Worker
+00:00:04     1000     21342         -         0         0  soffice.bin
+00:00:04     1000         -      8364        13         0  |__dconf worker
+00:00:04     1000         -      8365       278         0  |__evolution-addre
+00:00:04     1000         -     21342         0         0  |__soffice.bin
+00:00:04     1000         -     21350         0         0  |__gdbus
+
+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     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
+00:00:06     1000         -      8789         0         0         0  |__Link Monitor
+00:00:06     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:06     1000         -      9109         0         0         0  |__DOM Worker
+00:00:06     1000      9009         -      4520      2220         0  WebExtensions
+00:00:06     1000         -      9009      3430      1010         0  |__WebExtensions
+00:00:06     1000         -      9033         0         0         0  |__ImageIO
+00:00:06     1000     21342         -         0         0         0  soffice.bin
+00:00:06     1000         -      8364         0         0         0  |__dconf worker
+00:00:06     1000         -      8365         0         0         0  |__evolution-addre
+00:00:06     1000         -     21342         0         0         0  |__soffice.bin
+
+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     1000      8741         -         0         0  firefox
+00:00:06     1000         -      8741         0         0  |__firefox
+00:00:06     1000         -      8785 18446744073708206385 18446744073709551507  |__disk_cache:0
+00:00:06     1000         -      8789         0         0  |__Link Monitor
+00:00:06     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:06     1000         -      9109         0         0  |__DOM Worker
+00:00:06     1000      9009         -     24780        14  WebExtensions
+00:00:06     1000         -      9009     19171        10  |__WebExtensions
+00:00:06     1000         -      9033         1         0  |__ImageIO
+00:00:06     1000     21342         -         0         0  soffice.bin
+00:00:06     1000         -      8364         0         0  |__dconf worker
+00:00:06     1000         -      8365         0         0  |__evolution-addre
+00:00:06     1000         -     21342         0         0  |__soffice.bin
+
+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     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
+00:00:08     1000         -      8789         0         0         0  |__Link Monitor
+00:00:08     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:08     1000         -      9109         0         0         0  |__DOM Worker
+00:00:08     1000      9009         -        10        10         0  WebExtensions
+00:00:08     1000         -      9009        10        10         0  |__WebExtensions
+00:00:08     1000         -      9033         0         0         0  |__ImageIO
+00:00:08     1000     21342         -         0         0         0  soffice.bin
+00:00:08     1000         -      8364         0         0         0  |__dconf worker
+00:00:08     1000         -      8365         0         0         0  |__evolution-addre
+00:00:08     1000         -     21342         0         0         0  |__soffice.bin
+00:00:08     1000         -     21344       100        40         0  |__rtl_cache_wsupd
+
+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     1000      8741         -         0         0  firefox
+00:00:08     1000         -      8741         0         0  |__firefox
+00:00:08     1000         -      8785         0         0  |__disk_cache:0
+00:00:08     1000         -      8789         0         0  |__Link Monitor
+00:00:08     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:08     1000         -      9109         0         0  |__DOM Worker
+00:00:08     1000      9009         -       114         0  WebExtensions
+00:00:08     1000         -      9009       114         0  |__WebExtensions
+00:00:08     1000         -      9033         0         0  |__ImageIO
+00:00:08     1000     21342         -         0         0  soffice.bin
+00:00:08     1000         -      8364         0         0  |__dconf worker
+00:00:08     1000         -      8365         0         0  |__evolution-addre
+00:00:08     1000         -     21342         0         0  |__soffice.bin
+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     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
+00:00:10     1000         -      8789         0         0         0  |__Link Monitor
+00:00:10     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:10     1000         -      9109         0         0         0  |__DOM Worker
+00:00:10     1000     21342         -         0         0         0  soffice.bin
+00:00:10     1000         -      8365         0         0         0  |__evolution-addre
+00:00:10     1000         -     21342         0         0         0  |__soffice.bin
+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     1000      8741         -         0         0  firefox
+00:00:10     1000         -      8741         0         0  |__firefox
+00:00:10     1000         -      8785         0         0  |__disk_cache:0
+00:00:10     1000         -      8789         0         0  |__Link Monitor
+00:00:10     1000         -      8835         3         0  |__ImgDecoder #1
+00:00:10     1000         -      9109         0         0  |__DOM Worker
+00:00:10     1000     21342         -         0         0  soffice.bin
+00:00:10     1000         -      8365         0         0  |__evolution-addre
+00:00:10     1000         -     21342         0         0  |__soffice.bin
+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     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
+00:00:12     1000         -      8789         0         0         0  |__Link Monitor
+00:00:12     1000         -      8835         0         0         0  |__ImgDecoder #1
+00:00:12     1000         -      9109         0         0         0  |__DOM Worker
+00:00:12     1000     21342         -         0         0         0  soffice.bin
+00:00:12     1000         -      8365         0         0         0  |__evolution-addre
+00:00:12     1000         -     21342         0         0         0  |__soffice.bin
+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     1000      8741         -         0         0  firefox
+00:00:12     1000         -      8741         0         0  |__firefox
+00:00:12     1000         -      8785         0         0  |__disk_cache:0
+00:00:12     1000         -      8789         0         0  |__Link Monitor
+00:00:12     1000         -      8835         0         0  |__ImgDecoder #1
+00:00:12     1000         -      9109         0         0  |__DOM Worker
+00:00:12     1000     21342         -         0         0  soffice.bin
+00:00:12     1000         -      8365         0         0  |__evolution-addre
+00:00:12     1000         -     21342         0         0  |__soffice.bin
+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:     1000      8741         -         7         2         0  firefox
+Average:     1000         -      8741         5         0         0  |__firefox
+Average:     1000         -      8785         0 30744573456182583296         0  |__disk_cache:0
+Average:     1000         -      8789         0         0         0  |__Link Monitor
+Average:     1000         -      8835         0         0         0  |__ImgDecoder #1
+Average:     1000         -      9109         0         0         0  |__DOM Worker
+Average:     1000     21342         -         0         0         0  soffice.bin
+Average:     1000         -      8365         4         0         0  |__evolution-addre
+Average:     1000         -     21342         0         0         0  |__soffice.bin
+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:     1000      8741         -         1         0  firefox
+Average:     1000         -      8741         1         0  |__firefox
+Average:     1000         -      8785 3074457345618034176 3074457345618258432  |__disk_cache:0
+Average:     1000         -      8789         0         0  |__Link Monitor
+Average:     1000         -      8835         0         0  |__ImgDecoder #1
+Average:     1000         -      9109         0         0  |__DOM Worker
+Average:     1000     21342         -         0         0  soffice.bin
+Average:     1000         -      8365        56         0  |__evolution-addre
+Average:     1000         -     21342         0         0  |__soffice.bin
+Average:     1000         -     21344         0         0  |__rtl_cache_wsupd
diff --git a/tests/expected1.pidstat-At-TTASK b/tests/expected1.pidstat-At-TTASK
new file mode 100644 (file)
index 0000000..d20bb7a
--- /dev/null
@@ -0,0 +1,288 @@
+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     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
+
+00:00:00      UID      TGID       TID  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         -      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     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
+00:00:02     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:02     1000      9009         -      0.03      0.00 1744508  105628   1.30  WebExtensions
+00:00:02     1000         -      9009      0.03      0.00 1744508  105628   1.30  |__WebExtensions
+
+00:00:00      UID      TGID       TID StkSize  StkRef  Command
+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:00      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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:00      UID      TGID       TID   cswch/s nvcswch/s  Command
+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     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
+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      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:00      UID      TGID       TID prio policy  Command
+
+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     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: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     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
+00:00:04     1000         -      8365      8.90      0.00 1264684   46212   0.57  |__evolution-addre
+
+00:00:02      UID      TGID       TID StkSize  StkRef  Command
+00:00:04     1000         -      8364     132      36  |__dconf worker
+00:00:04     1000         -      8365     132      36  |__evolution-addre
+
+00:00:02      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:04     1000         -     10334      0.00      0.00      0.00       0  |__dconf worker
+00:00:04     1000         -      8364      0.13      0.01      0.00       0  |__dconf worker
+00:00:04     1000         -      8365      0.27      0.14      0.00       0  |__evolution-addre
+
+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     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
+00:00:04     1000         -      8365      0.45      0.03  |__evolution-addre
+
+00:00:02      UID      TGID       TID threads   fd-nr  Command
+00:00:04     1000         -      8364       5       5  |__dconf worker
+00:00:04     1000         -      8365       5       5  |__evolution-addre
+
+00:00:02      UID      TGID       TID prio policy  Command
+
+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     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
+
+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         -      8785 479136209706741376.00 479136209706741632.00 1432632   51352   0.63  |__disk_cache:0
+00:00:06     1000         -      9109      0.00      0.00 2535720  335804   4.12  |__DOM Worker
+00:00:06     1000      9009         -    643.64      0.36 1744508  105628   1.30  WebExtensions
+00:00:06     1000         -      9009    497.95      0.26 1744508  105628   1.30  |__WebExtensions
+00:00:06     1000         -      9033      0.03      0.00 1744508  105628   1.30  |__ImageIO
+
+00:00:04      UID      TGID       TID StkSize  StkRef  Command
+00:00:06     1000      9009         -     132      20  WebExtensions
+00:00:06     1000         -      9009     132      20  |__WebExtensions
+00:00:06     1000         -      9033     132      20  |__ImageIO
+
+00:00:04      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:06     1000         -      8785 467906454791736.25      0.05      0.00 18446744073709551611  |__disk_cache:0
+00:00:06     1000      9009         -     30.65      0.00      0.00      69  WebExtensions
+00:00:06     1000         -      9009     24.52      0.00      0.00      69  |__WebExtensions
+00:00:06     1000         -      8364      0.05      0.00      0.00       0  |__dconf worker
+
+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     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
+00:00:06     1000         -      9033      0.03      0.00  |__ImageIO
+
+00:00:04      UID      TGID       TID threads   fd-nr  Command
+00:00:06     1000         -      8785       5       5  |__disk_cache:0
+00:00:06     1000         -      8789      66       5  |__Link Monitor
+00:00:06     1000         -      8835      66       5  |__ImgDecoder #1
+00:00:06     1000         -      9109      66       5  |__DOM Worker
+00:00:06     1000      9009         -      32       5  WebExtensions
+00:00:06     1000         -      9009      32       5  |__WebExtensions
+00:00:06     1000         -      9033      32       5  |__ImageIO
+
+00:00:04      UID      TGID       TID prio policy  Command
+00:00:06     1000         -      8785    0   IDLE  |__disk_cache:0
+
+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     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: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         -      8789      0.00      0.00 2524288  330644   4.06  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00 2524288  330644   4.06  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00 2524288  330644   4.06  |__DOM Worker
+00:00:08     1000      9009         -      5.09      0.00 1744508  106108   1.30  WebExtensions
+00:00:08     1000         -      9009      5.09      0.00 1744508  106108   1.30  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00 1744508  106108   1.30  |__ImageIO
+00:00:08     1000         -     21344      0.40      0.00 1790688  439484   5.40  |__rtl_cache_wsupd
+
+00:00:06      UID      TGID       TID StkSize  StkRef  Command
+00:00:08     1000         -     21344     132      36  |__rtl_cache_wsupd
+
+00:00:06      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+00:00:08     1000         -      8785      0.00      0.00      0.00       0  |__disk_cache:0
+00:00:08     1000         -      8364      0.00      0.00      0.00       0  |__dconf worker
+
+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     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
+
+00:00:06      UID      TGID       TID threads   fd-nr  Command
+00:00:08     1000         -      8789      69       5  |__Link Monitor
+00:00:08     1000         -      8835      69       5  |__ImgDecoder #1
+00:00:08     1000         -      9109      69       5  |__DOM Worker
+00:00:08     1000         -     21344       6       5  |__rtl_cache_wsupd
+
+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: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
+00:00:10     1000         -      8835      0.00      0.00 2524532  339528   4.17  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00 2524532  339528   4.17  |__DOM Worker
+
+00:00:08      UID      TGID       TID StkSize  StkRef  Command
+
+00:00:08      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+
+00:00:08      UID      TGID       TID threads   fd-nr  Command
+00:00:10     1000         -      8789      70       5  |__Link Monitor
+00:00:10     1000         -      8835      70       5  |__ImgDecoder #1
+00:00:10     1000         -      9109      70       5  |__DOM Worker
+
+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: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     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
+
+00:00:10      UID      TGID       TID StkSize  StkRef  Command
+
+00:00:10      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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:10      UID      TGID       TID threads   fd-nr  Command
+00:00:12     1000         -      8789      71       5  |__Link Monitor
+00:00:12     1000         -      8835      71       5  |__ImgDecoder #1
+00:00:12     1000         -      9109      71       5  |__DOM Worker
+
+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:     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:     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
+Average:     1000         -      8789      0.00      0.00 2531783  336674   4.13  |__Link Monitor
+Average:     1000         -      8835      0.10      0.00 2531783  336674   4.13  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00 2531785  336674   4.13  |__DOM Worker
+Average:     1000         -      8365      8.92      0.00 1264684   46212   0.57  |__evolution-addre
+
+Average:      UID      TGID       TID StkSize  StkRef  Command
+Average:     1000         -      8365     132      36  |__evolution-addre
+
+Average:      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+Average:     1000         -      8785 577940279418731.00      0.06      0.00 3074457345618258432  |__disk_cache:0
+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:     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
+Average:     1000         -      8835      0.06      0.00  |__ImgDecoder #1
+Average:     1000         -      8365      0.45      0.03  |__evolution-addre
+
+Average:      UID      TGID       TID threads   fd-nr  Command
+Average:     1000         -      8785      26       5  |__disk_cache:0
+Average:     1000         -      8789      68       5  |__Link Monitor
+Average:     1000         -      8835      68       5  |__ImgDecoder #1
+Average:     1000         -      9109      68       5  |__DOM Worker
+Average:     1000         -      8365       5       5  |__evolution-addre
+
+Average:      UID      TGID       TID prio policy  Command
+Average:     1000         -      8785    0   IDLE  |__disk_cache:0
diff --git a/tests/expected1.pidstat-At-TTASK-ALL b/tests/expected1.pidstat-At-TTASK-ALL
new file mode 100644 (file)
index 0000000..0e8963f
--- /dev/null
@@ -0,0 +1,834 @@
+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         -     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     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     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: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:00      UID      TGID       TID  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         -      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     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
+00:00:02     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:02     1000         -      9109      0.00      0.00 2535728  335804   4.12  |__DOM Worker
+00:00:02     1000      9009         -      0.03      0.00 1744508  105628   1.30  WebExtensions
+00:00:02     1000         -      9009      0.03      0.00 1744508  105628   1.30  |__WebExtensions
+00:00:02     1000         -      9029      0.00      0.00 1744508  105628   1.30  |__Timer
+00:00:02     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:02     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+00:00:02     1000         -     21344      0.00      0.00 1790688  439484   5.40  |__rtl_cache_wsupd
+00:00:02     1000         -     21350      0.00      0.00 1790688  439484   5.40  |__gdbus
+
+00:00:00      UID      TGID       TID StkSize  StkRef  Command
+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     1000      8741         -     132      52  firefox
+00:00:02     1000         -      8741     132      52  |__firefox
+00:00:02     1000         -      8785     132      52  |__JS Helper
+00:00:02     1000         -      8789     132      52  |__Link Monitor
+00:00:02     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:02     1000         -      9109     132      52  |__DOM Worker
+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: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:00      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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     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
+00:00:02     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:02     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:02     1000      9009         -      0.00      0.00      0.00       0  WebExtensions
+00:00:02     1000         -      9009      0.00      0.00      0.00       0  |__WebExtensions
+00:00:02     1000         -      9029      0.00      0.00      0.00       0  |__Timer
+00:00:02     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:02     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+00:00:02     1000         -     21344      0.00      0.00      0.00       0  |__rtl_cache_wsupd
+00:00:02     1000         -     21350      0.00      0.00      0.00       0  |__gdbus
+
+00:00:00      UID      TGID       TID   cswch/s nvcswch/s  Command
+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     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
+00:00:02     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:02     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:02     1000         -      9109      0.00      0.00  |__DOM Worker
+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: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:00      UID      TGID       TID threads   fd-nr  Command
+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     1000      8741         -      67       5  firefox
+00:00:02     1000         -      8741      67       5  |__firefox
+00:00:02     1000         -      8785      67       5  |__JS Helper
+00:00:02     1000         -      8789      67       5  |__Link Monitor
+00:00:02     1000         -      8835      67       5  |__ImgDecoder #1
+00:00:02     1000         -      9109      67       5  |__DOM Worker
+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     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:00      UID      TGID       TID prio policy  Command
+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     1000      8741         -    0 NORMAL  firefox
+00:00:02     1000         -      8741    0 NORMAL  |__firefox
+00:00:02     1000         -      8785    0 NORMAL  |__JS Helper
+00:00:02     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:02     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:02     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:02     1000      9009         -    0 NORMAL  WebExtensions
+00:00:02     1000         -      9009    0 NORMAL  |__WebExtensions
+00:00:02     1000         -      9029    0 NORMAL  |__Timer
+00:00:02     1000     21342         -    0 NORMAL  soffice.bin
+00:00:02     1000         -     21342    0 NORMAL  |__soffice.bin
+00:00:02     1000         -     21344    0 NORMAL  |__rtl_cache_wsupd
+00:00:02     1000         -     21350    0 NORMAL  |__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  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     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     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: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         -     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     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
+00:00:04     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:04     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:04     1000         -      9109      0.00      0.00 2535728  335804   4.12  |__DOM Worker
+00:00:04     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:04     1000         -      8364      0.42      0.00 1264684   46212   0.57  |__dconf worker
+00:00:04     1000         -      8365      8.90      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:04     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+00:00:04     1000         -     21350      0.00      0.00 1790688  439484   5.40  |__gdbus
+
+00:00:02      UID      TGID       TID StkSize  StkRef  Command
+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     1000      8741         -     132      52  firefox
+00:00:04     1000         -      8741     132      52  |__firefox
+00:00:04     1000         -      8785     132      52  |__JS Helper
+00:00:04     1000         -      8789     132      52  |__Link Monitor
+00:00:04     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:04     1000         -      9109     132      52  |__DOM Worker
+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:02      UID      TGID       TID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+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     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
+00:00:04     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:04     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:04     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:04     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:04     1000         -      8364      0.13      0.01      0.00       0  |__dconf worker
+00:00:04     1000         -      8365      0.27      0.14      0.00       0  |__evolution-addre
+00:00:04     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+00:00:04     1000         -     21350      0.00      0.00      0.00       0  |__gdbus
+
+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         -     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     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
+00:00:04     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:04     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:04     1000         -      9109      0.00      0.00  |__DOM Worker
+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:02      UID      TGID       TID threads   fd-nr  Command
+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     1000      8741         -      67       5  firefox
+00:00:04     1000         -      8741      67       5  |__firefox
+00:00:04     1000         -      8785      67       5  |__JS Helper
+00:00:04     1000         -      8789      67       5  |__Link Monitor
+00:00:04     1000         -      8835      67       5  |__ImgDecoder #1
+00:00:04     1000         -      9109      67       5  |__DOM Worker
+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:02      UID      TGID       TID prio policy  Command
+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     1000      8741         -    0 NORMAL  firefox
+00:00:04     1000         -      8741    0 NORMAL  |__firefox
+00:00:04     1000         -      8785    0 NORMAL  |__JS Helper
+00:00:04     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:04     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:04     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:04     1000     21342         -    0 NORMAL  soffice.bin
+00:00:04     1000         -      8364    0 NORMAL  |__dconf worker
+00:00:04     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:04     1000         -     21342    0 NORMAL  |__soffice.bin
+00:00:04     1000         -     21350    0 NORMAL  |__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  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     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     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     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  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: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     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
+00:00:06     1000         -      8789      0.00      0.00 2535720  335804   4.12  |__Link Monitor
+00:00:06     1000         -      8835      0.00      0.00 2535720  335804   4.12  |__ImgDecoder #1
+00:00:06     1000         -      9109      0.00      0.00 2535720  335804   4.12  |__DOM Worker
+00:00:06     1000      9009         -    643.64      0.36 1744508  105628   1.30  WebExtensions
+00:00:06     1000         -      9009    497.95      0.26 1744508  105628   1.30  |__WebExtensions
+00:00:06     1000         -      9033      0.03      0.00 1744508  105628   1.30  |__ImageIO
+00:00:06     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:06     1000         -      8364      0.00      0.00 1264684   46212   0.57  |__dconf worker
+00:00:06     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:06     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+
+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     1000      8741         -     132      52  firefox
+00:00:06     1000         -      8741     132      52  |__firefox
+00:00:06     1000         -      8785     132      52  |__disk_cache:0
+00:00:06     1000         -      8789     132      52  |__Link Monitor
+00:00:06     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:06     1000         -      9109     132      52  |__DOM Worker
+00:00:06     1000      9009         -     132      20  WebExtensions
+00:00:06     1000         -      9009     132      20  |__WebExtensions
+00:00:06     1000         -      9033     132      20  |__ImageIO
+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: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     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
+00:00:06     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:06     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:06     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:06     1000      9009         -     30.65      0.00      0.00      69  WebExtensions
+00:00:06     1000         -      9009     24.52      0.00      0.00      69  |__WebExtensions
+00:00:06     1000         -      9033      0.00      0.00      0.00       0  |__ImageIO
+00:00:06     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:06     1000         -      8364      0.05      0.00      0.00       0  |__dconf worker
+00:00:06     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:06     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+
+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     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
+00:00:06     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:06     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:06     1000         -      9109      0.00      0.00  |__DOM Worker
+00:00:06     1000      9009         -    629.38     11.90  WebExtensions
+00:00:06     1000         -      9009    629.38     11.90  |__WebExtensions
+00:00:06     1000         -      9033      0.03      0.00  |__ImageIO
+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: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     1000      8741         -      67       5  firefox
+00:00:06     1000         -      8741      67       5  |__firefox
+00:00:06     1000         -      8785       5       5  |__disk_cache:0
+00:00:06     1000         -      8789      66       5  |__Link Monitor
+00:00:06     1000         -      8835      66       5  |__ImgDecoder #1
+00:00:06     1000         -      9109      66       5  |__DOM Worker
+00:00:06     1000      9009         -      32       5  WebExtensions
+00:00:06     1000         -      9009      32       5  |__WebExtensions
+00:00:06     1000         -      9033      32       5  |__ImageIO
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:06     1000         -      8741    0 NORMAL  |__firefox
+00:00:06     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:06     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:06     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:06     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:06     1000      9009         -    0 NORMAL  WebExtensions
+00:00:06     1000         -      9009    0 NORMAL  |__WebExtensions
+00:00:06     1000         -      9033    0 NORMAL  |__ImageIO
+00:00:06     1000     21342         -    0 NORMAL  soffice.bin
+00:00:06     1000         -      8364    0 NORMAL  |__dconf worker
+00:00:06     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:06     1000         -     21342    0 NORMAL  |__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  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     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     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     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  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: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     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
+00:00:08     1000         -      8789      0.00      0.00 2524288  330644   4.06  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00 2524288  330644   4.06  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00 2524288  330644   4.06  |__DOM Worker
+00:00:08     1000      9009         -      5.09      0.00 1744508  106108   1.30  WebExtensions
+00:00:08     1000         -      9009      5.09      0.00 1744508  106108   1.30  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00 1744508  106108   1.30  |__ImageIO
+00:00:08     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:08     1000         -      8364      0.00      0.00 1264684   46212   0.57  |__dconf worker
+00:00:08     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:08     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+00:00:08     1000         -     21344      0.40      0.00 1790688  439484   5.40  |__rtl_cache_wsupd
+
+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     1000      8741         -     132      52  firefox
+00:00:08     1000         -      8741     132      52  |__firefox
+00:00:08     1000         -      8785     132      52  |__disk_cache:0
+00:00:08     1000         -      8789     132      52  |__Link Monitor
+00:00:08     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:08     1000         -      9109     132      52  |__DOM Worker
+00:00:08     1000      9009         -     132      20  WebExtensions
+00:00:08     1000         -      9009     132      20  |__WebExtensions
+00:00:08     1000         -      9033     132      20  |__ImageIO
+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: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     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
+00:00:08     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:08     1000      9009         -      0.00      0.00      0.00       0  WebExtensions
+00:00:08     1000         -      9009      0.00      0.00      0.00       0  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00      0.00       0  |__ImageIO
+00:00:08     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:08     1000         -      8364      0.00      0.00      0.00       0  |__dconf worker
+00:00:08     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:08     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+00:00:08     1000         -     21344      0.00      0.00      0.00       0  |__rtl_cache_wsupd
+
+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     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
+00:00:08     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:08     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:08     1000         -      9109      0.00      0.00  |__DOM Worker
+00:00:08     1000      9009         -      2.81      0.04  WebExtensions
+00:00:08     1000         -      9009      2.81      0.04  |__WebExtensions
+00:00:08     1000         -      9033      0.00      0.00  |__ImageIO
+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: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     1000      8741         -      67       5  firefox
+00:00:08     1000         -      8741      67       5  |__firefox
+00:00:08     1000         -      8785       5       5  |__disk_cache:0
+00:00:08     1000         -      8789      69       5  |__Link Monitor
+00:00:08     1000         -      8835      69       5  |__ImgDecoder #1
+00:00:08     1000         -      9109      69       5  |__DOM Worker
+00:00:08     1000      9009         -      32       5  WebExtensions
+00:00:08     1000         -      9009      32       5  |__WebExtensions
+00:00:08     1000         -      9033      32       5  |__ImageIO
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:08     1000         -      8741    0 NORMAL  |__firefox
+00:00:08     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:08     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:08     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:08     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:08     1000      9009         -    0 NORMAL  WebExtensions
+00:00:08     1000         -      9009    0 NORMAL  |__WebExtensions
+00:00:08     1000         -      9033    0 NORMAL  |__ImageIO
+00:00:08     1000     21342         -    0 NORMAL  soffice.bin
+00:00:08     1000         -      8364    0 NORMAL  |__dconf worker
+00:00:08     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:08     1000         -     21342    0 NORMAL  |__soffice.bin
+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     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     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: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     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
+00:00:10     1000         -      8789      0.00      0.00 2524532  339528   4.17  |__Link Monitor
+00:00:10     1000         -      8835      0.00      0.00 2524532  339528   4.17  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00 2524532  339528   4.17  |__DOM Worker
+00:00:10     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:10     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:10     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+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     1000      8741         -     132      52  firefox
+00:00:10     1000         -      8741     132      52  |__firefox
+00:00:10     1000         -      8785     132      52  |__disk_cache:0
+00:00:10     1000         -      8789     132      52  |__Link Monitor
+00:00:10     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:10     1000         -      9109     132      52  |__DOM Worker
+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: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     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
+00:00:10     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:10     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:10     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:10     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:10     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+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     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
+00:00:10     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:10     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:10     1000         -      9109      0.00      0.00  |__DOM Worker
+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: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     1000      8741         -      67       5  firefox
+00:00:10     1000         -      8741      67       5  |__firefox
+00:00:10     1000         -      8785       5       5  |__disk_cache:0
+00:00:10     1000         -      8789      70       5  |__Link Monitor
+00:00:10     1000         -      8835      70       5  |__ImgDecoder #1
+00:00:10     1000         -      9109      70       5  |__DOM Worker
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:10     1000         -      8741    0 NORMAL  |__firefox
+00:00:10     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:10     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:10     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:10     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:10     1000     21342         -    0 NORMAL  soffice.bin
+00:00:10     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:10     1000         -     21342    0 NORMAL  |__soffice.bin
+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     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
+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: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     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
+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
+00:00:12     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+00:00:12     1000         -      8365      0.00      0.00 1264684   46212   0.57  |__evolution-addre
+00:00:12     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+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     1000      8741         -     132      52  firefox
+00:00:12     1000         -      8741     132      52  |__firefox
+00:00:12     1000         -      8785     132      52  |__disk_cache:0
+00:00:12     1000         -      8789     132      52  |__Link Monitor
+00:00:12     1000         -      8835     132      52  |__ImgDecoder #1
+00:00:12     1000         -      9109     132      52  |__DOM Worker
+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: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     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
+00:00:12     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+00:00:12     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+00:00:12     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+00:00:12     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+00:00:12     1000         -      8365      0.00      0.00      0.00       0  |__evolution-addre
+00:00:12     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+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     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
+00:00:12     1000         -      8789      0.00      0.00  |__Link Monitor
+00:00:12     1000         -      8835      0.00      0.00  |__ImgDecoder #1
+00:00:12     1000         -      9109      0.00      0.00  |__DOM Worker
+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: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     1000      8741         -      67       5  firefox
+00:00:12     1000         -      8741      67       5  |__firefox
+00:00:12     1000         -      8785       5       5  |__disk_cache:0
+00:00:12     1000         -      8789      71       5  |__Link Monitor
+00:00:12     1000         -      8835      71       5  |__ImgDecoder #1
+00:00:12     1000         -      9109      71       5  |__DOM Worker
+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: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     1000      8741         -    0 NORMAL  firefox
+00:00:12     1000         -      8741    0 NORMAL  |__firefox
+00:00:12     1000         -      8785    0   IDLE  |__disk_cache:0
+00:00:12     1000         -      8789    0 NORMAL  |__Link Monitor
+00:00:12     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+00:00:12     1000         -      9109    0 NORMAL  |__DOM Worker
+00:00:12     1000     21342         -    0 NORMAL  soffice.bin
+00:00:12     1000         -      8365    0 NORMAL  |__evolution-addre
+00:00:12     1000         -     21342    0 NORMAL  |__soffice.bin
+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:     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
+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:      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:     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
+Average:     1000         -      8789      0.00      0.00 2531783  336674   4.13  |__Link Monitor
+Average:     1000         -      8835      0.10      0.00 2531783  336674   4.13  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00 2531785  336674   4.13  |__DOM Worker
+Average:     1000     21342         -      0.00      0.00 1790688  439484   5.40  soffice.bin
+Average:     1000         -      8365      8.92      0.00 1264684   46212   0.57  |__evolution-addre
+Average:     1000         -     21342      0.00      0.00 1790688  439484   5.40  |__soffice.bin
+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:     1000      8741         -     132      52  firefox
+Average:     1000         -      8741     132      52  |__firefox
+Average:     1000         -      8785     132      52  |__disk_cache:0
+Average:     1000         -      8789     132      52  |__Link Monitor
+Average:     1000         -      8835     132      52  |__ImgDecoder #1
+Average:     1000         -      9109     132      52  |__DOM Worker
+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:      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:     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
+Average:     1000         -      8789      0.00      0.00      0.00       0  |__Link Monitor
+Average:     1000         -      8835      0.00      0.00      0.00       0  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00      0.00       0  |__DOM Worker
+Average:     1000     21342         -      0.00      0.00      0.00       0  soffice.bin
+Average:     1000         -      8365      0.27      0.14      0.00       0  |__evolution-addre
+Average:     1000         -     21342      0.00      0.00      0.00       0  |__soffice.bin
+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:     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
+Average:     1000         -      8789      0.00      0.00  |__Link Monitor
+Average:     1000         -      8835      0.06      0.00  |__ImgDecoder #1
+Average:     1000         -      9109      0.00      0.00  |__DOM Worker
+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:      UID      TGID       TID threads   fd-nr  Command
+Average:     1000      8407         -       4       5  gnome-terminal-
+Average:     1000         -      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
+Average:     1000         -      8789      68       5  |__Link Monitor
+Average:     1000         -      8835      68       5  |__ImgDecoder #1
+Average:     1000         -      9109      68       5  |__DOM Worker
+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:      UID      TGID       TID prio policy  Command
+Average:     1000      8407         -    0 NORMAL  gnome-terminal-
+Average:     1000         -      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
+Average:     1000         -      8789    0 NORMAL  |__Link Monitor
+Average:     1000         -      8835    0 NORMAL  |__ImgDecoder #1
+Average:     1000         -      9109    0 NORMAL  |__DOM Worker
+Average:     1000     21342         -    0 NORMAL  soffice.bin
+Average:     1000         -      8365    0 NORMAL  |__evolution-addre
+Average:     1000         -     21342    0 NORMAL  |__soffice.bin
+Average:     1000         -     21344    0 NORMAL  |__rtl_cache_wsupd
diff --git a/tests/expected1.pidstat-d-TTASK b/tests/expected1.pidstat-d-TTASK
new file mode 100644 (file)
index 0000000..ea6be72
--- /dev/null
@@ -0,0 +1,12 @@
+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:01     1000      7900    411.81      2.82      0.00     253  gnome-shell
+
+00:00:01      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
+
+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
+
+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