From 11890f31b1bc57b1d16d7bd8c9a8c769e1aa5b97 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 27 Jul 2025 16:18:30 +0200 Subject: [PATCH] Update docs --- docs/api/python.rst | 11766 +++++++++++++++++++---------------------- docs/api/restful.rst | 789 ++- docs/faq.rst | 10 + docs/man/glances.1 | 2 +- 4 files changed, 5768 insertions(+), 6799 deletions(-) diff --git a/docs/api/python.rst b/docs/api/python.rst index 8352ed1c..1db821b6 100644 --- a/docs/api/python.rst +++ b/docs/api/python.rst @@ -22,43 +22,43 @@ use the following code: >>> gl = api.GlancesAPI() >>> gl.cpu {'cpucore': 16, - 'ctx_switches': 1509164271, + 'ctx_switches': 134429472, 'guest': 0.0, - 'idle': 92.7, - 'interrupts': 814674461, - 'iowait': 0.8, + 'idle': 85.0, + 'interrupts': 78024545, + 'iowait': 0.7, 'irq': 0.0, 'nice': 0.0, - 'soft_interrupts': 281158828, + 'soft_interrupts': 40587496, 'steal': 0.0, 'syscalls': 0, - 'system': 4.3, - 'total': 6.3, - 'user': 2.2} + 'system': 7.6, + 'total': 15.5, + 'user': 6.7} >>> gl.cpu["total"] - 6.3 + 15.5 If the stats return a list of items (like network interfaces or processes), you can access them by their name: .. code-block:: python - ['wlp0s20f3', 'veth620fda1'] + ['wlp0s20f3', 'ipv6leakintrf0', 'pvpnksintrf0'] >>> gl.network["wlp0s20f3"] {'alias': None, - 'bytes_all': 106, - 'bytes_all_gauge': 8061991911, - 'bytes_all_rate_per_sec': 1395.0, + 'bytes_all': 0, + 'bytes_all_gauge': 15386705726, + 'bytes_all_rate_per_sec': 0.0, 'bytes_recv': 0, - 'bytes_recv_gauge': 6204039145, + 'bytes_recv_gauge': 14056592911, 'bytes_recv_rate_per_sec': 0.0, - 'bytes_sent': 106, - 'bytes_sent_gauge': 1857952766, - 'bytes_sent_rate_per_sec': 1395.0, + 'bytes_sent': 0, + 'bytes_sent_gauge': 1330112815, + 'bytes_sent_rate_per_sec': 0.0, 'interface_name': 'wlp0s20f3', 'key': 'interface_name', 'speed': 0, - 'time_since_update': 0.0759739875793457} + 'time_since_update': 0.14711403846740723} Init Glances Python API ----------------------- @@ -91,30 +91,17 @@ Alert stats: >>> gl.alert Return a object >>> gl.alert - [{'avg': 99.9650001192094, - 'begin': 1752336666, + [{'avg': 73.54693238718207, + 'begin': 1753625887, 'count': 2, 'desc': '', 'end': -1, - 'global_msg': 'High swap (paging) usage', - 'max': 99.9650001192094, - 'min': 99.9650001192094, - 'sort': 'memory_percent', - 'state': 'CRITICAL', - 'sum': 199.9300002384188, - 'top': ['code', 'cloudcode_cli', 'code'], - 'type': 'MEMSWAP'}, - {'avg': 71.70715598215824, - 'begin': 1752336666, - 'count': 2, - 'desc': '', - 'end': -1, - 'global_msg': 'High swap (paging) usage', - 'max': 71.79275809148201, - 'min': 71.62155387283447, + 'global_msg': 'High memory consumption', + 'max': 73.61410247616435, + 'min': 73.47976229819977, 'sort': 'memory_percent', 'state': 'WARNING', - 'sum': 143.41431196431648, + 'sum': 147.09386477436414, 'top': [], 'type': 'MEM'}] @@ -151,14 +138,7 @@ Ports stats: >>> gl.ports Return a object >>> gl.ports - [{'description': 'DefaultGateway', - 'host': '192.168.0.254', - 'indice': 'port_0', - 'port': 0, - 'refresh': 30, - 'rtt_warning': None, - 'status': 0.003253, - 'timeout': 3}] + [] Ports fields description: @@ -198,10 +178,10 @@ Diskio stats: >>> gl.diskio["nvme0n1"] {'disk_name': 'nvme0n1', 'key': 'disk_name', - 'read_bytes': 39259638784, - 'read_count': 2278902, - 'write_bytes': 78744810496, - 'write_count': 6597606} + 'read_bytes': 34435546624, + 'read_count': 525204, + 'write_bytes': 19894150144, + 'write_count': 547870} Diskio fields description: @@ -231,32 +211,7 @@ Containers stats: >>> gl.containers Return a object >>> gl.containers - Return a dict of dict with key= - >>> gl.containers.keys() - ['timescaledb-for-glances'] - >>> gl.containers["timescaledb-for-glances"] - {'command': '/docker-entrypoint.sh postgres', - 'cpu': {'total': 0.0}, - 'cpu_percent': 0.0, - 'created': '2025-06-22T15:43:18.364042094Z', - 'engine': 'docker', - 'id': '454a8c7f059271f0e7fbb757375014115db3b6e0df2c039e66bb2647f717f67e', - 'image': ('timescale/timescaledb-ha:pg17',), - 'io': {}, - 'io_rx': None, - 'io_wx': None, - 'key': 'name', - 'memory': {}, - 'memory_inactive_file': None, - 'memory_limit': None, - 'memory_percent': None, - 'memory_usage': None, - 'name': 'timescaledb-for-glances', - 'network': {}, - 'network_rx': None, - 'network_tx': None, - 'status': 'running', - 'uptime': '2 weeks'} + [] Containers fields description: @@ -299,11 +254,11 @@ Processcount stats: >>> gl.processcount Return a object >>> gl.processcount - {'pid_max': 0, 'running': 2, 'sleeping': 444, 'thread': 2425, 'total': 584} + {'pid_max': 0, 'running': 2, 'sleeping': 408, 'thread': 1953, 'total': 537} >>> gl.processcount.keys() ['total', 'running', 'sleeping', 'thread', 'pid_max'] >>> gl.processcount["total"] - 584 + 537 Processcount fields description: @@ -330,3872 +285,1169 @@ Programlist stats: >>> gl.programlist Return a object >>> gl.programlist - [{'childrens': [1827846, - 1828367, - 344538, - 1828895, - 1828151, - 344413, - 344606, - 1828611, - 1827902, - 1827918, - 1828267, - 1827911, - 1827905, - 344607, - 344509, - 344729, - 344492, - 344416, - 344415], + [{'childrens': [45624, + 46264, + 45552, + 47319, + 45398, + 45635, + 45634, + 45711, + 45516, + 46641, + 340364, + 46497, + 45497, + 45401, + 45400], 'cmdline': ['code'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 10390.78, - 'children_user': 11276.86, - 'system': 3614.3500000000004, - 'user': 18706.13}, - 'io_counters': [795103232, - 1112543232, - 795103232, - 1112543232, + 'cpu_percent': 113.7, + 'cpu_times': {'children_system': 1194.5500000000002, + 'children_user': 274.73, + 'system': 1086.85, + 'user': 5613.1}, + 'io_counters': [762354688, + 303865856, + 762354688, + 303865856, 1, - 60156928, - 487424, - 60156928, - 487424, + 73490432, + 1728512, + 73490432, + 1728512, 1, - 321114112, - 413696, - 321114112, - 413696, + 43582464, + 249856, + 43582464, + 249856, 1, - 73252864, + 77307904, 0, - 73252864, + 77307904, 0, 1, - 9914368, + 70991872, + 55152640, + 70991872, + 55152640, + 1, + 25166848, 0, - 9914368, + 25166848, 0, 1, - 3016840192, - 3984044032, - 3016840192, - 3984044032, + 128754688, + 1858166784, + 128754688, + 1858166784, 1, - 99940352, - 2323279872, - 99940352, - 2323279872, + 1007616, + 4096, + 1007616, + 4096, 1, - 5242880, + 4467712, 0, - 5242880, + 4467712, 0, 1, - 4038656, + 4739072, 0, - 4038656, + 4739072, 0, 1, - 2678784, + 6306816, 0, - 2678784, + 6306816, 0, 1, - 1073152, + 133120, 0, - 1073152, + 133120, 0, 1, - 2113536, + 6281216, + 4370432, + 6281216, + 4370432, + 1, + 3007488, 0, - 2113536, + 3007488, 0, 1, - 3657728, + 1037312, 0, - 3657728, + 1037312, 0, 1, - 112676864, + 73490432, + 1728512, + 73490432, + 1728512, + 1, + 43582464, + 249856, + 43582464, + 249856, + 1, + 77307904, 0, - 112676864, + 77307904, 0, 1, - 27665408, + 70991872, + 55152640, + 70991872, + 55152640, + 1, + 25166848, 0, - 27665408, + 25166848, 0, 1, - 8881152, + 128754688, + 1858166784, + 128754688, + 1858166784, + 1, + 1007616, + 4096, + 1007616, + 4096, + 1, + 4467712, 0, - 8881152, + 4467712, 0, 1, - 34509824, - 24477696, - 34509824, - 24477696, - 1, - 0, - 0, + 4739072, 0, + 4739072, 0, 1, + 6306816, 0, - 0, - 0, + 6306816, 0, 1, - 60156928, - 487424, - 60156928, - 487424, - 1, - 321114112, - 413696, - 321114112, - 413696, - 1, - 73252864, + 133120, 0, - 73252864, + 133120, 0, 1, - 9914368, + 6281216, + 4370432, + 6281216, + 4370432, + 1, + 3007488, 0, - 9914368, + 3007488, 0, 1, - 3016840192, - 3984044032, - 3016840192, - 3984044032, - 1, - 99940352, - 2323279872, - 99940352, - 2323279872, - 1, - 5242880, - 0, - 5242880, - 0, - 1, - 4038656, - 0, - 4038656, - 0, - 1, - 2678784, - 0, - 2678784, - 0, - 1, - 1073152, - 0, - 1073152, - 0, - 1, - 2113536, - 0, - 2113536, - 0, - 1, - 3657728, - 0, - 3657728, - 0, - 1, - 112676864, - 0, - 112676864, - 0, - 1, - 27665408, - 0, - 27665408, - 0, - 1, - 8881152, - 0, - 8881152, - 0, - 1, - 34509824, - 24477696, - 34509824, - 24477696, - 1, - 0, - 0, - 0, - 0, - 1, - 0, - 0, + 1037312, 0, + 1037312, 0, 1], - 'memory_info': {'data': 19238379520, - 'rss': 5184180224, - 'shared': 1004412928, - 'text': 2715746304, - 'vms': 22686622609408}, - 'memory_percent': 31.56874595154651, + 'memory_info': {'data': 15289049088, + 'rss': 6911520768, + 'shared': 1141354496, + 'text': 2144010240, + 'vms': 16628237463552}, + 'memory_percent': 42.087510678497715, 'name': 'code', 'nice': 0, - 'nprocs': 19, - 'num_threads': 360, + 'nprocs': 15, + 'num_threads': 269, 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'status': '_', + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [1828815], + {'childrens': [47073], 'cmdline': ['cloudcode_cli'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 23.42, - 'user': 258.33}, - 'io_counters': [397549568, 0, 397549568, 0, 1], - 'memory_info': {'data': 1679380480, + 'system': 6.05, + 'user': 89.82}, + 'io_counters': [350199808, 0, 350199808, 0, 1], + 'memory_info': {'data': 1606074368, 'dirty': 0, 'lib': 0, - 'rss': 1489678336, - 'shared': 13934592, - 'text': 33955840, - 'vms': 2934251520}, - 'memory_percent': 9.071304412025501, + 'rss': 1002352640, + 'shared': 36065280, + 'text': 34099200, + 'vms': 2865463296}, + 'memory_percent': 6.103798115595907, 'name': 'cloudcode_cli', 'nice': 0, 'nprocs': 1, - 'num_threads': 20, + 'num_threads': 21, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [9654], + {'childrens': [6462], 'cmdline': ['WebExtensions'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 305.85, - 'user': 2104.28}, - 'io_counters': [107953152, 0, 107953152, 0, 1], - 'memory_info': {'data': 1327452160, + 'system': 34.3, + 'user': 190.51}, + 'io_counters': [7616512, 0, 7616512, 0, 1], + 'memory_info': {'data': 1063202816, 'dirty': 0, 'lib': 0, - 'rss': 545476608, - 'shared': 82657280, + 'rss': 639922176, + 'shared': 113635328, 'text': 868352, - 'vms': 25558700032}, - 'memory_percent': 3.3216461844331366, + 'vms': 25247002624}, + 'memory_percent': 3.896788032599817, 'name': 'WebExtensions', 'nice': 0, 'nprocs': 1, - 'num_threads': 28, + 'num_threads': 29, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [9314], + {'childrens': [6208], 'cmdline': ['firefox'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 930.05, - 'children_user': 4998.94, + 'cpu_times': {'children_system': 51.93, + 'children_user': 371.35, 'iowait': 0.0, - 'system': 2507.7, - 'user': 8244.73}, - 'io_counters': [4584155136, 16426987520, 4584155136, 16426987520, 1], - 'memory_info': {'data': 1179914240, + 'system': 195.24, + 'user': 604.93}, + 'io_counters': [704898048, 1444118528, 704898048, 1444118528, 1], + 'memory_info': {'data': 860975104, 'dirty': 0, 'lib': 0, - 'rss': 486514688, - 'shared': 149811200, + 'rss': 583471104, + 'shared': 272142336, 'text': 868352, - 'vms': 30317293568}, - 'memory_percent': 2.9626012066605028, + 'vms': 29852487680}, + 'memory_percent': 3.5530308226652285, 'name': 'firefox', 'nice': 0, 'nprocs': 1, - 'num_threads': 160, + 'num_threads': 141, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [9738, - 9730, - 530850, - 1598259, - 989892, - 990436, - 2986770, - 516128, - 3031795, - 515729, - 9734, - 1487793, - 1488319], + {'childrens': [7116, 7109, 7112, 8243, 8352], 'cmdline': ['Isolated Web Co'], 'cpu_percent': 0, - 'cpu_times': {'system': 714.6800000000001, 'user': 3569.6900000000005}, - 'io_counters': [427404288, + 'cpu_times': {'system': 65.03, 'user': 301.62}, + 'io_counters': [4024320, 0, - 427404288, + 4024320, 0, 1, - 184769536, + 6084608, 0, - 184769536, + 6084608, 0, 1, - 14154752, + 428032, 0, - 14154752, + 428032, 0, 1, - 12118016, + 606208, 0, - 12118016, + 606208, 0, 1, - 10641408, + 1788928, 0, - 10641408, + 1788928, 0, 1, - 50187264, + 6084608, 0, - 50187264, + 6084608, 0, 1, - 813056, + 428032, 0, - 813056, + 428032, 0, 1, - 67727360, + 606208, 0, - 67727360, + 606208, 0, 1, - 407552, + 1788928, 0, - 407552, - 0, - 1, - 28490752, - 0, - 28490752, - 0, - 1, - 147435520, - 0, - 147435520, - 0, - 1, - 524288, - 0, - 524288, - 0, - 1, - 348160, - 0, - 348160, - 0, - 1, - 184769536, - 0, - 184769536, - 0, - 1, - 14154752, - 0, - 14154752, - 0, - 1, - 12118016, - 0, - 12118016, - 0, - 1, - 10641408, - 0, - 10641408, - 0, - 1, - 50187264, - 0, - 50187264, - 0, - 1, - 813056, - 0, - 813056, - 0, - 1, - 67727360, - 0, - 67727360, - 0, - 1, - 407552, - 0, - 407552, - 0, - 1, - 28490752, - 0, - 28490752, - 0, - 1, - 147435520, - 0, - 147435520, - 0, - 1, - 524288, - 0, - 524288, - 0, - 1, - 348160, - 0, - 348160, + 1788928, 0, 1], - 'memory_info': {'data': 4770000896, - 'rss': 2648248320, - 'shared': 1168273408, - 'text': 11288576, - 'vms': 37959864320}, - 'memory_percent': 16.126344922126272, + 'memory_info': {'data': 1712529408, + 'rss': 1421754368, + 'shared': 555151360, + 'text': 4341760, + 'vms': 14480138240}, + 'memory_percent': 8.657733103031136, 'name': 'Isolated Web Co', 'nice': 0, - 'nprocs': 13, - 'num_threads': 389, + 'nprocs': 5, + 'num_threads': 158, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7367], + {'childrens': [4995], 'cmdline': ['gnome-shell'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 9.31, - 'children_user': 46.9, + 'cpu_times': {'children_system': 229.3, + 'children_user': 314.9, 'iowait': 0.0, - 'system': 2791.39, - 'user': 5194.46}, - 'io_counters': [815425536, 3166208, 815425536, 3166208, 1], - 'memory_info': {'data': 531615744, + 'system': 198.8, + 'user': 369.31}, + 'io_counters': [1365386240, 11321536512, 1365386240, 11321536512, 1], + 'memory_info': {'data': 460767232, 'dirty': 0, 'lib': 0, - 'rss': 284688384, - 'shared': 77656064, + 'rss': 348917760, + 'shared': 128860160, 'text': 8192, - 'vms': 6041333760}, - 'memory_percent': 1.7335923678436376, + 'vms': 5105086464}, + 'memory_percent': 2.1247248533070606, 'name': 'gnome-shell', 'nice': 0, 'nprocs': 1, - 'num_threads': 40, + 'num_threads': 24, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [1601041], + {'childrens': [5390], 'cmdline': ['dropbox'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.18, - 'children_user': 0.06, + 'cpu_times': {'children_system': 0.09, + 'children_user': 0.03, 'iowait': 0.0, - 'system': 11.0, - 'user': 56.25}, - 'io_counters': [74903552, 19456000, 74903552, 19456000, 1], - 'memory_info': {'data': 863043584, + 'system': 9.58, + 'user': 50.72}, + 'io_counters': [148951040, 16478208, 148951040, 16478208, 1], + 'memory_info': {'data': 861900800, 'dirty': 0, 'lib': 0, - 'rss': 226242560, - 'shared': 43945984, + 'rss': 241184768, + 'shared': 42639360, 'text': 4096, 'vms': 7255990272}, - 'memory_percent': 1.377690124853869, + 'memory_percent': 1.4686878386720625, 'name': 'dropbox', 'nice': 0, 'nprocs': 1, 'num_threads': 91, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [2765], + {'childrens': [2962], 'cmdline': ['multipassd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.39, + 'cpu_times': {'children_system': 0.45, 'children_user': 0.03, 'iowait': 0.0, - 'system': 56.54, - 'user': 95.72}, + 'system': 8.73, + 'user': 12.01}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1650638848, + 'memory_info': {'data': 1261666304, 'dirty': 0, 'lib': 0, - 'rss': 214110208, - 'shared': 17600512, - 'text': 11100160, - 'vms': 3565547520}, - 'memory_percent': 1.3038109151169783, + 'rss': 208052224, + 'shared': 39161856, + 'text': 13213696, + 'vms': 3426045952}, + 'memory_percent': 1.2669281469610711, 'name': 'multipassd', 'nice': 0, 'nprocs': 1, - 'num_threads': 26, + 'num_threads': 25, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [9692], + {'childrens': [7374], + 'cmdline': ['protonvpn-app'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 11.16, + 'children_user': 3.39, + 'iowait': 0.0, + 'system': 3.12, + 'user': 20.76}, + 'io_counters': [101318656, 312680448, 101318656, 312680448, 1], + 'memory_info': {'data': 305930240, + 'dirty': 0, + 'lib': 0, + 'rss': 184496128, + 'shared': 52305920, + 'text': 3026944, + 'vms': 2478673920}, + 'memory_percent': 1.1234839651054755, + 'name': 'protonvpn-app', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 32, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [6493], 'cmdline': ['Privileged Cont'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 86.04, - 'user': 289.53}, - 'io_counters': [29863936, 0, 29863936, 0, 1], - 'memory_info': {'data': 498208768, + 'system': 7.41, + 'user': 22.53}, + 'io_counters': [4107264, 0, 4107264, 0, 1], + 'memory_info': {'data': 149880832, 'dirty': 0, 'lib': 0, - 'rss': 192598016, - 'shared': 75702272, + 'rss': 173699072, + 'shared': 105644032, 'text': 868352, - 'vms': 3168825344}, - 'memory_percent': 1.1728137478184806, + 'vms': 2612191232}, + 'memory_percent': 1.0577355972787759, 'name': 'Privileged Cont', 'nice': 0, 'nprocs': 1, - 'num_threads': 29, + 'num_threads': 28, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [8728], - 'cmdline': ['protonvpn-app'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 73.8, - 'children_user': 23.17, - 'iowait': 0.0, - 'system': 23.45, - 'user': 169.7}, - 'io_counters': [306638848, 2677944320, 306638848, 2677944320, 1], - 'memory_info': {'data': 317861888, - 'dirty': 0, - 'lib': 0, - 'rss': 140484608, - 'shared': 22032384, - 'text': 3026944, - 'vms': 2420948992}, - 'memory_percent': 0.8554723617676835, - 'name': 'protonvpn-app', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 31, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1828296, 2556756, 3049439, 1828300, 1828299], - 'cmdline': ['python'], - 'cpu_percent': 73.5, - 'cpu_times': {'children_system': 0.25, - 'children_user': 0.13, - 'system': 9.44, - 'user': 77.74}, - 'io_counters': [48398336, - 100282368, - 48398336, - 100282368, - 1, - 1998848, - 8192, - 1998848, - 8192, - 1, - 0, - 8192, - 0, - 4096, - 1, - 10285056, - 0, - 10285056, - 0, - 1, - 3575808, - 0, - 3575808, - 0, - 1, - 1998848, - 8192, - 1998848, - 8192, - 1, - 0, - 8192, - 0, - 4096, - 1, - 10285056, - 0, - 10285056, - 0, - 1, - 3575808, - 0, - 3575808, - 0, - 1], - 'memory_info': {'data': 527208448, - 'rss': 343298048, - 'shared': 69488640, - 'text': 15134720, - 'vms': 2589278208}, - 'memory_percent': 2.090492304415268, - 'name': 'python', - 'nice': 0, - 'nprocs': 5, - 'num_threads': 26, - 'pid': '_', - 'status': '_', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8137], + {'childrens': [5629], 'cmdline': ['xdg-desktop-portal-gnome'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.44, - 'user': 14.11}, - 'io_counters': [56729600, 1531904, 56729600, 1531904, 1], - 'memory_info': {'data': 202391552, + 'system': 14.6, + 'user': 32.38}, + 'io_counters': [4251648, 1032192, 4251648, 1032192, 1], + 'memory_info': {'data': 170250240, 'dirty': 0, 'lib': 0, - 'rss': 97587200, - 'shared': 29159424, + 'rss': 109297664, + 'shared': 77246464, 'text': 245760, - 'vms': 2041200640}, - 'memory_percent': 0.5942512396966313, + 'vms': 1877757952}, + 'memory_percent': 0.6655650406250584, 'name': 'xdg-desktop-portal-gnome', 'nice': 0, 'nprocs': 1, 'num_threads': 10, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [10697], - 'cmdline': ['terminator'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 296.66, - 'children_user': 675.63, - 'iowait': 0.0, - 'system': 28.86, - 'user': 312.59}, - 'io_counters': [2627931136, 2338590720, 2627931136, 2338590720, 1], - 'memory_info': {'data': 126222336, - 'dirty': 0, - 'lib': 0, - 'rss': 92553216, - 'shared': 41373696, - 'text': 3026944, - 'vms': 745091072}, - 'memory_percent': 0.5635971043939173, - 'name': 'terminator', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [3046198], - 'cmdline': ['Isolated Servic'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.07, - 'user': 0.09}, - 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 60796928, - 'dirty': 0, - 'lib': 0, - 'rss': 92090368, - 'shared': 75886592, - 'text': 868352, - 'vms': 2510499840}, - 'memory_percent': 0.5607786200251569, - 'name': 'Isolated Servic', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 30, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [3368], - 'cmdline': ['dockerd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 30.09, - 'children_user': 69.49, - 'iowait': 0.0, - 'system': 61.98, - 'user': 153.82}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 615432192, - 'dirty': 0, - 'lib': 0, - 'rss': 91803648, - 'shared': 12095488, - 'text': 32280576, - 'vms': 6396882944}, - 'memory_percent': 0.5590326562568981, - 'name': 'dockerd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 44, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3046994, 3047677, 3048024], - 'cmdline': ['Web Content'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.12, 'user': 0.1}, - 'io_counters': [0, - 0, - 0, - 0, - 1, - 22528, - 0, - 22528, - 0, - 1, - 0, - 0, - 0, - 0, - 1, - 22528, - 0, - 22528, - 0, - 1, - 0, - 0, - 0, - 0, - 1], - 'memory_info': {'data': 100958208, - 'rss': 248041472, - 'shared': 204394496, - 'text': 2605056, - 'vms': 7449989120}, - 'memory_percent': 1.5104332559206257, - 'name': 'Web Content', - 'nice': 0, - 'nprocs': 3, - 'num_threads': 57, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2442358, 8101, 7508], - 'cmdline': ['gjs'], - 'cpu_percent': 0, - 'cpu_times': {'children_user': 0.01, 'system': 0.34, 'user': 1.85}, - 'io_counters': [0, - 0, - 0, - 0, - 1, - 3715072, - 0, - 3715072, - 0, - 1, - 3940352, - 0, - 3940352, - 0, - 1, - 3715072, - 0, - 3715072, - 0, - 1, - 3940352, - 0, - 3940352, - 0, - 1], - 'memory_info': {'data': 200753152, - 'rss': 86753280, - 'shared': 64970752, - 'text': 24576, - 'vms': 9213624320}, - 'memory_percent': 0.5282787515959979, - 'name': 'gjs', - 'nice': 0, - 'nprocs': 3, - 'num_threads': 37, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8341], + {'childrens': [5940], 'cmdline': ['Xwayland'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.01, 'iowait': 0.0, - 'system': 629.39, - 'user': 735.38}, - 'io_counters': [59015168, 12288, 59015168, 12288, 1], - 'memory_info': {'data': 85196800, + 'system': 47.88, + 'user': 57.51}, + 'io_counters': [2174976, 4096, 2174976, 4096, 1], + 'memory_info': {'data': 78446592, 'dirty': 0, 'lib': 0, - 'rss': 47202304, - 'shared': 25862144, + 'rss': 106962944, + 'shared': 79138816, 'text': 1691648, - 'vms': 661254144}, - 'memory_percent': 0.2874355209344797, + 'vms': 741588992}, + 'memory_percent': 0.6513478290692092, 'name': 'Xwayland', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [727], - 'cmdline': ['systemd-journald'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 7.35, - 'user': 4.43}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 27000832, - 'dirty': 0, - 'lib': 0, - 'rss': 40472576, - 'shared': 40210432, - 'text': 114688, - 'vms': 102965248}, - 'memory_percent': 0.24645525705949273, - 'name': 'systemd-journald', - 'nice': -1, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3048395], - 'cmdline': ['libvirtd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.15, - 'children_user': 0.05, - 'iowait': 0.0, - 'system': 0.19, - 'user': 0.22}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 201904128, - 'dirty': 0, - 'lib': 0, - 'rss': 38289408, - 'shared': 22716416, - 'text': 253952, - 'vms': 1745756160}, - 'memory_percent': 0.23316099008117985, - 'name': 'libvirtd', + {'childrens': [46240, 446435, 46202, 46203], + 'cmdline': ['python'], + 'cpu_percent': 76.6, + 'cpu_times': {'children_system': 0.02, + 'system': 1.7100000000000002, + 'user': 11.969999999999999}, + 'io_counters': [85905408, + 8351744, + 85905408, + 8351744, + 1, + 0, + 8192, + 0, + 8192, + 1, + 2719744, + 0, + 2719744, + 0, + 1, + 2990080, + 0, + 2990080, + 0, + 1, + 0, + 8192, + 0, + 8192, + 1, + 2719744, + 0, + 2719744, + 0, + 1, + 2990080, + 0, + 2990080, + 0, + 1], + 'memory_info': {'data': 375451648, + 'rss': 259641344, + 'shared': 45228032, + 'text': 12107776, + 'vms': 1672159232}, + 'memory_percent': 1.5810786373925136, + 'name': 'python', 'nice': 0, - 'nprocs': 1, + 'nprocs': 4, 'num_threads': 20, 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [299076, - 299083, - 299209, - 298909, - 299080, - 299081, - 299077, - 299082, - 299079], - 'cmdline': ['postgres'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 206.34, - 'children_user': 86.93, - 'system': 51.720000000000006, - 'user': 11.690000000000003}, - 'io_counters': [53235712, - 18612224, - 53235712, - 18612224, - 1, - 3411968, - 446464, - 3411968, - 446464, - 1, - 4444160, - 294912, - 4444160, - 294912, - 1, - 179892224, - 92766208, - 179892224, - 92766208, - 1, - 6627328, - 0, - 6627328, - 0, - 1, - 12288, - 0, - 12288, - 0, - 1, - 8192, - 0, - 8192, - 0, - 1, - 221184, - 0, - 221184, - 0, - 1, - 1044480, - 2908160, - 1044480, - 2908160, - 1, - 3411968, - 446464, - 3411968, - 446464, - 1, - 4444160, - 294912, - 4444160, - 294912, - 1, - 179892224, - 92766208, - 179892224, - 92766208, - 1, - 6627328, - 0, - 6627328, - 0, - 1, - 12288, - 0, - 12288, - 0, - 1, - 8192, - 0, - 8192, - 0, - 1, - 221184, - 0, - 221184, - 0, - 1, - 1044480, - 2908160, - 1044480, - 2908160, - 1], - 'memory_info': {'data': 25038848, - 'rss': 97665024, - 'shared': 89800704, - 'text': 61894656, - 'vms': 39104008192}, - 'memory_percent': 0.5947251441480157, - 'name': 'postgres', - 'nice': 0, - 'nprocs': 9, - 'num_threads': 9, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'status': '_', + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7793], - 'cmdline': ['evolution-calendar-factory'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 3.38, - 'user': 15.16}, - 'io_counters': [79888384, 10420224, 79888384, 10420224, 1], - 'memory_info': {'data': 200462336, - 'dirty': 0, - 'lib': 0, - 'rss': 37511168, - 'shared': 11214848, - 'text': 45056, - 'vms': 2400235520}, - 'memory_percent': 0.22842194556733472, - 'name': 'evolution-calendar-factory', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 16, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [9659], - 'cmdline': ['RDD Process'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 35.01, - 'user': 42.49}, - 'io_counters': [57179136, 0, 57179136, 0, 1], - 'memory_info': {'data': 190009344, - 'dirty': 0, - 'lib': 0, - 'rss': 36098048, - 'shared': 31440896, - 'text': 868352, - 'vms': 726364160}, - 'memory_percent': 0.21981683842377384, - 'name': 'RDD Process', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 19, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1041237], - 'cmdline': ['fwupd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.04, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 3.85, - 'user': 5.62}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 174047232, - 'dirty': 0, - 'lib': 0, - 'rss': 29552640, - 'shared': 21884928, - 'text': 36864, - 'vms': 609792000}, - 'memory_percent': 0.17995897982838174, - 'name': 'fwupd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2437], - 'cmdline': ['snapd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 2.95, - 'children_user': 13.03, - 'iowait': 0.0, - 'system': 22.51, - 'user': 30.64}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 266227712, - 'dirty': 0, - 'lib': 0, - 'rss': 28311552, - 'shared': 14626816, - 'text': 12210176, - 'vms': 3029598208}, - 'memory_percent': 0.1724014509457761, - 'name': 'snapd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 24, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [8071], - 'cmdline': ['tracker-miner-fs-3'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 3.1, - 'children_user': 67.67, - 'iowait': 0.0, - 'system': 4.42, - 'user': 17.49}, - 'io_counters': [1524445184, 709468160, 1524445184, 709468160, 1], - 'memory_info': {'data': 142823424, - 'dirty': 0, - 'lib': 0, - 'rss': 26361856, - 'shared': 8716288, - 'text': 151552, - 'vms': 912617472}, - 'memory_percent': 0.16052889732161674, - 'name': 'tracker-miner-fs-3', - 'nice': 19, - 'nprocs': 1, - 'num_threads': 8, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [10425], - 'cmdline': ['Utility Process'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 9.06, - 'user': 20.74}, - 'io_counters': [8687616, 0, 8687616, 0, 1], - 'memory_info': {'data': 64200704, - 'dirty': 0, - 'lib': 0, - 'rss': 26112000, - 'shared': 24166400, - 'text': 868352, - 'vms': 379219968}, - 'memory_percent': 0.159007414609277, - 'name': 'Utility Process', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [9638], - 'cmdline': ['Socket Process'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.37, - 'user': 0.42}, - 'io_counters': [1351680, 0, 1351680, 0, 1], - 'memory_info': {'data': 14684160, - 'dirty': 0, - 'lib': 0, - 'rss': 26095616, - 'shared': 25309184, - 'text': 868352, - 'vms': 231690240}, - 'memory_percent': 0.1589076452510908, - 'name': 'Socket Process', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1086491], - 'cmdline': ['eog'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.36, - 'user': 4.42}, - 'io_counters': [2973696, 1466368, 2973696, 1466368, 1], - 'memory_info': {'data': 122929152, - 'dirty': 0, - 'lib': 0, - 'rss': 24969216, - 'shared': 19607552, - 'text': 4096, - 'vms': 825688064}, - 'memory_percent': 0.15204850187578867, - 'name': 'eog', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 7, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8382], - 'cmdline': ['mutter-x11-frames'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 17.48, - 'user': 35.1}, - 'io_counters': [10485760, 0, 10485760, 0, 1], - 'memory_info': {'data': 122552320, - 'dirty': 0, - 'lib': 0, - 'rss': 24084480, - 'shared': 14807040, - 'text': 12288, - 'vms': 1229979648}, - 'memory_percent': 0.14666095653373315, - 'name': 'mutter-x11-frames', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 10, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2779], - 'cmdline': ['containerd'], - 'cpu_percent': 4.2, - 'cpu_times': {'children_system': 0.78, - 'children_user': 0.79, - 'iowait': 0.0, - 'system': 112.86, - 'user': 154.53}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 204816384, - 'dirty': 0, - 'lib': 0, - 'rss': 20459520, - 'shared': 6344704, - 'text': 20078592, - 'vms': 2602999808}, - 'memory_percent': 0.12458698603503351, - 'name': 'containerd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 18, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7489], - 'cmdline': ['evolution-source-registry'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.94, - 'user': 2.33}, - 'io_counters': [30703616, 8192, 30703616, 8192, 1], - 'memory_info': {'data': 86740992, - 'dirty': 0, - 'lib': 0, - 'rss': 19369984, - 'shared': 15970304, - 'text': 45056, - 'vms': 1487007744}, - 'memory_percent': 0.11795232371565034, - 'name': 'evolution-source-registry', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1828319], - 'cmdline': ['ruff'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.96, - 'user': 4.8}, - 'io_counters': [18681856, 0, 18681856, 0, 1], - 'memory_info': {'data': 114159616, - 'dirty': 0, - 'lib': 0, - 'rss': 18169856, - 'shared': 9318400, - 'text': 22511616, - 'vms': 1087123456}, - 'memory_percent': 0.11064421822851024, - 'name': 'ruff', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 9, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8840], - 'cmdline': ['update-notifier'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 2.19, - 'children_user': 6.49, - 'iowait': 0.0, - 'system': 2.56, - 'user': 2.45}, - 'io_counters': [95084544, 102400, 95084544, 102400, 1], - 'memory_info': {'data': 66498560, - 'dirty': 0, - 'lib': 0, - 'rss': 16596992, - 'shared': 12562432, - 'text': 40960, - 'vms': 583843840}, - 'memory_percent': 0.10106635984263379, - 'name': 'update-notifier', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1561526], - 'cmdline': ['cups-browsed'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.11}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 27582464, - 'dirty': 0, - 'lib': 0, - 'rss': 15810560, - 'shared': 13582336, - 'text': 118784, - 'vms': 275333120}, - 'memory_percent': 0.09627743064969556, - 'name': 'cups-browsed', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'cups-browsed'}, - {'childrens': [2426], - 'cmdline': ['polkitd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 7.33, - 'user': 11.06}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 51974144, - 'dirty': 0, - 'lib': 0, - 'rss': 14495744, - 'shared': 5656576, - 'text': 65536, - 'vms': 403415040}, - 'memory_percent': 0.08827093965525197, - 'name': 'polkitd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'polkitd'}, - {'childrens': [7728], - 'cmdline': ['goa-daemon'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.29, - 'user': 9.6}, - 'io_counters': [13058048, 0, 13058048, 0, 1], - 'memory_info': {'data': 83779584, - 'dirty': 0, - 'lib': 0, - 'rss': 13889536, - 'shared': 9465856, - 'text': 24576, - 'vms': 1047326720}, - 'memory_percent': 0.08457947340236209, - 'name': 'goa-daemon', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7581], + {'childrens': [5230], 'cmdline': ['evolution-alarm-notify'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.33, - 'user': 1.05}, - 'io_counters': [12840960, 0, 12840960, 0, 1], - 'memory_info': {'data': 107311104, + 'system': 0.06, + 'user': 0.25}, + 'io_counters': [5320704, 0, 5320704, 0, 1], + 'memory_info': {'data': 89530368, 'dirty': 0, 'lib': 0, - 'rss': 13672448, - 'shared': 10702848, + 'rss': 99209216, + 'shared': 84701184, 'text': 20480, - 'vms': 1447522304}, - 'memory_percent': 0.08325752940639476, + 'vms': 1092755456}, + 'memory_percent': 0.6041317212179411, 'name': 'evolution-alarm-notify', 'nice': 0, 'nprocs': 1, 'num_threads': 8, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [1, 7042], - 'cmdline': ['systemd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 6144.74, - 'children_user': 13683.06, - 'system': 19.25, - 'user': 48.96}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 10321920, - 'rss': 20574208, - 'shared': 10747904, - 'text': 90112, - 'vms': 49012736}, - 'memory_percent': 0.12528537154233702, - 'name': 'systemd', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': '_'}, - {'childrens': [1120849, 1120396], - 'cmdline': ['snapd-desktop-integration'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.19, - 'children_user': 0.05, - 'system': 0.15000000000000002, - 'user': 0.1}, - 'io_counters': [14453760, - 45056, - 14453760, - 45056, - 1, - 5046272, - 40960, - 5046272, - 40960, - 1, - 5046272, - 40960, - 5046272, - 40960, - 1], - 'memory_info': {'data': 54255616, - 'rss': 18817024, - 'shared': 16568320, - 'text': 589824, - 'vms': 480763904}, - 'memory_percent': 0.11458510787686566, - 'name': 'snapd-desktop-integration', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [9791], - 'cmdline': ['snap'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 1.33, - 'children_user': 0.97, - 'iowait': 0.0, - 'system': 3.42, - 'user': 5.85}, - 'io_counters': [34811904, 0, 34811904, 0, 1], - 'memory_info': {'data': 150134784, - 'dirty': 0, - 'lib': 0, - 'rss': 10293248, - 'shared': 4018176, - 'text': 8765440, - 'vms': 2186620928}, - 'memory_percent': 0.06268009928048833, - 'name': 'snap', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 13, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1561481, 3252], - 'cmdline': ['cupsd'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.33, 'user': 0.02}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 10600448, - 'rss': 11100160, - 'shared': 9658368, - 'text': 614400, - 'vms': 104325120}, - 'memory_percent': 0.06759374017115932, - 'name': 'cupsd', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7532], - 'cmdline': ['gsd-media-keys'], + {'childrens': [5979], + 'cmdline': ['mutter-x11-frames'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.53, - 'user': 2.06}, - 'io_counters': [5046272, 0, 5046272, 0, 1], - 'memory_info': {'data': 54235136, + 'system': 1.21, + 'user': 2.24}, + 'io_counters': [98304, 0, 98304, 0, 1], + 'memory_info': {'data': 134938624, 'dirty': 0, 'lib': 0, - 'rss': 9703424, - 'shared': 7868416, - 'text': 102400, - 'vms': 676274176}, - 'memory_percent': 0.059088402385784666, - 'name': 'gsd-media-keys', + 'rss': 98213888, + 'shared': 74055680, + 'text': 12288, + 'vms': 1343553536}, + 'memory_percent': 0.5980706994493948, + 'name': 'mutter-x11-frames', 'nice': 0, 'nprocs': 1, - 'num_threads': 6, + 'num_threads': 10, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [2519], - 'cmdline': ['NetworkManager'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.02, - 'children_user': 0.11, - 'iowait': 0.0, - 'system': 13.84, - 'user': 22.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 37314560, - 'dirty': 0, - 'lib': 0, - 'rss': 9248768, - 'shared': 6889472, - 'text': 2555904, - 'vms': 346103808}, - 'memory_percent': 0.056319802696117256, - 'name': 'NetworkManager', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1828152, 1828176], - 'cmdline': ['docker-language-server-linux-amd64'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.19, 'user': 2.02}, - 'io_counters': [18698240, - 0, - 18698240, - 0, - 1, - 2543616, - 0, - 2543616, - 0, - 1, - 2543616, - 0, - 2543616, - 0, - 1], - 'memory_info': {'data': 111665152, - 'rss': 16912384, - 'shared': 2654208, - 'text': 28393472, - 'vms': 2575196160}, - 'memory_percent': 0.10298691998771839, - 'name': 'docker-language-server-linux-amd64', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 34, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7481], - 'cmdline': ['gnome-shell-calendar-server'], + {'childrens': [78337], + 'cmdline': ['Isolated Servic'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.41, - 'user': 2.25}, - 'io_counters': [10248192, 0, 10248192, 0, 1], - 'memory_info': {'data': 89317376, + 'system': 0.57, + 'user': 1.57}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 62918656, 'dirty': 0, 'lib': 0, - 'rss': 7880704, - 'shared': 5726208, - 'text': 16384, - 'vms': 1091321856}, - 'memory_percent': 0.04798906128756846, - 'name': 'gnome-shell-calendar-server', + 'rss': 96993280, + 'shared': 79728640, + 'text': 868352, + 'vms': 2512936960}, + 'memory_percent': 0.5906378414780912, + 'name': 'Isolated Servic', 'nice': 0, 'nprocs': 1, - 'num_threads': 7, + 'num_threads': 29, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7062], - 'cmdline': ['wireplumber'], + {'childrens': [5131], + 'cmdline': ['evolution-source-registry'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.35, - 'user': 0.96}, - 'io_counters': [13131776, 155648, 13131776, 155648, 1], - 'memory_info': {'data': 54792192, + 'system': 0.14, + 'user': 0.37}, + 'io_counters': [19574784, 0, 19574784, 0, 1], + 'memory_info': {'data': 85872640, 'dirty': 0, 'lib': 0, - 'rss': 7856128, - 'shared': 6021120, - 'text': 8192, - 'vms': 416247808}, - 'memory_percent': 0.047839407250289144, - 'name': 'wireplumber', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2820], - 'cmdline': ['colord'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.13, - 'children_user': 0.11, - 'iowait': 0.0, - 'system': 0.05, - 'user': 0.18}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 65282048, - 'dirty': 0, - 'lib': 0, - 'rss': 7737344, - 'shared': 6123520, - 'text': 94208, - 'vms': 957288448}, - 'memory_percent': 0.0471160794034391, - 'name': 'colord', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'colord'}, - {'childrens': [847752], - 'cmdline': ['gvfsd-dnssd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.15, - 'user': 0.34}, - 'io_counters': [499712, 0, 499712, 0, 1], - 'memory_info': {'data': 43520000, - 'dirty': 0, - 'lib': 0, - 'rss': 7622656, - 'shared': 7098368, - 'text': 16384, - 'vms': 400244736}, - 'memory_percent': 0.04641769389613561, - 'name': 'gvfsd-dnssd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8127], - 'cmdline': ['xdg-desktop-portal'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 1.46, - 'children_user': 0.46, - 'iowait': 0.0, - 'system': 2.46, - 'user': 3.37}, - 'io_counters': [29459456, 0, 29459456, 0, 1], - 'memory_info': {'data': 86933504, - 'dirty': 0, - 'lib': 0, - 'rss': 7553024, - 'shared': 6373376, - 'text': 450560, - 'vms': 718868480}, - 'memory_percent': 0.045993674123844204, - 'name': 'xdg-desktop-portal', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 8, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [445239], - 'cmdline': ['gvfsd-http'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.02, - 'user': 0.06}, - 'io_counters': [1171456, 0, 1171456, 0, 1], - 'memory_info': {'data': 35061760, - 'dirty': 0, - 'lib': 0, - 'rss': 7311360, - 'shared': 7180288, - 'text': 20480, - 'vms': 328196096}, - 'memory_percent': 0.044522076090597565, - 'name': 'gvfsd-http', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7010], - 'cmdline': ['gdm-session-worker'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 1.24, - 'children_user': 1.26, - 'iowait': 0.0, - 'system': 0.35, - 'user': 0.46}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 55345152, - 'dirty': 0, - 'lib': 0, - 'rss': 7135232, - 'shared': 5038080, - 'text': 131072, - 'vms': 477376512}, - 'memory_percent': 0.04344955549009577, - 'name': 'gdm-session-worker', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [847735], - 'cmdline': ['gvfsd-network'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.13, - 'user': 0.45}, - 'io_counters': [1236992, 0, 1236992, 0, 1], - 'memory_info': {'data': 52273152, - 'dirty': 0, - 'lib': 0, - 'rss': 7081984, - 'shared': 6688768, - 'text': 16384, - 'vms': 473890816}, - 'memory_percent': 0.043125305075990585, - 'name': 'gvfsd-network', + 'rss': 94027776, + 'shared': 78430208, + 'text': 45056, + 'vms': 1487003648}, + 'memory_percent': 0.5725794885545211, + 'name': 'evolution-source-registry', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [2417, 7076, 7380], - 'cmdline': ['dbus-daemon'], + {'childrens': [3548], + 'cmdline': ['dockerd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.08, - 'children_user': 0.02, - 'system': 19.94, - 'user': 67.19}, + 'cpu_times': {'children_system': 0.26, + 'children_user': 0.14, + 'iowait': 0.0, + 'system': 1.0, + 'user': 4.79}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 628375552, + 'dirty': 0, + 'lib': 0, + 'rss': 88817664, + 'shared': 58990592, + 'text': 32280576, + 'vms': 6342905856}, + 'memory_percent': 0.5408526585562048, + 'name': 'dockerd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 66, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [93349, 110439, 221136], + 'cmdline': ['Web Content'], + 'cpu_percent': 0, + 'cpu_times': {'system': 0.23, 'user': 0.29000000000000004}, 'io_counters': [0, 0, 0, 0, + 1, + 0, 0, - 4292608, 0, - 4292608, 0, 1, - 188416, + 11264, 0, - 188416, + 11264, 0, 1, - 4292608, 0, - 4292608, + 0, + 0, 0, 1, - 188416, + 11264, 0, - 188416, + 11264, 0, 1], - 'memory_info': {'data': 8122368, - 'rss': 14913536, - 'shared': 7782400, - 'text': 454656, - 'vms': 35229696}, - 'memory_percent': 0.0908150582890004, - 'name': 'dbus-daemon', + 'memory_info': {'data': 134610944, + 'rss': 253497344, + 'shared': 209719296, + 'text': 2605056, + 'vms': 7486017536}, + 'memory_percent': 1.5436649227718573, + 'name': 'Web Content', 'nice': 0, 'nprocs': 3, - 'num_threads': 3, + 'num_threads': 70, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': '_'}, - {'childrens': [2520], - 'cmdline': ['wpa_supplicant'], + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [43195], + 'cmdline': ['terminator'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.59, - 'user': 2.69}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1437696, + 'system': 0.68, + 'user': 14.59}, + 'io_counters': [8560640, 61440, 8560640, 61440, 1], + 'memory_info': {'data': 90501120, 'dirty': 0, 'lib': 0, - 'rss': 6987776, - 'shared': 5939200, - 'text': 2387968, - 'vms': 18829312}, - 'memory_percent': 0.04255163126641985, - 'name': 'wpa_supplicant', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2462], - 'cmdline': ['udisksd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.47, - 'user': 3.26}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 54394880, - 'dirty': 0, - 'lib': 0, - 'rss': 6946816, - 'shared': 5242880, - 'text': 319488, - 'vms': 482140160}, - 'memory_percent': 0.042302207870954324, - 'name': 'udisksd', + 'rss': 72638464, + 'shared': 53448704, + 'text': 3026944, + 'vms': 700964864}, + 'memory_percent': 0.44232987672181034, + 'name': 'terminator', 'nice': 0, 'nprocs': 1, 'num_threads': 6, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [788], - 'cmdline': ['systemd-udevd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 30.39, - 'children_user': 17.76, - 'iowait': 0.0, - 'system': 9.06, - 'user': 5.59}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 3887104, - 'dirty': 0, - 'lib': 0, - 'rss': 6811648, - 'shared': 2748416, - 'text': 864256, - 'vms': 31739904}, - 'memory_percent': 0.04147911066591806, - 'name': 'systemd-udevd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1134521], - 'cmdline': ['flatpak-session-helper'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.1, - 'user': 0.33}, - 'io_counters': [368640, 0, 368640, 0, 1], - 'memory_info': {'data': 34680832, - 'dirty': 0, - 'lib': 0, - 'rss': 6795264, - 'shared': 6402048, - 'text': 24576, - 'vms': 317431808}, - 'memory_percent': 0.041379341307731854, - 'name': 'flatpak-session-helper', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [2733], - 'cmdline': ['upowerd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 52.85, - 'user': 4.39}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 38453248, - 'dirty': 0, - 'lib': 0, - 'rss': 6787072, - 'shared': 3772416, - 'text': 81920, - 'vms': 327639040}, - 'memory_percent': 0.041329456628638746, - 'name': 'upowerd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7064], - 'cmdline': ['pipewire-pulse'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 16.04, - 'user': 8.35}, - 'io_counters': [11993088, 0, 11993088, 0, 1], - 'memory_info': {'data': 34181120, - 'dirty': 0, - 'lib': 0, - 'rss': 6705152, - 'shared': 5152768, - 'text': 4096, - 'vms': 128905216}, - 'memory_percent': 0.04083060983770768, - 'name': 'pipewire-pulse', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 3, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7065], - 'cmdline': ['gnome-keyring-daemon'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.11, - 'user': 3.51}, - 'io_counters': [14848000, 1658880, 14848000, 1658880, 1], - 'memory_info': {'data': 52649984, - 'dirty': 0, - 'lib': 0, - 'rss': 6541312, - 'shared': 5623808, - 'text': 577536, - 'vms': 476000256}, - 'memory_percent': 0.03983291625584555, - 'name': 'gnome-keyring-daemon', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1760787], - 'cmdline': ['sd_espeak-ng'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.21, - 'user': 0.02}, - 'io_counters': [45056, 0, 45056, 0, 1], - 'memory_info': {'data': 20443136, - 'dirty': 0, - 'lib': 0, - 'rss': 6520832, - 'shared': 5341184, - 'text': 32768, - 'vms': 109895680}, - 'memory_percent': 0.03970820455811278, - 'name': 'sd_espeak-ng', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8152], - 'cmdline': ['xdg-desktop-portal-gtk'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.0, - 'user': 2.16}, - 'io_counters': [5832704, 0, 5832704, 0, 1], - 'memory_info': {'data': 49020928, - 'dirty': 0, - 'lib': 0, - 'rss': 6463488, - 'shared': 4628480, - 'text': 135168, - 'vms': 428937216}, - 'memory_percent': 0.03935901180446104, - 'name': 'xdg-desktop-portal-gtk', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7537], - 'cmdline': ['gsd-power'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.43, - 'user': 4.95}, - 'io_counters': [4022272, 0, 4022272, 0, 1], - 'memory_info': {'data': 63365120, - 'dirty': 0, - 'lib': 0, - 'rss': 6422528, - 'shared': 4587520, - 'text': 45056, - 'vms': 612855808}, - 'memory_percent': 0.039109588408995505, - 'name': 'gsd-power', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7723], - 'cmdline': ['gvfs-udisks2-volume-monitor'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 6.07, - 'user': 28.48}, - 'io_counters': [4284416, 0, 4284416, 0, 1], - 'memory_info': {'data': 46563328, - 'dirty': 0, - 'lib': 0, - 'rss': 6381568, - 'shared': 4808704, - 'text': 94208, - 'vms': 400773120}, - 'memory_percent': 0.03886016501352997, - 'name': 'gvfs-udisks2-volume-monitor', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8353], + {'childrens': [5952], 'cmdline': ['gsd-xsettings'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.02, - 'children_user': 0.01, + 'cpu_times': {'children_system': 0.01, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.21, - 'user': 3.89}, - 'io_counters': [11833344, 0, 11833344, 0, 1], - 'memory_info': {'data': 70983680, + 'system': 0.33, + 'user': 0.56}, + 'io_counters': [7520256, 0, 7520256, 0, 1], + 'memory_info': {'data': 70987776, 'dirty': 0, 'lib': 0, - 'rss': 6307840, - 'shared': 4952064, + 'rss': 64897024, + 'shared': 61444096, 'text': 32768, - 'vms': 794730496}, - 'memory_percent': 0.03841120290169201, + 'vms': 794734592}, + 'memory_percent': 0.39518859629978365, 'name': 'gsd-xsettings', 'nice': 0, 'nprocs': 1, 'num_threads': 7, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [298878], - 'cmdline': ['containerd-shim-runc-v2'], + {'childrens': [137563, 5601, 5143], + 'cmdline': ['gjs'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.06, - 'children_user': 0.08, - 'iowait': 0.0, - 'system': 18.23, - 'user': 34.15}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 47071232, - 'dirty': 0, - 'lib': 0, - 'rss': 6209536, - 'shared': 2920448, - 'text': 5615616, - 'vms': 1268256768}, - 'memory_percent': 0.037812586752574734, - 'name': 'containerd-shim-runc-v2', + 'cpu_times': {'children_system': 0.01, + 'children_user': 0.03, + 'system': 0.12000000000000001, + 'user': 0.71}, + 'io_counters': [802816, + 0, + 802816, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 1], + 'memory_info': {'data': 190799872, + 'rss': 105512960, + 'shared': 79699968, + 'text': 24576, + 'vms': 9071104000}, + 'memory_percent': 0.6425181924187342, + 'name': 'gjs', 'nice': 0, - 'nprocs': 1, - 'num_threads': 12, + 'nprocs': 3, + 'num_threads': 37, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [999564, 2665207, 1828422, 1828195, 345099, 344745], - 'cmdline': ['bash'], + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [6467], + 'cmdline': ['RDD Process'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 154.56, - 'children_user': 384.63000000000005, - 'system': 1.6500000000000001, - 'user': 1.9300000000000002}, - 'io_counters': [1249145856, - 951214080, - 1249145856, - 951214080, - 1, - 211952640, - 43139072, - 211952640, - 43139072, - 1, - 102400, - 16384, - 102400, - 16384, - 1, - 1610752, - 4096, - 1610752, - 4096, - 1, - 139264, - 16384, - 139264, - 16384, - 1, - 351232, - 4096, - 351232, - 4096, - 1, - 211952640, - 43139072, - 211952640, - 43139072, - 1, - 102400, - 16384, - 102400, - 16384, - 1, - 1610752, - 4096, - 1610752, - 4096, - 1, - 139264, - 16384, - 139264, - 16384, - 1, - 351232, - 4096, - 351232, - 4096, - 1], - 'memory_info': {'data': 15011840, - 'rss': 23511040, - 'shared': 19709952, - 'text': 5873664, - 'vms': 62631936}, - 'memory_percent': 0.14316902899721567, - 'name': 'bash', + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.1, + 'user': 0.09}, + 'io_counters': [7310336, 0, 7310336, 0, 1], + 'memory_info': {'data': 62144512, + 'dirty': 0, + 'lib': 0, + 'rss': 56672256, + 'shared': 53493760, + 'text': 868352, + 'vms': 409309184}, + 'memory_percent': 0.34510410366093197, + 'name': 'RDD Process', 'nice': 0, - 'nprocs': 6, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [6926], + 'cmdline': ['Utility Process'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.06, + 'user': 0.11}, + 'io_counters': [179200, 0, 179200, 0, 1], + 'memory_info': {'data': 59768832, + 'dirty': 0, + 'lib': 0, + 'rss': 51740672, + 'shared': 48726016, + 'text': 868352, + 'vms': 370561024}, + 'memory_percent': 0.31507336205875197, + 'name': 'Utility Process', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2976], + 'cmdline': ['containerd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 11.12, + 'user': 13.49}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 217669632, + 'dirty': 0, + 'lib': 0, + 'rss': 48619520, + 'shared': 33853440, + 'text': 20078592, + 'vms': 2754002944}, + 'memory_percent': 0.2960671950314587, + 'name': 'containerd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 20, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [11995], + 'cmdline': ['fwupd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.03, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.51, + 'user': 2.71}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 174780416, + 'dirty': 0, + 'lib': 0, + 'rss': 47161344, + 'shared': 37896192, + 'text': 36864, + 'vms': 610643968}, + 'memory_percent': 0.2871876734281563, + 'name': 'fwupd', + 'nice': 0, + 'nprocs': 1, 'num_threads': 6, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7684], - 'cmdline': ['ibus-extension-gtk3'], + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [746], + 'cmdline': ['systemd-journald'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.39, - 'user': 20.86}, - 'io_counters': [7598080, 0, 7598080, 0, 1], - 'memory_info': {'data': 53723136, + 'system': 3.75, + 'user': 2.89}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 26619904, 'dirty': 0, 'lib': 0, - 'rss': 6098944, - 'shared': 4227072, - 'text': 81920, - 'vms': 431816704}, - 'memory_percent': 0.0371391435848178, - 'name': 'ibus-extension-gtk3', - 'nice': 0, + 'rss': 45588480, + 'shared': 44408832, + 'text': 114688, + 'vms': 94195712}, + 'memory_percent': 0.27760976248526836, + 'name': 'systemd-journald', + 'nice': -1, 'nprocs': 1, - 'num_threads': 5, + 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8012], - 'cmdline': ['gvfsd-trash'], + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5438], + 'cmdline': ['evolution-calendar-factory'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.4, - 'user': 1.32}, - 'io_counters': [2675712, 0, 2675712, 0, 1], - 'memory_info': {'data': 69492736, + 'system': 0.43, + 'user': 1.82}, + 'io_counters': [14049280, 1482752, 14049280, 1482752, 1], + 'memory_info': {'data': 191840256, 'dirty': 0, 'lib': 0, - 'rss': 5959680, - 'shared': 4517888, - 'text': 24576, - 'vms': 624525312}, - 'memory_percent': 0.03629110404023499, - 'name': 'gvfsd-trash', + 'rss': 45195264, + 'shared': 30031872, + 'text': 45056, + 'vms': 2198732800}, + 'memory_percent': 0.2752152847495464, + 'name': 'evolution-calendar-factory', 'nice': 0, 'nprocs': 1, - 'num_threads': 5, + 'num_threads': 16, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7511], - 'cmdline': ['ibus-daemon'], + {'childrens': [2621], + 'cmdline': ['snapd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, + 'cpu_times': {'children_system': 1.61, + 'children_user': 14.45, 'iowait': 0.0, - 'system': 37.28, - 'user': 138.62}, - 'io_counters': [2760704, 8192, 2760704, 8192, 1], - 'memory_info': {'data': 48001024, + 'system': 3.96, + 'user': 16.3}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 257048576, 'dirty': 0, 'lib': 0, - 'rss': 5955584, - 'shared': 4403200, - 'text': 110592, - 'vms': 398450688}, - 'memory_percent': 0.036266161700688436, - 'name': 'ibus-daemon', + 'rss': 43077632, + 'shared': 24313856, + 'text': 12349440, + 'vms': 2953752576}, + 'memory_percent': 0.2623200244436269, + 'name': 'snapd', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 23, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [8376], - 'cmdline': ['ibus-x11'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.48, - 'user': 1.15}, - 'io_counters': [2191360, 0, 2191360, 0, 1], - 'memory_info': {'data': 32051200, - 'dirty': 0, - 'lib': 0, - 'rss': 5853184, - 'shared': 4599808, - 'text': 77824, - 'vms': 273600512}, - 'memory_percent': 0.0356426032120246, - 'name': 'ibus-x11', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [1760744], - 'cmdline': ['speech-dispatcher'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.47, - 'user': 0.16}, - 'io_counters': [4603904, 0, 4603904, 0, 1], - 'memory_info': {'data': 38137856, - 'dirty': 0, - 'lib': 0, - 'rss': 5844992, - 'shared': 4636672, - 'text': 122880, - 'vms': 123002880}, - 'memory_percent': 0.03559271853293149, - 'name': 'speech-dispatcher', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7327, 7218], - 'cmdline': ['gnome-session-binary'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.19, - 'children_user': 0.35, - 'system': 0.42000000000000004, - 'user': 1.27}, - 'io_counters': [13094912, - 4096, - 13094912, - 4096, - 1, - 3801088, - 0, - 3801088, - 0, - 1, - 3801088, - 0, - 3801088, - 0, - 1], - 'memory_info': {'data': 88784896, - 'rss': 7012352, - 'shared': 5570560, - 'text': 303104, - 'vms': 915087360}, - 'memory_percent': 0.04270128530369917, - 'name': 'gnome-session-binary', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 9, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2446], - 'cmdline': ['switcheroo-control'], + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [6448], + 'cmdline': ['Socket Process'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.04, - 'user': 0.04}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 34906112, + 'user': 0.03}, + 'io_counters': [180224, 0, 180224, 0, 1], + 'memory_info': {'data': 14684160, 'dirty': 0, 'lib': 0, - 'rss': 5525504, - 'shared': 5132288, - 'text': 8192, - 'vms': 317456384}, - 'memory_percent': 0.03364721604830034, - 'name': 'switcheroo-control', + 'rss': 41050112, + 'shared': 40394752, + 'text': 868352, + 'vms': 231690240}, + 'memory_percent': 0.24997349861881038, + 'name': 'Socket Process', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 6, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [982823], - 'cmdline': ['bluetoothd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 46.08, - 'user': 29.14}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1327104, - 'dirty': 0, - 'lib': 0, - 'rss': 5455872, - 'shared': 5062656, - 'text': 995328, - 'vms': 14532608}, - 'memory_percent': 0.033223196276008934, - 'name': 'bluetoothd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1760860], - 'cmdline': ['sd_dummy'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.81, - 'user': 1.27}, - 'io_counters': [319488, 0, 319488, 0, 1], - 'memory_info': {'data': 17657856, - 'dirty': 0, - 'lib': 0, - 'rss': 5234688, - 'shared': 4841472, - 'text': 28672, - 'vms': 166596608}, - 'memory_percent': 0.03187630994049506, - 'name': 'sd_dummy', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 3, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7870], + {'childrens': [5581], + 'cmdline': ['tracker-miner-fs-3'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 1.47, + 'children_user': 38.48, + 'iowait': 0.0, + 'system': 1.53, + 'user': 7.98}, + 'io_counters': [1419399168, 701100032, 1419399168, 701100032, 1], + 'memory_info': {'data': 143396864, + 'dirty': 0, + 'lib': 0, + 'rss': 40108032, + 'shared': 18305024, + 'text': 151552, + 'vms': 912887808}, + 'memory_percent': 0.2442367290436431, + 'name': 'tracker-miner-fs-3', + 'nice': 19, + 'nprocs': 1, + 'num_threads': 8, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5387], + 'cmdline': ['goa-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.17, + 'user': 0.7}, + 'io_counters': [2088960, 0, 2088960, 0, 1], + 'memory_info': {'data': 82857984, + 'dirty': 0, + 'lib': 0, + 'rss': 38408192, + 'shared': 23932928, + 'text': 24576, + 'vms': 1047326720}, + 'memory_percent': 0.23388560133192826, + 'name': 'goa-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [8117], + 'cmdline': ['update-notifier'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 1.01, + 'children_user': 1.91, + 'iowait': 0.0, + 'system': 0.36, + 'user': 0.45}, + 'io_counters': [4231168, 28672, 4231168, 28672, 1], + 'memory_info': {'data': 57954304, + 'dirty': 0, + 'lib': 0, + 'rss': 30298112, + 'shared': 23379968, + 'text': 40960, + 'vms': 508325888}, + 'memory_percent': 0.18449949803266216, + 'name': 'update-notifier', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5474], 'cmdline': ['evolution-addressbook-factory'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.32, - 'user': 0.93}, - 'io_counters': [8585216, 36864, 8585216, 36864, 1], - 'memory_info': {'data': 87879680, + 'system': 0.03, + 'user': 0.11}, + 'io_counters': [3006464, 36864, 3006464, 36864, 1], + 'memory_info': {'data': 87953408, 'dirty': 0, 'lib': 0, - 'rss': 5206016, - 'shared': 3895296, + 'rss': 27901952, + 'shared': 25804800, 'text': 4096, - 'vms': 778473472}, - 'memory_percent': 0.03170171356366919, + 'vms': 845574144}, + 'memory_percent': 0.1699081493306063, 'name': 'evolution-addressbook-factory', 'nice': 0, 'nprocs': 1, 'num_threads': 7, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [2442126], - 'cmdline': ['zed'], + {'childrens': [5122], + 'cmdline': ['gnome-shell-calendar-server'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 25862144, + 'system': 0.07, + 'user': 0.38}, + 'io_counters': [9179136, 0, 9179136, 0, 1], + 'memory_info': {'data': 89145344, 'dirty': 0, 'lib': 0, - 'rss': 5189632, - 'shared': 4272128, - 'text': 61440, - 'vms': 104570880}, - 'memory_percent': 0.03160194420548298, - 'name': 'zed', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 3, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7314], - 'cmdline': ['gvfsd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 1.35, - 'children_user': 1.24, - 'iowait': 0.0, - 'system': 0.28, - 'user': 0.57}, - 'io_counters': [18927616, 0, 18927616, 0, 1], - 'memory_info': {'data': 34992128, - 'dirty': 0, - 'lib': 0, - 'rss': 5132288, - 'shared': 4476928, + 'rss': 21942272, + 'shared': 18087936, 'text': 16384, - 'vms': 322220032}, - 'memory_percent': 0.03125275145183123, - 'name': 'gvfsd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7523], - 'cmdline': ['gsd-housekeeping'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 3.0, - 'user': 11.43}, - 'io_counters': [4636672, 0, 4636672, 0, 1], - 'memory_info': {'data': 43782144, - 'dirty': 0, - 'lib': 0, - 'rss': 5095424, - 'shared': 4571136, - 'text': 24576, - 'vms': 395153408}, - 'memory_percent': 0.031028270395912248, - 'name': 'gsd-housekeeping', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7516], - 'cmdline': ['gsd-color'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.41, - 'user': 0.77}, - 'io_counters': [2883584, 0, 2883584, 0, 1], - 'memory_info': {'data': 45178880, - 'dirty': 0, - 'lib': 0, - 'rss': 5074944, - 'shared': 4288512, - 'text': 24576, - 'vms': 423743488}, - 'memory_percent': 0.030903558698179488, - 'name': 'gsd-color', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2628], - 'cmdline': ['ModemManager'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.8, - 'user': 0.72}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 44478464, - 'dirty': 0, - 'lib': 0, - 'rss': 5029888, - 'shared': 4243456, - 'text': 1196032, - 'vms': 401731584}, - 'memory_percent': 0.0306291929631674, - 'name': 'ModemManager', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2298], - 'cmdline': ['systemd-resolved'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 24.29, - 'user': 35.42}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 3997696, - 'dirty': 0, - 'lib': 0, - 'rss': 5025792, - 'shared': 3846144, - 'text': 360448, - 'vms': 24125440}, - 'memory_percent': 0.030604250623620845, - 'name': 'systemd-resolved', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'systemd-resolve'}, - {'childrens': [7058, 7059], - 'cmdline': ['pipewire'], - 'cpu_percent': 0, - 'cpu_times': {'system': 8.95, 'user': 5.4399999999999995}, - 'io_counters': [9170944, - 0, - 9170944, - 0, - 1, - 139264, - 0, - 139264, - 0, - 1, - 139264, - 0, - 139264, - 0, - 1], - 'memory_info': {'data': 51273728, - 'rss': 5820416, - 'shared': 4771840, - 'text': 8192, - 'vms': 221249536}, - 'memory_percent': 0.035443064495652175, - 'name': 'pipewire', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [3420], - 'cmdline': ['gdm3'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.03, - 'children_user': 0.02, - 'iowait': 0.0, - 'system': 0.08, - 'user': 0.21}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 43622400, - 'dirty': 0, - 'lib': 0, - 'rss': 4866048, - 'shared': 4210688, - 'text': 233472, - 'vms': 398143488}, - 'memory_percent': 0.029631499381305267, - 'name': 'gdm3', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7130], - 'cmdline': ['xdg-document-portal'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 1.39, - 'children_user': 0.18, - 'iowait': 0.0, - 'system': 0.32, - 'user': 0.82}, - 'io_counters': [28891136, 0, 28891136, 0, 1], - 'memory_info': {'data': 80531456, - 'dirty': 0, - 'lib': 0, - 'rss': 4853760, - 'shared': 4591616, - 'text': 110592, - 'vms': 701771776}, - 'memory_percent': 0.02955667236266561, - 'name': 'xdg-document-portal', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 9, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7571], - 'cmdline': ['gsd-wacom'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.1, - 'user': 0.33}, - 'io_counters': [1933312, 0, 1933312, 0, 1], - 'memory_info': {'data': 45592576, - 'dirty': 0, - 'lib': 0, - 'rss': 4669440, - 'shared': 4014080, - 'text': 12288, - 'vms': 422973440}, - 'memory_percent': 0.02843426708307071, - 'name': 'gsd-wacom', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2449], - 'cmdline': ['systemd-logind'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 3.57, - 'children_user': 0.58, - 'iowait': 0.0, - 'system': 5.17, - 'user': 2.77}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 974848, - 'dirty': 0, - 'lib': 0, - 'rss': 4616192, - 'shared': 3743744, - 'text': 155648, - 'vms': 18657280}, - 'memory_percent': 0.02811001666896552, - 'name': 'systemd-logind', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7602], - 'cmdline': ['gsd-disk-utility-notify'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.05, - 'user': 0.19}, - 'io_counters': [1355776, 0, 1355776, 0, 1], - 'memory_info': {'data': 36093952, - 'dirty': 0, - 'lib': 0, - 'rss': 4612096, - 'shared': 3825664, - 'text': 8192, - 'vms': 312958976}, - 'memory_percent': 0.028085074329418966, - 'name': 'gsd-disk-utility-notify', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [3350], - 'cmdline': ['thermald'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 5.72, - 'user': 5.75}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 43520000, - 'dirty': 0, - 'lib': 0, - 'rss': 4608000, - 'shared': 4083712, - 'text': 348160, - 'vms': 435200000}, - 'memory_percent': 0.028060131989872412, - 'name': 'thermald', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7531], - 'cmdline': ['gsd-keyboard'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.08, - 'user': 0.33}, - 'io_counters': [1228800, 0, 1228800, 0, 1], - 'memory_info': {'data': 45027328, - 'dirty': 0, - 'lib': 0, - 'rss': 4591616, - 'shared': 3936256, - 'text': 12288, - 'vms': 421982208}, - 'memory_percent': 0.0279603626316862, - 'name': 'gsd-keyboard', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7971], - 'cmdline': ['ibus-engine-simple'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 13.18, - 'user': 48.88}, - 'io_counters': [1343488, 0, 1343488, 0, 1], - 'memory_info': {'data': 26705920, - 'dirty': 0, - 'lib': 0, - 'rss': 4591616, - 'shared': 4067328, - 'text': 4096, - 'vms': 243126272}, - 'memory_percent': 0.0279603626316862, - 'name': 'ibus-engine-simple', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7742], - 'cmdline': ['gsd-printer'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.13}, - 'io_counters': [802816, 0, 802816, 0, 1], - 'memory_info': {'data': 43978752, - 'dirty': 0, - 'lib': 0, - 'rss': 4526080, - 'shared': 3870720, - 'text': 12288, - 'vms': 426344448}, - 'memory_percent': 0.027561285198941347, - 'name': 'gsd-printer', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7462], - 'cmdline': ['at-spi2-registryd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.21}, - 'io_counters': [532480, 0, 532480, 0, 1], - 'memory_info': {'data': 26329088, - 'dirty': 0, - 'lib': 0, - 'rss': 4505600, - 'shared': 4112384, - 'text': 40960, - 'vms': 241733632}, - 'memory_percent': 0.02743657350120858, - 'name': 'at-spi2-registryd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7554], - 'cmdline': ['gsd-sharing'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.3, - 'user': 9.56}, - 'io_counters': [1265664, 0, 1265664, 0, 1], - 'memory_info': {'data': 61206528, - 'dirty': 0, - 'lib': 0, - 'rss': 4485120, - 'shared': 3960832, - 'text': 16384, - 'vms': 556736512}, - 'memory_percent': 0.027311861803475817, - 'name': 'gsd-sharing', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7490], - 'cmdline': ['dconf-service'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.09, - 'user': 0.29}, - 'io_counters': [1122304, 4055040, 1122304, 4055040, 1], - 'memory_info': {'data': 26583040, - 'dirty': 0, - 'lib': 0, - 'rss': 4448256, - 'shared': 3792896, - 'text': 36864, - 'vms': 236089344}, - 'memory_percent': 0.027087380747556837, - 'name': 'dconf-service', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7542], - 'cmdline': ['gsd-print-notifications'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.09, - 'user': 0.21}, - 'io_counters': [2646016, 0, 2646016, 0, 1], - 'memory_info': {'data': 35250176, - 'dirty': 0, - 'lib': 0, - 'rss': 4325376, - 'shared': 4194304, - 'text': 20480, - 'vms': 331649024}, - 'memory_percent': 0.02633911056116024, - 'name': 'gsd-print-notifications', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7805], - 'cmdline': ['gvfs-goa-volume-monitor'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.19}, - 'io_counters': [958464, 0, 958464, 0, 1], - 'memory_info': {'data': 34983936, - 'dirty': 0, - 'lib': 0, - 'rss': 4276224, - 'shared': 4014080, - 'text': 45056, - 'vms': 318300160}, - 'memory_percent': 0.0260398024866016, - 'name': 'gvfs-goa-volume-monitor', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7570], - 'cmdline': ['gsd-sound'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.22}, - 'io_counters': [397312, 0, 397312, 0, 1], - 'memory_info': {'data': 43753472, - 'dirty': 0, - 'lib': 0, - 'rss': 4145152, - 'shared': 3620864, - 'text': 8192, - 'vms': 403460096}, - 'memory_percent': 0.025241647621111894, - 'name': 'gsd-sound', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2440], - 'cmdline': ['accounts-daemon'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.98, - 'user': 2.72}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 34955264, - 'dirty': 0, - 'lib': 0, - 'rss': 4128768, - 'shared': 3604480, - 'text': 90112, - 'vms': 321163264}, - 'memory_percent': 0.02514187826292568, - 'name': 'accounts-daemon', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7864], - 'cmdline': ['gvfs-mtp-volume-monitor'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.07, - 'user': 0.2}, - 'io_counters': [618496, 0, 618496, 0, 1], - 'memory_info': {'data': 34693120, - 'dirty': 0, - 'lib': 0, - 'rss': 4083712, - 'shared': 3690496, - 'text': 40960, - 'vms': 317317120}, - 'memory_percent': 0.0248675125279136, - 'name': 'gvfs-mtp-volume-monitor', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2420], - 'cmdline': ['gnome-remote-desktop-daemon'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.07, - 'user': 0.19}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 35786752, - 'dirty': 0, - 'lib': 0, - 'rss': 4046848, - 'shared': 3391488, - 'text': 352256, - 'vms': 374247424}, - 'memory_percent': 0.02464303147199462, - 'name': 'gnome-remote-desktop-daemon', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'gnome-remote-desktop'}, - {'childrens': [2632], - 'cmdline': ['boltd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.69, - 'user': 1.22}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 34893824, - 'dirty': 0, - 'lib': 0, - 'rss': 4046848, - 'shared': 3784704, - 'text': 167936, - 'vms': 321400832}, - 'memory_percent': 0.02464303147199462, - 'name': 'boltd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7783], - 'cmdline': ['gvfs-gphoto2-volume-monitor'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.2}, - 'io_counters': [1069056, 0, 1069056, 0, 1], - 'memory_info': {'data': 35115008, - 'dirty': 0, - 'lib': 0, - 'rss': 4009984, - 'shared': 3878912, - 'text': 45056, - 'vms': 318308352}, - 'memory_percent': 0.02441855041607564, - 'name': 'gvfs-gphoto2-volume-monitor', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [111279], - 'cmdline': ['dart:firmware-n'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.53, - 'children_user': 0.08, - 'iowait': 0.0, - 'system': 2.7, - 'user': 0.75}, - 'io_counters': [43667456, 0, 43667456, 0, 1], - 'memory_info': {'data': 10579968, - 'dirty': 0, - 'lib': 0, - 'rss': 3907584, - 'shared': 2740224, - 'text': 2752512, - 'vms': 287809536}, - 'memory_percent': 0.023794991927411805, - 'name': 'dart:firmware-n', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 3, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7519], - 'cmdline': ['gsd-datetime'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.22}, - 'io_counters': [286720, 0, 286720, 0, 1], - 'memory_info': {'data': 43700224, - 'dirty': 0, - 'lib': 0, - 'rss': 3846144, - 'shared': 3584000, - 'text': 20480, - 'vms': 442413056}, - 'memory_percent': 0.023420856834213508, - 'name': 'gsd-datetime', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2423], - 'cmdline': ['iio-sensor-proxy'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 15.95, - 'user': 10.29}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 35188736, - 'dirty': 0, - 'lib': 0, - 'rss': 3796992, - 'shared': 3403776, - 'text': 36864, - 'vms': 321552384}, - 'memory_percent': 0.023121548759654866, - 'name': 'iio-sensor-proxy', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7764], - 'cmdline': ['goa-identity-service'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.28, - 'user': 0.28}, - 'io_counters': [770048, 0, 770048, 0, 1], - 'memory_info': {'data': 43364352, - 'dirty': 0, - 'lib': 0, - 'rss': 3751936, - 'shared': 3620864, - 'text': 65536, - 'vms': 398757888}, - 'memory_percent': 0.02284718302464278, - 'name': 'goa-identity-service', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7683], - 'cmdline': ['ibus-memconf'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.01, - 'user': 0.0}, - 'io_counters': [544768, 0, 544768, 0, 1], - 'memory_info': {'data': 26173440, - 'dirty': 0, - 'lib': 0, - 'rss': 3739648, - 'shared': 3477504, - 'text': 8192, - 'vms': 242601984}, - 'memory_percent': 0.022772356006003122, - 'name': 'ibus-memconf', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2450], - 'cmdline': ['systemd-machined'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.26, - 'user': 1.56}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 851968, - 'dirty': 0, - 'lib': 0, - 'rss': 3715072, - 'shared': 3321856, - 'text': 65536, - 'vms': 18010112}, - 'memory_percent': 0.0226227019687238, - 'name': 'systemd-machined', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [7544], - 'cmdline': ['gsd-rfkill'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.2, - 'user': 0.69}, - 'io_counters': [155648, 0, 155648, 0, 1], - 'memory_info': {'data': 60280832, - 'dirty': 0, - 'lib': 0, - 'rss': 3706880, - 'shared': 3313664, - 'text': 20480, - 'vms': 544178176}, - 'memory_percent': 0.022572817289630696, - 'name': 'gsd-rfkill', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7212], - 'cmdline': ['gdm-wayland-session'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.01}, - 'io_counters': [114688, 0, 114688, 0, 1], - 'memory_info': {'data': 26157056, - 'dirty': 0, - 'lib': 0, - 'rss': 3698688, - 'shared': 3436544, - 'text': 20480, - 'vms': 241627136}, - 'memory_percent': 0.02252293261053759, - 'name': 'gdm-wayland-session', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7513], - 'cmdline': ['gsd-a11y-settings'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.07, - 'user': 0.2}, - 'io_counters': [299008, 0, 299008, 0, 1], - 'memory_info': {'data': 43220992, - 'dirty': 0, - 'lib': 0, - 'rss': 3698688, - 'shared': 3436544, - 'text': 8192, - 'vms': 393097216}, - 'memory_percent': 0.02252293261053759, - 'name': 'gsd-a11y-settings', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7759], - 'cmdline': ['gvfsd-metadata'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.01, - 'user': 0.05}, - 'io_counters': [614400, 159744, 614400, 159744, 1], - 'memory_info': {'data': 26570752, - 'dirty': 0, - 'lib': 0, - 'rss': 3678208, - 'shared': 3547136, - 'text': 32768, - 'vms': 242593792}, - 'memory_percent': 0.02239822091280482, - 'name': 'gvfsd-metadata', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7137], - 'cmdline': ['xdg-permission-store'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.02, - 'user': 0.04}, - 'io_counters': [638976, 0, 638976, 0, 1], - 'memory_info': {'data': 34676736, - 'dirty': 0, - 'lib': 0, - 'rss': 3653632, - 'shared': 3522560, - 'text': 36864, - 'vms': 317140992}, - 'memory_percent': 0.022248566875525504, - 'name': 'xdg-permission-store', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7365], - 'cmdline': ['at-spi-bus-launcher'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.02, - 'user': 0.07}, - 'io_counters': [483328, 0, 483328, 0, 1], - 'memory_info': {'data': 43323392, - 'dirty': 0, - 'lib': 0, - 'rss': 3616768, - 'shared': 3485696, - 'text': 12288, - 'vms': 392155136}, - 'memory_percent': 0.022024085819606527, - 'name': 'at-spi-bus-launcher', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7324], - 'cmdline': ['gvfsd-fuse'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.01, - 'user': 0.01}, - 'io_counters': [864256, 0, 864256, 0, 1], - 'memory_info': {'data': 53948416, - 'dirty': 0, - 'lib': 0, - 'rss': 3596288, - 'shared': 3465216, - 'text': 24576, - 'vms': 471019520}, - 'memory_percent': 0.021899374121873757, - 'name': 'gvfsd-fuse', + 'vms': 1091186688}, + 'memory_percent': 0.13361684614856986, + 'name': 'gnome-shell-calendar-server', 'nice': 0, 'nprocs': 1, 'num_threads': 7, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7833], - 'cmdline': ['gvfs-afc-volume-monitor'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 6.3, - 'user': 2.33}, - 'io_counters': [983040, 0, 983040, 0, 1], - 'memory_info': {'data': 43266048, - 'dirty': 0, - 'lib': 0, - 'rss': 3538944, - 'shared': 3276800, - 'text': 40960, - 'vms': 398839808}, - 'memory_percent': 0.021550181368222013, - 'name': 'gvfs-afc-volume-monitor', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7547], - 'cmdline': ['gsd-screensaver-proxy'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.12, - 'user': 0.47}, - 'io_counters': [352256, 0, 352256, 0, 1], - 'memory_info': {'data': 34832384, - 'dirty': 0, - 'lib': 0, - 'rss': 3534848, - 'shared': 3272704, - 'text': 8192, - 'vms': 317239296}, - 'memory_percent': 0.02152523902867546, - 'name': 'gsd-screensaver-proxy', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7688], - 'cmdline': ['ibus-portal'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.2, - 'user': 0.68}, - 'io_counters': [749568, 0, 749568, 0, 1], - 'memory_info': {'data': 35311616, - 'dirty': 0, - 'lib': 0, - 'rss': 3534848, - 'shared': 3141632, - 'text': 28672, - 'vms': 318263296}, - 'memory_percent': 0.02152523902867546, - 'name': 'ibus-portal', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7565], - 'cmdline': ['gsd-smartcard'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.09, - 'user': 0.23}, - 'io_counters': [536576, 0, 536576, 0, 1], - 'memory_info': {'data': 43393024, - 'dirty': 0, - 'lib': 0, - 'rss': 3526656, - 'shared': 3395584, - 'text': 36864, - 'vms': 395452416}, - 'memory_percent': 0.02147535434958235, - 'name': 'gsd-smartcard', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2299], - 'cmdline': ['systemd-timesyncd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.64, - 'user': 0.26}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 9158656, - 'dirty': 0, - 'lib': 0, - 'rss': 3256320, - 'shared': 2994176, - 'text': 28672, - 'vms': 93585408}, - 'memory_percent': 0.019829159939509837, - 'name': 'systemd-timesyncd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'systemd-timesync'}, - {'childrens': [2403521], - 'cmdline': ['uuidd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.01, - 'user': 0.03}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 434176, - 'dirty': 0, - 'lib': 0, - 'rss': 3067904, - 'shared': 2936832, - 'text': 12288, - 'vms': 12046336}, - 'memory_percent': 0.018681812320368387, - 'name': 'uuidd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'uuidd'}, - {'childrens': [1760864], - 'cmdline': ['sd_openjtalk'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [73728, 0, 73728, 0, 1], - 'memory_info': {'data': 397312, - 'dirty': 0, - 'lib': 0, - 'rss': 2699264, - 'shared': 2568192, - 'text': 24576, - 'vms': 5804032}, - 'memory_percent': 0.016437001761178596, - 'name': 'sd_openjtalk', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [3371], - 'cmdline': ['snmpd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 80.06, - 'user': 29.15}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 3866624, - 'dirty': 0, - 'lib': 0, - 'rss': 2637824, - 'shared': 1982464, - 'text': 12288, - 'vms': 26619904}, - 'memory_percent': 0.016062866667980298, - 'name': 'snmpd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'Debian-snmp'}, - {'childrens': [3049435], - 'cmdline': ['make'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 520192, - 'dirty': 0, - 'lib': 0, - 'rss': 2637824, - 'shared': 2375680, - 'text': 172032, - 'vms': 8802304}, - 'memory_percent': 0.016062866667980298, - 'name': 'make', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [16589], - 'cmdline': ['ssh-agent'], + {'childrens': [5169], + 'cmdline': ['gsd-power'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.14, - 'user': 2.76}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 663552, + 'user': 0.6}, + 'io_counters': [376832, 0, 376832, 0, 1], + 'memory_info': {'data': 54435840, 'dirty': 0, 'lib': 0, - 'rss': 2326528, - 'shared': 1933312, - 'text': 139264, - 'vms': 8634368}, - 'memory_percent': 0.01416724886244225, - 'name': 'ssh-agent', + 'rss': 21323776, + 'shared': 18571264, + 'text': 45056, + 'vms': 536956928}, + 'memory_percent': 0.12985053221009046, + 'name': 'gsd-power', 'nice': 0, 'nprocs': 1, - 'num_threads': 1, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [2415, 2509], - 'cmdline': ['avahi-daemon'], - 'cpu_percent': 0, - 'cpu_times': {'system': 7.41, 'user': 6.92}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 1273856, - 'rss': 3174400, - 'shared': 2908160, - 'text': 163840, - 'vms': 17698816}, - 'memory_percent': 0.019330313148578776, - 'name': 'avahi-daemon', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'avahi'}, - {'childrens': [2295], - 'cmdline': ['systemd-oomd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 38.98, - 'user': 25.79}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 892928, - 'dirty': 0, - 'lib': 0, - 'rss': 2244608, - 'shared': 2113536, - 'text': 28672, - 'vms': 17977344}, - 'memory_percent': 0.013668402071511184, - 'name': 'systemd-oomd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'systemd-oom'}, - {'childrens': [3253], - 'cmdline': ['cups-proxyd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.75, - 'user': 0.46}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 26611712, - 'dirty': 0, - 'lib': 0, - 'rss': 2244608, - 'shared': 1982464, - 'text': 28672, - 'vms': 247369728}, - 'memory_percent': 0.013668402071511184, - 'name': 'cups-proxyd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2767], + {'childrens': [2970], 'cmdline': ['unattended-upgr'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4207,255 +1459,453 @@ Programlist stats: 'memory_info': {'data': 19689472, 'dirty': 0, 'lib': 0, - 'rss': 2215936, - 'shared': 1298432, + 'rss': 21282816, + 'shared': 11190272, 'text': 3026944, 'vms': 120745984}, - 'memory_percent': 0.01349380569468531, + 'memory_percent': 0.12960110744595277, 'name': 'unattended-upgr', 'nice': 0, 'nprocs': 1, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3505], - 'cmdline': ['rtkit-daemon'], + {'childrens': [5324], + 'cmdline': ['ibus-extension-gtk3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.1, - 'user': 1.04}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 17346560, + 'system': 0.39, + 'user': 2.89}, + 'io_counters': [1974272, 0, 1974272, 0, 1], + 'memory_info': {'data': 53653504, 'dirty': 0, 'lib': 0, - 'rss': 2027520, - 'shared': 1896448, - 'text': 28672, - 'vms': 90599424}, - 'memory_percent': 0.01234645807554386, - 'name': 'rtkit-daemon', - 'nice': 1, - 'nprocs': 1, - 'num_threads': 3, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'rtkit'}, - {'childrens': [2961, 2962], - 'cmdline': ['dnsmasq'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.29, 'user': 0.08}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 1040384, - 'rss': 2449408, - 'shared': 2404352, - 'text': 745472, - 'vms': 23519232}, - 'memory_percent': 0.014915519048838848, - 'name': 'dnsmasq', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': '_'}, - {'childrens': [2433], - 'cmdline': ['smartd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.04, - 'user': 0.01}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1220608, - 'dirty': 0, - 'lib': 0, - 'rss': 1953792, - 'shared': 1822720, - 'text': 249856, - 'vms': 12292096}, - 'memory_percent': 0.011897495963705903, - 'name': 'smartd', + 'rss': 20537344, + 'shared': 16027648, + 'text': 81920, + 'vms': 431816704}, + 'memory_percent': 0.12506157673864648, + 'name': 'ibus-extension-gtk3', 'nice': 0, 'nprocs': 1, - 'num_threads': 1, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3379, 3394], - 'cmdline': ['kerneloops'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.16, 'user': 0.24}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 1064960, - 'rss': 3653632, - 'shared': 3059712, - 'text': 24576, - 'vms': 26099712}, - 'memory_percent': 0.022248566875525504, - 'name': 'kerneloops', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'kernoops'}, - {'childrens': [2581], - 'cmdline': ['rsyslogd'], + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [3544], + 'cmdline': ['cups-browsed'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.96, - 'user': 1.52}, + 'system': 0.06, + 'user': 0.1}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 18845696, + 'memory_info': {'data': 27582464, 'dirty': 0, 'lib': 0, - 'rss': 1835008, - 'shared': 1703936, - 'text': 454656, - 'vms': 227909632}, - 'memory_percent': 0.011174168116855858, - 'name': 'rsyslogd', + 'rss': 20459520, + 'shared': 17575936, + 'text': 118784, + 'vms': 275333120}, + 'memory_percent': 0.12458766968678485, + 'name': 'cups-browsed', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'syslog'}, - {'childrens': [2868521], - 'cmdline': ['sleep'], + 'time_since_update': 0.4306778907775879, + 'username': 'cups-browsed'}, + {'childrens': [2705], + 'cmdline': ['NetworkManager'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, + 'cpu_times': {'children_system': 0.06, + 'children_user': 0.34, 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, + 'system': 1.94, + 'user': 3.47}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 364544, + 'memory_info': {'data': 37289984, 'dirty': 0, 'lib': 0, - 'rss': 1822720, - 'shared': 1822720, - 'text': 16384, - 'vms': 3289088}, - 'memory_percent': 0.011099341098216198, - 'name': 'sleep', + 'rss': 20234240, + 'shared': 16826368, + 'text': 2555904, + 'vms': 346116096}, + 'memory_percent': 0.12321583348402745, + 'name': 'NetworkManager', 'nice': 0, 'nprocs': 1, - 'num_threads': 1, + 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3049438], - 'cmdline': ['sh'], + {'childrens': [5645], + 'cmdline': ['xdg-desktop-portal-gtk'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 376832, + 'system': 0.3, + 'user': 0.34}, + 'io_counters': [712704, 0, 712704, 0, 1], + 'memory_info': {'data': 49004544, 'dirty': 0, 'lib': 0, - 'rss': 1650688, - 'shared': 1650688, - 'text': 86016, - 'vms': 2871296}, - 'memory_percent': 0.01005176283726096, - 'name': 'sh', + 'rss': 20140032, + 'shared': 17125376, + 'text': 135168, + 'vms': 428773376}, + 'memory_percent': 0.12264215652651074, + 'name': 'xdg-desktop-portal-gtk', 'nice': 0, 'nprocs': 1, - 'num_threads': 1, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [3257, 2759], - 'cmdline': ['run-cups-browse'], + {'childrens': [5162], + 'cmdline': ['gsd-media-keys'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.19, - 'children_user': 0.03, - 'system': 0.29000000000000004, - 'user': 0.01}, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.06, + 'user': 0.28}, + 'io_counters': [294912, 0, 294912, 0, 1], + 'memory_info': {'data': 71229440, + 'dirty': 0, + 'lib': 0, + 'rss': 19505152, + 'shared': 18063360, + 'text': 102400, + 'vms': 760135680}, + 'memory_percent': 0.11877607268237628, + 'name': 'gsd-media-keys', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [46207], + 'cmdline': ['ruff'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.21, + 'user': 0.49}, + 'io_counters': [21237760, 0, 21237760, 0, 1], + 'memory_info': {'data': 109965312, + 'dirty': 0, + 'lib': 0, + 'rss': 19173376, + 'shared': 10424320, + 'text': 22511616, + 'vms': 1082929152}, + 'memory_percent': 0.11675573209286084, + 'name': 'ruff', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 9, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5976], + 'cmdline': ['ibus-x11'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.06, + 'user': 0.16}, + 'io_counters': [249856, 0, 249856, 0, 1], + 'memory_info': {'data': 32161792, + 'dirty': 0, + 'lib': 0, + 'rss': 18542592, + 'shared': 15994880, + 'text': 77824, + 'vms': 273711104}, + 'memory_percent': 0.11291459072514014, + 'name': 'ibus-x11', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2651], + 'cmdline': ['udisksd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.12, + 'user': 0.51}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 54923264, + 'dirty': 0, + 'lib': 0, + 'rss': 18350080, + 'shared': 14155776, + 'text': 319488, + 'vms': 482623488}, + 'memory_percent': 0.11174229433369293, + 'name': 'udisksd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5225], + 'cmdline': ['gsd-wacom'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.06}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 45596672, + 'dirty': 0, + 'lib': 0, + 'rss': 16867328, + 'shared': 14901248, + 'text': 12288, + 'vms': 422977536}, + 'memory_percent': 0.10271311787190791, + 'name': 'gsd-wacom', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [4947, 4848], + 'cmdline': ['gnome-session-binary'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.09, + 'children_user': 0.19999999999999998, + 'system': 0.05, + 'user': 0.17}, + 'io_counters': [10248192, + 4096, + 10248192, + 4096, + 1, + 3624960, + 0, + 3624960, + 0, + 1, + 3624960, + 0, + 3624960, + 0, + 1], + 'memory_info': {'data': 80261120, + 'rss': 32751616, + 'shared': 29212672, + 'text': 303104, + 'vms': 839593984}, + 'memory_percent': 0.19944004140451083, + 'name': 'gnome-session-binary', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 9, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5147], + 'cmdline': ['gsd-color'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.07, + 'user': 0.11}, + 'io_counters': [81920, 0, 81920, 0, 1], + 'memory_info': {'data': 45182976, + 'dirty': 0, + 'lib': 0, + 'rss': 16633856, + 'shared': 15192064, + 'text': 24576, + 'vms': 423747584}, + 'memory_percent': 0.10129139671632298, + 'name': 'gsd-color', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [1, 4683], + 'cmdline': ['systemd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 185.87, + 'children_user': 266.68, + 'system': 3.5, + 'user': 7.86}, 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 745472, - 'rss': 2023424, - 'shared': 2023424, - 'text': 163840, - 'vms': 5922816}, - 'memory_percent': 0.01232151573599731, - 'name': 'run-cups-browse', + 'memory_info': {'data': 9646080, + 'rss': 30416896, + 'shared': 19304448, + 'text': 90112, + 'vms': 48336896}, + 'memory_percent': 0.1852228298486615, + 'name': 'systemd', 'nice': 0, 'nprocs': 2, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2443], - 'cmdline': ['cron'], + 'time_since_update': 0.4306778907775879, + 'username': '_'}, + {'childrens': [2610], + 'cmdline': ['gnome-remote-desktop-daemon'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 2.56, - 'children_user': 0.97, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.37, - 'user': 0.07}, + 'system': 0.01, + 'user': 0.02}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 450560, + 'memory_info': {'data': 44306432, 'dirty': 0, 'lib': 0, - 'rss': 1380352, - 'shared': 1380352, - 'text': 32768, - 'vms': 9588736}, - 'memory_percent': 0.008405568427188446, - 'name': 'cron', + 'rss': 15929344, + 'shared': 14094336, + 'text': 352256, + 'vms': 449744896}, + 'memory_percent': 0.09700129077315442, + 'name': 'gnome-remote-desktop-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'gnome-remote-desktop'}, + {'childrens': [2487], + 'cmdline': ['systemd-resolved'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.95, + 'user': 3.84}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 5582848, + 'dirty': 0, + 'lib': 0, + 'rss': 15822848, + 'shared': 10579968, + 'text': 360448, + 'vms': 25710592}, + 'memory_percent': 0.09635278638639637, + 'name': 'systemd-resolved', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2466], + 'time_since_update': 0.4306778907775879, + 'username': 'systemd-resolve'}, + {'childrens': [5155], + 'cmdline': ['gsd-keyboard'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.05}, + 'io_counters': [4096, 0, 4096, 0, 1], + 'memory_info': {'data': 45019136, + 'dirty': 0, + 'lib': 0, + 'rss': 15699968, + 'shared': 14258176, + 'text': 12288, + 'vms': 421974016}, + 'memory_percent': 0.09560451209398324, + 'name': 'gsd-keyboard', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2655], 'cmdline': ['virtlogd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.02, - 'user': 0.04}, + 'user': 0.03}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 1241088, 'dirty': 0, 'lib': 0, - 'rss': 1253376, - 'shared': 860160, + 'rss': 15237120, + 'shared': 13533184, 'text': 40960, 'vms': 75591680}, - 'memory_percent': 0.007632355901245297, + 'memory_percent': 0.09278601225922715, 'name': 'virtlogd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2465], + {'childrens': [6546], + 'cmdline': ['snap'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.31, + 'children_user': 0.27, + 'iowait': 0.0, + 'system': 1.23, + 'user': 1.15}, + 'io_counters': [4259840, 0, 4259840, 0, 1], + 'memory_info': {'data': 145805312, + 'dirty': 0, + 'lib': 0, + 'rss': 15196160, + 'shared': 6811648, + 'text': 8859648, + 'vms': 2111332352}, + 'memory_percent': 0.09253658749508946, + 'name': 'snap', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 12, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2653], 'cmdline': ['virtlockd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4467,20 +1917,1533 @@ Programlist stats: 'memory_info': {'data': 1241088, 'dirty': 0, 'lib': 0, - 'rss': 1220608, - 'shared': 958464, + 'rss': 15056896, + 'shared': 13352960, 'text': 40960, 'vms': 75587584}, - 'memory_percent': 0.00743281718487287, + 'memory_percent': 0.09168854329702124, 'name': 'virtlockd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [7292], + {'childrens': [3018], + 'cmdline': ['colord'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.16, + 'children_user': 0.1, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.1}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 38928384, + 'dirty': 0, + 'lib': 0, + 'rss': 14671872, + 'shared': 10346496, + 'text': 94208, + 'vms': 328159232}, + 'memory_percent': 0.0893439505141268, + 'name': 'colord', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'colord'}, + {'childrens': [4704], + 'cmdline': ['wireplumber'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.11, + 'user': 0.13}, + 'io_counters': [1437696, 16384, 1437696, 16384, 1], + 'memory_info': {'data': 54775808, + 'dirty': 0, + 'lib': 0, + 'rss': 14508032, + 'shared': 11493376, + 'text': 8192, + 'vms': 416231424}, + 'memory_percent': 0.08834625145757596, + 'name': 'wireplumber', + 'nice': -11, + 'nprocs': 1, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5394], + 'cmdline': ['gsd-printer'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.02}, + 'io_counters': [32768, 0, 32768, 0, 1], + 'memory_info': {'data': 43978752, + 'dirty': 0, + 'lib': 0, + 'rss': 14438400, + 'shared': 13127680, + 'text': 12288, + 'vms': 426344448}, + 'memory_percent': 0.08792222935854185, + 'name': 'gsd-printer', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [3552], + 'cmdline': ['snmpd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 10.76, + 'user': 3.96}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 3727360, + 'dirty': 0, + 'lib': 0, + 'rss': 13180928, + 'shared': 9904128, + 'text': 12288, + 'vms': 26480640}, + 'memory_percent': 0.08026488909951425, + 'name': 'snmpd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'Debian-snmp'}, + {'childrens': [5623], + 'cmdline': ['xdg-desktop-portal'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.16, + 'children_user': 0.13, + 'iowait': 0.0, + 'system': 0.45, + 'user': 0.55}, + 'io_counters': [1721344, 0, 1721344, 0, 1], + 'memory_info': {'data': 86876160, + 'dirty': 0, + 'lib': 0, + 'rss': 13168640, + 'shared': 11337728, + 'text': 450560, + 'vms': 718872576}, + 'memory_percent': 0.08019006167027293, + 'name': 'xdg-desktop-portal', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [4700, 4701], + 'cmdline': ['pipewire'], + 'cpu_percent': 0, + 'cpu_times': {'system': 0.26, 'user': 0.15000000000000002}, + 'io_counters': [348160, 0, 348160, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1], + 'memory_info': {'data': 50503680, + 'rss': 17981440, + 'shared': 11952128, + 'text': 8192, + 'vms': 220393472}, + 'memory_percent': 0.10949747145645355, + 'name': 'pipewire', + 'nice': '_', + 'nprocs': 2, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5875, 5803], + 'cmdline': ['snapd-desktop-integration'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.03, + 'children_user': 0.01, + 'system': 0.11, + 'user': 0.34}, + 'io_counters': [6334464, + 0, + 6334464, + 0, + 1, + 47104, + 0, + 47104, + 0, + 1, + 47104, + 0, + 47104, + 0, + 1], + 'memory_info': {'data': 54161408, + 'rss': 20574208, + 'shared': 16228352, + 'text': 589824, + 'vms': 480927744}, + 'memory_percent': 0.12528605902637044, + 'name': 'snapd-desktop-integration', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2616], + 'cmdline': ['polkitd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.72, + 'user': 1.16}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 47484928, + 'dirty': 0, + 'lib': 0, + 'rss': 12472320, + 'shared': 8404992, + 'text': 65536, + 'vms': 401465344}, + 'memory_percent': 0.07594984067993191, + 'name': 'polkitd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'polkitd'}, + {'childrens': [3433, 2946], + 'cmdline': ['cupsd'], + 'cpu_percent': 0, + 'cpu_times': {'system': 0.29000000000000004, 'user': 0.03}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {'data': 11173888, + 'rss': 24121344, + 'shared': 20713472, + 'text': 614400, + 'vms': 104898560}, + 'memory_percent': 0.1468862436006959, + 'name': 'cupsd', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5149], + 'cmdline': ['gsd-datetime'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.01}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 43704320, + 'dirty': 0, + 'lib': 0, + 'rss': 12431360, + 'shared': 11251712, + 'text': 20480, + 'vms': 442417152}, + 'memory_percent': 0.0757004159157942, + 'name': 'gsd-datetime', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2828], + 'cmdline': ['ModemManager'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.13, + 'user': 0.09}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 44400640, + 'dirty': 0, + 'lib': 0, + 'rss': 12394496, + 'shared': 10690560, + 'text': 1196032, + 'vms': 401653760}, + 'memory_percent': 0.07547593362807026, + 'name': 'ModemManager', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5254], + 'cmdline': ['gvfs-udisks2-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.47, + 'user': 1.97}, + 'io_counters': [192512, 0, 192512, 0, 1], + 'memory_info': {'data': 53661696, + 'dirty': 0, + 'lib': 0, + 'rss': 11927552, + 'shared': 9437184, + 'text': 94208, + 'vms': 474787840}, + 'memory_percent': 0.07263249131690039, + 'name': 'gvfs-udisks2-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [4705], + 'cmdline': ['pipewire-pulse'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.12, + 'user': 0.09}, + 'io_counters': [49152, 0, 49152, 0, 1], + 'memory_info': {'data': 31698944, + 'dirty': 0, + 'lib': 0, + 'rss': 11714560, + 'shared': 9793536, + 'text': 4096, + 'vms': 125833216}, + 'memory_percent': 0.07133548254338432, + 'name': 'pipewire-pulse', + 'nice': -11, + 'nprocs': 1, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2707], + 'cmdline': ['wpa_supplicant'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.33, + 'user': 0.48}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 1425408, + 'dirty': 0, + 'lib': 0, + 'rss': 11296768, + 'shared': 9986048, + 'text': 2387968, + 'vms': 18817024}, + 'memory_percent': 0.06879134994917971, + 'name': 'wpa_supplicant', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5174], + 'cmdline': ['gsd-print-notifications'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.01}, + 'io_counters': [192512, 0, 192512, 0, 1], + 'memory_info': {'data': 35254272, + 'dirty': 0, + 'lib': 0, + 'rss': 11108352, + 'shared': 10715136, + 'text': 20480, + 'vms': 331653120}, + 'memory_percent': 0.06764399603414625, + 'name': 'gsd-print-notifications', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5199], + 'cmdline': ['gsd-sharing'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.31, + 'user': 1.44}, + 'io_counters': [188416, 0, 188416, 0, 1], + 'memory_info': {'data': 61153280, + 'dirty': 0, + 'lib': 0, + 'rss': 11034624, + 'shared': 9986048, + 'text': 16384, + 'vms': 556736512}, + 'memory_percent': 0.06719503145869837, + 'name': 'gsd-sharing', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [3530], + 'cmdline': ['thermald'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.83, + 'user': 0.79}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 43474944, + 'dirty': 0, + 'lib': 0, + 'rss': 11005952, + 'shared': 10219520, + 'text': 348160, + 'vms': 435154944}, + 'memory_percent': 0.06702043412380199, + 'name': 'thermald', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [4660], + 'cmdline': ['gdm-session-worker'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.16, + 'children_user': 0.18, + 'iowait': 0.0, + 'system': 0.06, + 'user': 0.06}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 44285952, + 'dirty': 0, + 'lib': 0, + 'rss': 10944512, + 'shared': 9633792, + 'text': 131072, + 'vms': 399704064}, + 'memory_percent': 0.06664629697759543, + 'name': 'gdm-session-worker', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [4708], + 'cmdline': ['gnome-keyring-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.12, + 'user': 0.42}, + 'io_counters': [3346432, 274432, 3346432, 274432, 1], + 'memory_info': {'data': 52318208, + 'dirty': 0, + 'lib': 0, + 'rss': 10559488, + 'shared': 9641984, + 'text': 577536, + 'vms': 475709440}, + 'memory_percent': 0.06430170419470098, + 'name': 'gnome-keyring-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [55223], + 'cmdline': ['gvfsd-http'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [737280, 0, 737280, 0, 1], + 'memory_info': {'data': 35053568, + 'dirty': 0, + 'lib': 0, + 'rss': 9814016, + 'shared': 8896512, + 'text': 20480, + 'vms': 328187904}, + 'memory_percent': 0.059762173487394696, + 'name': 'gvfsd-http', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2929], + 'cmdline': ['upowerd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 7.84, + 'user': 0.53}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 36315136, + 'dirty': 0, + 'lib': 0, + 'rss': 9658368, + 'shared': 7692288, + 'text': 81920, + 'vms': 325550080}, + 'memory_percent': 0.058814359383671404, + 'name': 'upowerd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5145], + 'cmdline': ['ibus-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.25, + 'user': 8.73}, + 'io_counters': [446464, 8192, 446464, 8192, 1], + 'memory_info': {'data': 47923200, + 'dirty': 0, + 'lib': 0, + 'rss': 9613312, + 'shared': 7483392, + 'text': 110592, + 'vms': 398450688}, + 'memory_percent': 0.058539992143119925, + 'name': 'ibus-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5223], + 'cmdline': ['gsd-sound'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.01}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 43753472, + 'dirty': 0, + 'lib': 0, + 'rss': 9584640, + 'shared': 8536064, + 'text': 8192, + 'vms': 403460096}, + 'memory_percent': 0.05836539480822354, + 'name': 'gsd-sound', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [3434], + 'cmdline': ['cups-proxyd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.34, + 'user': 0.04}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 26611712, + 'dirty': 0, + 'lib': 0, + 'rss': 9564160, + 'shared': 8646656, + 'text': 28672, + 'vms': 247369728}, + 'memory_percent': 0.058240682426154676, + 'name': 'cups-proxyd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [3601], + 'cmdline': ['gdm3'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.04, + 'children_user': 0.02, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.05}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 35098624, + 'dirty': 0, + 'lib': 0, + 'rss': 9547776, + 'shared': 8630272, + 'text': 233472, + 'vms': 322641920}, + 'memory_percent': 0.0581409125204996, + 'name': 'gdm3', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [11634], + 'cmdline': ['gvfsd-dnssd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.03, + 'user': 0.07}, + 'io_counters': [40960, 0, 40960, 0, 1], + 'memory_info': {'data': 43520000, + 'dirty': 0, + 'lib': 0, + 'rss': 9170944, + 'shared': 8384512, + 'text': 16384, + 'vms': 400244736}, + 'memory_percent': 0.055846204690432694, + 'name': 'gvfsd-dnssd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2636], + 'cmdline': ['systemd-logind'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.4, + 'children_user': 0.06, + 'iowait': 0.0, + 'system': 0.82, + 'user': 0.48}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 950272, + 'dirty': 0, + 'lib': 0, + 'rss': 9125888, + 'shared': 7811072, + 'text': 155648, + 'vms': 18632704}, + 'memory_percent': 0.055571837449881215, + 'name': 'systemd-logind', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5404], + 'cmdline': ['goa-identity-service'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.03, + 'user': 0.02}, + 'io_counters': [200704, 0, 200704, 0, 1], + 'memory_info': {'data': 43364352, + 'dirty': 0, + 'lib': 0, + 'rss': 8863744, + 'shared': 8077312, + 'text': 65536, + 'vms': 398757888}, + 'memory_percent': 0.053975518959399886, + 'name': 'goa-identity-service', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [8729], + 'cmdline': ['gvfsd-recent'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.06}, + 'io_counters': [204800, 0, 204800, 0, 1], + 'memory_info': {'data': 44363776, + 'dirty': 0, + 'lib': 0, + 'rss': 8790016, + 'shared': 7520256, + 'text': 16384, + 'vms': 398778368}, + 'memory_percent': 0.05352655438395201, + 'name': 'gvfsd-recent', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [11597], + 'cmdline': ['gvfsd-network'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.05, + 'user': 0.13}, + 'io_counters': [40960, 0, 40960, 0, 1], + 'memory_info': {'data': 60657664, + 'dirty': 0, + 'lib': 0, + 'rss': 8765440, + 'shared': 7979008, + 'text': 16384, + 'vms': 549273600}, + 'memory_percent': 0.05337689952546939, + 'name': 'gvfsd-network', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5542], + 'cmdline': ['gvfsd-trash'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.42, + 'user': 1.34}, + 'io_counters': [337920, 0, 337920, 0, 1], + 'memory_info': {'data': 69435392, + 'dirty': 0, + 'lib': 0, + 'rss': 8761344, + 'shared': 7974912, + 'text': 24576, + 'vms': 624521216}, + 'memory_percent': 0.05335195704905561, + 'name': 'gvfsd-trash', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5429], + 'cmdline': ['gvfs-afc-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.95, + 'user': 0.29}, + 'io_counters': [98304, 0, 98304, 0, 1], + 'memory_info': {'data': 43266048, + 'dirty': 0, + 'lib': 0, + 'rss': 8318976, + 'shared': 7401472, + 'text': 40960, + 'vms': 398839808}, + 'memory_percent': 0.05065816959636838, + 'name': 'gvfs-afc-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2488], + 'cmdline': ['systemd-timesyncd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.07, + 'user': 0.08}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 9158656, + 'dirty': 0, + 'lib': 0, + 'rss': 8298496, + 'shared': 7380992, + 'text': 28672, + 'vms': 93585408}, + 'memory_percent': 0.05053345721429952, + 'name': 'systemd-timesyncd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'systemd-timesync'}, + {'childrens': [5152], + 'cmdline': ['gsd-housekeeping'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.31, + 'user': 1.28}, + 'io_counters': [466944, 0, 466944, 0, 1], + 'memory_info': {'data': 52047872, + 'dirty': 0, + 'lib': 0, + 'rss': 8212480, + 'shared': 7557120, + 'text': 24576, + 'vms': 470396928}, + 'memory_percent': 0.05000966520961034, + 'name': 'gsd-housekeeping', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5247], + 'cmdline': ['gsd-disk-utility-notify'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.04}, + 'io_counters': [24576, 0, 24576, 0, 1], + 'memory_info': {'data': 36171776, + 'dirty': 0, + 'lib': 0, + 'rss': 8151040, + 'shared': 6053888, + 'text': 8192, + 'vms': 312958976}, + 'memory_percent': 0.04963552806340378, + 'name': 'gsd-disk-utility-notify', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2831], + 'cmdline': ['boltd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.13, + 'user': 0.14}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 34893824, + 'dirty': 0, + 'lib': 0, + 'rss': 8089600, + 'shared': 7565312, + 'text': 167936, + 'vms': 321400832}, + 'memory_percent': 0.04926139091719721, + 'name': 'boltd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2624], + 'cmdline': ['accounts-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.21, + 'user': 1.06}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 34959360, + 'dirty': 0, + 'lib': 0, + 'rss': 8040448, + 'shared': 7385088, + 'text': 90112, + 'vms': 321167360}, + 'memory_percent': 0.04896208120023196, + 'name': 'accounts-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5204], + 'cmdline': ['gsd-smartcard'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.02}, + 'io_counters': [86016, 0, 86016, 0, 1], + 'memory_info': {'data': 43393024, + 'dirty': 0, + 'lib': 0, + 'rss': 8032256, + 'shared': 7507968, + 'text': 36864, + 'vms': 395452416}, + 'memory_percent': 0.04891219624740443, + 'name': 'gsd-smartcard', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2638], + 'cmdline': ['systemd-machined'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.18, + 'user': 0.23}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 851968, + 'dirty': 0, + 'lib': 0, + 'rss': 7999488, + 'shared': 7081984, + 'text': 65536, + 'vms': 18010112}, + 'memory_percent': 0.04871265643609426, + 'name': 'systemd-machined', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [783], + 'cmdline': ['systemd-udevd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 8.1, + 'children_user': 3.09, + 'iowait': 0.0, + 'system': 0.8, + 'user': 0.78}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 3833856, + 'dirty': 0, + 'lib': 0, + 'rss': 7823360, + 'shared': 4415488, + 'text': 864256, + 'vms': 31686656}, + 'memory_percent': 0.04764012995030212, + 'name': 'systemd-udevd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [4936], + 'cmdline': ['gvfsd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.43, + 'children_user': 0.4, + 'iowait': 0.0, + 'system': 0.08, + 'user': 0.12}, + 'io_counters': [11612160, 0, 11612160, 0, 1], + 'memory_info': {'data': 34897920, + 'dirty': 0, + 'lib': 0, + 'rss': 7761920, + 'shared': 7237632, + 'text': 16384, + 'vms': 322125824}, + 'memory_percent': 0.047265992804095554, + 'name': 'gvfsd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2486], + 'cmdline': ['systemd-oomd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 5.17, + 'user': 3.74}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 892928, + 'dirty': 0, + 'lib': 0, + 'rss': 7700480, + 'shared': 6914048, + 'text': 28672, + 'vms': 17977344}, + 'memory_percent': 0.046891855657888996, + 'name': 'systemd-oomd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'systemd-oom'}, + {'childrens': [2613], + 'cmdline': ['iio-sensor-proxy'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.04, + 'user': 0.73}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 35188736, + 'dirty': 0, + 'lib': 0, + 'rss': 7692288, + 'shared': 6905856, + 'text': 36864, + 'vms': 321552384}, + 'memory_percent': 0.04684197070506145, + 'name': 'iio-sensor-proxy', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [4994], + 'cmdline': ['at-spi-bus-launcher'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.01}, + 'io_counters': [32768, 0, 32768, 0, 1], + 'memory_info': {'data': 43323392, + 'dirty': 0, + 'lib': 0, + 'rss': 7675904, + 'shared': 7151616, + 'text': 12288, + 'vms': 392155136}, + 'memory_percent': 0.04674220079940637, + 'name': 'at-spi-bus-launcher', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [4766], + 'cmdline': ['xdg-document-portal'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.05, + 'user': 0.12}, + 'io_counters': [159744, 0, 159744, 0, 1], + 'memory_info': {'data': 70950912, + 'dirty': 0, + 'lib': 0, + 'rss': 7618560, + 'shared': 6963200, + 'text': 110592, + 'vms': 625213440}, + 'memory_percent': 0.04639300612961358, + 'name': 'xdg-document-portal', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5503], + 'cmdline': ['ibus-engine-simple'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.74, + 'user': 2.83}, + 'io_counters': [90112, 0, 90112, 0, 1], + 'memory_info': {'data': 26308608, + 'dirty': 0, + 'lib': 0, + 'rss': 7618560, + 'shared': 7225344, + 'text': 4096, + 'vms': 242728960}, + 'memory_percent': 0.04639300612961358, + 'name': 'ibus-engine-simple', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5421], + 'cmdline': ['gvfs-goa-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.03}, + 'io_counters': [110592, 0, 110592, 0, 1], + 'memory_info': {'data': 34852864, + 'dirty': 0, + 'lib': 0, + 'rss': 7602176, + 'shared': 6946816, + 'text': 45056, + 'vms': 318169088}, + 'memory_percent': 0.04629323622395849, + 'name': 'gvfs-goa-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5103], + 'cmdline': ['at-spi2-registryd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.01}, + 'io_counters': [86016, 0, 86016, 0, 1], + 'memory_info': {'data': 26329088, + 'dirty': 0, + 'lib': 0, + 'rss': 7442432, + 'shared': 6918144, + 'text': 40960, + 'vms': 241733632}, + 'memory_percent': 0.04532047964382144, + 'name': 'at-spi2-registryd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5341], + 'cmdline': ['ibus-portal'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.03, + 'user': 0.1}, + 'io_counters': [73728, 0, 73728, 0, 1], + 'memory_info': {'data': 34701312, + 'dirty': 0, + 'lib': 0, + 'rss': 7315456, + 'shared': 6791168, + 'text': 28672, + 'vms': 317997056}, + 'memory_percent': 0.04454726287499454, + 'name': 'ibus-portal', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2607, 4718, 5008], + 'cmdline': ['dbus-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'system': 2.22, 'user': 8.55}, + 'io_counters': [0, + 0, + 0, + 0, + 0, + 983040, + 0, + 983040, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 983040, + 0, + 983040, + 0, + 1, + 0, + 0, + 0, + 0, + 1], + 'memory_info': {'data': 7344128, + 'rss': 18817024, + 'shared': 13586432, + 'text': 454656, + 'vms': 34451456}, + 'memory_percent': 0.11458573664486278, + 'name': 'dbus-daemon', + 'nice': 0, + 'nprocs': 3, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': '_'}, + {'childrens': [4944], + 'cmdline': ['gvfsd-fuse'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [49152, 0, 49152, 0, 1], + 'memory_info': {'data': 53944320, + 'dirty': 0, + 'lib': 0, + 'rss': 7114752, + 'shared': 6590464, + 'text': 24576, + 'vms': 471019520}, + 'memory_percent': 0.043325081530719775, + 'name': 'gvfsd-fuse', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5182], + 'cmdline': ['gsd-rfkill'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.05}, + 'io_counters': [49152, 0, 49152, 0, 1], + 'memory_info': {'data': 60280832, + 'dirty': 0, + 'lib': 0, + 'rss': 7102464, + 'shared': 6578176, + 'text': 20480, + 'vms': 544178176}, + 'memory_percent': 0.043250254101478466, + 'name': 'gsd-rfkill', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5418], + 'cmdline': ['gvfsd-metadata'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.03, + 'user': 0.13}, + 'io_counters': [69632, 987136, 69632, 987136, 1], + 'memory_info': {'data': 26628096, + 'dirty': 0, + 'lib': 0, + 'rss': 7077888, + 'shared': 6291456, + 'text': 32768, + 'vms': 242688000}, + 'memory_percent': 0.04310059924299584, + 'name': 'gvfsd-metadata', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [43204, 46298, 46057], + 'cmdline': ['bash'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 19.73, + 'children_user': 65.78, + 'system': 0.22999999999999998, + 'user': 0.35000000000000003}, + 'io_counters': [523073536, + 203063296, + 523073536, + 203063296, + 1, + 32768, + 20480, + 32768, + 20480, + 1, + 54272, + 8192, + 54272, + 8192, + 1, + 32768, + 20480, + 32768, + 20480, + 1, + 54272, + 8192, + 54272, + 8192, + 1], + 'memory_info': {'data': 8146944, + 'rss': 18423808, + 'shared': 11739136, + 'text': 2936832, + 'vms': 32362496}, + 'memory_percent': 0.11219125890914079, + 'name': 'bash', + 'nice': 0, + 'nprocs': 3, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5322], + 'cmdline': ['ibus-memconf'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 26173440, + 'dirty': 0, + 'lib': 0, + 'rss': 6975488, + 'shared': 6844416, + 'text': 8192, + 'vms': 242601984}, + 'memory_percent': 0.042477037332651575, + 'name': 'ibus-memconf', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5146], + 'cmdline': ['gsd-a11y-settings'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.01}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 43220992, + 'dirty': 0, + 'lib': 0, + 'rss': 6930432, + 'shared': 6537216, + 'text': 8192, + 'vms': 393097216}, + 'memory_percent': 0.04220267009210009, + 'name': 'gsd-a11y-settings', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5388], + 'cmdline': ['gvfs-gphoto2-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.03}, + 'io_counters': [315392, 0, 315392, 0, 1], + 'memory_info': {'data': 35246080, + 'dirty': 0, + 'lib': 0, + 'rss': 6877184, + 'shared': 6352896, + 'text': 45056, + 'vms': 318439424}, + 'memory_percent': 0.04187841789872108, + 'name': 'gvfs-gphoto2-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2628], + 'cmdline': ['switcheroo-control'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.03}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 34865152, + 'dirty': 0, + 'lib': 0, + 'rss': 6823936, + 'shared': 6168576, + 'text': 8192, + 'vms': 317415424}, + 'memory_percent': 0.04155416570534205, + 'name': 'switcheroo-control', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [5446], + 'cmdline': ['gvfs-mtp-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.02}, + 'io_counters': [98304, 0, 98304, 0, 1], + 'memory_info': {'data': 34824192, + 'dirty': 0, + 'lib': 0, + 'rss': 6688768, + 'shared': 6164480, + 'text': 40960, + 'vms': 317448192}, + 'memory_percent': 0.04073106398368762, + 'name': 'gvfs-mtp-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [4913], 'cmdline': ['gcr-ssh-agent'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4492,45 +3455,220 @@ Programlist stats: 'memory_info': {'data': 17641472, 'dirty': 0, 'lib': 0, - 'rss': 1175552, - 'shared': 1044480, + 'rss': 6631424, + 'shared': 6107136, 'text': 32768, 'vms': 166555648}, - 'memory_percent': 0.007158451449860785, + 'memory_percent': 0.040381869313894835, 'name': 'gcr-ssh-agent', 'nice': 0, 'nprocs': 1, 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7048], - 'cmdline': ['(sd-pam)'], + {'childrens': [5192], + 'cmdline': ['gsd-screensaver-proxy'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.02}, + 'io_counters': [28672, 0, 28672, 0, 1], + 'memory_info': {'data': 34693120, + 'dirty': 0, + 'lib': 0, + 'rss': 6418432, + 'shared': 6025216, + 'text': 8192, + 'vms': 317108224}, + 'memory_percent': 0.03908486054037875, + 'name': 'gsd-screensaver-proxy', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [4775], + 'cmdline': ['xdg-permission-store'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.01}, + 'io_counters': [86016, 0, 86016, 0, 1], + 'memory_info': {'data': 34676736, + 'dirty': 0, + 'lib': 0, + 'rss': 6385664, + 'shared': 5992448, + 'text': 36864, + 'vms': 317140992}, + 'memory_percent': 0.038885320729068584, + 'name': 'xdg-permission-store', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2619], + 'cmdline': ['smartd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.02}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 1220608, + 'dirty': 0, + 'lib': 0, + 'rss': 6160384, + 'shared': 5242880, + 'text': 249856, + 'vms': 12292096}, + 'memory_percent': 0.037513484526311196, + 'name': 'smartd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2606], + 'cmdline': ['bluetoothd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 4.81, + 'user': 3.6}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 1327104, + 'dirty': 0, + 'lib': 0, + 'rss': 6033408, + 'shared': 5640192, + 'text': 995328, + 'vms': 14532608}, + 'memory_percent': 0.036740267757484305, + 'name': 'bluetoothd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [4833], + 'cmdline': ['gdm-wayland-session'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.0, 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1355776, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 26157056, 'dirty': 0, 'lib': 0, - 'rss': 1159168, - 'shared': 856064, - 'text': 86016, - 'vms': 22142976}, - 'memory_percent': 0.007058682091674572, - 'name': '(sd-pam)', + 'rss': 5931008, + 'shared': 5799936, + 'text': 20480, + 'vms': 241627136}, + 'memory_percent': 0.03611670584714003, + 'name': 'gdm-wayland-session', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [5130], + 'cmdline': ['dconf-service'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.05}, + 'io_counters': [200704, 634880, 200704, 634880, 1], + 'memory_info': {'data': 26394624, + 'dirty': 0, + 'lib': 0, + 'rss': 5861376, + 'shared': 5337088, + 'text': 36864, + 'vms': 235900928}, + 'memory_percent': 0.03569268374810593, + 'name': 'dconf-service', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [135989], + 'cmdline': ['zed'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 25862144, + 'dirty': 0, + 'lib': 0, + 'rss': 5804032, + 'shared': 4755456, + 'text': 61440, + 'vms': 104570880}, + 'memory_percent': 0.03534348907831314, + 'name': 'zed', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [43301], + 'cmdline': ['ssh-agent'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.02}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 663552, + 'dirty': 0, + 'lib': 0, + 'rss': 5709824, + 'shared': 5054464, + 'text': 139264, + 'vms': 8634368}, + 'memory_percent': 0.03476981212079641, + 'name': 'ssh-agent', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [7297], + {'childrens': [4919], 'cmdline': ['gnome-session-ctl'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4542,21 +3680,251 @@ Programlist stats: 'memory_info': {'data': 9031680, 'dirty': 0, 'lib': 0, - 'rss': 1028096, - 'shared': 1028096, + 'rss': 5390336, + 'shared': 5128192, 'text': 4096, 'vms': 93683712}, - 'memory_percent': 0.006260527226184868, + 'memory_percent': 0.032824298960522295, 'name': 'gnome-session-ctl', 'nice': 0, 'nprocs': 1, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [1134526], - 'cmdline': ['p11-kit-server'], + {'childrens': [2773], + 'cmdline': ['rsyslogd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.84, + 'user': 1.38}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 18923520, + 'dirty': 0, + 'lib': 0, + 'rss': 5345280, + 'shared': 4296704, + 'text': 454656, + 'vms': 227909632}, + 'memory_percent': 0.032549931719970816, + 'name': 'rsyslogd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'syslog'}, + {'childrens': [47339, 45730], + 'cmdline': ['pet'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.01, + 'children_user': 0.12, + 'system': 2.17, + 'user': 1.53}, + 'io_counters': [4173824, + 61440, + 4173824, + 61440, + 1, + 14364672, + 114688, + 14364672, + 114688, + 1, + 14364672, + 114688, + 14364672, + 114688, + 1], + 'memory_info': {'data': 4755456, + 'rss': 7192576, + 'shared': 4026368, + 'text': 6520832, + 'vms': 12898304}, + 'memory_percent': 0.043798988582581425, + 'name': 'pet', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2605, 2701], + 'cmdline': ['avahi-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'system': 1.51, 'user': 1.34}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {'data': 1273856, + 'rss': 5726208, + 'shared': 5066752, + 'text': 163840, + 'vms': 17698816}, + 'memory_percent': 0.0348695820264515, + 'name': 'avahi-daemon', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'avahi'}, + {'childrens': [6292], + 'cmdline': ['crashhelper'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.0}, + 'io_counters': [896000, 0, 896000, 0, 1], + 'memory_info': {'data': 9740288, + 'dirty': 0, + 'lib': 0, + 'rss': 4173824, + 'shared': 4042752, + 'text': 1593344, + 'vms': 21860352}, + 'memory_percent': 0.025416383465632384, + 'name': 'crashhelper', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [4690], + 'cmdline': ['(sd-pam)'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 1351680, + 'dirty': 0, + 'lib': 0, + 'rss': 3502080, + 'shared': 1892352, + 'text': 86016, + 'vms': 22138880}, + 'memory_percent': 0.021325817333773985, + 'name': '(sd-pam)', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [6023], + 'cmdline': ['uuidd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.03}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 434176, + 'dirty': 0, + 'lib': 0, + 'rss': 3420160, + 'shared': 3158016, + 'text': 12288, + 'vms': 12046336}, + 'memory_percent': 0.02082696780549857, + 'name': 'uuidd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'uuidd'}, + {'childrens': [3691], + 'cmdline': ['rtkit-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.32, + 'user': 0.18}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 17211392, + 'dirty': 0, + 'lib': 0, + 'rss': 3248128, + 'shared': 2985984, + 'text': 28672, + 'vms': 23490560}, + 'memory_percent': 0.0197793837961202, + 'name': 'rtkit-daemon', + 'nice': 1, + 'nprocs': 1, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'rtkit'}, + {'childrens': [45419], + 'cmdline': ['chrome_crashpad_handler'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.0}, + 'io_counters': [2293760, 204800, 2293760, 204800, 1], + 'memory_info': {'data': 17600512, + 'dirty': 0, + 'lib': 0, + 'rss': 3055616, + 'shared': 2924544, + 'text': 1085440, + 'vms': 34382123008}, + 'memory_percent': 0.018607087404672974, + 'name': 'chrome_crashpad_handler', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2627], + 'cmdline': ['cron'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.37, + 'children_user': 0.12, + 'iowait': 0.0, + 'system': 0.04, + 'user': 0.02}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 450560, + 'dirty': 0, + 'lib': 0, + 'rss': 2756608, + 'shared': 2625536, + 'text': 32768, + 'vms': 9588736}, + 'memory_percent': 0.01678628662646771, + 'name': 'cron', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [446418], + 'cmdline': ['make'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -4564,48 +3932,61 @@ Programlist stats: 'system': 0.0, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 425984, + 'memory_info': {'data': 520192, 'dirty': 0, 'lib': 0, - 'rss': 864256, - 'shared': 688128, - 'text': 24576, - 'vms': 4542464}, - 'memory_percent': 0.005262833644322736, - 'name': 'p11-kit-server', + 'rss': 2666496, + 'shared': 2404352, + 'text': 172032, + 'vms': 8802304}, + 'memory_percent': 0.01623755214536475, + 'name': 'make', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [344435], - 'cmdline': ['chrome_crashpad_handler'], + {'childrens': [3557, 3575], + 'cmdline': ['kerneloops'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.1, - 'user': 0.01}, - 'io_counters': [8881152, 1204224, 8881152, 1204224, 1], - 'memory_info': {'data': 17641472, - 'dirty': 0, - 'lib': 0, - 'rss': 692224, - 'shared': 561152, - 'text': 1085440, - 'vms': 34382123008}, - 'memory_percent': 0.0042152553833675, - 'name': 'chrome_crashpad_handler', + 'cpu_times': {'system': 0.02, 'user': 0.02}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {'data': 1064960, + 'rss': 4669440, + 'shared': 3858432, + 'text': 24576, + 'vms': 26099712}, + 'memory_percent': 0.028434423111698644, + 'name': 'kerneloops', 'nice': 0, - 'nprocs': 1, - 'num_threads': 3, + 'nprocs': 2, + 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [7144], + 'time_since_update': 0.4306778907775879, + 'username': 'kernoops'}, + {'childrens': [3155, 3156], + 'cmdline': ['dnsmasq'], + 'cpu_percent': 0, + 'cpu_times': {'system': 0.03}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {'data': 1040384, + 'rss': 3190784, + 'shared': 2314240, + 'text': 745472, + 'vms': 23519232}, + 'memory_percent': 0.019430189126327407, + 'name': 'dnsmasq', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': '_'}, + {'childrens': [4782], 'cmdline': ['fusermount3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4617,87 +3998,115 @@ Programlist stats: 'memory_info': {'data': 364544, 'dirty': 0, 'lib': 0, - 'rss': 675840, - 'shared': 675840, + 'rss': 1986560, + 'shared': 1986560, 'text': 20480, 'vms': 2768896}, - 'memory_percent': 0.004115486025181287, + 'memory_percent': 0.012097101060678808, 'name': 'fusermount3', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'}, - {'childrens': [9484], - 'cmdline': ['crashhelper'], + {'childrens': [97100], + 'cmdline': ['sleep'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.11, - 'user': 0.05}, - 'io_counters': [3441664, 0, 3441664, 0, 1], - 'memory_info': {'data': 9740288, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 364544, 'dirty': 0, 'lib': 0, - 'rss': 634880, - 'shared': 634880, - 'text': 1593344, - 'vms': 21860352}, - 'memory_percent': 0.0038660626297157548, - 'name': 'crashhelper', + 'rss': 1908736, + 'shared': 1908736, + 'text': 16384, + 'vms': 3289088}, + 'memory_percent': 0.011623194008817166, + 'name': 'sleep', 'nice': 0, 'nprocs': 1, - 'num_threads': 2, + 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [298855, 298848], - 'cmdline': ['docker-proxy'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.31, 'user': 0.16999999999999998}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 209883136, - 'rss': 1118208, - 'shared': 856064, - 'text': 1712128, - 'vms': 3649425408}, - 'memory_percent': 0.006809258696209039, - 'name': 'docker-proxy', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 17, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2763], + {'childrens': [446421], + 'cmdline': ['sh'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [4096, 0, 4096, 0, 1], + 'memory_info': {'data': 376832, + 'dirty': 0, + 'lib': 0, + 'rss': 1683456, + 'shared': 1683456, + 'text': 86016, + 'vms': 2871296}, + 'memory_percent': 0.010251357806059775, + 'name': 'sh', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}, + {'childrens': [2959], 'cmdline': ['run-cupsd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.45, - 'children_user': 0.04, + 'cpu_times': {'children_system': 0.26, + 'children_user': 0.01, 'iowait': 0.0, - 'system': 0.19, + 'system': 0.17, 'user': 0.02}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 372736, 'dirty': 0, 'lib': 0, - 'rss': 262144, - 'shared': 262144, + 'rss': 1429504, + 'shared': 1429504, 'text': 81920, 'vms': 2961408}, - 'memory_percent': 0.0015963097309794083, + 'memory_percent': 0.00870492426840599, 'name': 'run-cupsd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2955, 3439], + 'cmdline': ['run-cups-browse'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.33, + 'children_user': 0.01, + 'system': 0.18, + 'user': 0.02}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {'data': 745472, + 'rss': 2269184, + 'shared': 2269184, + 'text': 163840, + 'vms': 5922816}, + 'memory_percent': 0.013818131933228991, + 'name': 'run-cups-browse', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [2], 'cmdline': ['kthreadd'], @@ -4705,7 +4114,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.51, + 'system': 0.09, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4722,7 +4131,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [3], 'cmdline': ['pool_workqueue_release'], @@ -4747,7 +4156,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [4], 'cmdline': ['kworker/R-rcu_gp'], @@ -4772,7 +4181,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [5], 'cmdline': ['kworker/R-sync_wq'], @@ -4797,7 +4206,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [6], 'cmdline': ['kworker/R-slub_flushwq'], @@ -4822,7 +4231,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [7], 'cmdline': ['kworker/R-netns'], @@ -4847,7 +4256,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [9], 'cmdline': ['kworker/0:0H-events_highpri'], @@ -4872,7 +4281,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [12], 'cmdline': ['kworker/R-mm_percpu_wq'], @@ -4897,7 +4306,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [13], 'cmdline': ['rcu_tasks_kthread'], @@ -4922,7 +4331,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [14], 'cmdline': ['rcu_tasks_rude_kthread'], @@ -4947,7 +4356,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [15], 'cmdline': ['rcu_tasks_trace_kthread'], @@ -4972,7 +4381,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [16], 'cmdline': ['ksoftirqd/0'], @@ -4980,7 +4389,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 8.41, + 'system': 4.77, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4997,7 +4406,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [17], 'cmdline': ['rcu_preempt'], @@ -5005,8 +4414,8 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 224.8, - 'user': 0.01}, + 'system': 21.91, + 'user': 0.2}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -5022,7 +4431,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [18], 'cmdline': ['rcu_exp_par_gp_kthread_worker/0'], @@ -5047,7 +4456,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [19], 'cmdline': ['rcu_exp_gp_kthread_worker'], @@ -5055,7 +4464,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.38, + 'system': 0.03, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5072,7 +4481,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [20], 'cmdline': ['migration/0'], @@ -5080,7 +4489,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 17.45, + 'system': 3.33, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5097,7 +4506,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [21], 'cmdline': ['idle_inject/0'], @@ -5122,7 +4531,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [22], 'cmdline': ['cpuhp/0'], @@ -5147,7 +4556,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [23], 'cmdline': ['cpuhp/2'], @@ -5172,7 +4581,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [24], 'cmdline': ['idle_inject/2'], @@ -5197,7 +4606,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [25], 'cmdline': ['migration/2'], @@ -5205,7 +4614,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 16.88, + 'system': 3.93, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5222,7 +4631,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [26], 'cmdline': ['ksoftirqd/2'], @@ -5230,7 +4639,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.44, + 'system': 3.56, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5247,7 +4656,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [28], 'cmdline': ['kworker/2:0H-events_highpri'], @@ -5272,7 +4681,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [29], 'cmdline': ['cpuhp/4'], @@ -5297,7 +4706,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [30], 'cmdline': ['idle_inject/4'], @@ -5322,7 +4731,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [31], 'cmdline': ['migration/4'], @@ -5330,7 +4739,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 10.63, + 'system': 1.96, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5347,7 +4756,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [32], 'cmdline': ['ksoftirqd/4'], @@ -5355,7 +4764,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.76, + 'system': 1.24, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5372,7 +4781,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [34], 'cmdline': ['kworker/4:0H-events_highpri'], @@ -5397,7 +4806,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [35], 'cmdline': ['cpuhp/6'], @@ -5422,7 +4831,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [36], 'cmdline': ['idle_inject/6'], @@ -5447,7 +4856,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [37], 'cmdline': ['migration/6'], @@ -5455,7 +4864,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 10.7, + 'system': 4.06, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5472,7 +4881,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [38], 'cmdline': ['ksoftirqd/6'], @@ -5480,7 +4889,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.76, + 'system': 3.24, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5497,7 +4906,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [40], 'cmdline': ['kworker/6:0H-events_highpri'], @@ -5522,7 +4931,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [41], 'cmdline': ['cpuhp/8'], @@ -5547,7 +4956,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [42], 'cmdline': ['idle_inject/8'], @@ -5572,7 +4981,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [43], 'cmdline': ['migration/8'], @@ -5580,7 +4989,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 29.51, + 'system': 4.49, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5597,7 +5006,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [44], 'cmdline': ['ksoftirqd/8'], @@ -5605,7 +5014,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.29, + 'system': 2.46, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5622,15 +5031,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [46], - 'cmdline': ['kworker/8:0H-kblockd'], + 'cmdline': ['kworker/8:0H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.4, + 'system': 0.0, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5641,13 +5050,13 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/8:0H-kblockd', + 'name': 'kworker/8:0H-events_highpri', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [47], 'cmdline': ['cpuhp/10'], @@ -5672,7 +5081,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [48], 'cmdline': ['idle_inject/10'], @@ -5697,7 +5106,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [49], 'cmdline': ['migration/10'], @@ -5705,7 +5114,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 21.67, + 'system': 4.09, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5722,7 +5131,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [50], 'cmdline': ['ksoftirqd/10'], @@ -5730,7 +5139,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.29, + 'system': 2.73, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5747,7 +5156,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [52], 'cmdline': ['kworker/10:0H-events_highpri'], @@ -5772,7 +5181,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [53], 'cmdline': ['cpuhp/12'], @@ -5797,7 +5206,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [54], 'cmdline': ['idle_inject/12'], @@ -5822,7 +5231,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [55], 'cmdline': ['migration/12'], @@ -5830,7 +5239,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 57.76, + 'system': 8.31, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5847,7 +5256,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [56], 'cmdline': ['ksoftirqd/12'], @@ -5855,7 +5264,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.1, + 'system': 2.08, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5872,7 +5281,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [58], 'cmdline': ['kworker/12:0H-events_highpri'], @@ -5897,7 +5306,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [59], 'cmdline': ['cpuhp/13'], @@ -5922,7 +5331,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [60], 'cmdline': ['idle_inject/13'], @@ -5947,7 +5356,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [61], 'cmdline': ['migration/13'], @@ -5955,7 +5364,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 37.14, + 'system': 5.32, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5972,7 +5381,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [62], 'cmdline': ['ksoftirqd/13'], @@ -5980,7 +5389,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.03, + 'system': 1.99, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5997,7 +5406,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [64], 'cmdline': ['kworker/13:0H-events_highpri'], @@ -6022,7 +5431,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [65], 'cmdline': ['cpuhp/14'], @@ -6047,7 +5456,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [66], 'cmdline': ['idle_inject/14'], @@ -6072,7 +5481,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [67], 'cmdline': ['migration/14'], @@ -6080,7 +5489,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 29.04, + 'system': 4.25, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6097,7 +5506,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [68], 'cmdline': ['ksoftirqd/14'], @@ -6105,7 +5514,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.02, + 'system': 1.82, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6122,7 +5531,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [70], 'cmdline': ['kworker/14:0H-events_highpri'], @@ -6147,7 +5556,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [71], 'cmdline': ['cpuhp/15'], @@ -6172,7 +5581,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [72], 'cmdline': ['idle_inject/15'], @@ -6197,7 +5606,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [73], 'cmdline': ['migration/15'], @@ -6205,7 +5614,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 21.14, + 'system': 3.72, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6222,7 +5631,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [74], 'cmdline': ['ksoftirqd/15'], @@ -6230,7 +5639,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.93, + 'system': 1.88, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6247,7 +5656,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [76], 'cmdline': ['kworker/15:0H-events_highpri'], @@ -6272,7 +5681,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [77], 'cmdline': ['cpuhp/1'], @@ -6297,7 +5706,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [78], 'cmdline': ['idle_inject/1'], @@ -6322,7 +5731,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [79], 'cmdline': ['migration/1'], @@ -6330,7 +5739,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.47, + 'system': 1.34, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6347,7 +5756,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [80], 'cmdline': ['ksoftirqd/1'], @@ -6355,7 +5764,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.37, + 'system': 2.46, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6372,7 +5781,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [82], 'cmdline': ['kworker/1:0H-events_highpri'], @@ -6397,7 +5806,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [83], 'cmdline': ['cpuhp/3'], @@ -6422,7 +5831,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [84], 'cmdline': ['idle_inject/3'], @@ -6447,7 +5856,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [85], 'cmdline': ['migration/3'], @@ -6455,7 +5864,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.26, + 'system': 1.22, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6472,7 +5881,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [86], 'cmdline': ['ksoftirqd/3'], @@ -6480,7 +5889,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.68, + 'system': 1.75, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6497,7 +5906,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [88], 'cmdline': ['kworker/3:0H-events_highpri'], @@ -6522,7 +5931,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [89], 'cmdline': ['cpuhp/5'], @@ -6547,7 +5956,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [90], 'cmdline': ['idle_inject/5'], @@ -6572,7 +5981,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [91], 'cmdline': ['migration/5'], @@ -6580,7 +5989,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.8, + 'system': 1.42, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6597,7 +6006,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [92], 'cmdline': ['ksoftirqd/5'], @@ -6605,7 +6014,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.64, + 'system': 3.33, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6622,7 +6031,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [94], 'cmdline': ['kworker/5:0H-events_highpri'], @@ -6647,7 +6056,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [95], 'cmdline': ['cpuhp/7'], @@ -6672,7 +6081,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [96], 'cmdline': ['idle_inject/7'], @@ -6697,7 +6106,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [97], 'cmdline': ['migration/7'], @@ -6705,7 +6114,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.77, + 'system': 1.87, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6722,7 +6131,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [98], 'cmdline': ['ksoftirqd/7'], @@ -6730,7 +6139,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.62, + 'system': 3.12, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6747,7 +6156,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [100], 'cmdline': ['kworker/7:0H-events_highpri'], @@ -6772,7 +6181,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [101], 'cmdline': ['cpuhp/9'], @@ -6797,7 +6206,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [102], 'cmdline': ['idle_inject/9'], @@ -6822,7 +6231,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [103], 'cmdline': ['migration/9'], @@ -6830,7 +6239,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.28, + 'system': 1.12, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6847,7 +6256,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [104], 'cmdline': ['ksoftirqd/9'], @@ -6855,7 +6264,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.27, + 'system': 2.69, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6872,7 +6281,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [106], 'cmdline': ['kworker/9:0H-events_highpri'], @@ -6897,7 +6306,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [107], 'cmdline': ['cpuhp/11'], @@ -6922,7 +6331,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [108], 'cmdline': ['idle_inject/11'], @@ -6947,7 +6356,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [109], 'cmdline': ['migration/11'], @@ -6955,7 +6364,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.89, + 'system': 1.12, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6972,7 +6381,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [110], 'cmdline': ['ksoftirqd/11'], @@ -6980,7 +6389,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.3, + 'system': 2.73, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6997,7 +6406,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [112], 'cmdline': ['kworker/11:0H-events_highpri'], @@ -7022,7 +6431,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [113], 'cmdline': ['kdevtmpfs'], @@ -7047,7 +6456,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [114], 'cmdline': ['kworker/R-inet_frag_wq'], @@ -7072,15 +6481,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [116], + {'childrens': [115], 'cmdline': ['kauditd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.44, + 'system': 5.57, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7097,16 +6506,16 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [117], + {'childrens': [116], 'cmdline': ['khungtaskd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.67, - 'user': 0.04}, + 'system': 0.0, + 'user': 0.08}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -7122,7 +6531,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [118], 'cmdline': ['oom_reaper'], @@ -7147,7 +6556,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [120], 'cmdline': ['kworker/R-writeback'], @@ -7172,7 +6581,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [121], 'cmdline': ['kcompactd0'], @@ -7180,8 +6589,8 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 155.27, - 'user': 0.27}, + 'system': 22.59, + 'user': 0.57}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -7197,7 +6606,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [122], 'cmdline': ['ksmd'], @@ -7222,7 +6631,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [123], 'cmdline': ['khugepaged'], @@ -7230,8 +6639,8 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.66, - 'user': 0.0}, + 'system': 0.0, + 'user': 0.03}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -7247,7 +6656,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [124], 'cmdline': ['kworker/R-kintegrityd'], @@ -7272,7 +6681,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [125], 'cmdline': ['kworker/R-kblockd'], @@ -7297,7 +6706,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [126], 'cmdline': ['kworker/R-blkcg_punt_bio'], @@ -7322,15 +6731,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [127], + {'childrens': [129], 'cmdline': ['irq/9-acpi'], - 'cpu_percent': 8.1, + 'cpu_percent': 11.9, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 125.72, + 'system': 11.76, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7347,7 +6756,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [132], 'cmdline': ['kworker/R-tpm_dev_wq'], @@ -7372,7 +6781,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [133], 'cmdline': ['kworker/R-ata_sff'], @@ -7397,7 +6806,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [134], 'cmdline': ['kworker/R-md'], @@ -7422,7 +6831,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [135], 'cmdline': ['kworker/R-md_bitmap'], @@ -7447,7 +6856,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [136], 'cmdline': ['kworker/R-edac-poller'], @@ -7472,7 +6881,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [137], 'cmdline': ['kworker/R-devfreq_wq'], @@ -7497,7 +6906,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [138], 'cmdline': ['watchdogd'], @@ -7522,15 +6931,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [140], + {'childrens': [141], 'cmdline': ['kworker/13:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.26, + 'system': 0.5, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7547,15 +6956,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [141], + {'childrens': [143], 'cmdline': ['kswapd0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 48.22, + 'system': 12.88, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7572,9 +6981,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [142], + {'childrens': [144], 'cmdline': ['ecryptfs-kthread'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7597,9 +7006,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [143], + {'childrens': [145], 'cmdline': ['kworker/R-kthrotld'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7622,9 +7031,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [144], + {'childrens': [146], 'cmdline': ['irq/123-pciehp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7647,9 +7056,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [145], + {'childrens': [148], 'cmdline': ['irq/124-pciehp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7672,9 +7081,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [146], + {'childrens': [149], 'cmdline': ['kworker/R-acpi_thermal_pm'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7697,15 +7106,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [148], + {'childrens': [151], 'cmdline': ['hwrng'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.5, + 'system': 0.76, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7722,9 +7131,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [149], + {'childrens': [153], 'cmdline': ['kworker/R-hfi-updates'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7747,9 +7156,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [151], + {'childrens': [154], 'cmdline': ['kworker/R-mld'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7772,9 +7181,34 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [152], + {'childrens': [155], + 'cmdline': ['kworker/1:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.17, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/1:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [156], 'cmdline': ['kworker/R-ipv6_addrconf'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7797,34 +7231,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [153], - 'cmdline': ['kworker/4:1H-kblockd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.58, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/4:1H-kblockd', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [161], + {'childrens': [164], 'cmdline': ['kworker/R-kstrp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7847,9 +7256,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [172], + {'childrens': [176], 'cmdline': ['kworker/R-cryptd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7872,9 +7281,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [181], + {'childrens': [185], 'cmdline': ['kworker/R-charger_manager'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7897,15 +7306,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [182], - 'cmdline': ['kworker/0:1H-events_highpri'], + {'childrens': [187], + 'cmdline': ['kworker/0:1H-kblockd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.02, + 'system': 0.54, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7916,196 +7325,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/0:1H-events_highpri', + 'name': 'kworker/0:1H-kblockd', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [207], - 'cmdline': ['kworker/12:1H-events_highpri'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 4.63, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/12:1H-events_highpri', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [210], - 'cmdline': ['kworker/15:1H-events_highpri'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 9.04, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/15:1H-events_highpri', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [212], - 'cmdline': ['kworker/3:1H-events_highpri'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.04, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/3:1H-events_highpri', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [240], - 'cmdline': ['kworker/1:1H-events_highpri'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.34, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/1:1H-events_highpri', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [242], - 'cmdline': ['kworker/14:1H-events_highpri'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 15.02, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/14:1H-events_highpri', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [244], - 'cmdline': ['kworker/9:1H-events_highpri'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.72, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/9:1H-events_highpri', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [266], - 'cmdline': ['kworker/11:1H-kblockd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.72, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/11:1H-kblockd', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [268], + {'childrens': [211], 'cmdline': ['kworker/2:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.72, + 'system': 0.62, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8122,15 +7356,40 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [269], - 'cmdline': ['kworker/10:1H-events_highpri'], + {'childrens': [214], + 'cmdline': ['kworker/6:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.06, + 'system': 2.53, + 'user': 0.01}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/6:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [264], + 'cmdline': ['kworker/12:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.92, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8141,46 +7400,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/10:1H-events_highpri', + 'name': 'kworker/12:1H-events_highpri', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [270], - 'cmdline': ['kworker/6:1H-kblockd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.82, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/6:1H-kblockd', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [271], + {'childrens': [265], 'cmdline': ['kworker/5:1H-kblockd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.75, + 'system': 0.62, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8197,15 +7431,215 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [266], + 'cmdline': ['kworker/4:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.15, + 'user': 0.01}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/4:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [267], + 'cmdline': ['kworker/11:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.11, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/11:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [268], + 'cmdline': ['kworker/10:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.62, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/10:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [269], + 'cmdline': ['kworker/15:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.81, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/15:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [270], + 'cmdline': ['kworker/8:1H-kblockd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.24, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/8:1H-kblockd', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, 'username': 'root'}, {'childrens': [272], + 'cmdline': ['kworker/9:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.1, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/9:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [273], + 'cmdline': ['kworker/14:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.97, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/14:1H-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [274], + 'cmdline': ['kworker/3:1H-kblockd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.12, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/3:1H-kblockd', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [275], 'cmdline': ['kworker/7:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.08, + 'system': 0.71, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8222,40 +7656,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [273], - 'cmdline': ['kworker/8:1H'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/8:1H', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [366], + {'childrens': [372], 'cmdline': ['irq/178-VEN_04F3:00'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 25.91, + 'system': 26.51, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8272,34 +7681,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [371], - 'cmdline': ['spi0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'spi0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [372], + {'childrens': [374], 'cmdline': ['kworker/R-nvme-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8322,9 +7706,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [373], + {'childrens': [375], 'cmdline': ['kworker/R-nvme-reset-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8347,9 +7731,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [374], + {'childrens': [376], 'cmdline': ['kworker/R-nvme-delete-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8372,9 +7756,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [375], + {'childrens': [377], 'cmdline': ['kworker/R-nvme-auth-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8397,9 +7781,34 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [450], + {'childrens': [378], + 'cmdline': ['spi0'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'spi0', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [380], 'cmdline': ['kworker/R-USBC000:00-con1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8422,9 +7831,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [455], + {'childrens': [424], 'cmdline': ['kworker/R-USBC000:00-con2'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8447,9 +7856,34 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [456], + {'childrens': [463], + 'cmdline': ['kworker/R-uas'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/R-uas', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [469], 'cmdline': ['kworker/R-USBC000:00-con3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8472,9 +7906,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [618], + {'childrens': [637], 'cmdline': ['kworker/R-kdmflush/252:0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8497,9 +7931,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [623], + {'childrens': [642], 'cmdline': ['kworker/R-kcryptd_io-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8522,9 +7956,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [624], + {'childrens': [643], 'cmdline': ['kworker/R-kcryptd-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8547,15 +7981,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [625], + {'childrens': [644], 'cmdline': ['dmcrypt_write/252:0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 46.5, + 'system': 4.45, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8572,9 +8006,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [631], + {'childrens': [650], 'cmdline': ['kworker/R-kdmflush/252:1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8597,15 +8031,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [667], + {'childrens': [685], 'cmdline': ['jbd2/dm-1-8'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 44.64, + 'system': 3.07, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8622,9 +8056,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [668, 987], + {'childrens': [686, 1000], 'cmdline': ['kworker/R-ext4-rsv-conversion'], 'cpu_percent': 0, 'cpu_times': {}, @@ -8637,12 +8071,12 @@ Programlist stats: 'num_threads': 2, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [797, 2404016], + {'childrens': [805, 220178], 'cmdline': ['psimon'], 'cpu_percent': 0, - 'cpu_times': {'user': 0.01}, + 'cpu_times': {}, 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'memory_info': {}, 'memory_percent': 0, @@ -8652,9 +8086,9 @@ Programlist stats: 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [982], + {'childrens': [990], 'cmdline': ['kworker/R-cfg80211'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8677,15 +8111,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [986], + {'childrens': [999], 'cmdline': ['jbd2/nvme0n1p2-8'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.01, + 'system': 0.0, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8702,15 +8136,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1003], + {'childrens': [1002], 'cmdline': ['irq/199-iwlwifi:default_queue'], - 'cpu_percent': 4.1, + 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 85.53, + 'system': 74.2, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8727,15 +8161,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1004], + {'childrens': [1003], 'cmdline': ['irq/200-iwlwifi:queue_1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.67, + 'system': 0.34, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8752,15 +8186,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1005], + {'childrens': [1004], 'cmdline': ['irq/201-iwlwifi:queue_2'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.55, + 'system': 0.29, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8777,15 +8211,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1006], + {'childrens': [1005], 'cmdline': ['irq/202-iwlwifi:queue_3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 25.13, + 'system': 0.23, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8802,15 +8236,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1007], + {'childrens': [1006], 'cmdline': ['irq/203-iwlwifi:queue_4'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 8.77, + 'system': 0.3, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8827,15 +8261,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1008], + {'childrens': [1007], 'cmdline': ['irq/204-iwlwifi:queue_5'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 31.66, + 'system': 197.5, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8852,15 +8286,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1009], + {'childrens': [1008], 'cmdline': ['irq/205-iwlwifi:queue_6'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 7.08, + 'system': 0.32, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8877,15 +8311,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1010], + {'childrens': [1009], 'cmdline': ['irq/206-iwlwifi:queue_7'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 13.68, + 'system': 0.24, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8902,15 +8336,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1011], + {'childrens': [1010], 'cmdline': ['irq/207-iwlwifi:queue_8'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 11.57, + 'system': 0.28, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8927,15 +8361,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1012], + {'childrens': [1011], 'cmdline': ['irq/208-iwlwifi:queue_9'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.72, + 'system': 0.44, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8952,15 +8386,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1013], + {'childrens': [1012], 'cmdline': ['irq/209-iwlwifi:queue_10'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.41, + 'system': 0.34, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8977,15 +8411,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1014], + {'childrens': [1013], 'cmdline': ['irq/210-iwlwifi:queue_11'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 9.26, + 'system': 0.39, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9002,15 +8436,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1015], + {'childrens': [1014], 'cmdline': ['irq/211-iwlwifi:queue_12'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 11.02, + 'system': 0.3, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9027,15 +8461,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1016], + {'childrens': [1015], 'cmdline': ['irq/212-iwlwifi:queue_13'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 6.42, + 'system': 10.4, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9052,15 +8486,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1017], + {'childrens': [1016], 'cmdline': ['irq/213-iwlwifi:queue_14'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.02, + 'system': 0.68, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9077,9 +8511,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1018], + {'childrens': [1017], 'cmdline': ['irq/214-iwlwifi:exception'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9102,9 +8536,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1203], + {'childrens': [1043], 'cmdline': ['irq/16-processor_thermal_device_pci'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9127,24 +8561,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1271, 1306], - 'cmdline': ['irq/197-cs35l41 IRQ1 Controller'], - 'cpu_percent': 0, - 'cpu_times': {}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {}, - 'memory_percent': 0, - 'name': 'irq/197-cs35l41 IRQ1 Controller', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1317, 1381], + {'childrens': [1207, 1360], 'cmdline': ['kworker/R-ttm'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9157,9 +8576,9 @@ Programlist stats: 'num_threads': 2, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1320], + {'childrens': [1227], 'cmdline': ['card1-crtc0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9182,9 +8601,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1321], + {'childrens': [1228], 'cmdline': ['card1-crtc1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9207,9 +8626,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1322], + {'childrens': [1229], 'cmdline': ['card1-crtc2'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9232,9 +8651,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1323], + {'childrens': [1230], 'cmdline': ['card1-crtc3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9257,15 +8676,30 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1382], + {'childrens': [1245, 1337], + 'cmdline': ['irq/197-cs35l41 IRQ1 Controller'], + 'cpu_percent': 0, + 'cpu_times': {}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {}, + 'memory_percent': 0, + 'name': 'irq/197-cs35l41 IRQ1 Controller', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [1374], 'cmdline': ['irq/231-AudioDSP'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.54, + 'system': 0.3, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9282,15 +8716,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1459], + {'childrens': [1611], 'cmdline': ['irq/232-mei_gsc'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, + 'system': 0.0, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9307,15 +8741,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1466], + {'childrens': [1618], 'cmdline': ['irq/233-mei_gsc'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.06, + 'system': 0.01, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9332,9 +8766,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1796], + {'childrens': [1985], 'cmdline': ['spl_system_task'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9357,9 +8791,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1797], + {'childrens': [1986], 'cmdline': ['spl_delay_taskq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9382,9 +8816,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1798], + {'childrens': [1987], 'cmdline': ['spl_dynamic_tas'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9407,24 +8841,58 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1799, 1844], + {'childrens': [1988, 2038, 2039, 2040], 'cmdline': ['spl_kmem_cache'], 'cpu_percent': 0, 'cpu_times': {}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'io_counters': [0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'spl_kmem_cache', 'nice': -20, - 'nprocs': 2, - 'num_threads': 2, + 'nprocs': 4, + 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1800], + {'childrens': [1989], 'cmdline': ['zvol_tq-0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9447,9 +8915,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1801], + {'childrens': [1990], 'cmdline': ['zvol_tq-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9472,9 +8940,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1802], + {'childrens': [1991], 'cmdline': ['zvol_tq-2'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9497,9 +8965,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1803], + {'childrens': [1992], 'cmdline': ['arc_prune'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9522,15 +8990,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1804], + {'childrens': [1993], 'cmdline': ['arc_evict'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.82, + 'system': 0.69, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9547,15 +9015,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1805], + {'childrens': [1994], 'cmdline': ['arc_reap'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.22, + 'system': 0.74, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9572,9 +9040,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1806], + {'childrens': [1995], 'cmdline': ['dbu_evict'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9597,15 +9065,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1807], + {'childrens': [1996], 'cmdline': ['dbuf_evict'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.89, + 'system': 0.7, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9622,9 +9090,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1808, 1842, 1843, 1845, 1846, 1847, 1848, 1849, 1914, 1915], + {'childrens': [1997, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037], 'cmdline': ['z_vdev_file'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9731,16 +9199,16 @@ Programlist stats: 'num_threads': 10, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1809], + {'childrens': [1998], 'cmdline': ['l2arc_feed'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.09, - 'user': 1.84}, + 'system': 0.0, + 'user': 0.56}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -9756,9 +9224,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1886], + {'childrens': [2077], 'cmdline': ['z_null_iss'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9781,9 +9249,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1887], + {'childrens': [2078], 'cmdline': ['z_null_int'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9806,9 +9274,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1888], + {'childrens': [2079], 'cmdline': ['z_rd_iss'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9831,9 +9299,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1889, 1919, 1964, 1966], + {'childrens': [2080, 2107, 2154, 2156], 'cmdline': ['z_rd_int_0'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9880,9 +9348,9 @@ Programlist stats: 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1890, 1916, 1920, 1963], + {'childrens': [2081, 2105, 2151, 2152], 'cmdline': ['z_rd_int_1'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9929,9 +9397,9 @@ Programlist stats: 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1891, 1917, 1918, 1962], + {'childrens': [2082, 2106, 2141, 2150], 'cmdline': ['z_rd_int_2'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9978,9 +9446,9 @@ Programlist stats: 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1892, 1977, 1978, 1981, 1982, 1983, 1984, 1985, 1987], + {'childrens': [2083, 2166, 2167, 2169, 2170, 2171, 2172, 2174, 2175, 2176], 'cmdline': ['z_wr_iss'], 'cpu_percent': 0, 'cpu_times': {}, @@ -10068,18 +9536,28 @@ Programlist stats: 0, 0, 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'z_wr_iss', 'nice': -19, - 'nprocs': 9, - 'num_threads': 9, + 'nprocs': 10, + 'num_threads': 10, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1893], + {'childrens': [2084], 'cmdline': ['z_wr_iss_h'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10102,48 +9580,24 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1894, 1988, 1992], + {'childrens': [2085, 2177], 'cmdline': ['z_wr_int_0'], 'cpu_percent': 0, 'cpu_times': {}, - 'io_counters': [0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0], + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'z_wr_int_0', 'nice': -20, - 'nprocs': 3, - 'num_threads': 3, + 'nprocs': 2, + 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1895, 3311, 3312, 3313], + {'childrens': [2086, 2178, 2179], 'cmdline': ['z_wr_int_1'], 'cpu_percent': 0, 'cpu_times': {}, @@ -10171,346 +9625,21 @@ Programlist stats: 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'z_wr_int_1', 'nice': -20, - 'nprocs': 4, - 'num_threads': 4, + 'nprocs': 3, + 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1896, 1980], + {'childrens': [2087, 2183, 3496], 'cmdline': ['z_wr_int_2'], 'cpu_percent': 0, 'cpu_times': {}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {}, - 'memory_percent': 0, - 'name': 'z_wr_int_2', - 'nice': -20, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1897], - 'cmdline': ['z_wr_int_h'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_wr_int_h', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1898], - 'cmdline': ['z_fr_iss_0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_fr_iss_0', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1899], - 'cmdline': ['z_fr_iss_1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_fr_iss_1', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1900], - 'cmdline': ['z_fr_iss_2'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_fr_iss_2', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1901], - 'cmdline': ['z_fr_int'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_fr_int', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1902], - 'cmdline': ['z_cl_iss'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_cl_iss', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1903], - 'cmdline': ['z_cl_int'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_cl_int', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1904], - 'cmdline': ['z_ioctl_iss'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_ioctl_iss', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1905], - 'cmdline': ['z_ioctl_int'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_ioctl_int', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1906], - 'cmdline': ['z_trim_iss'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_trim_iss', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1907], - 'cmdline': ['z_trim_int'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_trim_int', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1908], - 'cmdline': ['z_zvol'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'z_zvol', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [1909, 4554, 4585], - 'cmdline': ['z_metaslab'], - 'cpu_percent': 0, - 'cpu_times': {}, 'io_counters': [0, 0, 0, @@ -10538,15 +9667,330 @@ Programlist stats: 0], 'memory_info': {}, 'memory_percent': 0, - 'name': 'z_metaslab', + 'name': 'z_wr_int_2', 'nice': -20, 'nprocs': 3, 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1910], + {'childrens': [2088], + 'cmdline': ['z_wr_int_h'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_wr_int_h', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2089], + 'cmdline': ['z_fr_iss_0'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_fr_iss_0', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2090], + 'cmdline': ['z_fr_iss_1'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_fr_iss_1', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2091], + 'cmdline': ['z_fr_iss_2'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_fr_iss_2', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2092], + 'cmdline': ['z_fr_int'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_fr_int', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2093], + 'cmdline': ['z_cl_iss'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_cl_iss', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2094], + 'cmdline': ['z_cl_int'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_cl_int', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2095], + 'cmdline': ['z_ioctl_iss'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_ioctl_iss', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2096], + 'cmdline': ['z_ioctl_int'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_ioctl_int', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2097], + 'cmdline': ['z_trim_iss'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_trim_iss', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2098], + 'cmdline': ['z_trim_int'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_trim_int', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2099], + 'cmdline': ['z_zvol'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'z_zvol', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2100, 4651], + 'cmdline': ['z_metaslab'], + 'cpu_percent': 0, + 'cpu_times': {}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {}, + 'memory_percent': 0, + 'name': 'z_metaslab', + 'nice': -20, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [2101], 'cmdline': ['z_prefetch'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10569,9 +10013,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1911], + {'childrens': [2102], 'cmdline': ['z_upgrade'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10594,20 +10038,20 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1921, - 1922, - 1923, - 1924, - 1925, - 1926, - 1927, - 1928, - 1929, - 1930, - 1931, - 1932], + {'childrens': [2108, + 2109, + 2110, + 2111, + 2112, + 2113, + 2114, + 2115, + 2116, + 2117, + 2118, + 2119], 'cmdline': ['dp_sync_taskq'], 'cpu_percent': 0, 'cpu_times': {}, @@ -10734,24 +10178,24 @@ Programlist stats: 'num_threads': 12, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1933, - 1934, - 1935, - 1936, - 1937, - 1938, - 1939, - 1940, - 1941, - 1942, - 1943, - 1944, - 1945, - 1946, - 1947, - 1948], + {'childrens': [2120, + 2121, + 2122, + 2123, + 2124, + 2125, + 2126, + 2127, + 2128, + 2129, + 2130, + 2131, + 2132, + 2133, + 2134, + 2135], 'cmdline': ['dp_zil_clean_ta'], 'cpu_percent': 0, 'cpu_times': {}, @@ -10918,9 +10362,9 @@ Programlist stats: 'num_threads': 16, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1949], + {'childrens': [2136], 'cmdline': ['z_zrele'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10943,9 +10387,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1950], + {'childrens': [2137], 'cmdline': ['z_unlinked_drai'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10968,16 +10412,16 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1970], + {'childrens': [2159], 'cmdline': ['txg_quiesce'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.0, - 'user': 1.38}, + 'user': 0.2}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -10993,15 +10437,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1971], + {'childrens': [2160], 'cmdline': ['txg_sync'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.44, + 'system': 0.81, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11018,15 +10462,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1972], + {'childrens': [2161], 'cmdline': ['mmp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.56, + 'system': 0.79, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11043,9 +10487,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1973], + {'childrens': [2162], 'cmdline': ['z_indirect_cond'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -11068,9 +10512,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1974], + {'childrens': [2163], 'cmdline': ['z_livelist_dest'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -11093,9 +10537,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1975], + {'childrens': [2164], 'cmdline': ['z_livelist_cond'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -11118,9 +10562,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1976], + {'childrens': [2165], 'cmdline': ['z_checkpoint_di'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -11143,9 +10587,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3762], + {'childrens': [3888], 'cmdline': ['krfcommd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -11168,15 +10612,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [1760757], - 'cmdline': ['sd_espeak-ng-mb'], + {'childrens': [42423], + 'cmdline': ['kworker/9:1-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.01, + 'system': 0.69, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11187,46 +10631,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'sd_espeak-ng-mb', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'Z', - 'time_since_update': 0.2516055107116699, - 'username': 'nicolargo'}, - {'childrens': [2426002], - 'cmdline': ['kworker/2:0-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.85, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/2:0-events', + 'name': 'kworker/9:1-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2439914], - 'cmdline': ['kworker/12:0-mm_percpu_wq'], + {'childrens': [44432], + 'cmdline': ['kworker/2:3-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.15, + 'system': 0.82, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11237,21 +10656,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/12:0-mm_percpu_wq', + 'name': 'kworker/2:3-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2441839], - 'cmdline': ['kworker/u64:38-kcryptd-252:0-1'], + {'childrens': [45081], + 'cmdline': ['kworker/8:1-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.88, + 'system': 1.18, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11262,15 +10681,315 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/u64:38-kcryptd-252:0-1', + 'name': 'kworker/8:1-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2441865], + {'childrens': [45085], + 'cmdline': ['kworker/14:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.24, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/14:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [50368], + 'cmdline': ['kworker/1:1-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.46, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/1:1-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [77869], + 'cmdline': ['kworker/12:2-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.08, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/12:2-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [81426], + 'cmdline': ['kworker/15:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.93, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/15:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [81599], + 'cmdline': ['kworker/9:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/9:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [98811], + 'cmdline': ['kworker/13:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.67, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/13:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [100168], + 'cmdline': ['kworker/11:1-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.27, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/11:1-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [116375], + 'cmdline': ['kworker/u64:5-i915'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.69, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u64:5-i915', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [116422], + 'cmdline': ['kworker/u64:51-kcryptd-252:0-1'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.33, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u64:51-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [116431], + 'cmdline': ['kworker/u64:61-kcryptd-252:0-1'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.63, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u64:61-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [116437], + 'cmdline': ['kworker/4:5-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.38, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/4:5-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [119640], + 'cmdline': ['kworker/0:6-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.79, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/0:6-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [135904], 'cmdline': ['irq/198-mei_me'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -11293,15 +11012,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2442150], - 'cmdline': ['kworker/5:0-events'], + {'childrens': [135950], + 'cmdline': ['kworker/3:3-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.44, + 'system': 0.11, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11312,21 +11031,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/5:0-events', + 'name': 'kworker/3:3-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2519125], - 'cmdline': ['kworker/3:0-events'], + {'childrens': [188220], + 'cmdline': ['kworker/u64:1-kcryptd-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.06, + 'system': 1.53, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11337,41 +11056,16 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/3:0-events', + 'name': 'kworker/u64:1-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2530070], - 'cmdline': ['kworker/15:0-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.83, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/15:0-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2563843], - 'cmdline': ['kworker/9:0-mm_percpu_wq'], + {'childrens': [195779], + 'cmdline': ['kworker/1:0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -11387,815 +11081,15 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/9:0-mm_percpu_wq', + 'name': 'kworker/1:0', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [2671682], - 'cmdline': ['kworker/15:1-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/15:1-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2708146], - 'cmdline': ['kworker/11:2-mm_percpu_wq'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/11:2-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2723662], - 'cmdline': ['kworker/4:2-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.34, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/4:2-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2733585], - 'cmdline': ['kworker/u64:2-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.93, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:2-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2858915], - 'cmdline': ['kworker/0:0-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.59, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/0:0-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2865794], - 'cmdline': ['kworker/u64:0-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.78, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:0-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2877566], - 'cmdline': ['kworker/14:2-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.92, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/14:2-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2897676], - 'cmdline': ['kworker/10:1-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/10:1-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2905215], - 'cmdline': ['kworker/8:1-mm_percpu_wq'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.64, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/8:1-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2906922], - 'cmdline': ['kworker/6:2-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.36, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/6:2-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2931708], - 'cmdline': ['kworker/u64:1-events_unbound'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.96, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:1-events_unbound', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2931709], - 'cmdline': ['kworker/u64:5-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.56, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:5-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2949915], - 'cmdline': ['kworker/7:0-mm_percpu_wq'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.1, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/7:0-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2957483], - 'cmdline': ['kworker/u64:8-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.17, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:8-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2958454], - 'cmdline': ['kworker/13:2-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/13:2-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [2964207], - 'cmdline': ['kworker/14:0-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/14:0-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3025799], - 'cmdline': ['kworker/2:1-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.36, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/2:1-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3033224], - 'cmdline': ['kworker/u65:0-hci0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 3.6, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u65:0-hci0', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3033335], - 'cmdline': ['kworker/u65:1-rb_allocator'], - 'cpu_percent': 4.3, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.23, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u65:1-rb_allocator', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3033859], - 'cmdline': ['kworker/13:0-mm_percpu_wq'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.23, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/13:0-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3034873], - 'cmdline': ['kworker/3:1-mm_percpu_wq'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.1, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/3:1-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3035674], - 'cmdline': ['kworker/u64:3-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.65, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:3-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3035874], - 'cmdline': ['kworker/u64:4-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.84, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:4-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3036509], - 'cmdline': ['kworker/u64:6-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.69, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:6-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3036510], - 'cmdline': ['kworker/u64:7-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.72, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:7-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3037075], - 'cmdline': ['kworker/0:1-cgroup_destroy'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/0:1-cgroup_destroy', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3037152], - 'cmdline': ['kworker/u64:9-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.31, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:9-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3037261], - 'cmdline': ['kworker/1:2-mm_percpu_wq'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/1:2-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3037370], - 'cmdline': ['kworker/u64:10-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.72, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:10-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3037371], - 'cmdline': ['kworker/u64:11-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.46, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:11-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3037907], - 'cmdline': ['kworker/5:1-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/5:1-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3039640], - 'cmdline': ['kworker/12:2'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/12:2', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3040407], + {'childrens': [204241], 'cmdline': ['kworker/4:1-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -12218,15 +11112,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3040591], - 'cmdline': ['kworker/9:2-mm_percpu_wq'], + {'childrens': [221578], + 'cmdline': ['kworker/5:0-mm_percpu_wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.04, + 'system': 0.15, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12237,21 +11131,446 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/9:2-mm_percpu_wq', + 'name': 'kworker/5:0-mm_percpu_wq', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3042047], + {'childrens': [235307], + 'cmdline': ['kworker/6:3'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/6:3', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [252417], + 'cmdline': ['kworker/u64:0-kcryptd-252:0-1'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.35, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u64:0-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [262849], + 'cmdline': ['kworker/u65:2-hci0'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.84, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u65:2-hci0', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [277356], + 'cmdline': ['kworker/u64:9-kcryptd-252:0-1'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.83, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u64:9-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [286904], + 'cmdline': ['kworker/8:2'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/8:2', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [299041], + 'cmdline': ['kworker/10:1'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/10:1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [330017], + 'cmdline': ['kworker/11:2-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/11:2-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [331044], + 'cmdline': ['kworker/13:1-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.21, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/13:1-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [331120], + 'cmdline': ['kworker/5:2-mm_percpu_wq'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/5:2-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [333120], + 'cmdline': ['kworker/2:2'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/2:2', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [343213], + 'cmdline': ['kworker/u65:1-hci0'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.22, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u65:1-hci0', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [343683], + 'cmdline': ['kworker/u64:2-i915'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.2, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u64:2-i915', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [347943], + 'cmdline': ['kworker/3:0'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/3:0', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [361497], + 'cmdline': ['kworker/14:1-i915-unordered'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/14:1-i915-unordered', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [365683], + 'cmdline': ['kworker/7:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/7:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [393979], + 'cmdline': ['kworker/15:3-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/15:3-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [396496], + 'cmdline': ['kworker/0:1-cgroup_destroy'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/0:1-cgroup_destroy', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [399624], 'cmdline': ['kworker/7:2-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, + 'system': 0.01, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12268,15 +11587,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3042611], - 'cmdline': ['kworker/8:3'], + {'childrens': [403964], + 'cmdline': ['kworker/u64:3-kcryptd-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.0, + 'system': 0.51, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12287,90 +11606,15 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/8:3', + 'name': 'kworker/u64:3-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3042649], - 'cmdline': ['kworker/u65:2'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u65:2', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3042679], - 'cmdline': ['kworker/11:0-mm_percpu_wq'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.01}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/11:0-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3042761], - 'cmdline': ['kworker/u64:12-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.26, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:12-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3043088], + {'childrens': [408867], 'cmdline': ['kworker/6:1-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -12393,65 +11637,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3043386], - 'cmdline': ['kworker/u64:13-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.08, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:13-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3043387], - 'cmdline': ['kworker/u64:14-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.31, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:14-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3043575], + {'childrens': [409518], 'cmdline': ['kworker/10:0-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.13, + 'system': 0.25, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12468,15 +11662,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3045721], - 'cmdline': ['kworker/1:1-mm_percpu_wq'], + {'childrens': [411195], + 'cmdline': ['kworker/u64:4-kcryptd-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, + 'system': 0.23, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12487,66 +11681,16 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/1:1-mm_percpu_wq', + 'name': 'kworker/u64:4-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3045965], - 'cmdline': ['kworker/u64:15-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.28, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/u64:15-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3046598], - 'cmdline': ['kworker/6:0-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.04, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/6:0-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'R', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3046819], - 'cmdline': ['kworker/11:1-mm_percpu_wq'], + {'childrens': [413107], + 'cmdline': ['kworker/12:1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12562,16 +11706,41 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/11:1-mm_percpu_wq', + 'name': 'kworker/12:1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3047843], - 'cmdline': ['kworker/7:1-mm_percpu_wq'], + {'childrens': [413852], + 'cmdline': ['kworker/u65:0-hci0'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.65, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/u65:0-hci0', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.4306778907775879, + 'username': 'root'}, + {'childrens': [425322], + 'cmdline': ['kworker/14:2-i915-unordered'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12587,16 +11756,16 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/7:1-mm_percpu_wq', + 'name': 'kworker/14:2-i915-unordered', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3048434], - 'cmdline': ['kworker/14:1'], + {'childrens': [436654], + 'cmdline': ['kworker/7:1-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12612,16 +11781,16 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/14:1', + 'name': 'kworker/7:1-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3048436], - 'cmdline': ['kworker/15:2'], + {'childrens': [444361], + 'cmdline': ['kworker/u64:6-ipv6_addrconf'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12637,16 +11806,16 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/15:2', + 'name': 'kworker/u64:6-ipv6_addrconf', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3048441], - 'cmdline': ['kworker/13:1'], + {'childrens': [444362], + 'cmdline': ['kworker/u64:7-kcryptd-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12662,16 +11831,16 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/13:1', + 'name': 'kworker/u64:7-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3048445], - 'cmdline': ['kworker/4:0-events'], + {'childrens': [444363], + 'cmdline': ['kworker/u64:8'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12687,21 +11856,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/4:0-events', + 'name': 'kworker/u64:8', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.2516055107116699, + 'time_since_update': 0.4306778907775879, 'username': 'root'}, - {'childrens': [3048552], - 'cmdline': ['kworker/10:2'], + {'childrens': [446592], + 'cmdline': ['rg'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.0, + 'system': 0.03, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12712,64 +11881,14 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/10:2', + 'name': 'rg', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3048780], - 'cmdline': ['kworker/0:2'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/0:2', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}, - {'childrens': [3048781], - 'cmdline': ['kworker/0:3-cgroup_destroy'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.0, - 'user': 0.0}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 0, - 'dirty': 0, - 'lib': 0, - 'rss': 0, - 'shared': 0, - 'text': 0, - 'vms': 0}, - 'memory_percent': 0, - 'name': 'kworker/0:3-cgroup_destroy', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.2516055107116699, - 'username': 'root'}] + 'status': 'Z', + 'time_since_update': 0.4306778907775879, + 'username': 'nicolargo'}] Programlist fields description: @@ -12850,7 +11969,7 @@ Percpu stats: 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 22.0, + 'idle': 35.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -12858,9 +11977,9 @@ Percpu stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 4.0, - 'total': 78.0, - 'user': 1.0} + 'system': 12.0, + 'total': 65.0, + 'user': 0.0} Percpu fields description: @@ -12908,10 +12027,10 @@ System stats: Return a object >>> gl.system {'hostname': 'nicolargo-xps15', - 'hr_name': 'Ubuntu 24.04 64bit / Linux 6.11.0-26-generic', + 'hr_name': 'Ubuntu 24.04 64bit / Linux 6.11.0-29-generic', 'linux_distro': 'Ubuntu 24.04', 'os_name': 'Linux', - 'os_version': '6.11.0-26-generic', + 'os_version': '6.11.0-29-generic', 'platform': '64bit'} >>> gl.system.keys() ['os_name', 'hostname', 'platform', 'os_version', 'linux_distro', 'hr_name'] @@ -12946,22 +12065,22 @@ Network stats: >>> gl.network Return a dict of dict with key= >>> gl.network.keys() - ['wlp0s20f3', 'veth620fda1'] + ['wlp0s20f3', 'ipv6leakintrf0', 'pvpnksintrf0'] >>> gl.network["wlp0s20f3"] {'alias': None, 'bytes_all': 0, - 'bytes_all_gauge': 8061991911, + 'bytes_all_gauge': 15386705726, 'bytes_all_rate_per_sec': 0.0, 'bytes_recv': 0, - 'bytes_recv_gauge': 6204039145, + 'bytes_recv_gauge': 14056592911, 'bytes_recv_rate_per_sec': 0.0, 'bytes_sent': 0, - 'bytes_sent_gauge': 1857952766, + 'bytes_sent_gauge': 1330112815, 'bytes_sent_rate_per_sec': 0.0, 'interface_name': 'wlp0s20f3', 'key': 'interface_name', 'speed': 0, - 'time_since_update': 0.06977963447570801} + 'time_since_update': 0.10325121879577637} Network fields description: @@ -13002,23 +12121,23 @@ Cpu stats: Return a object >>> gl.cpu {'cpucore': 16, - 'ctx_switches': 1509164271, + 'ctx_switches': 134429472, 'guest': 0.0, - 'idle': 92.7, - 'interrupts': 814674461, - 'iowait': 0.8, + 'idle': 85.0, + 'interrupts': 78024545, + 'iowait': 0.7, 'irq': 0.0, 'nice': 0.0, - 'soft_interrupts': 281158828, + 'soft_interrupts': 40587496, 'steal': 0.0, 'syscalls': 0, - 'system': 4.3, - 'total': 6.3, - 'user': 2.2} + 'system': 7.6, + 'total': 15.5, + 'user': 6.7} >>> gl.cpu.keys() ['total', 'user', 'nice', 'system', 'idle', 'iowait', 'irq', 'steal', 'guest', 'ctx_switches', 'interrupts', 'soft_interrupts', 'syscalls', 'cpucore'] >>> gl.cpu["total"] - 6.3 + 15.5 Cpu fields description: @@ -13090,7 +12209,7 @@ Amps stats: 'refresh': 3.0, 'regex': True, 'result': None, - 'timer': 0.14374899864196777} + 'timer': 0.2506086826324463} Amps fields description: @@ -13121,8 +12240,8 @@ Processlist stats: >>> gl.processlist Return a dict of dict with key= >>> gl.processlist.keys() - [1827846, 1828815, 1828367, 344538, 9654, 9314, 9738, 9730, 530850, 7367, 1598259, 1828895, 1601041, 2765, 1828151, 9692, 989892, 990436, 2986770, 516128, 8728, 3031795, 1828296, 344413, 344606, 515729, 9734, 1487793, 1488319, 8137, 10697, 3046198, 3368, 3046994, 3047677, 3048024, 1828611, 1827902, 1827918, 1828267, 1827911, 1827905, 344607, 2556756, 3049439, 2442358, 344509, 1828300, 8341, 727, 344729, 3048395, 299076, 7793, 9659, 1828299, 1041237, 2437, 8071, 10425, 9638, 1086491, 8382, 344492, 2779, 7489, 1828319, 8840, 1561526, 2426, 7728, 7581, 299083, 299209, 8101, 7508, 298909, 1, 344416, 1120849, 9791, 1561481, 7532, 2519, 1828152, 7042, 1120396, 344415, 7481, 7062, 1828176, 2820, 847752, 8127, 445239, 7010, 847735, 2417, 2520, 2462, 788, 1134521, 2733, 7064, 7065, 1760787, 8152, 7537, 7723, 8353, 298878, 999564, 7684, 8012, 7511, 8376, 1760744, 7327, 2446, 7076, 982823, 1760860, 7870, 2442126, 7314, 7523, 7516, 2665207, 2628, 2298, 7058, 299080, 3420, 7130, 7571, 299081, 2449, 7602, 3350, 7531, 7971, 7742, 299077, 7462, 7554, 7490, 299082, 7542, 7805, 7570, 2440, 7864, 2420, 2632, 7783, 111279, 7519, 2423, 7764, 7683, 2450, 7544, 7212, 7513, 7759, 7137, 7365, 7324, 1828422, 1828195, 7833, 7547, 7688, 7565, 2299, 2403521, 299079, 1760864, 345099, 3371, 3049435, 344745, 7380, 16589, 2415, 2295, 3253, 2767, 3505, 2961, 2433, 3379, 2581, 2868521, 3394, 3049438, 3257, 2443, 7218, 3252, 2466, 2465, 7292, 7048, 7297, 2509, 1134526, 7059, 344435, 7144, 9484, 298855, 298848, 2759, 2962, 2763, 2, 3, 4, 5, 6, 7, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 112, 113, 114, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 148, 149, 151, 152, 153, 161, 172, 181, 182, 207, 210, 212, 240, 242, 244, 266, 268, 269, 270, 271, 272, 273, 366, 371, 372, 373, 374, 375, 450, 455, 456, 618, 623, 624, 625, 631, 667, 668, 797, 982, 986, 987, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1203, 1271, 1306, 1317, 1320, 1321, 1322, 1323, 1381, 1382, 1459, 1466, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1962, 1963, 1964, 1966, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1980, 1981, 1982, 1983, 1984, 1985, 1987, 1988, 1992, 3311, 3312, 3313, 3762, 4554, 4585, 1760757, 2404016, 2426002, 2439914, 2441839, 2441865, 2442150, 2519125, 2530070, 2563843, 2671682, 2708146, 2723662, 2733585, 2858915, 2865794, 2877566, 2897676, 2905215, 2906922, 2931708, 2931709, 2949915, 2957483, 2958454, 2964207, 3025799, 3033224, 3033335, 3033859, 3034873, 3035674, 3035874, 3036509, 3036510, 3037075, 3037152, 3037261, 3037370, 3037371, 3037907, 3039640, 3040407, 3040591, 3042047, 3042611, 3042649, 3042679, 3042761, 3043088, 3043386, 3043387, 3043575, 3045721, 3045965, 3046598, 3046819, 3047843, 3048434, 3048436, 3048441, 3048445, 3048552, 3048780, 3048781] - >>> gl.processlist["1827846"] + [45624, 47073, 46264, 6462, 6208, 45552, 7116, 47319, 7109, 4995, 7112, 5390, 2962, 7374, 45398, 6493, 45635, 8243, 8352, 45634, 45711, 5629, 45516, 5940, 46240, 46641, 5230, 5979, 78337, 340364, 5131, 46497, 3548, 93349, 110439, 221136, 43195, 45497, 5952, 446435, 137563, 6467, 6926, 45401, 45400, 2976, 46202, 11995, 746, 5438, 46203, 2621, 6448, 5581, 5387, 8117, 5474, 5601, 5122, 5169, 2970, 5143, 5324, 3544, 2705, 5645, 5162, 46207, 5976, 2651, 5225, 4947, 5147, 4848, 1, 2610, 2487, 5155, 2655, 6546, 2653, 3018, 4704, 5394, 4683, 3552, 5623, 4700, 5875, 2616, 3433, 5149, 2828, 5254, 4705, 2946, 2707, 5174, 5199, 3530, 4660, 4708, 55223, 2929, 5145, 5223, 3434, 3601, 11634, 2636, 5404, 8729, 11597, 5542, 5429, 2488, 5152, 5247, 2831, 2624, 5204, 5803, 2638, 783, 4936, 2486, 2613, 4994, 4766, 5503, 5421, 5103, 5341, 2607, 4944, 5182, 5418, 43204, 5322, 5146, 5388, 2628, 4718, 5446, 4913, 5192, 4775, 2619, 2606, 4833, 5130, 135989, 46298, 43301, 46057, 4919, 2773, 4701, 47339, 5008, 2605, 6292, 4690, 6023, 3691, 45419, 2627, 446418, 3557, 3575, 45730, 3155, 4782, 97100, 446421, 2959, 2955, 2701, 3156, 3439, 2, 3, 4, 5, 6, 7, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 118, 120, 121, 122, 123, 124, 125, 126, 129, 132, 133, 134, 135, 136, 137, 138, 141, 143, 144, 145, 146, 148, 149, 151, 153, 154, 155, 156, 164, 176, 185, 187, 211, 214, 264, 265, 266, 267, 268, 269, 270, 272, 273, 274, 275, 372, 374, 375, 376, 377, 378, 380, 424, 463, 469, 637, 642, 643, 644, 650, 685, 686, 805, 990, 999, 1000, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1043, 1207, 1227, 1228, 1229, 1230, 1245, 1337, 1360, 1374, 1611, 1618, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2141, 2150, 2151, 2152, 2154, 2156, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2169, 2170, 2171, 2172, 2174, 2175, 2176, 2177, 2178, 2179, 2183, 3496, 3888, 4651, 42423, 44432, 45081, 45085, 50368, 77869, 81426, 81599, 98811, 100168, 116375, 116422, 116431, 116437, 119640, 135904, 135950, 188220, 195779, 204241, 220178, 221578, 235307, 252417, 262849, 277356, 286904, 299041, 330017, 331044, 331120, 333120, 343213, 343683, 347943, 361497, 365683, 393979, 396496, 399624, 403964, 408867, 409518, 411195, 413107, 413852, 425322, 436654, 444361, 444362, 444363, 446592] + >>> gl.processlist["45624"] {'cmdline': ['/proc/self/exe', '--type=utility', '--utility-sub-type=node.mojom.NodeService', @@ -13132,7 +12251,7 @@ Processlist stats: '--dns-result-order=ipv4first', '--experimental-network-inspection', '--inspect-port=0', - '--crashpad-handler-pid=344435', + '--crashpad-handler-pid=45419', '--enable-crash-reporter=864d4bb7-dd20-4851-830f-29e81dd93517,no_channel', '--user-data-dir=/home/nicolargo/.config/Code', '--standard-schemes=vscode-webview,vscode-file', @@ -13142,217 +12261,177 @@ Processlist stats: '--service-worker-schemes=vscode-webview', '--code-cache-schemes=vscode-webview,vscode-file', '--shared-files=v8_context_snapshot_data:100', - '--field-trial-handle=3,i,15766680623767121638,17539991383901857239,262144', + '--field-trial-handle=3,i,3230732958182493075,7702003965805358118,262144', '--enable-features=DocumentPolicyIncludeJSCallStacksInCrashReports,EarlyEstablishGpuChannel,EstablishGpuChannelAsync', '--disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess', '--variations-seed-version'], - 'cpu_percent': 0.0, - 'cpu_times': {'children_system': 2680.78, - 'children_user': 337.11, + 'cpu_percent': 93.5, + 'cpu_times': {'children_system': 1190.88, + 'children_user': 252.3, 'iowait': 0.0, - 'system': 2147.57, - 'user': 5663.85}, + 'system': 889.96, + 'user': 3765.67}, 'gids': {'effective': 1000, 'real': 1000, 'saved': 1000}, - 'io_counters': [795103232, - 1112543232, - 795103232, - 1112543232, + 'io_counters': [762354688, + 303865856, + 762354688, + 303865856, 1, - 60156928, - 487424, - 60156928, - 487424, + 73490432, + 1728512, + 73490432, + 1728512, 1, - 321114112, - 413696, - 321114112, - 413696, + 43582464, + 249856, + 43582464, + 249856, 1, - 73252864, + 77307904, 0, - 73252864, + 77307904, 0, 1, - 9914368, + 70991872, + 55152640, + 70991872, + 55152640, + 1, + 25166848, 0, - 9914368, + 25166848, 0, 1, - 3016840192, - 3984044032, - 3016840192, - 3984044032, + 128754688, + 1858166784, + 128754688, + 1858166784, 1, - 99940352, - 2323279872, - 99940352, - 2323279872, + 1007616, + 4096, + 1007616, + 4096, 1, - 5242880, + 4467712, 0, - 5242880, + 4467712, 0, 1, - 4038656, + 4739072, 0, - 4038656, + 4739072, 0, 1, - 2678784, + 6306816, 0, - 2678784, + 6306816, 0, 1, - 1073152, + 133120, 0, - 1073152, + 133120, 0, 1, - 2113536, + 6281216, + 4370432, + 6281216, + 4370432, + 1, + 3007488, 0, - 2113536, + 3007488, 0, 1, - 3657728, + 1037312, 0, - 3657728, + 1037312, 0, 1, - 112676864, + 73490432, + 1728512, + 73490432, + 1728512, + 1, + 43582464, + 249856, + 43582464, + 249856, + 1, + 77307904, 0, - 112676864, + 77307904, 0, 1, - 27665408, + 70991872, + 55152640, + 70991872, + 55152640, + 1, + 25166848, 0, - 27665408, + 25166848, 0, 1, - 8881152, + 128754688, + 1858166784, + 128754688, + 1858166784, + 1, + 1007616, + 4096, + 1007616, + 4096, + 1, + 4467712, 0, - 8881152, + 4467712, 0, 1, - 34509824, - 24477696, - 34509824, - 24477696, - 1, - 0, - 0, + 4739072, 0, + 4739072, 0, 1, + 6306816, 0, - 0, - 0, + 6306816, 0, 1, - 60156928, - 487424, - 60156928, - 487424, - 1, - 321114112, - 413696, - 321114112, - 413696, - 1, - 73252864, + 133120, 0, - 73252864, + 133120, 0, 1, - 9914368, + 6281216, + 4370432, + 6281216, + 4370432, + 1, + 3007488, 0, - 9914368, + 3007488, 0, 1, - 3016840192, - 3984044032, - 3016840192, - 3984044032, - 1, - 99940352, - 2323279872, - 99940352, - 2323279872, - 1, - 5242880, - 0, - 5242880, - 0, - 1, - 4038656, - 0, - 4038656, - 0, - 1, - 2678784, - 0, - 2678784, - 0, - 1, - 1073152, - 0, - 1073152, - 0, - 1, - 2113536, - 0, - 2113536, - 0, - 1, - 3657728, - 0, - 3657728, - 0, - 1, - 112676864, - 0, - 112676864, - 0, - 1, - 27665408, - 0, - 27665408, - 0, - 1, - 8881152, - 0, - 8881152, - 0, - 1, - 34509824, - 24477696, - 34509824, - 24477696, - 1, - 0, - 0, - 0, - 0, - 1, - 0, - 0, + 1037312, 0, + 1037312, 0, 1], 'key': 'pid', - 'memory_info': {'data': 3908935680, + 'memory_info': {'data': 5382053888, 'dirty': 0, 'lib': 0, - 'rss': 1972953088, - 'shared': 104488960, + 'rss': 3942359040, + 'shared': 128200704, 'text': 142934016, - 'vms': 1526208933888}, - 'memory_percent': 12.014176228104679, + 'vms': 1524454277120}, + 'memory_percent': 24.006884123490202, 'name': 'code', 'nice': 0, - 'num_threads': 65, - 'pid': 1827846, - 'status': 'S', - 'time_since_update': 0.2516055107116699, + 'num_threads': 58, + 'pid': 45624, + 'status': 'R', + 'time_since_update': 0.4306778907775879, 'username': 'nicolargo'} Processlist fields description: @@ -13436,14 +12515,11 @@ Load stats: >>> gl.load Return a object >>> gl.load - {'cpucore': 16, - 'min1': 0.857421875, - 'min15': 1.06982421875, - 'min5': 0.85693359375} + {'cpucore': 16, 'min1': 2.95361328125, 'min15': 2.2939453125, 'min5': 2.4140625} >>> gl.load.keys() ['min1', 'min5', 'min15', 'cpucore'] >>> gl.load["min1"] - 0.857421875 + 2.95361328125 Load fields description: @@ -13482,7 +12558,7 @@ Sensors stats: 'label': 'Ambient', 'type': 'temperature_core', 'unit': 'C', - 'value': 43, + 'value': 40, 'warning': 0} Sensors fields description: @@ -13520,7 +12596,7 @@ Uptime stats: >>> gl.uptime Return a object >>> gl.uptime - '21 days, 4:46:28' + '7 days, 4:30:32' Uptime limits: @@ -13539,11 +12615,11 @@ Now stats: >>> gl.now Return a object >>> gl.now - {'custom': '2025-07-12 18:11:06 CEST', 'iso': '2025-07-12T18:11:06+02:00'} + {'custom': '2025-07-27 16:18:08 CEST', 'iso': '2025-07-27T16:18:08+02:00'} >>> gl.now.keys() ['iso', 'custom'] >>> gl.now["iso"] - '2025-07-12T18:11:06+02:00' + '2025-07-27T16:18:08+02:00' Now fields description: @@ -13572,14 +12648,14 @@ Fs stats: ['/', '/zsfpool'] >>> gl.fs["/"] {'device_name': '/dev/mapper/ubuntu--vg-ubuntu--lv', - 'free': 753632653312, + 'free': 734784479232, 'fs_type': 'ext4', 'key': 'mnt_point', 'mnt_point': '/', 'options': 'rw,relatime', - 'percent': 20.9, + 'percent': 22.9, 'size': 1003736440832, - 'used': 199041282048} + 'used': 217889456128} Fs fields description: @@ -13619,8 +12695,8 @@ Wifi stats: ['wlp0s20f3'] >>> gl.wifi["wlp0s20f3"] {'key': 'ssid', - 'quality_level': -67.0, - 'quality_link': 43.0, + 'quality_level': -72.0, + 'quality_link': 38.0, 'ssid': 'wlp0s20f3'} Wifi limits: @@ -13644,7 +12720,7 @@ Ip stats: >>> gl.ip Return a object >>> gl.ip - {'address': '192.168.0.28', + {'address': '192.168.17.32', 'mask': '255.255.255.0', 'mask_cidr': 24, 'public_address': '', @@ -13652,7 +12728,7 @@ Ip stats: >>> gl.ip.keys() ['address', 'mask', 'mask_cidr', 'public_address', 'public_info_human'] >>> gl.ip["address"] - '192.168.0.28' + '192.168.17.32' Ip fields description: @@ -13771,20 +12847,20 @@ Mem stats: >>> gl.mem Return a object >>> gl.mem - {'active': 6134661120, - 'available': 4632158208, - 'buffers': 151592960, - 'cached': 3269767168, - 'free': 4632158208, - 'inactive': 6225039360, - 'percent': 71.8, - 'shared': 714346496, - 'total': 16421875712, - 'used': 11789717504} + {'active': 7775186944, + 'available': 4333035520, + 'buffers': 169508864, + 'cached': 4749860864, + 'free': 4333035520, + 'inactive': 6443962368, + 'percent': 73.6, + 'shared': 755990528, + 'total': 16421785600, + 'used': 12088750080} >>> gl.mem.keys() ['total', 'available', 'percent', 'used', 'free', 'active', 'inactive', 'buffers', 'cached', 'shared'] >>> gl.mem["total"] - 16421875712 + 16421785600 Mem fields description: @@ -13850,19 +12926,19 @@ Quicklook stats: >>> gl.quicklook Return a object >>> gl.quicklook - {'cpu': 6.3, + {'cpu': 15.5, 'cpu_hz': 4475000000.0, - 'cpu_hz_current': 1283112875.0, + 'cpu_hz_current': 1055090437.4999998, 'cpu_log_core': 16, 'cpu_name': '13th Gen Intel(R) Core(TM) i7-13620H', 'cpu_phys_core': 10, - 'load': 6.7, - 'mem': 71.8, + 'load': 14.3, + 'mem': 73.6, 'percpu': [{'cpu_number': 0, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 22.0, + 'idle': 35.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13870,29 +12946,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 4.0, - 'total': 78.0, - 'user': 1.0}, + 'system': 12.0, + 'total': 65.0, + 'user': 0.0}, {'cpu_number': 1, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 27.0, - 'interrupt': None, - 'iowait': 0.0, - 'irq': 0.0, - 'key': 'cpu_number', - 'nice': 0.0, - 'softirq': 0.0, - 'steal': 0.0, - 'system': 0.0, - 'total': 73.0, - 'user': 0.0}, - {'cpu_number': 2, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 26.0, + 'idle': 43.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13901,13 +12962,28 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 1.0, - 'total': 74.0, - 'user': 0.0}, + 'total': 57.0, + 'user': 2.0}, + {'cpu_number': 2, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 32.0, + 'interrupt': None, + 'iowait': 0.0, + 'irq': 0.0, + 'key': 'cpu_number', + 'nice': 0.0, + 'softirq': 0.0, + 'steal': 0.0, + 'system': 5.0, + 'total': 68.0, + 'user': 9.0}, {'cpu_number': 3, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 24.0, + 'idle': 47.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13916,13 +12992,43 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 76.0, - 'user': 2.0}, + 'total': 53.0, + 'user': 0.0}, {'cpu_number': 4, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 11.0, + 'idle': 8.0, + 'interrupt': None, + 'iowait': 0.0, + 'irq': 0.0, + 'key': 'cpu_number', + 'nice': 0.0, + 'softirq': 0.0, + 'steal': 0.0, + 'system': 14.0, + 'total': 92.0, + 'user': 25.0}, + {'cpu_number': 5, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 47.0, + 'interrupt': None, + 'iowait': 0.0, + 'irq': 0.0, + 'key': 'cpu_number', + 'nice': 0.0, + 'softirq': 0.0, + 'steal': 0.0, + 'system': 0.0, + 'total': 53.0, + 'user': 1.0}, + {'cpu_number': 6, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 24.0, 'interrupt': None, 'iowait': 2.0, 'irq': 0.0, @@ -13930,44 +13036,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 7.0, - 'total': 89.0, - 'user': 7.0}, - {'cpu_number': 5, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 24.0, - 'interrupt': None, - 'iowait': 0.0, - 'irq': 0.0, - 'key': 'cpu_number', - 'nice': 0.0, - 'softirq': 0.0, - 'steal': 0.0, - 'system': 2.0, + 'system': 6.0, 'total': 76.0, - 'user': 0.0}, - {'cpu_number': 6, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 26.0, - 'interrupt': None, - 'iowait': 0.0, - 'irq': 0.0, - 'key': 'cpu_number', - 'nice': 0.0, - 'softirq': 0.0, - 'steal': 0.0, - 'system': 0.0, - 'total': 74.0, - 'user': 0.0}, + 'user': 16.0}, {'cpu_number': 7, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 27.0, + 'idle': 49.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13976,13 +13052,13 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 73.0, + 'total': 51.0, 'user': 0.0}, {'cpu_number': 8, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 27.0, + 'idle': 38.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13990,14 +13066,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 0.0, - 'total': 73.0, - 'user': 0.0}, + 'system': 3.0, + 'total': 62.0, + 'user': 5.0}, {'cpu_number': 9, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 27.0, + 'idle': 48.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -14006,13 +13082,13 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 73.0, + 'total': 52.0, 'user': 0.0}, {'cpu_number': 10, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 26.0, + 'idle': 41.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -14020,14 +13096,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 0.0, - 'total': 74.0, - 'user': 0.0}, + 'system': 1.0, + 'total': 59.0, + 'user': 4.0}, {'cpu_number': 11, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 27.0, + 'idle': 48.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -14036,13 +13112,13 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 73.0, + 'total': 52.0, 'user': 0.0}, {'cpu_number': 12, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 26.0, + 'idle': 45.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -14050,14 +13126,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 0.0, - 'total': 74.0, - 'user': 1.0}, + 'system': 1.0, + 'total': 55.0, + 'user': 2.0}, {'cpu_number': 13, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 26.0, + 'idle': 45.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -14065,14 +13141,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 0.0, - 'total': 74.0, - 'user': 0.0}, + 'system': 1.0, + 'total': 55.0, + 'user': 2.0}, {'cpu_number': 14, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 26.0, + 'idle': 46.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -14080,14 +13156,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 0.0, - 'total': 74.0, - 'user': 0.0}, + 'system': 1.0, + 'total': 54.0, + 'user': 1.0}, {'cpu_number': 15, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 26.0, + 'idle': 47.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -14096,9 +13172,9 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 74.0, + 'total': 53.0, 'user': 1.0}], - 'swap': 100.0} + 'swap': 10.9} >>> gl.quicklook.keys() ['cpu_name', 'cpu_hz_current', 'cpu_hz', 'cpu', 'percpu', 'mem', 'swap', 'cpu_log_core', 'cpu_phys_core', 'load'] >>> gl.quicklook["cpu_name"] @@ -14148,13 +13224,13 @@ Memswap stats: >>> gl.memswap Return a object >>> gl.memswap - {'free': 1503232, - 'percent': 100.0, - 'sin': 4220321792, - 'sout': 14435848192, - 'time_since_update': 0.23940610885620117, + {'free': 3825201152, + 'percent': 10.9, + 'sin': 13467648, + 'sout': 473960448, + 'time_since_update': 0.4158318042755127, 'total': 4294963200, - 'used': 4293459968} + 'used': 469762048} >>> gl.memswap.keys() ['total', 'used', 'free', 'percent', 'sin', 'sout', 'time_since_update'] >>> gl.memswap["total"] diff --git a/docs/api/restful.rst b/docs/api/restful.rst index 3d6ed025..b4937fc2 100644 --- a/docs/api/restful.rst +++ b/docs/api/restful.rst @@ -160,7 +160,7 @@ Get plugin stats:: "refresh": 3.0, "regex": True, "result": None, - "timer": 0.27567481994628906}, + "timer": 0.47818589210510254}, {"count": 0, "countmax": 20.0, "countmin": None, @@ -169,7 +169,7 @@ Get plugin stats:: "refresh": 3.0, "regex": True, "result": None, - "timer": 0.2756221294403076}] + "timer": 0.4780888557434082}] Fields descriptions: @@ -197,7 +197,7 @@ Get a specific item when field matches the given value:: "refresh": 3.0, "regex": True, "result": None, - "timer": 0.27567481994628906}]} + "timer": 0.47818589210510254}]} GET cloud --------- @@ -238,28 +238,7 @@ GET containers Get plugin stats:: # curl http://localhost:61208/api/4/containers - [{"command": "/docker-entrypoint.sh postgres", - "cpu": {"total": 0.0}, - "cpu_percent": 0.0, - "created": "2025-06-22T15:43:18.364042094Z", - "engine": "docker", - "id": "454a8c7f059271f0e7fbb757375014115db3b6e0df2c039e66bb2647f717f67e", - "image": ["timescale/timescaledb-ha:pg17"], - "io": {}, - "io_rx": None, - "io_wx": None, - "key": "name", - "memory": {}, - "memory_inactive_file": None, - "memory_limit": None, - "memory_percent": None, - "memory_usage": None, - "name": "timescaledb-for-glances", - "network": {}, - "network_rx": None, - "network_tx": None, - "status": "running", - "uptime": "2 weeks"}] + [] Fields descriptions: @@ -282,37 +261,6 @@ Fields descriptions: * **pod_name**: Pod name (only with Podman) (unit is *None*) * **pod_id**: Pod ID (only with Podman) (unit is *None*) -Get a specific field:: - - # curl http://localhost:61208/api/4/containers/name - {"name": ["timescaledb-for-glances"]} - -Get a specific item when field matches the given value:: - - # curl http://localhost:61208/api/4/containers/name/value/timescaledb-for-glances - {"timescaledb-for-glances": [{"command": "/docker-entrypoint.sh postgres", - "cpu": {"total": 0.0}, - "cpu_percent": 0.0, - "created": "2025-06-22T15:43:18.364042094Z", - "engine": "docker", - "id": "454a8c7f059271f0e7fbb757375014115db3b6e0df2c039e66bb2647f717f67e", - "image": ["timescale/timescaledb-ha:pg17"], - "io": {}, - "io_rx": None, - "io_wx": None, - "key": "name", - "memory": {}, - "memory_inactive_file": None, - "memory_limit": None, - "memory_percent": None, - "memory_usage": None, - "name": "timescaledb-for-glances", - "network": {}, - "network_rx": None, - "network_tx": None, - "status": "running", - "uptime": "2 weeks"}]} - GET core -------- @@ -338,19 +286,19 @@ Get plugin stats:: # curl http://localhost:61208/api/4/cpu {"cpucore": 16, - "ctx_switches": 1509177863, + "ctx_switches": 134466208, "guest": 0.0, - "idle": 92.6, - "interrupts": 814683232, - "iowait": 0.2, + "idle": 81.3, + "interrupts": 78066228, + "iowait": 0.1, "irq": 0.0, "nice": 0.0, - "soft_interrupts": 281164415, + "soft_interrupts": 40604995, "steal": 0.0, "syscalls": 0, - "system": 3.3, - "total": 7.6, - "user": 3.9} + "system": 5.2, + "total": 21.7, + "user": 13.4} Fields descriptions: @@ -383,7 +331,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/cpu/total - {"total": 7.6} + {"total": 21.7} GET diskio ---------- @@ -393,14 +341,14 @@ Get plugin stats:: # curl http://localhost:61208/api/4/diskio [{"disk_name": "nvme0n1", "key": "disk_name", - "read_bytes": 39259638784, - "read_count": 2278902, - "write_bytes": 78746043392, - "write_count": 6597770}, + "read_bytes": 34435694080, + "read_count": 525206, + "write_bytes": 19894920192, + "write_count": 547914}, {"disk_name": "nvme0n1p1", "key": "disk_name", - "read_bytes": 26126848, - "read_count": 2266, + "read_bytes": 7398400, + "read_count": 577, "write_bytes": 1024, "write_count": 2}] @@ -436,10 +384,10 @@ Get a specific item when field matches the given value:: # curl http://localhost:61208/api/4/diskio/disk_name/value/nvme0n1 {"nvme0n1": [{"disk_name": "nvme0n1", "key": "disk_name", - "read_bytes": 39259638784, - "read_count": 2278902, - "write_bytes": 78746043392, - "write_count": 6597770}]} + "read_bytes": 34435694080, + "read_count": 525206, + "write_bytes": 19894920192, + "write_count": 547914}]} GET folders ----------- @@ -466,14 +414,14 @@ Get plugin stats:: # curl http://localhost:61208/api/4/fs [{"device_name": "/dev/mapper/ubuntu--vg-ubuntu--lv", - "free": 753632276480, + "free": 734784131072, "fs_type": "ext4", "key": "mnt_point", "mnt_point": "/", "options": "rw,relatime", - "percent": 20.9, + "percent": 22.9, "size": 1003736440832, - "used": 199041658880}, + "used": 217889804288}, {"device_name": "zsfpool", "free": 41680896, "fs_type": "zfs", @@ -504,14 +452,14 @@ Get a specific item when field matches the given value:: # curl http://localhost:61208/api/4/fs/mnt_point/value// {"/": [{"device_name": "/dev/mapper/ubuntu--vg-ubuntu--lv", - "free": 753632276480, + "free": 734784131072, "fs_type": "ext4", "key": "mnt_point", "mnt_point": "/", "options": "rw,relatime", - "percent": 20.9, + "percent": 22.9, "size": 1003736440832, - "used": 199041658880}]} + "used": 217889804288}]} GET gpu ------- @@ -544,7 +492,7 @@ GET ip Get plugin stats:: # curl http://localhost:61208/api/4/ip - {"address": "192.168.0.28", + {"address": "192.168.17.32", "mask": "255.255.255.0", "mask_cidr": 24, "public_address": "", @@ -562,7 +510,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/ip/address - {"address": "192.168.0.28"} + {"address": "192.168.17.32"} GET irq ------- @@ -583,7 +531,10 @@ GET load Get plugin stats:: # curl http://localhost:61208/api/4/load - {"cpucore": 16, "min1": 0.869140625, "min15": 1.0693359375, "min5": 0.859375} + {"cpucore": 16, + "min1": 3.03759765625, + "min15": 2.30322265625, + "min5": 2.4404296875} Fields descriptions: @@ -595,7 +546,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/load/min1 - {"min1": 0.869140625} + {"min1": 3.03759765625} GET mem ------- @@ -603,16 +554,16 @@ GET mem Get plugin stats:: # curl http://localhost:61208/api/4/mem - {"active": 6130118656, - "available": 4655988736, - "buffers": 151617536, - "cached": 3270209536, - "free": 4655988736, - "inactive": 6225440768, - "percent": 71.6, - "shared": 714412032, - "total": 16421875712, - "used": 11765886976} + {"active": 7763824640, + "available": 4387553280, + "buffers": 169508864, + "cached": 4748881920, + "free": 4387553280, + "inactive": 6444314624, + "percent": 73.3, + "shared": 754663424, + "total": 16421785600, + "used": 12034232320} Fields descriptions: @@ -631,7 +582,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/mem/total - {"total": 16421875712} + {"total": 16421785600} GET memswap ----------- @@ -639,13 +590,13 @@ GET memswap Get plugin stats:: # curl http://localhost:61208/api/4/memswap - {"free": 1503232, - "percent": 100.0, - "sin": 4220321792, - "sout": 14435848192, + {"free": 3825201152, + "percent": 10.9, + "sin": 13467648, + "sout": 473960448, "time_since_update": 1, "total": 4294963200, - "used": 4293459968} + "used": 469762048} Fields descriptions: @@ -670,32 +621,32 @@ Get plugin stats:: # curl http://localhost:61208/api/4/network [{"alias": None, "bytes_all": 0, - "bytes_all_gauge": 8061996285, + "bytes_all_gauge": 15386707520, "bytes_all_rate_per_sec": 0, "bytes_recv": 0, - "bytes_recv_gauge": 6204040295, + "bytes_recv_gauge": 14056592911, "bytes_recv_rate_per_sec": 0, "bytes_sent": 0, - "bytes_sent_gauge": 1857955990, + "bytes_sent_gauge": 1330114609, "bytes_sent_rate_per_sec": 0, "interface_name": "wlp0s20f3", "key": "interface_name", "speed": 0, - "time_since_update": 0.27745890617370605}, + "time_since_update": 0.4810171127319336}, {"alias": None, "bytes_all": 0, - "bytes_all_gauge": 1710417, + "bytes_all_gauge": 34514, "bytes_all_rate_per_sec": 0, "bytes_recv": 0, - "bytes_recv_gauge": 214225, + "bytes_recv_gauge": 0, "bytes_recv_rate_per_sec": 0, "bytes_sent": 0, - "bytes_sent_gauge": 1496192, + "bytes_sent_gauge": 34514, "bytes_sent_rate_per_sec": 0, - "interface_name": "veth620fda1", + "interface_name": "ipv6leakintrf0", "key": "interface_name", - "speed": 10485760000, - "time_since_update": 0.27745890617370605}] + "speed": 0, + "time_since_update": 0.4810171127319336}] Fields descriptions: @@ -717,25 +668,25 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/network/interface_name - {"interface_name": ["wlp0s20f3", "veth620fda1"]} + {"interface_name": ["wlp0s20f3", "ipv6leakintrf0", "pvpnksintrf0"]} Get a specific item when field matches the given value:: # curl http://localhost:61208/api/4/network/interface_name/value/wlp0s20f3 {"wlp0s20f3": [{"alias": None, "bytes_all": 0, - "bytes_all_gauge": 8061996285, + "bytes_all_gauge": 15386707520, "bytes_all_rate_per_sec": 0, "bytes_recv": 0, - "bytes_recv_gauge": 6204040295, + "bytes_recv_gauge": 14056592911, "bytes_recv_rate_per_sec": 0, "bytes_sent": 0, - "bytes_sent_gauge": 1857955990, + "bytes_sent_gauge": 1330114609, "bytes_sent_rate_per_sec": 0, "interface_name": "wlp0s20f3", "key": "interface_name", "speed": 0, - "time_since_update": 0.27745890617370605}]} + "time_since_update": 0.4810171127319336}]} GET now ------- @@ -743,7 +694,7 @@ GET now Get plugin stats:: # curl http://localhost:61208/api/4/now - {"custom": "2025-07-12 18:11:11 CEST", "iso": "2025-07-12T18:11:11+02:00"} + {"custom": "2025-07-27 16:18:13 CEST", "iso": "2025-07-27T16:18:13+02:00"} Fields descriptions: @@ -753,7 +704,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/now/iso - {"iso": "2025-07-12T18:11:11+02:00"} + {"iso": "2025-07-27T16:18:13+02:00"} GET percpu ---------- @@ -765,7 +716,7 @@ Get plugin stats:: "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 23.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -773,14 +724,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 4.0, - "total": 77.0, - "user": 0.0}, + "system": 7.0, + "total": 67.0, + "user": 2.0}, {"cpu_number": 1, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 27.0, + "idle": 38.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -788,9 +739,9 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 73.0, - "user": 1.0}] + "system": 3.0, + "total": 62.0, + "user": 5.0}] Fields descriptions: @@ -820,14 +771,7 @@ GET ports Get plugin stats:: # curl http://localhost:61208/api/4/ports - [{"description": "DefaultGateway", - "host": "192.168.0.254", - "indice": "port_0", - "port": 0, - "refresh": 30, - "rtt_warning": None, - "status": None, - "timeout": 3}] + [] Fields descriptions: @@ -840,30 +784,13 @@ Fields descriptions: * **rtt_warning**: Warning threshold (in seconds) for the measurement (unit is *second*) * **indice**: Unique indice for the host/port (unit is *None*) -Get a specific field:: - - # curl http://localhost:61208/api/4/ports/host - {"host": ["192.168.0.254"]} - -Get a specific item when field matches the given value:: - - # curl http://localhost:61208/api/4/ports/host/value/192.168.0.254 - {"192.168.0.254": [{"description": "DefaultGateway", - "host": "192.168.0.254", - "indice": "port_0", - "port": 0, - "refresh": 30, - "rtt_warning": None, - "status": None, - "timeout": 3}]} - GET processcount ---------------- Get plugin stats:: # curl http://localhost:61208/api/4/processcount - {"pid_max": 0, "running": 2, "sleeping": 445, "thread": 2413, "total": 584} + {"pid_max": 0, "running": 2, "sleeping": 408, "thread": 1950, "total": 538} Fields descriptions: @@ -876,7 +803,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/processcount/total - {"total": 584} + {"total": 538} GET processlist --------------- @@ -893,7 +820,7 @@ Get plugin stats:: "--dns-result-order=ipv4first", "--experimental-network-inspection", "--inspect-port=0", - "--crashpad-handler-pid=344435", + "--crashpad-handler-pid=45419", "--enable-crash-reporter=864d4bb7-dd20-4851-830f-29e81dd93517,no_channel", "--user-data-dir=/home/nicolargo/.config/Code", "--standard-schemes=vscode-webview,vscode-file", @@ -903,129 +830,109 @@ Get plugin stats:: "--service-worker-schemes=vscode-webview", "--code-cache-schemes=vscode-webview,vscode-file", "--shared-files=v8_context_snapshot_data:100", - "--field-trial-handle=3,i,15766680623767121638,17539991383901857239,262144", + "--field-trial-handle=3,i,3230732958182493075,7702003965805358118,262144", "--enable-features=DocumentPolicyIncludeJSCallStacksInCrashReports,EarlyEstablishGpuChannel,EstablishGpuChannelAsync", "--disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess", "--variations-seed-version"], "cpu_percent": 0.0, - "cpu_times": {"children_system": 2680.88, - "children_user": 337.13, + "cpu_times": {"children_system": 1192.62, + "children_user": 252.52, "iowait": 0.0, - "system": 2147.65, - "user": 5663.92}, + "system": 891.3, + "user": 3769.16}, "gids": {"effective": 1000, "real": 1000, "saved": 1000}, - "io_counters": [795103232, - 1112543232, + "io_counters": [762502144, + 303865856, 0, 0, 0, - 60156928, - 487424, + 73490432, + 1728512, 0, 0, 0, - 321114112, - 413696, + 43582464, + 249856, 0, 0, 0, - 73252864, + 77307904, 0, 0, 0, 0, - 9914368, + 70991872, + 55209984, 0, 0, 0, + 25166848, 0, - 3016840192, - 3984109568, 0, 0, 0, - 99940352, - 2323279872, + 128754688, + 1858166784, 0, 0, 0, - 5242880, + 1007616, + 4096, 0, 0, 0, + 4467712, 0, - 4038656, 0, 0, 0, + 4739072, 0, - 2678784, 0, 0, 0, + 6306816, 0, - 1073152, 0, 0, 0, + 133120, 0, - 2113536, 0, 0, 0, - 0, - 3657728, - 0, - 0, - 0, - 0, - 112676864, - 0, - 0, - 0, - 0, - 27665408, - 0, - 0, - 0, - 0, - 8881152, - 0, - 0, - 0, - 0, - 34509824, - 24477696, - 0, - 0, + 6281216, + 4370432, 0, 0, 0, + 3007488, 0, 0, 0, 0, + 1037312, 0, 0, 0, 0], "key": "pid", - "memory_info": {"data": 3898449920, + "memory_info": {"data": 5382053888, "dirty": 0, "lib": 0, - "rss": 1972666368, - "shared": 104488960, + "rss": 3943088128, + "shared": 128200704, "text": 142934016, - "vms": 1526198427648}, - "memory_percent": 12.01243026433642, + "vms": 1524454277120}, + "memory_percent": 24.01132388429185, "name": "code", "nice": 0, "num_threads": 58, - "pid": 1827846, - "status": "S", + "pid": 45624, + "status": "R", "time_since_update": 1, "username": "nicolargo"}, - {"cmdline": ["/home/nicolargo/.cache/cloud-code/cloudcode_cli/cloudcode_cli/96f80661/cloudcode_cli", + {"cmdline": ["/home/nicolargo/.cache/cloud-code/cloudcode_cli/cloudcode_cli/ac45bacd/cloudcode_cli", "duet", "-trace", "-logtostderr"], @@ -1033,23 +940,23 @@ Get plugin stats:: "cpu_times": {"children_system": 0.0, "children_user": 0.0, "iowait": 0.0, - "system": 23.42, - "user": 258.34}, + "system": 6.05, + "user": 89.82}, "gids": {"effective": 1000, "real": 1000, "saved": 1000}, - "io_counters": [397549568, 0, 0, 0, 0], + "io_counters": [350199808, 0, 0, 0, 0], "key": "pid", - "memory_info": {"data": 1679380480, + "memory_info": {"data": 1606074368, "dirty": 0, "lib": 0, - "rss": 1489678336, - "shared": 13934592, - "text": 33955840, - "vms": 2934251520}, - "memory_percent": 9.071304412025501, + "rss": 1002352640, + "shared": 36065280, + "text": 34099200, + "vms": 2865463296}, + "memory_percent": 6.103798115595907, "name": "cloudcode_cli", "nice": 0, - "num_threads": 20, - "pid": 1828815, + "num_threads": 21, + "pid": 47073, "status": "S", "time_since_update": 1, "username": "nicolargo"}] @@ -1076,161 +983,137 @@ GET programlist Get plugin stats:: # curl http://localhost:61208/api/4/programlist - [{"childrens": [1827846, - 1828367, - 344538, - 1828895, - 1828151, - 344413, - 344606, - 1828611, - 1827902, - 1827918, - 1828267, - 1827911, - 1827905, - 344607, - 344509, - 344729, - 344492, - 344416, - 344415], + [{"childrens": [45624, + 46264, + 45552, + 47319, + 45398, + 45635, + 45634, + 45711, + 45516, + 46641, + 340364, + 46497, + 45497, + 45401, + 45400], "cmdline": ["code"], "cpu_percent": 0, - "cpu_times": {"children_system": 10390.880000000001, - "children_user": 11276.88, - "system": 3614.460000000001, - "user": 18706.23}, - "io_counters": [795103232, - 1112543232, + "cpu_times": {"children_system": 1196.29, + "children_user": 274.95, + "system": 1088.37, + "user": 5618.420000000001}, + "io_counters": [762502144, + 303865856, 0, 0, 0, - 60156928, - 487424, + 73490432, + 1728512, 0, 0, 0, - 321114112, - 413696, + 43582464, + 249856, 0, 0, 0, - 73252864, + 77307904, 0, 0, 0, 0, - 9914368, + 70991872, + 55209984, 0, 0, 0, + 25166848, 0, - 3016840192, - 3984109568, 0, 0, 0, - 99940352, - 2323279872, + 128754688, + 1858166784, 0, 0, 0, - 5242880, + 1007616, + 4096, 0, 0, 0, + 4467712, 0, - 4038656, 0, 0, 0, + 4739072, 0, - 2678784, 0, 0, 0, + 6306816, 0, - 1073152, 0, 0, 0, + 133120, 0, - 2113536, 0, 0, 0, - 0, - 3657728, - 0, - 0, - 0, - 0, - 112676864, - 0, - 0, - 0, - 0, - 27665408, - 0, - 0, - 0, - 0, - 8881152, - 0, - 0, - 0, - 0, - 34509824, - 24477696, - 0, - 0, + 6281216, + 4370432, 0, 0, 0, + 3007488, 0, 0, 0, 0, + 1037312, 0, 0, 0, 0], - "memory_info": {"data": 19229777920, - "rss": 5185990656, - "shared": 1004412928, - "text": 2715746304, - "vms": 22686612103168}, - "memory_percent": 31.579770465626083, + "memory_info": {"data": 15288983552, + "rss": 6901678080, + "shared": 1139150848, + "text": 2144010240, + "vms": 16628234809344}, + "memory_percent": 42.02757390767542, "name": "code", "nice": 0, - "nprocs": 19, - "num_threads": 353, + "nprocs": 15, + "num_threads": 269, "pid": "_", - "status": "S", + "status": "_", "time_since_update": 1, "username": "nicolargo"}, - {"childrens": [1828815], + {"childrens": [47073], "cmdline": ["cloudcode_cli"], "cpu_percent": 0, "cpu_times": {"children_system": 0.0, "children_user": 0.0, "iowait": 0.0, - "system": 23.42, - "user": 258.34}, - "io_counters": [397549568, 0, 0, 0, 0], - "memory_info": {"data": 1679380480, + "system": 6.05, + "user": 89.82}, + "io_counters": [350199808, 0, 0, 0, 0], + "memory_info": {"data": 1606074368, "dirty": 0, "lib": 0, - "rss": 1489678336, - "shared": 13934592, - "text": 33955840, - "vms": 2934251520}, - "memory_percent": 9.071304412025501, + "rss": 1002352640, + "shared": 36065280, + "text": 34099200, + "vms": 2865463296}, + "memory_percent": 6.103798115595907, "name": "cloudcode_cli", "nice": 0, "nprocs": 1, - "num_threads": 20, + "num_threads": 21, "pid": "_", "status": "S", "time_since_update": 1, @@ -1266,19 +1149,19 @@ GET quicklook Get plugin stats:: # curl http://localhost:61208/api/4/quicklook - {"cpu": 7.6, + {"cpu": 21.7, "cpu_hz": 4475000000.0, - "cpu_hz_current": 1163106875.0, + "cpu_hz_current": 1097214437.4999998, "cpu_log_core": 16, "cpu_name": "13th Gen Intel(R) Core(TM) i7-13620H", "cpu_phys_core": 10, - "load": 6.7, - "mem": 71.6, + "load": 14.4, + "mem": 73.3, "percpu": [{"cpu_number": 0, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 23.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1286,14 +1169,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 4.0, - "total": 77.0, - "user": 0.0}, + "system": 7.0, + "total": 67.0, + "user": 2.0}, {"cpu_number": 1, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 27.0, + "idle": 38.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1301,14 +1184,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 73.0, - "user": 1.0}, + "system": 3.0, + "total": 62.0, + "user": 5.0}, {"cpu_number": 2, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 26.0, + "idle": 40.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1316,89 +1199,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 74.0, - "user": 0.0}, + "system": 2.0, + "total": 60.0, + "user": 5.0}, {"cpu_number": 3, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 27.0, - "interrupt": None, - "iowait": 0.0, - "irq": 0.0, - "key": "cpu_number", - "nice": 0.0, - "softirq": 0.0, - "steal": 0.0, - "system": 0.0, - "total": 73.0, - "user": 0.0}, - {"cpu_number": 4, - "dpc": None, - "guest": 0.0, - "guest_nice": 0.0, - "idle": 24.0, - "interrupt": None, - "iowait": 0.0, - "irq": 0.0, - "key": "cpu_number", - "nice": 0.0, - "softirq": 0.0, - "steal": 0.0, - "system": 3.0, - "total": 76.0, - "user": 1.0}, - {"cpu_number": 5, - "dpc": None, - "guest": 0.0, - "guest_nice": 0.0, - "idle": 27.0, - "interrupt": None, - "iowait": 0.0, - "irq": 0.0, - "key": "cpu_number", - "nice": 0.0, - "softirq": 0.0, - "steal": 0.0, - "system": 0.0, - "total": 73.0, - "user": 0.0}, - {"cpu_number": 6, - "dpc": None, - "guest": 0.0, - "guest_nice": 0.0, - "idle": 15.0, - "interrupt": None, - "iowait": 1.0, - "irq": 0.0, - "key": "cpu_number", - "nice": 0.0, - "softirq": 0.0, - "steal": 0.0, - "system": 9.0, - "total": 85.0, - "user": 1.0}, - {"cpu_number": 7, - "dpc": None, - "guest": 0.0, - "guest_nice": 0.0, - "idle": 19.0, - "interrupt": None, - "iowait": 0.0, - "irq": 0.0, - "key": "cpu_number", - "nice": 0.0, - "softirq": 0.0, - "steal": 0.0, - "system": 3.0, - "total": 81.0, - "user": 5.0}, - {"cpu_number": 8, - "dpc": None, - "guest": 0.0, - "guest_nice": 0.0, - "idle": 24.0, + "idle": 40.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1407,13 +1215,88 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 1.0, - "total": 76.0, - "user": 1.0}, + "total": 60.0, + "user": 7.0}, + {"cpu_number": 4, + "dpc": None, + "guest": 0.0, + "guest_nice": 0.0, + "idle": 18.0, + "interrupt": None, + "iowait": 0.0, + "irq": 0.0, + "key": "cpu_number", + "nice": 0.0, + "softirq": 0.0, + "steal": 0.0, + "system": 16.0, + "total": 82.0, + "user": 13.0}, + {"cpu_number": 5, + "dpc": None, + "guest": 0.0, + "guest_nice": 0.0, + "idle": 35.0, + "interrupt": None, + "iowait": 0.0, + "irq": 0.0, + "key": "cpu_number", + "nice": 0.0, + "softirq": 0.0, + "steal": 0.0, + "system": 3.0, + "total": 65.0, + "user": 9.0}, + {"cpu_number": 6, + "dpc": None, + "guest": 0.0, + "guest_nice": 0.0, + "idle": 16.0, + "interrupt": None, + "iowait": 0.0, + "irq": 0.0, + "key": "cpu_number", + "nice": 0.0, + "softirq": 0.0, + "steal": 0.0, + "system": 4.0, + "total": 84.0, + "user": 27.0}, + {"cpu_number": 7, + "dpc": None, + "guest": 0.0, + "guest_nice": 0.0, + "idle": 42.0, + "interrupt": None, + "iowait": 0.0, + "irq": 0.0, + "key": "cpu_number", + "nice": 0.0, + "softirq": 0.0, + "steal": 0.0, + "system": 1.0, + "total": 58.0, + "user": 5.0}, + {"cpu_number": 8, + "dpc": None, + "guest": 0.0, + "guest_nice": 0.0, + "idle": 40.0, + "interrupt": None, + "iowait": 1.0, + "irq": 0.0, + "key": "cpu_number", + "nice": 0.0, + "softirq": 0.0, + "steal": 0.0, + "system": 1.0, + "total": 60.0, + "user": 3.0}, {"cpu_number": 9, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 27.0, + "idle": 38.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1422,13 +1305,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 73.0, - "user": 0.0}, + "total": 62.0, + "user": 8.0}, {"cpu_number": 10, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 26.0, + "idle": 40.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1436,14 +1319,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 74.0, - "user": 1.0}, + "system": 1.0, + "total": 60.0, + "user": 5.0}, {"cpu_number": 11, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 28.0, + "idle": 42.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1451,14 +1334,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 72.0, - "user": 0.0}, + "system": 1.0, + "total": 58.0, + "user": 5.0}, {"cpu_number": 12, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 27.0, + "idle": 37.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1466,14 +1349,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 73.0, - "user": 0.0}, + "system": 2.0, + "total": 63.0, + "user": 8.0}, {"cpu_number": 13, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 26.0, + "idle": 39.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1481,14 +1364,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 74.0, - "user": 1.0}, + "system": 1.0, + "total": 61.0, + "user": 7.0}, {"cpu_number": 14, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 26.0, + "idle": 39.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1496,14 +1379,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 74.0, - "user": 1.0}, + "system": 1.0, + "total": 61.0, + "user": 7.0}, {"cpu_number": 15, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 27.0, + "idle": 40.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1511,10 +1394,10 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 73.0, - "user": 1.0}], - "swap": 100.0} + "system": 2.0, + "total": 60.0, + "user": 4.0}], + "swap": 10.9} Fields descriptions: @@ -1552,14 +1435,14 @@ Get plugin stats:: "label": "Ambient", "type": "temperature_core", "unit": "C", - "value": 43, + "value": 41, "warning": 0}, {"critical": None, "key": "label", "label": "Ambient 3", "type": "temperature_core", "unit": "C", - "value": 38, + "value": 36, "warning": 0}] Fields descriptions: @@ -1621,7 +1504,7 @@ Get a specific item when field matches the given value:: "label": "Ambient", "type": "temperature_core", "unit": "C", - "value": 43, + "value": 41, "warning": 0}]} GET smart @@ -1639,10 +1522,10 @@ Get plugin stats:: # curl http://localhost:61208/api/4/system {"hostname": "nicolargo-xps15", - "hr_name": "Ubuntu 24.04 64bit / Linux 6.11.0-26-generic", + "hr_name": "Ubuntu 24.04 64bit / Linux 6.11.0-29-generic", "linux_distro": "Ubuntu 24.04", "os_name": "Linux", - "os_version": "6.11.0-26-generic", + "os_version": "6.11.0-29-generic", "platform": "64bit"} Fields descriptions: @@ -1665,7 +1548,7 @@ GET uptime Get plugin stats:: # curl http://localhost:61208/api/4/uptime - "21 days, 4:46:33" + "7 days, 4:30:37" GET version ----------- @@ -1710,8 +1593,8 @@ Get plugin stats:: # curl http://localhost:61208/api/4/wifi [{"key": "ssid", - "quality_level": -69.0, - "quality_link": 41.0, + "quality_level": -73.0, + "quality_link": 37.0, "ssid": "wlp0s20f3"}] Get a specific field:: @@ -1723,8 +1606,8 @@ Get a specific item when field matches the given value:: # curl http://localhost:61208/api/4/wifi/ssid/value/wlp0s20f3 {"wlp0s20f3": [{"key": "ssid", - "quality_level": -69.0, - "quality_link": 41.0, + "quality_level": -73.0, + "quality_link": 37.0, "ssid": "wlp0s20f3"}]} GET all stats @@ -1788,34 +1671,34 @@ GET stats history History of a plugin:: # curl http://localhost:61208/api/4/cpu/history - {"system": [["2025-07-12T16:11:12.238099+00:00", 3.3], - ["2025-07-12T16:11:13.313590+00:00", 0.6], - ["2025-07-12T16:11:14.335530+00:00", 0.6]], - "user": [["2025-07-12T16:11:12.238098+00:00", 3.9], - ["2025-07-12T16:11:13.313588+00:00", 0.7], - ["2025-07-12T16:11:14.335529+00:00", 0.7]]} + {"system": [["2025-07-27T14:18:14.844624+00:00", 5.2], + ["2025-07-27T14:18:15.957236+00:00", 5.1], + ["2025-07-27T14:18:16.984377+00:00", 5.1]], + "user": [["2025-07-27T14:18:14.844620+00:00", 13.4], + ["2025-07-27T14:18:15.957233+00:00", 11.2], + ["2025-07-27T14:18:16.984374+00:00", 11.2]]} Limit history to last 2 values:: # curl http://localhost:61208/api/4/cpu/history/2 - {"system": [["2025-07-12T16:11:13.313590+00:00", 0.6], - ["2025-07-12T16:11:14.335530+00:00", 0.6]], - "user": [["2025-07-12T16:11:13.313588+00:00", 0.7], - ["2025-07-12T16:11:14.335529+00:00", 0.7]]} + {"system": [["2025-07-27T14:18:15.957236+00:00", 5.1], + ["2025-07-27T14:18:16.984377+00:00", 5.1]], + "user": [["2025-07-27T14:18:15.957233+00:00", 11.2], + ["2025-07-27T14:18:16.984374+00:00", 11.2]]} History for a specific field:: # curl http://localhost:61208/api/4/cpu/system/history - {"system": [["2025-07-12T16:11:11.142524+00:00", 3.3], - ["2025-07-12T16:11:12.238099+00:00", 3.3], - ["2025-07-12T16:11:13.313590+00:00", 0.6], - ["2025-07-12T16:11:14.335530+00:00", 0.6]]} + {"system": [["2025-07-27T14:18:13.670807+00:00", 5.2], + ["2025-07-27T14:18:14.844624+00:00", 5.2], + ["2025-07-27T14:18:15.957236+00:00", 5.1], + ["2025-07-27T14:18:16.984377+00:00", 5.1]]} Limit history for a specific field to last 2 values:: # curl http://localhost:61208/api/4/cpu/system/history - {"system": [["2025-07-12T16:11:13.313590+00:00", 0.6], - ["2025-07-12T16:11:14.335530+00:00", 0.6]]} + {"system": [["2025-07-27T14:18:15.957236+00:00", 5.1], + ["2025-07-27T14:18:16.984377+00:00", 5.1]]} GET limits (used for thresholds) -------------------------------- diff --git a/docs/faq.rst b/docs/faq.rst index db39145d..64baba39 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -18,3 +18,13 @@ On ARM64, Docker needs to be configured to allow access to the memory stats. Edit the /boot/firmware/cmdline.txt and add the following configuration key: cgroup_enable=memory + + +Netifaces issue ? +----------------- + +Previously, Glances uses Netifaces to get network interfaces information. + +Now, Glances uses Netifaces2. + +Please uninstall Netifaces and install Netifaces2 instead. diff --git a/docs/man/glances.1 b/docs/man/glances.1 index f50edbda..d035107a 100644 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "GLANCES" "1" "Jul 12, 2025" "4.4.0_dev1" "Glances" +.TH "GLANCES" "1" "Jul 27, 2025" "4.4.0_dev1" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS