From 1daac0e6d0bd8c1523dd9cb3f6d8b7d13125e0d9 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 10 Aug 2025 19:08:02 +0200 Subject: [PATCH] Add Disk I/O Latency stats #1070 --- conf/glances.conf | 23 +- docker-compose/glances.conf | 23 +- docs/aoa/diskio.rst | 20 +- docs/api/python.rst | 11746 ++++++++-------- docs/api/restful.rst | 739 +- docs/man/glances.1 | 2 +- glances/main.py | 7 + glances/outputs/glances_curses.py | 15 +- glances/outputs/static/js/App.vue | 11 + .../static/js/components/plugin-diskio.vue | 30 +- glances/outputs/static/public/glances.js | 4 +- glances/plugins/diskio/__init__.py | 80 +- 12 files changed, 6315 insertions(+), 6385 deletions(-) diff --git a/conf/glances.conf b/conf/glances.conf index 79b71608..719e2412 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -300,15 +300,32 @@ hide_zero=False #show=sda.* # Alias for sda1 and sdb1 #alias=sda1:SystemDisk,sdb1:DataDisk -# Set thresholds (in bytes per second) for a given disk name (rx = read / tx = write) +# Default latency thresholds (in ms) (rx = read / tx = write) +rx_latency_careful=10 +rx_latency_warning=20 +rx_latency_critical=50 +tx_latency_careful=10 +tx_latency_warning=20 +tx_latency_critical=50 +# Set latency thresholds (latency in ms) for a given disk name (rx = read / tx = write) +# dm-0_rx_latency_careful=10 +# dm-0_rx_latency_warning=20 +# dm-0_rx_latency_critical=50 +# dm-0_rx_latency_log=False +# dm-0_tx_latency_careful=10 +# dm-0_tx_latency_warning=20 +# dm-0_tx_latency_critical=50 +# dm-0_tx_latency_log=False +# There is no default bitrate thresholds for disk (because it is not possible to know the disk speed) +# Set bitrate thresholds (in bytes per second) for a given disk name (rx = read / tx = write) #dm-0_rx_careful=4000000000 #dm-0_rx_warning=5000000000 #dm-0_rx_critical=6000000000 -#dm-0_rx_log=True +#dm-0_rx_log=False #dm-0_tx_careful=700000000 #dm-0_tx_warning=900000000 #dm-0_tx_critical=1000000000 -#dm-0_tx_log=True +#dm-0_tx_log=False [fs] disable=False diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf index d41da4aa..851ea9cf 100755 --- a/docker-compose/glances.conf +++ b/docker-compose/glances.conf @@ -300,15 +300,32 @@ hide_zero=False #show=sda.* # Alias for sda1 and sdb1 #alias=sda1:SystemDisk,sdb1:DataDisk -# Set thresholds (in bytes per second) for a given disk name (rx = read / tx = write) +# Default latency thresholds (in ms) (rx = read / tx = write) +rx_latency_careful=10 +rx_latency_warning=20 +rx_latency_critical=50 +tx_latency_careful=10 +tx_latency_warning=20 +tx_latency_critical=50 +# Set latency thresholds (latency in ms) for a given disk name (rx = read / tx = write) +# dm-0_rx_latency_careful=10 +# dm-0_rx_latency_warning=20 +# dm-0_rx_latency_critical=50 +# dm-0_rx_latency_log=False +# dm-0_tx_latency_careful=10 +# dm-0_tx_latency_warning=20 +# dm-0_tx_latency_critical=50 +# dm-0_tx_latency_log=False +# There is no default bitrate thresholds for disk (because it is not possible to know the disk speed) +# Set bitrate thresholds (in bytes per second) for a given disk name (rx = read / tx = write) #dm-0_rx_careful=4000000000 #dm-0_rx_warning=5000000000 #dm-0_rx_critical=6000000000 -#dm-0_rx_log=True +#dm-0_rx_log=False #dm-0_tx_careful=700000000 #dm-0_tx_warning=900000000 #dm-0_tx_critical=1000000000 -#dm-0_tx_log=True +#dm-0_tx_log=False [fs] disable=False diff --git a/docs/aoa/diskio.rst b/docs/aoa/diskio.rst index af8b2df0..28e95d16 100644 --- a/docs/aoa/diskio.rst +++ b/docs/aoa/diskio.rst @@ -5,17 +5,12 @@ Disk I/O .. image:: ../_static/diskio.png -Glances displays the disk I/O throughput. The unit is adapted -dynamically. - -You can display: - +Glances displays the disk I/O throughput, count and mean latency: - bytes per second (default behavior / Bytes/s, KBytes/s, MBytes/s, etc) - requests per second (using --diskio-iops option or *B* hotkey) +- mean latency (using --diskio-latency option or *L* hotkey) -There is no alert on this information. - -It's possible to define: +It's also possible to define: - a list of disk to show (white list) - a list of disks to hide @@ -42,13 +37,20 @@ Filtering is based on regular expression. Please be sure that your regular expression works as expected. You can use an online tool like `regex101`_ in order to test your regular expression. -It is also possible to define thesholds for bytes read and write per second: +It is also possible to define thesholds for latency and bytes read and write per second: .. code-block:: ini [diskio] # Alias for sda1 and sdb1 #alias=sda1:SystemDisk,sdb1:DataDisk + # Default latency thresholds (in ms) (rx = read / tx = write) + rx_latency_careful=10 + rx_latency_warning=20 + rx_latency_critical=50 + tx_latency_careful=10 + tx_latency_warning=20 + tx_latency_critical=50 # Set thresholds (in bytes per second) for a given disk name (rx = read / tx = write) dm-0_rx_careful=4000000000 dm-0_rx_warning=5000000000 diff --git a/docs/api/python.rst b/docs/api/python.rst index 4e81bba2..9f9b34bf 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': 418936478, + 'ctx_switches': 522801317, 'guest': 0.0, - 'idle': 78.5, - 'interrupts': 387038047, - 'iowait': 0.9, + 'idle': 93.6, + 'interrupts': 244753365, + 'iowait': 0.6, 'irq': 0.0, 'nice': 0.0, - 'soft_interrupts': 147533465, + 'soft_interrupts': 110566424, 'steal': 0.0, 'syscalls': 0, - 'system': 6.1, - 'total': 15.8, - 'user': 14.4} + 'system': 3.6, + 'total': 7.5, + 'user': 2.1} >>> gl.cpu["total"] - 15.8 + 7.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', 'ipv6leakintrf0', 'proton0'] + ['wlp0s20f3'] >>> gl.network["wlp0s20f3"] {'alias': None, 'bytes_all': 0, - 'bytes_all_gauge': 17335060599, + 'bytes_all_gauge': 3988463966, 'bytes_all_rate_per_sec': 0.0, 'bytes_recv': 0, - 'bytes_recv_gauge': 15722032495, + 'bytes_recv_gauge': 2826239267, 'bytes_recv_rate_per_sec': 0.0, 'bytes_sent': 0, - 'bytes_sent_gauge': 1613028104, + 'bytes_sent_gauge': 1162224699, 'bytes_sent_rate_per_sec': 0.0, 'interface_name': 'wlp0s20f3', 'key': 'interface_name', 'speed': 0, - 'time_since_update': 0.1246035099029541} + 'time_since_update': 0.09191536903381348} Init Glances Python API ----------------------- @@ -166,10 +166,14 @@ Diskio stats: >>> gl.diskio["nvme0n1"] {'disk_name': 'nvme0n1', 'key': 'disk_name', - 'read_bytes': 37887799808, - 'read_count': 706857, - 'write_bytes': 35113133056, - 'write_count': 1477020} + 'read_bytes': 226146975232, + 'read_count': 29962752, + 'read_latency': 0, + 'read_time': 2339383, + 'write_bytes': 35262227456, + 'write_count': 1673203, + 'write_latency': 0, + 'write_time': 2482185} Diskio fields description: @@ -178,6 +182,10 @@ Diskio fields description: * write_count: Number of writes. * read_bytes: Number of bytes read. * write_bytes: Number of bytes written. +* read_time: Time spent reading. +* write_time: Time spent writing. +* read_latency: Mean time spent reading per operation. +* write_latency: Mean time spent writing per operation. Diskio limits: @@ -187,6 +195,12 @@ Diskio limits: {'diskio_disable': ['False'], 'diskio_hide': ['loop.*', '/dev/loop.*'], 'diskio_hide_zero': ['False'], + 'diskio_rx_latency_careful': 10.0, + 'diskio_rx_latency_critical': 50.0, + 'diskio_rx_latency_warning': 20.0, + 'diskio_tx_latency_careful': 10.0, + 'diskio_tx_latency_critical': 50.0, + 'diskio_tx_latency_warning': 20.0, 'history_size': 1200.0} Glances containers @@ -242,11 +256,11 @@ Processcount stats: >>> gl.processcount Return a object >>> gl.processcount - {'pid_max': 0, 'running': 2, 'sleeping': 421, 'thread': 2161, 'total': 565} + {'pid_max': 0, 'running': 1, 'sleeping': 418, 'thread': 2181, 'total': 557} >>> gl.processcount.keys() ['total', 'running', 'sleeping', 'thread', 'pid_max'] >>> gl.processcount["total"] - 565 + 557 Processcount fields description: @@ -273,444 +287,89 @@ Programlist stats: >>> gl.programlist Return a object >>> gl.programlist - [{'childrens': [7109, - 737065, - 3689810, - 3667423, - 7116, - 7112, - 1076749, - 93349, - 8243, - 8352], - 'cmdline': ['Isolated Web Co'], - 'cpu_percent': 97.9, - 'cpu_times': {'system': 383.6, 'user': 3107.1499999999996}, - 'io_counters': [19594240, - 0, - 19594240, - 0, - 1, - 77824, - 0, - 77824, - 0, - 1, - 172032, - 0, - 172032, - 0, - 1, - 0, - 2678784, - 0, - 2678784, - 1, - 7809024, - 0, - 7809024, - 0, - 1, - 57624576, - 0, - 57624576, - 0, - 1, - 376832, - 83787776, - 376832, - 83787776, - 1, - 0, - 0, - 0, - 0, - 1, - 21426176, - 0, - 21426176, - 0, - 1, - 14822400, - 0, - 14822400, - 0, - 1, - 77824, - 0, - 77824, - 0, - 1, - 172032, - 0, - 172032, - 0, - 1, - 0, - 2678784, - 0, - 2678784, - 1, - 7809024, - 0, - 7809024, - 0, - 1, - 57624576, - 0, - 57624576, - 0, - 1, - 376832, - 83787776, - 376832, - 83787776, - 1, - 0, - 0, - 0, - 0, - 1, - 21426176, - 0, - 21426176, - 0, - 1, - 14822400, - 0, - 14822400, - 0, - 1], - 'memory_info': {'data': 4404645888, - 'rss': 2795085824, - 'shared': 1202327552, - 'text': 8683520, - 'vms': 30324817920}, - 'memory_percent': 17.020596249898674, - 'name': 'Isolated Web Co', - 'nice': 0, - 'nprocs': 10, - 'num_threads': 308, - 'pid': '_', - 'status': '_', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [3697730, 3506170, 3506134, 3506133, 3506130], + [{'childrens': [521626, 13677, 519191, 13672, 13673, 13674], 'cmdline': ['python'], - 'cpu_percent': 79.7, - 'cpu_times': {'children_system': 0.02, - 'system': 2.36, - 'user': 16.799999999999997}, - 'io_counters': [3485696, - 4096, - 4096, - 4096, - 1, - 42213376, - 12615680, - 42213376, - 12615680, - 1, - 147456, + 'cpu_percent': 77.5, + 'cpu_times': {'children_system': 0.28, + 'children_user': 0.09, + 'system': 11.75, + 'user': 51.4}, + 'io_counters': [0, + 8192, 0, - 147456, + 8192, + 1, + 173678592, + 32735232, + 173678592, + 32735232, + 1, + 118784, + 20480, + 118784, + 20480, + 1, + 26533888, + 0, + 26533888, 0, 1, - 1859584, + 25726976, 0, - 1859584, + 25726976, 0, 1, - 3104768, + 4841472, 0, - 3104768, + 4841472, 0, 1, - 42213376, - 12615680, - 42213376, - 12615680, + 173678592, + 32735232, + 173678592, + 32735232, 1, - 147456, + 118784, + 20480, + 118784, + 20480, + 1, + 26533888, 0, - 147456, + 26533888, 0, 1, - 1859584, + 25726976, 0, - 1859584, + 25726976, 0, 1, - 3104768, + 4841472, 0, - 3104768, + 4841472, 0, 1], - 'memory_info': {'data': 457142272, - 'rss': 314073088, - 'shared': 62709760, - 'text': 15134720, - 'vms': 2106032128}, - 'memory_percent': 1.9125392064551128, + 'memory_info': {'data': 556605440, + 'rss': 340365312, + 'shared': 71520256, + 'text': 18161664, + 'vms': 2637422592}, + 'memory_percent': 2.0726454795242173, 'name': 'python', 'nice': 0, - 'nprocs': 5, - 'num_threads': 26, + 'nprocs': 6, + 'num_threads': 27, 'pid': '_', 'status': '_', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [6208], - 'cmdline': ['firefox'], - 'cpu_percent': 67.2, - 'cpu_times': {'children_system': 440.53, - 'children_user': 2580.92, - 'iowait': 0.0, - 'system': 1429.2, - 'user': 4879.73}, - 'io_counters': [1000724480, 7978831872, 1000724480, 7978831872, 1], - 'memory_info': {'data': 1237213184, - 'dirty': 0, - 'lib': 0, - 'rss': 749752320, - 'shared': 307924992, - 'text': 868352, - 'vms': 30780035072}, - 'memory_percent': 4.5655955951586655, - 'name': 'firefox', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 162, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [4995], - 'cmdline': ['gnome-shell'], - 'cpu_percent': 28.7, - 'cpu_times': {'children_system': 234.71, - 'children_user': 339.55, - 'iowait': 0.0, - 'system': 1097.08, - 'user': 2151.99}, - 'io_counters': [1676345344, 11443093504, 1676345344, 11443093504, 1], - 'memory_info': {'data': 522821632, - 'dirty': 0, - 'lib': 0, - 'rss': 361947136, - 'shared': 161665024, - 'text': 8192, - 'vms': 5949157376}, - 'memory_percent': 2.204066870779265, - 'name': 'gnome-shell', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 40, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [6462], - 'cmdline': ['WebExtensions'], - 'cpu_percent': 9.6, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 205.42, - 'user': 1310.04}, - 'io_counters': [16226304, 0, 16226304, 0, 1], - 'memory_info': {'data': 1030643712, - 'dirty': 0, - 'lib': 0, - 'rss': 636366848, - 'shared': 114384896, - 'text': 868352, - 'vms': 29562064896}, - 'memory_percent': 3.875137963072664, - 'name': 'WebExtensions', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 28, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [3505645, - 3505605, - 3506727, - 3505550, - 3505433, - 3505655, - 3505976, - 3505656, - 3505732, - 3506781, - 3506076, - 3505497, - 3505435, - 3505436], - 'cmdline': ['code'], - 'cpu_percent': 9.6, - 'cpu_times': {'children_system': 509.24, - 'children_user': 193.36, - 'system': 564.13, - 'user': 1885.5100000000002}, - 'io_counters': [458162176, - 335024128, - 458162176, - 335024128, - 1, - 1820672, - 0, - 1820672, - 0, - 1, - 73318400, - 1708032, - 73318400, - 1708032, - 1, - 5721088, - 274432, - 5721088, - 274432, - 1, - 34287616, - 50032640, - 34287616, - 50032640, - 1, - 38534144, - 119738368, - 38534144, - 119738368, - 1, - 9629696, - 0, - 9629696, - 0, - 1, - 11386880, - 0, - 11386880, - 0, - 1, - 885760, - 4096, - 885760, - 4096, - 1, - 4739072, - 0, - 4739072, - 0, - 1, - 138240, - 0, - 138240, - 0, - 1, - 2220032, - 5468160, - 2220032, - 5468160, - 1, - 145408, - 0, - 145408, - 0, - 1, - 0, - 0, - 0, - 0, - 1, - 1820672, - 0, - 1820672, - 0, - 1, - 73318400, - 1708032, - 73318400, - 1708032, - 1, - 5721088, - 274432, - 5721088, - 274432, - 1, - 34287616, - 50032640, - 34287616, - 50032640, - 1, - 38534144, - 119738368, - 38534144, - 119738368, - 1, - 9629696, - 0, - 9629696, - 0, - 1, - 11386880, - 0, - 11386880, - 0, - 1, - 885760, - 4096, - 885760, - 4096, - 1, - 4739072, - 0, - 4739072, - 0, - 1, - 138240, - 0, - 138240, - 0, - 1, - 2220032, - 5468160, - 2220032, - 5468160, - 1, - 145408, - 0, - 145408, - 0, - 1, - 0, - 0, - 0, - 0, - 1], - 'memory_info': {'data': 11643138048, - 'rss': 4392747008, - 'shared': 1167646720, - 'text': 2001076224, - 'vms': 15135552077824}, - 'memory_percent': 26.749508944995608, - 'name': 'code', - 'nice': 0, - 'nprocs': 14, - 'num_threads': 256, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [129], + {'childrens': [127], 'cmdline': ['irq/9-acpi'], - 'cpu_percent': 5.6, + 'cpu_percent': 9.6, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 32.94, + 'system': 75.07, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -727,420 +386,754 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [43195], - 'cmdline': ['terminator'], - 'cpu_percent': 3.8, - 'cpu_times': {'children_system': 0.45, - 'children_user': 0.64, - 'iowait': 0.0, - 'system': 1.71, - 'user': 27.37}, - 'io_counters': [17076224, 29622272, 17076224, 29622272, 1], - 'memory_info': {'data': 94175232, - 'dirty': 0, - 'lib': 0, - 'rss': 78925824, - 'shared': 54796288, - 'text': 3026944, - 'vms': 704638976}, - 'memory_percent': 0.4806165780169484, - 'name': 'terminator', + {'childrens': [13219, + 13135, + 14233, + 433109, + 15276, + 433108, + 13023, + 433110, + 13229, + 433165, + 433281, + 13230, + 13175, + 13538, + 13611, + 14265, + 13093, + 13026, + 13025], + 'cmdline': ['code'], + 'cpu_percent': 3.3, + 'cpu_times': {'children_system': 996.0199999999999, + 'children_user': 345.53, + 'system': 1084.4699999999996, + 'user': 4333.85}, + 'io_counters': [806231040, + 600096768, + 806231040, + 600096768, + 1, + 105151488, + 172032, + 105151488, + 172032, + 1, + 76540928, + 229376, + 76540928, + 229376, + 1, + 40957952, + 0, + 40957952, + 0, + 1, + 46699520, + 0, + 46699520, + 0, + 1, + 35828736, + 8192, + 35828736, + 8192, + 1, + 133182464, + 103788544, + 133182464, + 103788544, + 1, + 14203904, + 0, + 14203904, + 0, + 1, + 56496128, + 598388736, + 56496128, + 598388736, + 1, + 56620032, + 13991936, + 56620032, + 13991936, + 1, + 3792896, + 0, + 3792896, + 0, + 1, + 82425856, + 0, + 82425856, + 0, + 1, + 16920576, + 0, + 16920576, + 0, + 1, + 1613824, + 0, + 1613824, + 0, + 1, + 2231296, + 0, + 2231296, + 0, + 1, + 10067968, + 0, + 10067968, + 0, + 1, + 13964288, + 11309056, + 13964288, + 11309056, + 1, + 32304128, + 57344, + 32304128, + 57344, + 1, + 898048, + 0, + 898048, + 0, + 1, + 105151488, + 172032, + 105151488, + 172032, + 1, + 76540928, + 229376, + 76540928, + 229376, + 1, + 40957952, + 0, + 40957952, + 0, + 1, + 46699520, + 0, + 46699520, + 0, + 1, + 35828736, + 8192, + 35828736, + 8192, + 1, + 133182464, + 103788544, + 133182464, + 103788544, + 1, + 14203904, + 0, + 14203904, + 0, + 1, + 56496128, + 598388736, + 56496128, + 598388736, + 1, + 56620032, + 13991936, + 56620032, + 13991936, + 1, + 3792896, + 0, + 3792896, + 0, + 1, + 82425856, + 0, + 82425856, + 0, + 1, + 16920576, + 0, + 16920576, + 0, + 1, + 1613824, + 0, + 1613824, + 0, + 1, + 2231296, + 0, + 2231296, + 0, + 1, + 10067968, + 0, + 10067968, + 0, + 1, + 13964288, + 11309056, + 13964288, + 11309056, + 1, + 32304128, + 57344, + 32304128, + 57344, + 1, + 898048, + 0, + 898048, + 0, + 1], + 'memory_info': {'data': 16346144768, + 'rss': 4231962624, + 'shared': 940527616, + 'text': 2715746304, + 'vms': 22609418031104}, + 'memory_percent': 25.770423403631227, + 'name': 'code', 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, + 'nprocs': 19, + 'num_threads': 327, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5145], - 'cmdline': ['ibus-daemon'], - 'cpu_percent': 3.8, + {'childrens': [264075, 264380, 328820, 390586, 264073, 389794, 450993, 451289], + 'cmdline': ['Isolated Web Co'], + 'cpu_percent': 3.3, + 'cpu_times': {'system': 151.16, 'user': 1017.2700000000001}, + 'io_counters': [138240, + 0, + 138240, + 0, + 1, + 228352, + 0, + 228352, + 0, + 1, + 863232, + 8138752, + 863232, + 8138752, + 1, + 251904, + 0, + 251904, + 0, + 1, + 5120, + 0, + 5120, + 0, + 1, + 53248, + 0, + 53248, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 73728, + 0, + 73728, + 0, + 1, + 228352, + 0, + 228352, + 0, + 1, + 863232, + 8138752, + 863232, + 8138752, + 1, + 251904, + 0, + 251904, + 0, + 1, + 5120, + 0, + 5120, + 0, + 1, + 53248, + 0, + 53248, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 73728, + 0, + 73728, + 0, + 1], + 'memory_info': {'data': 3498315776, + 'rss': 2401456128, + 'shared': 1003872256, + 'text': 6946816, + 'vms': 24276422656}, + 'memory_percent': 14.623602971547612, + 'name': 'Isolated Web Co', + 'nice': 0, + 'nprocs': 8, + 'num_threads': 241, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [263183], + 'cmdline': ['firefox'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 388.51, + 'children_user': 2048.88, + 'iowait': 0.0, + 'system': 851.01, + 'user': 2856.33}, + 'io_counters': [506588160, 4051955712, 506588160, 4051955712, 1], + 'memory_info': {'data': 1107865600, + 'dirty': 0, + 'lib': 0, + 'rss': 727539712, + 'shared': 297889792, + 'text': 868352, + 'vms': 30401253376}, + 'memory_percent': 4.430333650601712, + 'name': 'firefox', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 152, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [263845], + 'cmdline': ['WebExtensions'], + 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 12.5, - 'user': 48.88}, - 'io_counters': [765952, 8192, 765952, 8192, 1], - 'memory_info': {'data': 47984640, + 'system': 137.75, + 'user': 867.68}, + 'io_counters': [159744, 0, 159744, 0, 1], + 'memory_info': {'data': 897208320, 'dirty': 0, 'lib': 0, - 'rss': 9482240, - 'shared': 7483392, - 'text': 110592, - 'vms': 398450688}, - 'memory_percent': 0.057741832897879264, - 'name': 'ibus-daemon', + 'rss': 515530752, + 'shared': 116248576, + 'text': 868352, + 'vms': 25116372992}, + 'memory_percent': 3.139310749411856, + 'name': 'WebExtensions', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 28, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5629], - 'cmdline': ['xdg-desktop-portal-gnome'], - 'cpu_percent': 1.9, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, + {'childrens': [5951], + 'cmdline': ['gnome-shell'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 1473.2, + 'children_user': 5589.24, 'iowait': 0.0, - 'system': 22.6, - 'user': 82.2}, - 'io_counters': [35397632, 12328960, 35397632, 12328960, 1], - 'memory_info': {'data': 391151616, + 'system': 1020.89, + 'user': 2047.41}, + 'io_counters': [1588665344, 5867323392, 1588665344, 5867323392, 1], + 'memory_info': {'data': 509669376, 'dirty': 0, 'lib': 0, - 'rss': 356966400, - 'shared': 89395200, - 'text': 245760, - 'vms': 2163474432}, - 'memory_percent': 2.17373681946012, - 'name': 'xdg-desktop-portal-gnome', + 'rss': 333389824, + 'shared': 145207296, + 'text': 8192, + 'vms': 6074953728}, + 'memory_percent': 2.0301684315967377, + 'name': 'gnome-shell', 'nice': 0, 'nprocs': 1, - 'num_threads': 10, + 'num_threads': 40, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3532052], + {'childrens': [44673], 'cmdline': ['nautilus'], - 'cpu_percent': 1.9, - 'cpu_times': {'children_system': 1.06, - 'children_user': 0.02, + 'cpu_percent': 0, + 'cpu_times': {'children_system': 2.71, + 'children_user': 0.1, 'iowait': 0.0, - 'system': 16.8, - 'user': 63.84}, - 'io_counters': [16068608, 18157568, 16068608, 18157568, 1], - 'memory_info': {'data': 482967552, + 'system': 23.86, + 'user': 73.08}, + 'io_counters': [47099904, 36671488, 47099904, 36671488, 1], + 'memory_info': {'data': 465481728, 'dirty': 0, 'lib': 0, - 'rss': 315793408, - 'shared': 111083520, + 'rss': 289837056, + 'shared': 100286464, 'text': 720896, - 'vms': 4226932736}, - 'memory_percent': 1.9230150465488964, + 'vms': 2970677248}, + 'memory_percent': 1.7649550137383194, 'name': 'nautilus', 'nice': 0, 'nprocs': 1, - 'num_threads': 30, + 'num_threads': 26, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [6493], - 'cmdline': ['Privileged Cont'], - 'cpu_percent': 1.9, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 28.22, - 'user': 101.81}, - 'io_counters': [5521408, 0, 5521408, 0, 1], - 'memory_info': {'data': 226668544, - 'dirty': 0, - 'lib': 0, - 'rss': 220295168, - 'shared': 113606656, - 'text': 868352, - 'vms': 2737803264}, - 'memory_percent': 1.3414812089618318, - 'name': 'Privileged Cont', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 29, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5503], - 'cmdline': ['ibus-engine-simple'], - 'cpu_percent': 1.9, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 4.14, - 'user': 16.15}, - 'io_counters': [139264, 0, 139264, 0, 1], - 'memory_info': {'data': 26570752, - 'dirty': 0, - 'lib': 0, - 'rss': 7749632, - 'shared': 7225344, - 'text': 4096, - 'vms': 242991104}, - 'memory_percent': 0.047191165374854245, - 'name': 'ibus-engine-simple', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [3679004], - 'cmdline': ['kworker/u65:3+i915_flip'], - 'cpu_percent': 1.9, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 3.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/u65:3+i915_flip', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'D', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [38], - 'cmdline': ['ksoftirqd/6'], - 'cpu_percent': 1.8, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 4.55, - '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': 'ksoftirqd/6', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3556897], + {'childrens': [6340], 'cmdline': ['dropbox'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.22, - 'children_user': 0.05, + 'cpu_times': {'children_system': 7.68, + 'children_user': 3.29, 'iowait': 0.0, - 'system': 9.19, - 'user': 52.17}, - 'io_counters': [22495232, 14372864, 22495232, 14372864, 1], - 'memory_info': {'data': 876036096, + 'system': 23.95, + 'user': 126.54}, + 'io_counters': [263651328, 33124352, 263651328, 33124352, 1], + 'memory_info': {'data': 912953344, 'dirty': 0, 'lib': 0, - 'rss': 311914496, - 'shared': 97779712, + 'rss': 239697920, + 'shared': 55689216, 'text': 4096, - 'vms': 7262388224}, - 'memory_percent': 1.8993945213850556, + 'vms': 7261069312}, + 'memory_percent': 1.4596340838027508, 'name': 'dropbox', 'nice': 0, 'nprocs': 1, 'num_threads': 91, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [7374], - 'cmdline': ['protonvpn-app'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 29.11, - 'children_user': 8.63, - 'iowait': 0.0, - 'system': 8.28, - 'user': 69.19}, - 'io_counters': [103657472, 1091305472, 103657472, 1091305472, 1], - 'memory_info': {'data': 336625664, - 'dirty': 0, - 'lib': 0, - 'rss': 203771904, - 'shared': 49127424, - 'text': 3026944, - 'vms': 2505879552}, - 'memory_percent': 1.2408632591086806, - 'name': 'protonvpn-app', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 32, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [3600011], - 'cmdline': ['gnome-calculator'], + {'childrens': [6593], + 'cmdline': ['xdg-desktop-portal-gnome'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.22, - 'user': 1.06}, - 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 168591360, + 'system': 3.05, + 'user': 25.89}, + 'io_counters': [8892416, 5234688, 8892416, 5234688, 1], + 'memory_info': {'data': 248283136, 'dirty': 0, 'lib': 0, - 'rss': 145813504, - 'shared': 101441536, - 'text': 344064, - 'vms': 1545916416}, - 'memory_percent': 0.8879272178538246, - 'name': 'gnome-calculator', + 'rss': 219729920, + 'shared': 88109056, + 'text': 245760, + 'vms': 2086805504}, + 'memory_percent': 1.3380394809569134, + 'name': 'xdg-desktop-portal-gnome', 'nice': 0, 'nprocs': 1, - 'num_threads': 12, + 'num_threads': 10, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3597284, 3597863], - 'cmdline': ['evince'], + {'childrens': [263427], + 'cmdline': ['Privileged Cont'], 'cpu_percent': 0, - 'cpu_times': {'system': 0.84, 'user': 13.16}, - 'io_counters': [565248, - 262144, - 565248, - 262144, - 1, - 258048, - 262144, - 258048, - 262144, - 1, - 258048, - 262144, - 258048, - 262144, - 1], - 'memory_info': {'data': 292827136, - 'rss': 251158528, - 'shared': 116219904, - 'text': 483328, - 'vms': 2182979584}, - 'memory_percent': 1.5294227687395943, - 'name': 'evince', + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 14.47, + 'user': 55.74}, + 'io_counters': [2535424, 0, 2535424, 0, 1], + 'memory_info': {'data': 180551680, + 'dirty': 0, + 'lib': 0, + 'rss': 217522176, + 'shared': 118362112, + 'text': 868352, + 'vms': 2684993536}, + 'memory_percent': 1.3245954828166249, + 'name': 'Privileged Cont', 'nice': 0, - 'nprocs': 2, - 'num_threads': 14, + 'nprocs': 1, + 'num_threads': 29, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [6467], + {'childrens': [14662], + 'cmdline': ['protonvpn-app'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 22.64, + 'children_user': 9.2, + 'iowait': 0.0, + 'system': 6.72, + 'user': 59.88}, + 'io_counters': [51974144, 728199168, 51974144, 728199168, 1], + 'memory_info': {'data': 358989824, + 'dirty': 0, + 'lib': 0, + 'rss': 204795904, + 'shared': 49082368, + 'text': 3026944, + 'vms': 2795896832}, + 'memory_percent': 1.2470991892695444, + 'name': 'protonvpn-app', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 36, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2774], + 'cmdline': ['multipassd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.41, + 'children_user': 0.02, + 'iowait': 0.0, + 'system': 18.33, + 'user': 32.36}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 1192878080, + 'dirty': 0, + 'lib': 0, + 'rss': 197230592, + 'shared': 23437312, + 'text': 13213696, + 'vms': 3493089280}, + 'memory_percent': 1.201030423842619, + 'name': 'multipassd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 25, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [285997], + 'cmdline': ['update-manager'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.64, + 'children_user': 0.11, + 'iowait': 0.0, + 'system': 1.65, + 'user': 38.43}, + 'io_counters': [3198976, 565248, 3198976, 565248, 1], + 'memory_info': {'data': 219770880, + 'dirty': 0, + 'lib': 0, + 'rss': 139239424, + 'shared': 39542784, + 'text': 3026944, + 'vms': 765640704}, + 'memory_percent': 0.8478947546956719, + 'name': 'update-manager', + 'nice': 10, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [263432], 'cmdline': ['RDD Process'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.25, - 'user': 1.59}, - 'io_counters': [15472640, 0, 15472640, 0, 1], - 'memory_info': {'data': 103956480, + 'system': 22.63, + 'user': 28.93}, + 'io_counters': [8626176, 0, 8626176, 0, 1], + 'memory_info': {'data': 233459712, 'dirty': 0, 'lib': 0, - 'rss': 102309888, - 'shared': 88121344, + 'rss': 134533120, + 'shared': 102019072, 'text': 868352, - 'vms': 577703936}, - 'memory_percent': 0.6230131758631655, + 'vms': 827428864}, + 'memory_percent': 0.8192358421480066, 'name': 'RDD Process', 'nice': 0, 'nprocs': 1, - 'num_threads': 5, + 'num_threads': 19, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [1132942], - 'cmdline': ['multipassd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.02, - 'children_user': 0.01, - 'iowait': 0.0, - 'system': 13.34, - 'user': 20.76}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1226481664, - 'dirty': 0, - 'lib': 0, - 'rss': 101130240, - 'shared': 34942976, - 'text': 13213696, - 'vms': 3350560768}, - 'memory_percent': 0.6158297426559995, - 'name': 'multipassd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 24, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [5940], - 'cmdline': ['Xwayland'], + {'childrens': [309950], + 'cmdline': ['evince'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, - 'children_user': 0.01, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 216.08, - 'user': 251.62}, - 'io_counters': [7913472, 16384, 7913472, 16384, 1], - 'memory_info': {'data': 78446592, + 'system': 0.47, + 'user': 2.29}, + 'io_counters': [0, 479232, 0, 479232, 1], + 'memory_info': {'data': 149786624, 'dirty': 0, 'lib': 0, - 'rss': 100237312, - 'shared': 76869632, - 'text': 1691648, - 'vms': 616017920}, - 'memory_percent': 0.6103922827977976, - 'name': 'Xwayland', + 'rss': 124100608, + 'shared': 57561088, + 'text': 241664, + 'vms': 1350098944}, + 'memory_percent': 0.7557073388765507, + 'name': 'evince', 'nice': 0, 'nprocs': 1, - 'num_threads': 5, + 'num_threads': 7, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5230], + {'childrens': [6141], 'cmdline': ['evolution-alarm-notify'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.19, - 'user': 0.59}, - 'io_counters': [9023488, 0, 9023488, 0, 1], - 'memory_info': {'data': 89817088, + 'user': 0.63}, + 'io_counters': [5906432, 0, 5906432, 0, 1], + 'memory_info': {'data': 81141760, 'dirty': 0, 'lib': 0, - 'rss': 86564864, - 'shared': 75595776, + 'rss': 95977472, + 'shared': 83394560, 'text': 20480, - 'vms': 1095188480}, - 'memory_percent': 0.5271342965286309, + 'vms': 1019555840}, + 'memory_percent': 0.5844522531043413, 'name': 'evolution-alarm-notify', 'nice': 0, 'nprocs': 1, 'num_threads': 8, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3696202, 3696854, 3697185], + {'childrens': [518540], + 'cmdline': ['Isolated Servic'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.08, + 'user': 0.11}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 59752448, + 'dirty': 0, + 'lib': 0, + 'rss': 93687808, + 'shared': 76959744, + 'text': 868352, + 'vms': 2511515648}, + 'memory_percent': 0.5705094053113521, + 'name': 'Isolated Servic', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 30, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [12677], + 'cmdline': ['terminator'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 44.74, + 'children_user': 64.06, + 'iowait': 0.0, + 'system': 4.12, + 'user': 42.12}, + 'io_counters': [201321472, 1847296, 201321472, 1847296, 1], + 'memory_info': {'data': 100204544, + 'dirty': 0, + 'lib': 0, + 'rss': 87613440, + 'shared': 57978880, + 'text': 3026944, + 'vms': 748822528}, + 'memory_percent': 0.5335197035635824, + 'name': 'terminator', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [7127], + 'cmdline': ['mutter-x11-frames'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.51, + 'user': 5.01}, + 'io_counters': [4722688, 0, 4722688, 0, 1], + 'memory_info': {'data': 119635968, + 'dirty': 0, + 'lib': 0, + 'rss': 85458944, + 'shared': 75714560, + 'text': 12288, + 'vms': 1194106880}, + 'memory_percent': 0.5203999576975494, + 'name': 'mutter-x11-frames', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 10, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [7025], + 'cmdline': ['Xwayland'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.01, + 'iowait': 0.0, + 'system': 77.73, + 'user': 91.36}, + 'io_counters': [19320832, 8192, 19320832, 8192, 1], + 'memory_info': {'data': 69828608, + 'dirty': 0, + 'lib': 0, + 'rss': 85299200, + 'shared': 72044544, + 'text': 1691648, + 'vms': 617140224}, + 'memory_percent': 0.5194272008747828, + 'name': 'Xwayland', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [519674, 518807, 520817], 'cmdline': ['Web Content'], 'cpu_percent': 0, - 'cpu_times': {'system': 0.22, 'user': 0.22000000000000003}, + 'cpu_times': {'system': 0.16, 'user': 0.1}, 'io_counters': [0, 0, 0, @@ -1166,1144 +1159,1169 @@ Programlist stats: 0, 0, 1], - 'memory_info': {'data': 100937728, - 'rss': 250515456, - 'shared': 207523840, + 'memory_info': {'data': 100954112, + 'rss': 250966016, + 'shared': 207843328, 'text': 2605056, - 'vms': 7456169984}, - 'memory_percent': 1.5255067999426322, + 'vms': 7456182272}, + 'memory_percent': 1.5282508535317558, 'name': 'Web Content', 'nice': 0, 'nprocs': 3, 'num_threads': 57, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5979], - 'cmdline': ['mutter-x11-frames'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 3.66, - 'user': 6.86}, - 'io_counters': [12296192, 0, 12296192, 0, 1], - 'memory_info': {'data': 134938624, - 'dirty': 0, - 'lib': 0, - 'rss': 81715200, - 'shared': 68173824, - 'text': 12288, - 'vms': 1213530112}, - 'memory_percent': 0.49760240445472625, - 'name': 'mutter-x11-frames', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 10, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5131], + {'childrens': [6061], 'cmdline': ['evolution-source-registry'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.51, - 'user': 1.64}, - 'io_counters': [19759104, 4096, 19759104, 4096, 1], - 'memory_info': {'data': 86929408, + 'system': 0.43, + 'user': 1.45}, + 'io_counters': [20008960, 0, 20008960, 0, 1], + 'memory_info': {'data': 87003136, 'dirty': 0, 'lib': 0, - 'rss': 73084928, - 'shared': 66666496, + 'rss': 79077376, + 'shared': 73392128, 'text': 45056, - 'vms': 1487003648}, - 'memory_percent': 0.44504860665091134, + 'vms': 1486778368}, + 'memory_percent': 0.48153956975215156, 'name': 'evolution-source-registry', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5952], - 'cmdline': ['gsd-xsettings'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.01, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.81, - 'user': 1.2}, - 'io_counters': [7933952, 0, 7933952, 0, 1], - 'memory_info': {'data': 71000064, - 'dirty': 0, - 'lib': 0, - 'rss': 63725568, - 'shared': 60796928, - 'text': 32768, - 'vms': 794734592}, - 'memory_percent': 0.38805504804544516, - 'name': 'gsd-xsettings', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 7, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [3686598, 5601, 5143], - 'cmdline': ['gjs'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.01, - 'children_user': 0.03, - 'system': 0.22, - 'user': 1.07}, - 'io_counters': [16384, - 0, - 16384, - 0, - 1, - 24576, - 0, - 24576, - 0, - 1, - 61440, - 0, - 61440, - 0, - 1, - 24576, - 0, - 24576, - 0, - 1, - 61440, - 0, - 61440, - 0, - 1], - 'memory_info': {'data': 189689856, - 'rss': 100618240, - 'shared': 79958016, - 'text': 24576, - 'vms': 9138192384}, - 'memory_percent': 0.6127119331042783, - 'name': 'gjs', - 'nice': 0, - 'nprocs': 3, - 'num_threads': 37, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [6926], + {'childrens': [264065], 'cmdline': ['Utility Process'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.47, - 'user': 0.96}, - 'io_counters': [3041280, 0, 3041280, 0, 1], - 'memory_info': {'data': 61849600, + 'system': 18.44, + 'user': 37.25}, + 'io_counters': [1145856, 0, 1145856, 0, 1], + 'memory_info': {'data': 62898176, 'dirty': 0, 'lib': 0, - 'rss': 49209344, - 'shared': 47255552, + 'rss': 65884160, + 'shared': 53288960, 'text': 868352, - 'vms': 372658176}, - 'memory_percent': 0.29965891163504166, + 'vms': 375812096}, + 'memory_percent': 0.4011998331846761, 'name': 'Utility Process', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [6448], + {'childrens': [7064], + 'cmdline': ['gsd-xsettings'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.02, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.56, + 'user': 1.27}, + 'io_counters': [7794688, 0, 7794688, 0, 1], + 'memory_info': {'data': 71020544, + 'dirty': 0, + 'lib': 0, + 'rss': 61579264, + 'shared': 58724352, + 'text': 32768, + 'vms': 794755072}, + 'memory_percent': 0.37498528393524533, + 'name': 'gsd-xsettings', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [3340], + 'cmdline': ['dockerd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.57, + 'children_user': 0.28, + 'iowait': 0.0, + 'system': 3.74, + 'user': 14.0}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 718331904, + 'dirty': 0, + 'lib': 0, + 'rss': 60436480, + 'shared': 28942336, + 'text': 32280576, + 'vms': 7098445824}, + 'memory_percent': 0.3680263312800682, + 'name': 'dockerd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 76, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518946, 6075, 6545], + 'cmdline': ['gjs'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.01, + 'children_user': 0.01, + 'system': 0.15000000000000002, + 'user': 0.61}, + 'io_counters': [147456, + 0, + 147456, + 0, + 1, + 2412544, + 0, + 2412544, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 2412544, + 0, + 2412544, + 0, + 1, + 0, + 0, + 0, + 0, + 1], + 'memory_info': {'data': 197570560, + 'rss': 99258368, + 'shared': 79712256, + 'text': 24576, + 'vms': 9079484416}, + 'memory_percent': 0.6044311816950113, + 'name': 'gjs', + 'nice': 0, + 'nprocs': 3, + 'num_threads': 37, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [263401], 'cmdline': ['Socket Process'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.12, - 'user': 0.12}, - 'io_counters': [991232, 0, 991232, 0, 1], + 'system': 0.09, + 'user': 0.13}, + 'io_counters': [121856, 0, 121856, 0, 1], 'memory_info': {'data': 15724544, 'dirty': 0, 'lib': 0, - 'rss': 45215744, - 'shared': 43905024, + 'rss': 57217024, + 'shared': 47517696, 'text': 868352, 'vms': 232738816}, - 'memory_percent': 0.2753399971316152, + 'memory_percent': 0.3484215399289239, 'name': 'Socket Process', 'nice': 0, 'nprocs': 1, 'num_threads': 6, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3532635], - 'cmdline': ['seahorse'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.01, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.04, - 'user': 0.41}, - 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 57667584, - 'dirty': 0, - 'lib': 0, - 'rss': 42295296, - 'shared': 26357760, - 'text': 544768, - 'vms': 448167936}, - 'memory_percent': 0.2575560114485967, - 'name': 'seahorse', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [11995], - 'cmdline': ['fwupd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.07, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 4.79, - 'user': 8.74}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 175697920, - 'dirty': 0, - 'lib': 0, - 'rss': 41680896, - 'shared': 34914304, - 'text': 36864, - 'vms': 611594240}, - 'memory_percent': 0.2538146399865311, - 'name': 'fwupd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [5581], - 'cmdline': ['tracker-miner-fs-3'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 2.13, - 'children_user': 40.04, - 'iowait': 0.0, - 'system': 2.37, - 'user': 11.98}, - 'io_counters': [1472020480, 732418048, 1472020480, 732418048, 1], - 'memory_info': {'data': 165322752, - 'dirty': 0, - 'lib': 0, - 'rss': 39325696, - 'shared': 18038784, - 'text': 151552, - 'vms': 912887808}, - 'memory_percent': 0.2394727160486129, - 'name': 'tracker-miner-fs-3', - 'nice': 19, - 'nprocs': 1, - 'num_threads': 8, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5438], + {'childrens': [6363], 'cmdline': ['evolution-calendar-factory'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.37, - 'user': 11.49}, - 'io_counters': [14983168, 5189632, 14983168, 5189632, 1], - 'memory_info': {'data': 200183808, + 'system': 1.67, + 'user': 7.1}, + 'io_counters': [14704640, 4939776, 14704640, 4939776, 1], + 'memory_info': {'data': 196173824, 'dirty': 0, 'lib': 0, - 'rss': 39010304, - 'shared': 25157632, + 'rss': 44969984, + 'shared': 29913088, 'text': 45056, - 'vms': 2333110272}, - 'memory_percent': 0.23755214536475255, + 'vms': 2400088064}, + 'memory_percent': 0.2738435168501436, 'name': 'evolution-calendar-factory', 'nice': 0, 'nprocs': 1, 'num_threads': 16, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3548], - 'cmdline': ['dockerd'], + {'childrens': [11749], + 'cmdline': ['fwupd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.36, - 'children_user': 0.2, + 'cpu_times': {'children_system': 0.08, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.98, - 'user': 11.98}, + 'system': 4.06, + 'user': 7.13}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 628375552, + 'memory_info': {'data': 175894528, 'dirty': 0, 'lib': 0, - 'rss': 31379456, - 'shared': 10121216, - 'text': 32280576, - 'vms': 6342905856}, - 'memory_percent': 0.19108431180589763, - 'name': 'dockerd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 66, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3506270], - 'cmdline': ['ruff'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.21, - 'user': 0.95}, - 'io_counters': [651264, 0, 651264, 0, 1], - 'memory_info': {'data': 117837824, - 'dirty': 0, - 'lib': 0, - 'rss': 31170560, - 'shared': 20619264, - 'text': 25485312, - 'vms': 1094557696}, - 'memory_percent': 0.18981224550879533, - 'name': 'ruff', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 9, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2621], - 'cmdline': ['snapd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 7.1, - 'children_user': 48.52, - 'iowait': 0.0, - 'system': 10.67, - 'user': 36.45}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 270028800, - 'dirty': 0, - 'lib': 0, - 'rss': 30842880, - 'shared': 12300288, - 'text': 12349440, - 'vms': 3029516288}, - 'memory_percent': 0.18781684739569368, - 'name': 'snapd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 24, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [5387], - 'cmdline': ['goa-daemon'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.06, - 'user': 4.29}, - 'io_counters': [2588672, 0, 2588672, 0, 1], - 'memory_info': {'data': 83570688, - 'dirty': 0, - 'lib': 0, - 'rss': 30121984, - 'shared': 23801856, - 'text': 24576, - 'vms': 1047326720}, - 'memory_percent': 0.18342697154687002, - 'name': 'goa-daemon', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [746], - 'cmdline': ['systemd-journald'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 6.11, - 'user': 4.36}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 26619904, - 'dirty': 0, - 'lib': 0, - 'rss': 28692480, - 'shared': 28037120, - 'text': 114688, - 'vms': 77422592}, - 'memory_percent': 0.17472204727846405, - 'name': 'systemd-journald', - 'nice': -1, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [4705], - 'cmdline': ['pipewire-pulse'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.82, - 'user': 0.94}, - 'io_counters': [6901760, 0, 6901760, 0, 1], - 'memory_info': {'data': 36753408, - 'dirty': 0, - 'lib': 0, - 'rss': 27860992, - 'shared': 11259904, - 'text': 4096, - 'vms': 131477504}, - 'memory_percent': 0.16965872456646858, - 'name': 'pipewire-pulse', - 'nice': -11, - 'nprocs': 1, - 'num_threads': 3, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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.89, - 'user': 1.07}, - 'io_counters': [4251648, 28672, 4251648, 28672, 1], - 'memory_info': {'data': 57954304, - 'dirty': 0, - 'lib': 0, - 'rss': 27414528, - 'shared': 22986752, - 'text': 40960, - 'vms': 508325888}, - 'memory_percent': 0.16693999463736756, - 'name': 'update-notifier', + 'rss': 44699648, + 'shared': 36057088, + 'text': 36864, + 'vms': 611872768}, + 'memory_percent': 0.2721973129962307, + 'name': 'fwupd', 'nice': 0, 'nprocs': 1, 'num_threads': 6, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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.19, - 'user': 0.6}, - 'io_counters': [3293184, 36864, 3293184, 36864, 1], - 'memory_info': {'data': 87953408, - 'dirty': 0, - 'lib': 0, - 'rss': 23576576, - 'shared': 21741568, - 'text': 4096, - 'vms': 845574144}, - 'memory_percent': 0.1435688942376644, - 'name': 'evolution-addressbook-factory', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 7, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5169], - 'cmdline': ['gsd-power'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.9, - 'user': 3.31}, - 'io_counters': [634880, 0, 634880, 0, 1], - 'memory_info': {'data': 54591488, - 'dirty': 0, - 'lib': 0, - 'rss': 20660224, - 'shared': 18300928, - 'text': 45056, - 'vms': 537088000}, - 'memory_percent': 0.1258098510310596, - 'name': 'gsd-power', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5324], - 'cmdline': ['ibus-extension-gtk3'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.12, - 'user': 10.28}, - 'io_counters': [4628480, 0, 4628480, 0, 1], - 'memory_info': {'data': 53682176, - 'dirty': 0, - 'lib': 0, - 'rss': 20275200, - 'shared': 15765504, - 'text': 81920, - 'vms': 431816704}, - 'memory_percent': 0.12346525824816516, - 'name': 'ibus-extension-gtk3', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5162], - 'cmdline': ['gsd-media-keys'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.3, - 'user': 1.24}, - 'io_counters': [921600, 0, 921600, 0, 1], - 'memory_info': {'data': 71245824, - 'dirty': 0, - 'lib': 0, - 'rss': 20017152, - 'shared': 18444288, - 'text': 102400, - 'vms': 760135680}, - 'memory_percent': 0.12189388223409761, - 'name': 'gsd-media-keys', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'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.74, - 'user': 0.83}, - 'io_counters': [720896, 0, 720896, 0, 1], - 'memory_info': {'data': 49004544, - 'dirty': 0, - 'lib': 0, - 'rss': 19877888, - 'shared': 17125376, - 'text': 135168, - 'vms': 428793856}, - 'memory_percent': 0.1210458380360294, - 'name': 'xdg-desktop-portal-gtk', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'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.33, - 'user': 1.89}, - 'io_counters': [9416704, 0, 9416704, 0, 1], - 'memory_info': {'data': 89387008, - 'dirty': 0, - 'lib': 0, - 'rss': 18796544, - 'shared': 16384000, - 'text': 16384, - 'vms': 1091321856}, - 'memory_percent': 0.11446102426279393, - 'name': 'gnome-shell-calendar-server', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 7, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2705], - 'cmdline': ['NetworkManager'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.06, - 'children_user': 0.34, - 'iowait': 0.0, - 'system': 6.19, - 'user': 11.29}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 37437440, - 'dirty': 0, - 'lib': 0, - 'rss': 18792448, - 'shared': 16171008, - 'text': 2555904, - 'vms': 346259456}, - 'memory_percent': 0.11443608178638015, - 'name': 'NetworkManager', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [5976], - 'cmdline': ['ibus-x11'], + {'childrens': [6527], + 'cmdline': ['tracker-miner-fs-3'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, + 'cpu_times': {'children_system': 4.2, + 'children_user': 98.21, 'iowait': 0.0, - 'system': 0.37, - 'user': 0.77}, - 'io_counters': [1835008, 0, 1835008, 0, 1], - 'memory_info': {'data': 32161792, + 'system': 4.1, + 'user': 23.24}, + 'io_counters': [1714851840, 792084480, 1714851840, 792084480, 1], + 'memory_info': {'data': 150409216, 'dirty': 0, 'lib': 0, - 'rss': 18673664, - 'shared': 15994880, - 'text': 77824, - 'vms': 273711104}, - 'memory_percent': 0.1137127499703808, - 'name': 'ibus-x11', - 'nice': 0, + 'rss': 39317504, + 'shared': 18616320, + 'text': 151552, + 'vms': 981499904}, + 'memory_percent': 0.2394228908137834, + 'name': 'tracker-miner-fs-3', + 'nice': 19, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 8, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3544], - 'cmdline': ['cups-browsed'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.23, - 'user': 0.5}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 27832320, - 'dirty': 0, - 'lib': 0, - 'rss': 17969152, - 'shared': 16527360, - 'text': 118784, - 'vms': 275574784}, - 'memory_percent': 0.10942264402721223, - 'name': 'cups-browsed', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'cups-browsed'}, - {'childrens': [2976], + {'childrens': [2784], 'cmdline': ['containerd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, + 'cpu_times': {'children_system': 0.18, + 'children_user': 0.15, 'iowait': 0.0, - 'system': 29.49, - 'user': 35.6}, + 'system': 23.1, + 'user': 33.57}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 217669632, + 'memory_info': {'data': 221339648, 'dirty': 0, 'lib': 0, - 'rss': 16658432, - 'shared': 5824512, + 'rss': 30797824, + 'shared': 15323136, 'text': 20078592, - 'vms': 2754002944}, - 'memory_percent': 0.10144105157480561, + 'vms': 2753478656}, + 'memory_percent': 0.18754252693289275, 'name': 'containerd', 'nice': 0, 'nprocs': 1, 'num_threads': 20, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [5225], - 'cmdline': ['gsd-wacom'], + {'childrens': [2443], + 'cmdline': ['snapd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.21, + 'children_user': 0.07, + 'iowait': 0.0, + 'system': 5.96, + 'user': 18.43}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 252592128, + 'dirty': 0, + 'lib': 0, + 'rss': 29282304, + 'shared': 12668928, + 'text': 12349440, + 'vms': 2953490432}, + 'memory_percent': 0.17831380835792662, + 'name': 'snapd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 23, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [8785], + 'cmdline': ['update-notifier'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 2.3, + 'children_user': 5.37, + 'iowait': 0.0, + 'system': 0.78, + 'user': 0.96}, + 'io_counters': [91078656, 57344, 91078656, 57344, 1], + 'memory_info': {'data': 66473984, + 'dirty': 0, + 'lib': 0, + 'rss': 29245440, + 'shared': 24035328, + 'text': 40960, + 'vms': 583827456}, + 'memory_percent': 0.17808932601421124, + 'name': 'update-notifier', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6279], + 'cmdline': ['goa-daemon'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.03, - 'user': 0.1}, - 'io_counters': [53248, 0, 53248, 0, 1], - 'memory_info': {'data': 45596672, + 'system': 0.99, + 'user': 3.83}, + 'io_counters': [1748992, 0, 1748992, 0, 1], + 'memory_info': {'data': 83140608, 'dirty': 0, 'lib': 0, - 'rss': 16343040, - 'shared': 14901248, - 'text': 12288, - 'vms': 422977536}, - 'memory_percent': 0.09952048089094526, - 'name': 'gsd-wacom', + 'rss': 28434432, + 'shared': 22867968, + 'text': 24576, + 'vms': 980217856}, + 'memory_percent': 0.1731507144524726, + 'name': 'goa-daemon', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5147], - 'cmdline': ['gsd-color'], + {'childrens': [742], + 'cmdline': ['systemd-journald'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.62, + 'user': 2.27}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 26910720, + 'dirty': 0, + 'lib': 0, + 'rss': 27807744, + 'shared': 26890240, + 'text': 114688, + 'vms': 77709312}, + 'memory_percent': 0.16933451460931093, + 'name': 'systemd-journald', + 'nice': -1, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [6395], + 'cmdline': ['evolution-addressbook-factory'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.17, - 'user': 0.25}, - 'io_counters': [356352, 0, 356352, 0, 1], - 'memory_info': {'data': 45182976, + 'user': 0.5}, + 'io_counters': [3567616, 36864, 3567616, 36864, 1], + 'memory_info': {'data': 87826432, 'dirty': 0, 'lib': 0, - 'rss': 16240640, - 'shared': 14929920, - 'text': 24576, - 'vms': 423747584}, - 'memory_percent': 0.09889691898060098, - 'name': 'gsd-color', + 'rss': 27078656, + 'shared': 25636864, + 'text': 4096, + 'vms': 778469376}, + 'memory_percent': 0.16489475270027315, + 'name': 'evolution-addressbook-factory', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [5638], + 'cmdline': ['pipewire-pulse'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.96, + 'user': 2.99}, + 'io_counters': [1679360, 0, 1679360, 0, 1], + 'memory_info': {'data': 31334400, + 'dirty': 0, + 'lib': 0, + 'rss': 23224320, + 'shared': 10903552, + 'text': 4096, + 'vms': 126058496}, + 'memory_percent': 0.14142387654069716, + 'name': 'pipewire-pulse', + 'nice': -11, + 'nprocs': 1, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6053], + 'cmdline': ['gnome-shell-calendar-server'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.26, + 'user': 1.79}, + 'io_counters': [8507392, 0, 8507392, 0, 1], + 'memory_info': {'data': 89362432, + 'dirty': 0, + 'lib': 0, + 'rss': 20574208, + 'shared': 17977344, + 'text': 16384, + 'vms': 1091321856}, + 'memory_percent': 0.12528609027582394, + 'name': 'gnome-shell-calendar-server', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [275256], + 'cmdline': ['cups-browsed'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.08, + 'user': 0.16}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 27574272, + 'dirty': 0, + 'lib': 0, + 'rss': 20406272, + 'shared': 17522688, + 'text': 118784, + 'vms': 274976768}, + 'memory_percent': 0.12426344848778717, + 'name': 'cups-browsed', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'cups-browsed'}, + {'childrens': [2524], + 'cmdline': ['NetworkManager'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.01, + 'children_user': 0.13, + 'iowait': 0.0, + 'system': 4.76, + 'user': 9.29}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 37978112, + 'dirty': 0, + 'lib': 0, + 'rss': 18890752, + 'shared': 16007168, + 'text': 2555904, + 'vms': 346365952}, + 'memory_percent': 0.11503472991282104, + 'name': 'NetworkManager', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [6111], + 'cmdline': ['gsd-power'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.89, + 'user': 3.54}, + 'io_counters': [978944, 0, 978944, 0, 1], + 'memory_info': {'data': 54571008, + 'dirty': 0, + 'lib': 0, + 'rss': 18214912, + 'shared': 16248832, + 'text': 45056, + 'vms': 537079808}, + 'memory_percent': 0.11091922027803884, + 'name': 'gsd-power', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [4947, 4848], + {'childrens': [6263], + 'cmdline': ['ibus-extension-gtk3'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.03, + 'user': 11.58}, + 'io_counters': [4640768, 0, 4640768, 0, 1], + 'memory_info': {'data': 53653504, + 'dirty': 0, + 'lib': 0, + 'rss': 18202624, + 'shared': 13520896, + 'text': 81920, + 'vms': 431816704}, + 'memory_percent': 0.1108443928301337, + 'name': 'ibus-extension-gtk3', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6110], + 'cmdline': ['gsd-media-keys'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.37, + 'user': 1.29}, + 'io_counters': [368640, 0, 368640, 0, 1], + 'memory_info': {'data': 71360512, + 'dirty': 0, + 'lib': 0, + 'rss': 17862656, + 'shared': 16158720, + 'text': 102400, + 'vms': 760266752}, + 'memory_percent': 0.1087741667714251, + 'name': 'gsd-media-keys', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6731], + 'cmdline': ['xdg-desktop-portal-gtk'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.53, + 'user': 0.95}, + 'io_counters': [1351680, 0, 1351680, 0, 1], + 'memory_info': {'data': 49008640, + 'dirty': 0, + 'lib': 0, + 'rss': 17268736, + 'shared': 14778368, + 'text': 135168, + 'vms': 428806144}, + 'memory_percent': 0.10515750678934377, + 'name': 'xdg-desktop-portal-gtk', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [5895, 5781], 'cmdline': ['gnome-session-binary'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.09, - 'children_user': 0.19999999999999998, - 'system': 0.18, - 'user': 0.63}, - 'io_counters': [10362880, + 'cpu_times': {'children_system': 0.2, + 'children_user': 0.37, + 'system': 0.29000000000000004, + 'user': 0.8200000000000001}, + 'io_counters': [10375168, 4096, - 10362880, + 10375168, 4096, 1, - 3624960, + 1081344, 0, - 3624960, + 1081344, 0, 1, - 3624960, + 1081344, 0, - 3624960, + 1081344, 0, 1], - 'memory_info': {'data': 80257024, - 'rss': 30916608, - 'shared': 29081600, + 'memory_info': {'data': 88784896, + 'rss': 29794304, + 'shared': 28352512, 'text': 303104, - 'vms': 839589888}, - 'memory_percent': 0.18826581197114156, + 'vms': 915095552}, + 'memory_percent': 0.18143161868730706, 'name': 'gnome-session-binary', 'nice': 0, 'nprocs': 2, 'num_threads': 9, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [1, 4683], + {'childrens': [1, 5615], 'cmdline': ['systemd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 15778.740000000002, - 'children_user': 20315.42, - 'system': 10.39, - 'user': 33.17}, + 'cpu_times': {'children_system': 1829.05, + 'children_user': 9322.449999999999, + 'system': 8.28, + 'user': 18.939999999999998}, 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 9912320, - 'rss': 30289920, - 'shared': 19304448, + 'memory_info': {'data': 8986624, + 'rss': 29540352, + 'shared': 19226624, 'text': 90112, - 'vms': 48603136}, - 'memory_percent': 0.18444961307983462, + 'vms': 47677440}, + 'memory_percent': 0.17988518476393436, 'name': 'systemd', 'nice': 0, 'nprocs': 2, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': '_'}, - {'childrens': [2651], - 'cmdline': ['udisksd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.64, - 'user': 1.32}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 54923264, - 'dirty': 0, - 'lib': 0, - 'rss': 15597568, - 'shared': 13107200, - 'text': 319488, - 'vms': 482623488}, - 'memory_percent': 0.09498095018363899, - 'name': 'udisksd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [5155], - 'cmdline': ['gsd-keyboard'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.03, - 'user': 0.08}, - 'io_counters': [32768, 0, 32768, 0, 1], - 'memory_info': {'data': 45019136, - 'dirty': 0, - 'lib': 0, - 'rss': 15437824, - 'shared': 14258176, - 'text': 12288, - 'vms': 421974016}, - 'memory_percent': 0.09400819360350192, - 'name': 'gsd-keyboard', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2487], - 'cmdline': ['systemd-resolved'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 9.81, - 'user': 12.47}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 5566464, - 'dirty': 0, - 'lib': 0, - 'rss': 14774272, - 'shared': 10579968, - 'text': 360448, - 'vms': 25694208}, - 'memory_percent': 0.08996751242447106, - 'name': 'systemd-resolved', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'systemd-resolve'}, - {'childrens': [2655], + {'childrens': [2472], 'cmdline': ['virtlogd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, + 'system': 0.03, 'user': 0.03}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 1241088, 'dirty': 0, 'lib': 0, - 'rss': 14712832, - 'shared': 13008896, + 'rss': 15347712, + 'shared': 13643776, 'text': 40960, 'vms': 75591680}, - 'memory_percent': 0.0895933752782645, + 'memory_percent': 0.09345948243350834, 'name': 'virtlogd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [5394], - 'cmdline': ['gsd-printer'], + {'childrens': [7120], + 'cmdline': ['ibus-x11'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.03, - 'user': 0.08}, - 'io_counters': [32768, 0, 32768, 0, 1], - 'memory_info': {'data': 43978752, + 'system': 0.08, + 'user': 0.28}, + 'io_counters': [462848, 0, 462848, 0, 1], + 'memory_info': {'data': 32051200, 'dirty': 0, 'lib': 0, - 'rss': 13914112, - 'shared': 13127680, - 'text': 12288, - 'vms': 426344448}, - 'memory_percent': 0.08472959237757921, - 'name': 'gsd-printer', + 'rss': 15245312, + 'shared': 13783040, + 'text': 77824, + 'vms': 273600512}, + 'memory_percent': 0.09283592036763223, + 'name': 'ibus-x11', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [4704], + {'childrens': [13811], + 'cmdline': ['ruff'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.55, + 'user': 3.19}, + 'io_counters': [8318976, 0, 8318976, 0, 1], + 'memory_info': {'data': 120455168, + 'dirty': 0, + 'lib': 0, + 'rss': 14946304, + 'shared': 8925184, + 'text': 25485312, + 'vms': 1097175040}, + 'memory_percent': 0.09101511913527406, + 'name': 'ruff', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 9, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6145], + 'cmdline': ['gsd-wacom'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.07, + 'user': 0.23}, + 'io_counters': [94208, 0, 94208, 0, 1], + 'memory_info': {'data': 45596672, + 'dirty': 0, + 'lib': 0, + 'rss': 14852096, + 'shared': 12886016, + 'text': 12288, + 'vms': 422977536}, + 'memory_percent': 0.09044144203466806, + 'name': 'gsd-wacom', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [5636], 'cmdline': ['wireplumber'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.2, - 'user': 0.44}, - 'io_counters': [3493888, 36864, 3493888, 36864, 1], - 'memory_info': {'data': 54898688, + 'system': 0.27, + 'user': 1.42}, + 'io_counters': [1921024, 266240, 1921024, 266240, 1], + 'memory_info': {'data': 54837248, 'dirty': 0, 'lib': 0, - 'rss': 13811712, - 'shared': 11321344, + 'rss': 14438400, + 'shared': 11948032, 'text': 8192, - 'vms': 416354304}, - 'memory_percent': 0.08410603046723494, + 'vms': 416292864}, + 'memory_percent': 0.08792225128852865, 'name': 'wireplumber', 'nice': -11, 'nprocs': 1, 'num_threads': 6, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [2610], - 'cmdline': ['gnome-remote-desktop-daemon'], + {'childrens': [6100], + 'cmdline': ['gsd-color'], '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': 44306432, + 'system': 0.17, + 'user': 0.36}, + 'io_counters': [114688, 0, 114688, 0, 1], + 'memory_info': {'data': 45182976, 'dirty': 0, 'lib': 0, - 'rss': 13701120, - 'shared': 13307904, - 'text': 352256, - 'vms': 449744896}, - 'memory_percent': 0.08343258360406312, - 'name': 'gnome-remote-desktop-daemon', + 'rss': 14356480, + 'shared': 12914688, + 'text': 24576, + 'vms': 423747584}, + 'memory_percent': 0.08742340163582778, + 'name': 'gsd-color', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'gnome-remote-desktop'}, - {'childrens': [2653], - 'cmdline': ['virtlockd'], - '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': 1241088, - 'dirty': 0, - 'lib': 0, - 'rss': 13352960, - 'shared': 12828672, - 'text': 40960, - 'vms': 75587584}, - 'memory_percent': 0.08131247310889261, - 'name': 'virtlockd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [5623], - 'cmdline': ['xdg-desktop-portal'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.27, - 'children_user': 0.26, - 'iowait': 0.0, - 'system': 1.3, - 'user': 2.45}, - 'io_counters': [2292736, 0, 2292736, 0, 1], - 'memory_info': {'data': 87252992, - 'dirty': 0, - 'lib': 0, - 'rss': 13205504, - 'shared': 11505664, - 'text': 450560, - 'vms': 853090304}, - 'memory_percent': 0.08041454395799687, - 'name': 'xdg-desktop-portal', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 7, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [4700, 4701], - 'cmdline': ['pipewire'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.77, 'user': 0.44}, - 'io_counters': [3178496, 0, 3178496, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1], - 'memory_info': {'data': 52264960, - 'rss': 17879040, - 'shared': 12763136, - 'text': 8192, - 'vms': 222240768}, - 'memory_percent': 0.10887390954610929, - 'name': 'pipewire', - 'nice': '_', - 'nprocs': 2, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2616], + {'childrens': [2435], 'cmdline': ['polkitd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.23, - 'user': 3.61}, + 'system': 2.45, + 'user': 4.18}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 48521216, + 'memory_info': {'data': 48943104, 'dirty': 0, 'lib': 0, - 'rss': 12865536, - 'shared': 8404992, + 'rss': 14053376, + 'shared': 8830976, 'text': 65536, - 'vms': 401965056}, - 'memory_percent': 0.0783443184156539, + 'vms': 402452480}, + 'memory_percent': 0.08557765792083456, 'name': 'polkitd', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'polkitd'}, - {'childrens': [6546], - 'cmdline': ['snap'], + {'childrens': [2464], + 'cmdline': ['udisksd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 1.0, - 'children_user': 0.65, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.38, - 'user': 2.49}, - 'io_counters': [4620288, 0, 4620288, 0, 1], - 'memory_info': {'data': 145805312, + 'system': 0.69, + 'user': 1.39}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 54521856, 'dirty': 0, 'lib': 0, - 'rss': 12836864, - 'shared': 6287360, - 'text': 8859648, - 'vms': 2111332352}, - 'memory_percent': 0.0781697210807575, - 'name': 'snap', + 'rss': 13963264, + 'shared': 12259328, + 'text': 319488, + 'vms': 482267136}, + 'memory_percent': 0.08502892330286359, + 'name': 'udisksd', 'nice': 0, 'nprocs': 1, - 'num_threads': 12, + 'num_threads': 6, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [4660], - 'cmdline': ['gdm-session-worker'], + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [6105], + 'cmdline': ['gsd-keyboard'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.79, - 'children_user': 0.86, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.24, - 'user': 0.29}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 54345728, + 'system': 0.07, + 'user': 0.22}, + 'io_counters': [24576, 0, 24576, 0, 1], + 'memory_info': {'data': 45027328, 'dirty': 0, 'lib': 0, - 'rss': 12386304, - 'shared': 9633792, + 'rss': 13787136, + 'shared': 12345344, + 'text': 12288, + 'vms': 421982208}, + 'memory_percent': 0.08395639654955672, + 'name': 'gsd-keyboard', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6304], + 'cmdline': ['gsd-printer'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.03, + 'user': 0.06}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 43978752, + 'dirty': 0, + 'lib': 0, + 'rss': 13733888, + 'shared': 12292096, + 'text': 12288, + 'vms': 426344448}, + 'memory_percent': 0.08363214427530116, + 'name': 'gsd-printer', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2429], + 'cmdline': ['gnome-remote-desktop-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.03, + 'user': 0.05}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 44310528, + 'dirty': 0, + 'lib': 0, + 'rss': 13672448, + 'shared': 13148160, + 'text': 352256, + 'vms': 449748992}, + 'memory_percent': 0.0832580070357755, + 'name': 'gnome-remote-desktop-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'gnome-remote-desktop'}, + {'childrens': [6575], + 'cmdline': ['xdg-desktop-portal'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.64, + 'children_user': 0.59, + 'iowait': 0.0, + 'system': 1.08, + 'user': 1.98}, + 'io_counters': [1768448, 0, 1768448, 0, 1], + 'memory_info': {'data': 87007232, + 'dirty': 0, + 'lib': 0, + 'rss': 13393920, + 'shared': 11767808, + 'text': 450560, + 'vms': 718876672}, + 'memory_percent': 0.08156191821659255, + 'name': 'xdg-desktop-portal', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2469], + 'cmdline': ['virtlockd'], + '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': 1241088, + 'dirty': 0, + 'lib': 0, + 'rss': 13377536, + 'shared': 13377536, + 'text': 40960, + 'vms': 75587584}, + 'memory_percent': 0.08146214828605236, + 'name': 'virtlockd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [6336], + 'cmdline': ['gvfs-gphoto2-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.07, + 'user': 0.12}, + 'io_counters': [4491264, 0, 4491264, 0, 1], + 'memory_info': {'data': 35696640, + 'dirty': 0, + 'lib': 0, + 'rss': 12611584, + 'shared': 10756096, + 'text': 45056, + 'vms': 329977856}, + 'memory_percent': 0.07679790403329921, + 'name': 'gvfs-gphoto2-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [5632, 5633], + 'cmdline': ['pipewire'], + 'cpu_percent': 0, + 'cpu_times': {'system': 1.7, 'user': 1.2}, + 'io_counters': [1167360, 0, 1167360, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1], + 'memory_info': {'data': 51429376, + 'rss': 17907712, + 'shared': 13189120, + 'text': 8192, + 'vms': 221405184}, + 'memory_percent': 0.10904853408041057, + 'name': 'pipewire', + 'nice': '_', + 'nprocs': 2, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6102], + 'cmdline': ['gsd-datetime'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.05, + 'user': 0.13}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 43700224, + 'dirty': 0, + 'lib': 0, + 'rss': 12230656, + 'shared': 11051008, + 'text': 20480, + 'vms': 442413056}, + 'memory_percent': 0.07447825314824015, + 'name': 'gsd-datetime', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2307], + 'cmdline': ['systemd-resolved'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 7.57, + 'user': 11.75}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 2494464, + 'dirty': 0, + 'lib': 0, + 'rss': 12115968, + 'shared': 10280960, + 'text': 360448, + 'vms': 22622208}, + 'memory_percent': 0.07377986363445893, + 'name': 'systemd-resolved', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'systemd-resolve'}, + {'childrens': [5543], + 'cmdline': ['gdm-session-worker'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.74, + 'children_user': 0.82, + 'iowait': 0.0, + 'system': 0.21, + 'user': 0.3}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 54259712, + 'dirty': 0, + 'lib': 0, + 'rss': 11976704, + 'shared': 9355264, 'text': 131072, - 'vms': 476512256}, - 'memory_percent': 0.07542604867524272, + 'vms': 476450816}, + 'memory_percent': 0.07293181922486745, 'name': 'gdm-session-worker', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2970], + {'childrens': [7244], + 'cmdline': ['snap'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 1.31, + 'children_user': 0.74, + 'iowait': 0.0, + 'system': 0.82, + 'user': 1.9}, + 'io_counters': [4859904, 0, 4859904, 0, 1], + 'memory_info': {'data': 149872640, + 'dirty': 0, + 'lib': 0, + 'rss': 11800576, + 'shared': 5521408, + 'text': 8859648, + 'vms': 2186571776}, + 'memory_percent': 0.07185929247156059, + 'name': 'snap', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 13, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6123], + 'cmdline': ['gsd-sharing'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.96, + 'user': 4.36}, + 'io_counters': [163840, 0, 163840, 0, 1], + 'memory_info': {'data': 61214720, + 'dirty': 0, + 'lib': 0, + 'rss': 11784192, + 'shared': 10080256, + 'text': 16384, + 'vms': 556740608}, + 'memory_percent': 0.07175952254102042, + 'name': 'gsd-sharing', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2776], 'cmdline': ['unattended-upgr'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -2315,1059 +2333,977 @@ Programlist stats: 'memory_info': {'data': 19689472, 'dirty': 0, 'lib': 0, - 'rss': 12369920, - 'shared': 11059200, + 'rss': 11677696, + 'shared': 10629120, 'text': 3026944, 'vms': 120745984}, - 'memory_percent': 0.07532627876958764, + 'memory_percent': 0.07111101799250928, 'name': 'unattended-upgr', 'nice': 0, 'nprocs': 1, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [5875, 5803], - 'cmdline': ['snapd-desktop-integration'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.03, - 'children_user': 0.01, - 'system': 0.18, - 'user': 0.59}, - 'io_counters': [8378368, - 0, - 8378368, - 0, - 1, - 47104, - 0, - 47104, - 0, - 1, - 47104, - 0, - 47104, - 0, - 1], - 'memory_info': {'data': 54161408, - 'rss': 19804160, - 'shared': 16900096, - 'text': 589824, - 'vms': 480927744}, - 'memory_percent': 0.12059687346058154, - 'name': 'snapd-desktop-integration', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 6, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5149], - 'cmdline': ['gsd-datetime'], - '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, 1], - 'memory_info': {'data': 43704320, - 'dirty': 0, - 'lib': 0, - 'rss': 11907072, - 'shared': 11251712, - 'text': 20480, - 'vms': 442417152}, - 'memory_percent': 0.07250777893483154, - 'name': 'gsd-datetime', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5254], - 'cmdline': ['gvfs-udisks2-volume-monitor'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.2, - 'user': 5.36}, - 'io_counters': [319488, 0, 319488, 0, 1], - 'memory_info': {'data': 53661696, - 'dirty': 0, - 'lib': 0, - 'rss': 11534336, - 'shared': 9306112, - 'text': 94208, - 'vms': 474787840}, - 'memory_percent': 0.07023801358117841, - 'name': 'gvfs-udisks2-volume-monitor', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [3018], - 'cmdline': ['colord'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.16, - 'children_user': 0.1, - 'iowait': 0.0, - 'system': 0.03, - 'user': 0.14}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 38928384, - 'dirty': 0, - 'lib': 0, - 'rss': 11264000, - 'shared': 10346496, - 'text': 94208, - 'vms': 328159232}, - 'memory_percent': 0.06859181013786954, - 'name': 'colord', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'colord'}, - {'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.03}, - '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.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5199], - 'cmdline': ['gsd-sharing'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.05, - 'user': 4.83}, - '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.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2946, 3433], - 'cmdline': ['cupsd'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.30000000000000004, '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': 16949248, - 'shared': 16031744, - 'text': 614400, - 'vms': 104898560}, - 'memory_percent': 0.10321196740018332, - 'name': 'cupsd', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3530], + {'childrens': [3464], 'cmdline': ['thermald'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.02, - 'user': 2.23}, + 'system': 1.63, + 'user': 2.06}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 43474944, 'dirty': 0, 'lib': 0, - 'rss': 10612736, - 'shared': 10088448, + 'rss': 11517952, + 'shared': 10600448, 'text': 348160, 'vms': 435154944}, - 'memory_percent': 0.06462595638808, + 'memory_percent': 0.07013826116974257, 'name': 'thermald', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [4708], - 'cmdline': ['gnome-keyring-daemon'], + {'childrens': [2836], + 'cmdline': ['colord'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.38, + 'children_user': 0.27, + 'iowait': 0.0, + 'system': 0.04, + 'user': 0.13}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 38944768, + 'dirty': 0, + 'lib': 0, + 'rss': 11481088, + 'shared': 9945088, + 'text': 94208, + 'vms': 328175616}, + 'memory_percent': 0.06991377882602717, + 'name': 'colord', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'colord'}, + {'childrens': [275247, 3254], + 'cmdline': ['cupsd'], + 'cpu_percent': 0, + 'cpu_times': {'system': 0.29000000000000004, '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': 19267584, + 'shared': 16646144, + 'text': 614400, + 'vms': 104325120}, + 'memory_percent': 0.11732943831524503, + 'name': 'cupsd', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [6171], + 'cmdline': ['gvfs-udisks2-volume-monitor'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.53, - 'user': 2.08}, - 'io_counters': [3350528, 937984, 3350528, 937984, 1], - 'memory_info': {'data': 52654080, + 'system': 1.25, + 'user': 6.19}, + 'io_counters': [212992, 0, 212992, 0, 1], + 'memory_info': {'data': 45088768, 'dirty': 0, 'lib': 0, - 'rss': 10166272, - 'shared': 9379840, - 'text': 577536, - 'vms': 476004352}, - 'memory_percent': 0.061907226458978976, - 'name': 'gnome-keyring-daemon', + 'rss': 11161600, + 'shared': 9195520, + 'text': 94208, + 'vms': 399278080}, + 'memory_percent': 0.06796826518049379, + 'name': 'gvfs-udisks2-volume-monitor', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [2707], + {'childrens': [6114], + 'cmdline': ['gsd-print-notifications'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.05, + 'user': 0.13}, + 'io_counters': [200704, 0, 200704, 0, 1], + 'memory_info': {'data': 35250176, + 'dirty': 0, + 'lib': 0, + 'rss': 11042816, + 'shared': 10387456, + 'text': 20480, + 'vms': 331649024}, + 'memory_percent': 0.06724493318407752, + 'name': 'gsd-print-notifications', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6662, 6568], + 'cmdline': ['snapd-desktop-integration'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.06, + 'children_user': 0.01, + 'system': 0.19, + 'user': 0.19}, + 'io_counters': [6666240, + 0, + 6666240, + 0, + 1, + 31744, + 0, + 31744, + 0, + 1, + 31744, + 0, + 31744, + 0, + 1], + 'memory_info': {'data': 54169600, + 'rss': 18894848, + 'shared': 16777216, + 'text': 589824, + 'vms': 480788480}, + 'memory_percent': 0.11505967239545609, + 'name': 'snapd-desktop-integration', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 6, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2527], 'cmdline': ['wpa_supplicant'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.9, - 'user': 1.32}, + 'system': 1.07, + 'user': 1.46}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1425408, + 'memory_info': {'data': 1572864, 'dirty': 0, 'lib': 0, - 'rss': 10117120, - 'shared': 9068544, + 'rss': 10637312, + 'shared': 9719808, 'text': 2387968, - 'vms': 18817024}, - 'memory_percent': 0.06160791674201373, + 'vms': 18964480}, + 'memory_percent': 0.0647756274032082, 'name': 'wpa_supplicant', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2929], - 'cmdline': ['upowerd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 22.69, - 'user': 1.84}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 37236736, - 'dirty': 0, - 'lib': 0, - 'rss': 10051584, - 'shared': 7692288, - 'text': 81920, - 'vms': 326373376}, - 'memory_percent': 0.0612088371193934, - 'name': 'upowerd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [1099735], - 'cmdline': ['sd_espeak-ng'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.24, - 'user': 0.02}, - 'io_counters': [4096, 0, 4096, 0, 1], - 'memory_info': {'data': 20443136, - 'dirty': 0, - 'lib': 0, - 'rss': 9863168, - 'shared': 6717440, - 'text': 32768, - 'vms': 109895680}, - 'memory_percent': 0.060061483204359944, - 'name': 'sd_espeak-ng', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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.01, - 'user': 0.04}, - 'io_counters': [737280, 0, 737280, 0, 1], - 'memory_info': {'data': 35053568, - 'dirty': 0, - 'lib': 0, - 'rss': 9682944, - 'shared': 8896512, - 'text': 20480, - 'vms': 328187904}, - 'memory_percent': 0.05896401424215403, - 'name': 'gvfsd-http', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2828], + {'childrens': [2641], 'cmdline': ['ModemManager'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.67, + 'system': 0.64, 'user': 0.45}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 44507136, + 'memory_info': {'data': 44470272, 'dirty': 0, 'lib': 0, - 'rss': 9641984, - 'shared': 8200192, + 'rss': 10240000, + 'shared': 8667136, 'text': 1196032, - 'vms': 401760256}, - 'memory_percent': 0.058714589478016325, + 'vms': 401723392}, + 'memory_percent': 0.06235620658760898, 'name': 'ModemManager', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3552], + {'childrens': [5639], + 'cmdline': ['gnome-keyring-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.45, + 'user': 1.65}, + 'io_counters': [3739648, 679936, 3739648, 679936, 1], + 'memory_info': {'data': 52461568, + 'dirty': 0, + 'lib': 0, + 'rss': 10096640, + 'shared': 9441280, + 'text': 577536, + 'vms': 475852800}, + 'memory_percent': 0.06148321969538245, + 'name': 'gnome-keyring-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [411182], + 'cmdline': ['gvfsd-http'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.0, + 'user': 0.01}, + 'io_counters': [110592, 0, 110592, 0, 1], + 'memory_info': {'data': 35061760, + 'dirty': 0, + 'lib': 0, + 'rss': 10039296, + 'shared': 8990720, + 'text': 20480, + 'vms': 328196096}, + 'memory_percent': 0.061134024938491835, + 'name': 'gvfsd-http', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2743], + 'cmdline': ['upowerd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 19.23, + 'user': 1.89}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 37122048, + 'dirty': 0, + 'lib': 0, + 'rss': 10022912, + 'shared': 7663616, + 'text': 81920, + 'vms': 326270976}, + 'memory_percent': 0.06103425500795166, + 'name': 'upowerd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [3343], 'cmdline': ['snmpd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 27.83, - 'user': 10.39}, + 'system': 19.2, + 'user': 8.02}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 3874816, + 'memory_info': {'data': 3727360, 'dirty': 0, 'lib': 0, - 'rss': 9510912, - 'shared': 8200192, + 'rss': 9932800, + 'shared': 8622080, 'text': 12288, - 'vms': 26628096}, - 'memory_percent': 0.057916430232775665, + 'vms': 26480640}, + 'memory_percent': 0.0604855203899807, 'name': 'snmpd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'Debian-snmp'}, - {'childrens': [3601], - 'cmdline': ['gdm3'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.04, - 'children_user': 0.02, - 'iowait': 0.0, - 'system': 0.06, - 'user': 0.14}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 35098624, - 'dirty': 0, - 'lib': 0, - 'rss': 9285632, - 'shared': 8630272, - 'text': 233472, - 'vms': 322641920}, - 'memory_percent': 0.05654459403001827, - 'name': 'gdm3', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [5223], - 'cmdline': ['gsd-sound'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.01, - 'user': 0.04}, - 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 43753472, - 'dirty': 0, - 'lib': 0, - 'rss': 9191424, - 'shared': 8536064, - 'text': 8192, - 'vms': 403460096}, - 'memory_percent': 0.05597091707250154, - 'name': 'gsd-sound', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [1099678], - 'cmdline': ['speech-dispatcher'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.56, - 'user': 0.17}, - 'io_counters': [1142784, 0, 1142784, 0, 1], - 'memory_info': {'data': 38137856, - 'dirty': 0, - 'lib': 0, - 'rss': 9183232, - 'shared': 5361664, - 'text': 122880, - 'vms': 123002880}, - 'memory_percent': 0.055921032119673995, - 'name': 'speech-dispatcher', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [8729], + {'childrens': [44703], 'cmdline': ['gvfsd-recent'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.13, - 'user': 0.87}, - 'io_counters': [2596864, 0, 2596864, 0, 1], - 'memory_info': {'data': 44507136, + 'system': 0.32, + 'user': 2.91}, + 'io_counters': [200704, 0, 200704, 0, 1], + 'memory_info': {'data': 45207552, 'dirty': 0, 'lib': 0, - 'rss': 8888320, - 'shared': 7520256, + 'rss': 9596928, + 'shared': 7688192, 'text': 16384, - 'vms': 398921728}, - 'memory_percent': 0.05412517381788251, + 'vms': 399622144}, + 'memory_percent': 0.058440236813907136, 'name': 'gvfsd-recent', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [11634], - 'cmdline': ['gvfsd-dnssd'], + {'childrens': [6139], + 'cmdline': ['gsd-sound'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.13, - 'user': 0.31}, - 'io_counters': [40960, 0, 40960, 0, 1], - 'memory_info': {'data': 43520000, + 'system': 0.05, + 'user': 0.14}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 43753472, 'dirty': 0, 'lib': 0, - 'rss': 8777728, - 'shared': 8384512, - 'text': 16384, - 'vms': 400244736}, - 'memory_percent': 0.0534517269547107, - 'name': 'gvfsd-dnssd', + 'rss': 9474048, + 'shared': 8425472, + 'text': 8192, + 'vms': 403460096}, + 'memory_percent': 0.05769196233485583, + 'name': 'gsd-sound', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [3393], + 'cmdline': ['gdm3'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.03, + 'children_user': 0.02, + 'iowait': 0.0, + 'system': 0.05, + 'user': 0.12}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 35102720, + 'dirty': 0, + 'lib': 0, + 'rss': 9117696, + 'shared': 8462336, + 'text': 233472, + 'vms': 322646016}, + 'memory_percent': 0.05552196634560703, + 'name': 'gdm3', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5542], - 'cmdline': ['gvfsd-trash'], + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [6096], + 'cmdline': ['ibus-daemon'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.52, - 'user': 1.54}, - 'io_counters': [377856, 0, 377856, 0, 1], - 'memory_info': {'data': 69439488, + 'system': 13.6, + 'user': 55.89}, + 'io_counters': [761856, 8192, 761856, 8192, 1], + 'memory_info': {'data': 47996928, 'dirty': 0, 'lib': 0, - 'rss': 8761344, - 'shared': 7974912, - 'text': 24576, - 'vms': 624521216}, - 'memory_percent': 0.05335195704905561, - 'name': 'gvfsd-trash', + 'rss': 9080832, + 'shared': 7335936, + 'text': 110592, + 'vms': 398450688}, + 'memory_percent': 0.05529748400189164, + 'name': 'ibus-daemon', 'nice': 0, 'nprocs': 1, - 'num_threads': 5, + 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, '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.19, - 'user': 0.74}, - 'io_counters': [49152, 0, 49152, 0, 1], - 'memory_info': {'data': 60895232, - 'dirty': 0, - 'lib': 0, - 'rss': 8634368, - 'shared': 7979008, - 'text': 16384, - 'vms': 549408768}, - 'memory_percent': 0.05257874028022872, - 'name': 'gvfsd-network', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2636], + {'childrens': [2457], 'cmdline': ['systemd-logind'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 2.77, + 'cpu_times': {'children_system': 3.16, 'children_user': 0.41, 'iowait': 0.0, - 'system': 4.3, - 'user': 2.21}, + 'system': 4.82, + 'user': 2.32}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 950272, + 'memory_info': {'data': 946176, 'dirty': 0, 'lib': 0, - 'rss': 8470528, - 'shared': 7811072, + 'rss': 8986624, + 'shared': 7888896, 'text': 155648, - 'vms': 18632704}, - 'memory_percent': 0.05158104122367789, + 'vms': 18628608}, + 'memory_percent': 0.05472380690128563, 'name': 'systemd-logind', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [5429], - 'cmdline': ['gvfs-afc-volume-monitor'], + {'childrens': [46869], + 'cmdline': ['gvfsd-dnssd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.42, - 'user': 0.93}, - 'io_counters': [98304, 0, 98304, 0, 1], - 'memory_info': {'data': 43266048, + 'system': 0.14, + 'user': 0.29}, + 'io_counters': [94208, 0, 94208, 0, 1], + 'memory_info': {'data': 43520000, 'dirty': 0, 'lib': 0, - 'rss': 8318976, - 'shared': 7401472, - 'text': 40960, - 'vms': 398839808}, - 'memory_percent': 0.05065816959636838, - 'name': 'gvfs-afc-volume-monitor', + 'rss': 8679424, + 'shared': 8417280, + 'text': 16384, + 'vms': 400244736}, + 'memory_percent': 0.05285312070365737, + 'name': 'gvfsd-dnssd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [46838], + 'cmdline': ['gvfsd-network'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.14, + 'user': 0.69}, + 'io_counters': [40960, 0, 40960, 0, 1], + 'memory_info': {'data': 52305920, + 'dirty': 0, + 'lib': 0, + 'rss': 8507392, + 'shared': 7983104, + 'text': 16384, + 'vms': 473886720}, + 'memory_percent': 0.051805536432985536, + 'name': 'gvfsd-network', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [2488], - 'cmdline': ['systemd-timesyncd'], + {'childrens': [6493], + 'cmdline': ['gvfsd-trash'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.26, - 'user': 0.12}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 9158656, + 'system': 0.14, + 'user': 0.37}, + 'io_counters': [365568, 0, 365568, 0, 1], + 'memory_info': {'data': 69431296, 'dirty': 0, 'lib': 0, - 'rss': 8298496, - 'shared': 7380992, - 'text': 28672, - 'vms': 93585408}, - 'memory_percent': 0.05053345721429952, - 'name': 'systemd-timesyncd', + 'rss': 8503296, + 'shared': 7979008, + 'text': 24576, + 'vms': 624529408}, + 'memory_percent': 0.05178059395035049, + 'name': 'gvfsd-trash', 'nice': 0, 'nprocs': 1, - 'num_threads': 2, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'systemd-timesync'}, - {'childrens': [5152], + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [64513], + 'cmdline': ['speech-dispatcher'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.76, + 'user': 0.29}, + 'io_counters': [3588096, 0, 3588096, 0, 1], + 'memory_info': {'data': 38137856, + 'dirty': 0, + 'lib': 0, + 'rss': 8347648, + 'shared': 4898816, + 'text': 122880, + 'vms': 123002880}, + 'memory_percent': 0.050832779610218835, + 'name': 'speech-dispatcher', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 5, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6103], 'cmdline': ['gsd-housekeeping'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.88, - 'user': 3.35}, - 'io_counters': [466944, 0, 466944, 0, 1], - 'memory_info': {'data': 52047872, + 'system': 0.81, + 'user': 3.13}, + 'io_counters': [430080, 0, 430080, 0, 1], + 'memory_info': {'data': 52187136, 'dirty': 0, 'lib': 0, - 'rss': 8212480, - 'shared': 7557120, + 'rss': 8302592, + 'shared': 7516160, 'text': 24576, - 'vms': 470396928}, - 'memory_percent': 0.05000966520961034, + 'vms': 470536192}, + 'memory_percent': 0.05055841230123336, 'name': 'gsd-housekeeping', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5247], - 'cmdline': ['gsd-disk-utility-notify'], + {'childrens': [24122, 456242, 13561], + 'cmdline': ['bash'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 302.72, + 'children_user': 273.13, + 'system': 0.63, + 'user': 0.78}, + 'io_counters': [153317376, + 166076416, + 153317376, + 166076416, + 1, + 127874997248, + 12889104384, + 127874997248, + 12889104384, + 1, + 974848, + 8192, + 974848, + 8192, + 1, + 127874997248, + 12889104384, + 127874997248, + 12889104384, + 1, + 974848, + 8192, + 974848, + 8192, + 1], + 'memory_info': {'data': 9715712, + 'rss': 16756736, + 'shared': 10465280, + 'text': 2936832, + 'vms': 36425728}, + 'memory_percent': 0.10203969645996333, + 'name': 'bash', + 'nice': 0, + 'nprocs': 3, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6370], + 'cmdline': ['gvfs-afc-volume-monitor'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, - 'user': 0.08}, - 'io_counters': [24576, 0, 24576, 0, 1], - 'memory_info': {'data': 36171776, + 'system': 1.87, + 'user': 0.72}, + 'io_counters': [98304, 0, 98304, 0, 1], + 'memory_info': {'data': 43266048, 'dirty': 0, 'lib': 0, - 'rss': 8151040, - 'shared': 6053888, - 'text': 8192, - 'vms': 312958976}, - 'memory_percent': 0.04963552806340378, - 'name': 'gsd-disk-utility-notify', + 'rss': 8175616, + 'shared': 7258112, + 'text': 40960, + 'vms': 398839808}, + 'memory_percent': 0.049785195339547, + 'name': 'gvfs-afc-volume-monitor', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5404], + {'childrens': [6322], 'cmdline': ['goa-identity-service'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.11, - 'user': 0.11}, + 'system': 0.1, + 'user': 0.09}, 'io_counters': [200704, 0, 200704, 0, 1], 'memory_info': {'data': 43364352, 'dirty': 0, 'lib': 0, - 'rss': 8077312, - 'shared': 7815168, + 'rss': 8146944, + 'shared': 8146944, 'text': 65536, 'vms': 398757888}, - 'memory_percent': 0.04918656348795591, + 'memory_percent': 0.049610597961101705, 'name': 'goa-identity-service', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5204], + {'childrens': [6127], 'cmdline': ['gsd-smartcard'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, - 'user': 0.07}, - 'io_counters': [98304, 0, 98304, 0, 1], + 'system': 0.05, + 'user': 0.15}, + 'io_counters': [86016, 0, 86016, 0, 1], 'memory_info': {'data': 43393024, 'dirty': 0, 'lib': 0, - 'rss': 7901184, - 'shared': 7507968, + 'rss': 8089600, + 'shared': 7303168, 'text': 36864, 'vms': 395452416}, - 'memory_percent': 0.04811403700216376, + 'memory_percent': 0.04926140320421109, 'name': 'gsd-smartcard', 'nice': 0, 'nprocs': 1, 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [2638], - 'cmdline': ['systemd-machined'], + {'childrens': [2308], + 'cmdline': ['systemd-timesyncd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.75, - 'user': 0.99}, + 'system': 0.22, + 'user': 0.09}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 851968, + 'memory_info': {'data': 9158656, 'dirty': 0, 'lib': 0, - 'rss': 7868416, - 'shared': 6950912, - 'text': 65536, - 'vms': 18010112}, - 'memory_percent': 0.0479144971908536, - 'name': 'systemd-machined', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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.94, - 'user': 1.68}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 34959360, - 'dirty': 0, - 'lib': 0, - 'rss': 7778304, - 'shared': 7385088, - 'text': 90112, - 'vms': 321167360}, - 'memory_percent': 0.04736576270975063, - 'name': 'accounts-daemon', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [2486], - 'cmdline': ['systemd-oomd'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 16.04, - 'user': 8.32}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 892928, - 'dirty': 0, - 'lib': 0, - 'rss': 7700480, - 'shared': 6914048, + 'rss': 8073216, + 'shared': 7155712, 'text': 28672, - 'vms': 17977344}, - 'memory_percent': 0.046891855657888996, - 'name': 'systemd-oomd', + 'vms': 93585408}, + 'memory_percent': 0.049161633273670916, + 'name': 'systemd-timesyncd', 'nice': 0, 'nprocs': 1, - 'num_threads': 1, + 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'systemd-oom'}, - {'childrens': [2831], - 'cmdline': ['boltd'], + 'time_since_update': 0.31589508056640625, + 'username': 'systemd-timesync'}, + {'childrens': [6159], + 'cmdline': ['gsd-disk-utility-notify'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.33, - 'user': 0.52}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 34893824, + 'system': 0.02, + 'user': 0.06}, + 'io_counters': [24576, 0, 24576, 0, 1], + 'memory_info': {'data': 35983360, 'dirty': 0, 'lib': 0, - 'rss': 7696384, - 'shared': 7434240, - 'text': 167936, - 'vms': 321400832}, - 'memory_percent': 0.04686691318147522, - 'name': 'boltd', + 'rss': 8040448, + 'shared': 6074368, + 'text': 8192, + 'vms': 312823808}, + 'memory_percent': 0.04896209341259057, + 'name': 'gsd-disk-utility-notify', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [2613], + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2432], 'cmdline': ['iio-sensor-proxy'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.67, - 'user': 3.95}, + 'system': 5.75, + 'user': 4.39}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 35188736, 'dirty': 0, 'lib': 0, - 'rss': 7692288, - 'shared': 6905856, + 'rss': 8019968, + 'shared': 7102464, 'text': 36864, 'vms': 321552384}, - 'memory_percent': 0.04684197070506145, + 'memory_percent': 0.04883738099941535, 'name': 'iio-sensor-proxy', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, '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.01, - 'user': 0.06}, - '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.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [4766], - 'cmdline': ['xdg-document-portal'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 2.5, - 'children_user': 2.34, - 'iowait': 0.0, - 'system': 0.28, - 'user': 0.6}, - 'io_counters': [1281024, 0, 1281024, 0, 1], - 'memory_info': {'data': 70950912, - 'dirty': 0, - 'lib': 0, - 'rss': 7618560, - 'shared': 7225344, - '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.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [783], + {'childrens': [782], 'cmdline': ['systemd-udevd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 15.76, - 'children_user': 8.98, + 'cpu_times': {'children_system': 14.83, + 'children_user': 8.96, 'iowait': 0.0, - 'system': 4.32, - 'user': 3.17}, + 'system': 4.87, + 'user': 3.23}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 3833856, + 'memory_info': {'data': 3829760, 'dirty': 0, 'lib': 0, - 'rss': 7585792, - 'shared': 4440064, + 'rss': 7999488, + 'shared': 4722688, 'text': 864256, - 'vms': 31686656}, - 'memory_percent': 0.046193466318303414, + 'vms': 31682560}, + 'memory_percent': 0.04871266858624013, 'name': 'systemd-udevd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [4936], - 'cmdline': ['gvfsd'], + {'childrens': [2645], + 'cmdline': ['boltd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 2.5, - 'children_user': 2.13, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.4, - 'user': 0.62}, - 'io_counters': [12357632, 0, 12357632, 0, 1], - 'memory_info': {'data': 35004416, + 'system': 0.26, + 'user': 0.61}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 34779136, 'dirty': 0, 'lib': 0, - 'rss': 7499776, - 'shared': 7237632, + 'rss': 7974912, + 'shared': 7450624, + 'text': 167936, + 'vms': 321286144}, + 'memory_percent': 0.04856301369042987, + 'name': 'boltd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [5702], + 'cmdline': ['xdg-document-portal'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 30.73, + 'children_user': 27.97, + 'iowait': 0.0, + 'system': 0.95, + 'user': 0.92}, + 'io_counters': [2190336, 0, 2190336, 0, 1], + 'memory_info': {'data': 70967296, + 'dirty': 0, + 'lib': 0, + 'rss': 7938048, + 'shared': 7413760, + 'text': 110592, + 'vms': 625213440}, + 'memory_percent': 0.04833853134671448, + 'name': 'xdg-document-portal', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2458], + 'cmdline': ['systemd-machined'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.6, + 'user': 0.79}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 851968, + 'dirty': 0, + 'lib': 0, + 'rss': 7876608, + 'shared': 6959104, + 'text': 65536, + 'vms': 18010112}, + 'memory_percent': 0.04796439410718883, + 'name': 'systemd-machined', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [2446], + 'cmdline': ['accounts-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.94, + 'user': 0.99}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 34959360, + 'dirty': 0, + 'lib': 0, + 'rss': 7839744, + 'shared': 7184384, + 'text': 90112, + 'vms': 321167360}, + 'memory_percent': 0.04773991176347343, + 'name': 'accounts-daemon', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [5884], + 'cmdline': ['gvfsd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 3.71, + 'children_user': 2.58, + 'iowait': 0.0, + 'system': 0.35, + 'user': 0.54}, + 'io_counters': [12255232, 657911808, 12255232, 657911808, 1], + 'memory_info': {'data': 34910208, + 'dirty': 0, + 'lib': 0, + 'rss': 7823360, + 'shared': 7430144, 'text': 16384, - 'vms': 322232320}, - 'memory_percent': 0.045669674313614225, + 'vms': 322138112}, + 'memory_percent': 0.047640141832933254, 'name': 'gvfsd', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5421], - 'cmdline': ['gvfs-goa-volume-monitor'], + {'childrens': [5936], + '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.12}, - 'io_counters': [110592, 0, 110592, 0, 1], - 'memory_info': {'data': 34852864, + 'system': 0.01, + 'user': 0.04}, + 'io_counters': [32768, 0, 32768, 0, 1], + 'memory_info': {'data': 43323392, 'dirty': 0, 'lib': 0, - 'rss': 7471104, - 'shared': 6946816, - 'text': 45056, - 'vms': 318169088}, - 'memory_percent': 0.04549507697871783, - 'name': 'gvfs-goa-volume-monitor', + 'rss': 7729152, + 'shared': 7204864, + 'text': 12288, + 'vms': 392155136}, + 'memory_percent': 0.04706646473232726, + 'name': 'at-spi-bus-launcher', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5103], - 'cmdline': ['at-spi2-registryd'], + {'childrens': [2306], + 'cmdline': ['systemd-oomd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, - 'user': 0.05}, - 'io_counters': [86016, 0, 86016, 0, 1], - 'memory_info': {'data': 26329088, + 'system': 14.09, + 'user': 7.43}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 933888, 'dirty': 0, 'lib': 0, - 'rss': 7180288, - 'shared': 6918144, - 'text': 40960, - 'vms': 241733632}, - 'memory_percent': 0.04372416115334011, - 'name': 'at-spi2-registryd', + 'rss': 7684096, + 'shared': 6897664, + 'text': 28672, + 'vms': 18018304}, + 'memory_percent': 0.04679209742334177, + 'name': 'systemd-oomd', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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.07, - 'user': 0.3}, - 'io_counters': [73728, 1978368, 73728, 1978368, 1], - 'memory_info': {'data': 26742784, - 'dirty': 0, - 'lib': 0, - 'rss': 7077888, - 'shared': 6291456, - 'text': 32768, - 'vms': 242802688}, - 'memory_percent': 0.04310059924299584, - 'name': 'gvfsd-metadata', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [4718, 2607, 5008], + 'time_since_update': 0.31589508056640625, + 'username': 'systemd-oom'}, + {'childrens': [5650, 2426, 5950], 'cmdline': ['dbus-daemon'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.08, - 'children_user': 0.02, - 'system': 10.530000000000001, - 'user': 36.910000000000004}, - 'io_counters': [1019904, + 'cpu_times': {'children_system': 0.03, 'system': 9.5, 'user': 33.68}, + 'io_counters': [2035712, 0, - 1019904, + 2035712, 0, 1, 0, @@ -3375,9 +3311,9 @@ Programlist stats: 0, 0, 0, - 4096, 0, - 4096, + 0, + 0, 0, 1, 0, @@ -3385,26 +3321,126 @@ Programlist stats: 0, 0, 0, - 4096, 0, - 4096, + 0, + 0, 0, 1], - 'memory_info': {'data': 8179712, - 'rss': 18825216, - 'shared': 13586432, + 'memory_info': {'data': 7557120, + 'rss': 19763200, + 'shared': 13901824, 'text': 454656, - 'vms': 35287040}, - 'memory_percent': 0.11463562159769033, + 'vms': 34664448}, + 'memory_percent': 0.12034747871408531, 'name': 'dbus-daemon', 'nice': 0, 'nprocs': 3, 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': '_'}, - {'childrens': [5322], + {'childrens': [6353], + 'cmdline': ['gvfs-goa-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.07}, + 'io_counters': [110592, 0, 110592, 0, 1], + 'memory_info': {'data': 34852864, + 'dirty': 0, + 'lib': 0, + 'rss': 7573504, + 'shared': 6918144, + 'text': 45056, + 'vms': 318169088}, + 'memory_percent': 0.04611865039219559, + 'name': 'gvfs-goa-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6034], + 'cmdline': ['at-spi2-registryd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.04, + 'user': 0.12}, + 'io_counters': [90112, 0, 90112, 0, 1], + 'memory_info': {'data': 26329088, + 'dirty': 0, + 'lib': 0, + 'rss': 7495680, + 'shared': 6971392, + 'text': 40960, + 'vms': 241733632}, + 'memory_percent': 0.04564474322212977, + 'name': 'at-spi2-registryd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6442], + 'cmdline': ['ibus-engine-simple'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 4.83, + 'user': 19.32}, + 'io_counters': [204800, 0, 204800, 0, 1], + 'memory_info': {'data': 26574848, + 'dirty': 0, + 'lib': 0, + 'rss': 7344128, + 'shared': 6950912, + 'text': 4096, + 'vms': 242995200}, + 'memory_percent': 0.04472187136463316, + 'name': 'ibus-engine-simple', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [64529], + 'cmdline': ['sd_espeak-ng'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.34, + 'user': 0.03}, + 'io_counters': [1671168, 0, 1671168, 0, 1], + 'memory_info': {'data': 20443136, + 'dirty': 0, + 'lib': 0, + 'rss': 7303168, + 'shared': 5468160, + 'text': 32768, + 'vms': 109895680}, + 'memory_percent': 0.044472446538282716, + 'name': 'sd_espeak-ng', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6258], 'cmdline': ['ibus-memconf'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -3412,174 +3448,74 @@ Programlist stats: 'iowait': 0.0, 'system': 0.0, 'user': 0.0}, - 'io_counters': [20480, 0, 20480, 0, 1], + 'io_counters': [45056, 0, 45056, 0, 1], 'memory_info': {'data': 26173440, 'dirty': 0, 'lib': 0, - 'rss': 6975488, - 'shared': 6844416, + 'rss': 7102464, + 'shared': 6971392, 'text': 8192, 'vms': 242601984}, - 'memory_percent': 0.042477037332651575, + 'memory_percent': 0.043250264889165585, 'name': 'ibus-memconf', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, '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.09, - 'user': 0.33}, - 'io_counters': [49152, 0, 49152, 0, 1], - 'memory_info': {'data': 60280832, - 'dirty': 0, - 'lib': 0, - 'rss': 6971392, - 'shared': 6578176, - 'text': 20480, - 'vms': 544178176}, - 'memory_percent': 0.0424520948562378, - 'name': 'gsd-rfkill', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5341], + {'childrens': [6273], 'cmdline': ['ibus-portal'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.14, - 'user': 0.5}, + 'system': 0.11, + 'user': 0.48}, 'io_counters': [86016, 0, 86016, 0, 1], - 'memory_info': {'data': 35115008, + 'memory_info': {'data': 35037184, 'dirty': 0, 'lib': 0, - 'rss': 6922240, - 'shared': 6791168, + 'rss': 7090176, + 'shared': 6828032, 'text': 28672, - 'vms': 318132224}, - 'memory_percent': 0.04215278513927255, + 'vms': 318128128}, + 'memory_percent': 0.043175437441260456, 'name': 'ibus-portal', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'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.01}, - 'io_counters': [204800, 0, 204800, 0, 1], - 'memory_info': {'data': 53944320, - 'dirty': 0, - 'lib': 0, - 'rss': 6852608, - 'shared': 6590464, - 'text': 24576, - 'vms': 471019520}, - 'memory_percent': 0.041728763040238454, - 'name': 'gvfsd-fuse', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 7, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2628], - 'cmdline': ['switcheroo-control'], + {'childrens': [6333], + 'cmdline': ['gvfsd-metadata'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.03, - 'user': 0.04}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 34865152, + 'user': 0.1}, + 'io_counters': [73728, 638976, 73728, 638976, 1], + 'memory_info': {'data': 26697728, 'dirty': 0, 'lib': 0, - 'rss': 6823936, - 'shared': 6168576, - 'text': 8192, - 'vms': 317415424}, - 'memory_percent': 0.04155416570534205, - 'name': 'switcheroo-control', + 'rss': 7069696, + 'shared': 6152192, + 'text': 32768, + 'vms': 242724864}, + 'memory_percent': 0.043050725028085234, + 'name': 'gvfsd-metadata', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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.04}, - 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 43220992, - 'dirty': 0, - 'lib': 0, - 'rss': 6799360, - 'shared': 6537216, - 'text': 8192, - 'vms': 393097216}, - 'memory_percent': 0.04140451084685943, - 'name': 'gsd-a11y-settings', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 5, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'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.04, - 'user': 0.11}, - '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.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [4913], + {'childrens': [5861], 'cmdline': ['gcr-ssh-agent'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -3591,356 +3527,370 @@ Programlist stats: 'memory_info': {'data': 17641472, 'dirty': 0, 'lib': 0, - 'rss': 6631424, - 'shared': 6107136, + 'rss': 7041024, + 'shared': 6385664, 'text': 32768, 'vms': 166555648}, - 'memory_percent': 0.040381869313894835, + 'memory_percent': 0.042876127649639925, 'name': 'gcr-ssh-agent', 'nice': 0, 'nprocs': 1, 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [5388], - 'cmdline': ['gvfs-gphoto2-volume-monitor'], + {'childrens': [2451], + 'cmdline': ['switcheroo-control'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.03, - 'user': 0.13}, - 'io_counters': [327680, 0, 327680, 0, 1], - 'memory_info': {'data': 35246080, - 'dirty': 0, - 'lib': 0, - 'rss': 6615040, - 'shared': 6221824, - 'text': 45056, - 'vms': 318439424}, - 'memory_percent': 0.04028209940823975, - 'name': 'gvfs-gphoto2-volume-monitor', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [1099836], - 'cmdline': ['sd_dummy'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 2.91, - 'user': 2.04}, - 'io_counters': [86016, 0, 86016, 0, 1], - 'memory_info': {'data': 17657856, - 'dirty': 0, - 'lib': 0, - 'rss': 6402048, - 'shared': 5746688, - 'text': 28672, - 'vms': 166596608}, - 'memory_percent': 0.03898509063472367, - 'name': 'sd_dummy', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 3, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [5192], - 'cmdline': ['gsd-screensaver-proxy'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.01, - 'user': 0.06}, - 'io_counters': [32768, 0, 32768, 0, 1], + 'user': 0.03}, + 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 34693120, 'dirty': 0, 'lib': 0, - 'rss': 6287360, - 'shared': 6025216, + 'rss': 6963200, + 'shared': 6438912, 'text': 8192, - 'vms': 317108224}, - 'memory_percent': 0.03828670129513809, - 'name': 'gsd-screensaver-proxy', + 'vms': 317243392}, + 'memory_percent': 0.0424022204795741, + 'name': 'switcheroo-control', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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.01, - 'user': 0.04}, - 'io_counters': [86016, 0, 86016, 0, 1], - 'memory_info': {'data': 34676736, - 'dirty': 0, - 'lib': 0, - 'rss': 6123520, - 'shared': 5992448, - 'text': 36864, - 'vms': 317140992}, - 'memory_percent': 0.037289002238587256, - 'name': 'xdg-permission-store', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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.11, - 'user': 0.38}, - 'io_counters': [200704, 3563520, 200704, 3563520, 1], - 'memory_info': {'data': 26595328, - 'dirty': 0, - 'lib': 0, - 'rss': 5992448, - 'shared': 5337088, - 'text': 36864, - 'vms': 236101632}, - 'memory_percent': 0.036490842993346595, - 'name': 'dconf-service', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [43204, 3505988], - 'cmdline': ['bash'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 30.630000000000003, - 'children_user': 98.36, - 'system': 0.44, - 'user': 0.5700000000000001}, - 'io_counters': [686511104, - 1092526080, - 686511104, - 1092526080, - 1, - 179200, - 8192, - 179200, - 8192, - 1, - 179200, - 8192, - 179200, - 8192, - 1], - 'memory_info': {'data': 5885952, - 'rss': 11632640, - 'shared': 7569408, - 'text': 1957888, - 'vms': 22925312}, - 'memory_percent': 0.07083663301510891, - 'name': 'bash', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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': 5898240, - 'shared': 4980736, - 'text': 249856, - 'vms': 12292096}, - 'memory_percent': 0.03591716603582987, - 'name': 'smartd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3434], - 'cmdline': ['cups-proxyd'], + {'childrens': [6097], + 'cmdline': ['gsd-a11y-settings'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.4, - 'user': 0.18}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 26611712, - 'dirty': 0, - 'lib': 0, - 'rss': 5894144, - 'shared': 5632000, - 'text': 28672, - 'vms': 247369728}, - 'memory_percent': 0.0358922235594161, - 'name': 'cups-proxyd', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 4, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - '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}, + 'system': 0.04, + 'user': 0.12}, 'io_counters': [0, 0, 0, 0, 1], - 'memory_info': {'data': 26157056, + 'memory_info': {'data': 43220992, 'dirty': 0, 'lib': 0, - 'rss': 5799936, - 'shared': 5799936, - 'text': 20480, - 'vms': 241627136}, - 'memory_percent': 0.03531854660189937, - 'name': 'gdm-wayland-session', + 'rss': 6934528, + 'shared': 6541312, + 'text': 8192, + 'vms': 393097216}, + 'memory_percent': 0.0422276231011288, + 'name': 'gsd-a11y-settings', 'nice': 0, 'nprocs': 1, - 'num_threads': 4, + 'num_threads': 5, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3597292], - 'cmdline': ['evinced'], + {'childrens': [5892], + 'cmdline': ['gvfsd-fuse'], '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': 26124288, + 'io_counters': [135168, 0, 135168, 0, 1], + 'memory_info': {'data': 53948416, 'dirty': 0, 'lib': 0, - 'rss': 5750784, - 'shared': 5357568, - 'text': 12288, - 'vms': 235589632}, - 'memory_percent': 0.03501923688493412, - 'name': 'evinced', + 'rss': 6868992, + 'shared': 6606848, + 'text': 24576, + 'vms': 471019520}, + 'memory_percent': 0.0418285433789681, + 'name': 'gvfsd-fuse', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 7, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6117], + 'cmdline': ['gsd-rfkill'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.1, + 'user': 0.36}, + 'io_counters': [40960, 0, 40960, 0, 1], + 'memory_info': {'data': 60280832, + 'dirty': 0, + 'lib': 0, + 'rss': 6868992, + 'shared': 6344704, + 'text': 20480, + 'vms': 544178176}, + 'memory_percent': 0.0418285433789681, + 'name': 'gsd-rfkill', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3505977], - 'cmdline': ['pet'], + {'childrens': [5764], + 'cmdline': ['gdm-wayland-session'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, - 'children_user': 0.03, + 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.95, - 'user': 1.29}, - 'io_counters': [7933952, 94208, 7933952, 94208, 1], - 'memory_info': {'data': 2420736, + 'system': 0.01, + 'user': 0.0}, + 'io_counters': [0, 0, 0, 0, 1], + 'memory_info': {'data': 26157056, 'dirty': 0, 'lib': 0, - 'rss': 5722112, - 'shared': 3584000, - 'text': 3260416, - 'vms': 6492160}, - 'memory_percent': 0.03484463955003773, - 'name': 'pet', + 'rss': 6524928, + 'shared': 6262784, + 'text': 20480, + 'vms': 241627136}, + 'memory_percent': 0.03973337483762444, + 'name': 'gdm-wayland-session', 'nice': 0, 'nprocs': 1, - 'num_threads': 1, + 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [2606], + {'childrens': [6379], + 'cmdline': ['gvfs-mtp-volume-monitor'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.08}, + 'io_counters': [98304, 0, 98304, 0, 1], + 'memory_info': {'data': 34693120, + 'dirty': 0, + 'lib': 0, + 'rss': 6524928, + 'shared': 6000640, + 'text': 40960, + 'vms': 317317120}, + 'memory_percent': 0.03973337483762444, + 'name': 'gvfs-mtp-volume-monitor', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [5707], + 'cmdline': ['xdg-permission-store'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.03}, + 'io_counters': [86016, 0, 86016, 0, 1], + 'memory_info': {'data': 34676736, + 'dirty': 0, + 'lib': 0, + 'rss': 6397952, + 'shared': 6004736, + 'text': 36864, + 'vms': 317140992}, + 'memory_percent': 0.03896015787593809, + 'name': 'xdg-permission-store', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [6119], + 'cmdline': ['gsd-screensaver-proxy'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.08, + 'user': 0.27}, + 'io_counters': [94208, 0, 94208, 0, 1], + 'memory_info': {'data': 34693120, + 'dirty': 0, + 'lib': 0, + 'rss': 6299648, + 'shared': 5906432, + 'text': 8192, + 'vms': 317108224}, + 'memory_percent': 0.03836153829269704, + 'name': 'gsd-screensaver-proxy', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [3255], + 'cmdline': ['cups-proxyd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.41, + 'user': 0.21}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 26611712, + 'dirty': 0, + 'lib': 0, + 'rss': 6053888, + 'shared': 5529600, + 'text': 28672, + 'vms': 247369728}, + 'memory_percent': 0.03686498933459442, + 'name': 'cups-proxyd', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [6062], + 'cmdline': ['dconf-service'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.08, + 'user': 0.26}, + 'io_counters': [81920, 2621440, 81920, 2621440, 1], + 'memory_info': {'data': 26492928, + 'dirty': 0, + 'lib': 0, + 'rss': 6004736, + 'shared': 5349376, + 'text': 36864, + 'vms': 235999232}, + 'memory_percent': 0.0365656795429739, + 'name': 'dconf-service', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2425], 'cmdline': ['bluetoothd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 38.33, - 'user': 26.11}, + 'system': 42.51, + 'user': 30.69}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1327104, + 'memory_info': {'data': 1331200, 'dirty': 0, 'lib': 0, - 'rss': 5640192, - 'shared': 5378048, + 'rss': 5922816, + 'shared': 5529600, 'text': 995328, - 'vms': 14532608}, - 'memory_percent': 0.034345790021762315, + 'vms': 14536704}, + 'memory_percent': 0.03606682989027303, 'name': 'bluetoothd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3686474], - 'cmdline': ['zed'], + {'childrens': [309958], + 'cmdline': ['evinced'], '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': 26124288, + 'dirty': 0, + 'lib': 0, + 'rss': 5844992, + 'shared': 5451776, + 'text': 12288, + 'vms': 235589632}, + 'memory_percent': 0.035592922720207205, + 'name': 'evinced', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 4, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [13666], + 'cmdline': ['ssh-agent'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.01, + 'user': 0.5}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 663552, + 'dirty': 0, + 'lib': 0, + 'rss': 5738496, + 'shared': 5214208, + 'text': 139264, + 'vms': 8634368}, + 'memory_percent': 0.034944418171696065, + 'name': 'ssh-agent', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [425125], + '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': 5570560, - 'shared': 4653056, + 'rss': 5726208, + 'shared': 4808704, 'text': 61440, 'vms': 104570880}, - 'memory_percent': 0.033921767922728205, + 'memory_percent': 0.034869590723790936, 'name': 'zed', 'nice': 0, 'nprocs': 1, 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [4919], + {'childrens': [5866], 'cmdline': ['gnome-session-ctl'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -3952,115 +3902,46 @@ Programlist stats: 'memory_info': {'data': 9031680, 'dirty': 0, 'lib': 0, - 'rss': 5390336, - 'shared': 5128192, + 'rss': 5267456, + 'shared': 5136384, 'text': 4096, 'vms': 93683712}, - 'memory_percent': 0.032824298960522295, + 'memory_percent': 0.03207603266866605, 'name': 'gnome-session-ctl', 'nice': 0, 'nprocs': 1, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [43301], - 'cmdline': ['ssh-agent'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.01, - 'user': 0.3}, - 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 663552, - 'dirty': 0, - 'lib': 0, - 'rss': 5185536, - 'shared': 5054464, - 'text': 139264, - 'vms': 8634368}, - 'memory_percent': 0.03157717513983376, - 'name': 'ssh-agent', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2605, 2701], - 'cmdline': ['avahi-daemon'], - 'cpu_percent': 0, - 'cpu_times': {'system': 4.32, 'user': 4.72}, - '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.5464632511138916, - 'username': 'avahi'}, - {'childrens': [2773], + {'childrens': [2559], 'cmdline': ['rsyslogd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.52, - 'user': 1.95}, + 'system': 0.9, + 'user': 0.68}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 18923520, + 'memory_info': {'data': 19673088, 'dirty': 0, 'lib': 0, - 'rss': 4427776, - 'shared': 3903488, + 'rss': 5050368, + 'shared': 4132864, 'text': 454656, 'vms': 227909632}, - 'memory_percent': 0.02696281700328617, + 'memory_percent': 0.030754081089008747, 'name': 'rsyslogd', 'nice': 0, 'nprocs': 1, 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'syslog'}, - {'childrens': [6292], - 'cmdline': ['crashhelper'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.05, - 'user': 0.01}, - 'io_counters': [1377280, 0, 1377280, 0, 1], - 'memory_info': {'data': 9740288, - 'dirty': 0, - 'lib': 0, - 'rss': 3387392, - 'shared': 3256320, - 'text': 1593344, - 'vms': 21860352}, - 'memory_percent': 0.020627427994188405, - 'name': 'crashhelper', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [6023], - 'cmdline': ['uuidd'], + {'childrens': [2438], + 'cmdline': ['smartd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -4068,123 +3949,167 @@ Programlist stats: 'system': 0.01, 'user': 0.03}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 434176, + 'memory_info': {'data': 1220608, 'dirty': 0, 'lib': 0, - 'rss': 3289088, - 'shared': 3158016, - 'text': 12288, - 'vms': 12046336}, - 'memory_percent': 0.020028808560257905, - 'name': 'uuidd', + 'rss': 4956160, + 'shared': 4825088, + 'text': 249856, + 'vms': 12292096}, + 'memory_percent': 0.030180403988402743, + 'name': 'smartd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'uuidd'}, - {'childrens': [3691], + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [64536], + 'cmdline': ['sd_dummy'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.2, + 'user': 2.39}, + 'io_counters': [77824, 0, 77824, 0, 1], + 'memory_info': {'data': 17657856, + 'dirty': 0, + 'lib': 0, + 'rss': 4861952, + 'shared': 4730880, + 'text': 28672, + 'vms': 166596608}, + 'memory_percent': 0.029606726887796742, + 'name': 'sd_dummy', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [263270], + 'cmdline': ['crashhelper'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.02}, + 'io_counters': [688128, 0, 688128, 0, 1], + 'memory_info': {'data': 9740288, + 'dirty': 0, + 'lib': 0, + 'rss': 4349952, + 'shared': 4087808, + 'text': 1593344, + 'vms': 21860352}, + 'memory_percent': 0.02648891655841629, + 'name': 'crashhelper', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [2424, 2517], + 'cmdline': ['avahi-daemon'], + 'cpu_percent': 0, + 'cpu_times': {'system': 3.91, 'user': 4.51}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {'data': 1290240, + 'rss': 5550080, + 'shared': 5021696, + 'text': 163840, + 'vms': 17715200}, + 'memory_percent': 0.03379706397048406, + 'name': 'avahi-daemon', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'avahi'}, + {'childrens': [3510], 'cmdline': ['rtkit-daemon'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.99, - 'user': 0.51}, + 'system': 0.94, + 'user': 0.53}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 17211392, 'dirty': 0, 'lib': 0, - 'rss': 3248128, - 'shared': 2985984, + 'rss': 3497984, + 'shared': 3235840, 'text': 28672, 'vms': 23490560}, - 'memory_percent': 0.0197793837961202, + 'memory_percent': 0.021300880170327226, 'name': 'rtkit-daemon', 'nice': 1, 'nprocs': 1, 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'rtkit'}, - {'childrens': [3505454], - 'cmdline': ['chrome_crashpad_handler'], + {'childrens': [7216], + 'cmdline': ['uuidd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.01, - 'user': 0.0}, - 'io_counters': [417792, 352256, 417792, 352256, 1], - 'memory_info': {'data': 17649664, + 'system': 0.02, + 'user': 0.05}, + 'io_counters': [0, 0, 0, 0, 0], + 'memory_info': {'data': 434176, 'dirty': 0, 'lib': 0, - 'rss': 3190784, - 'shared': 2928640, - 'text': 1085440, - 'vms': 34382123008}, - 'memory_percent': 0.019430189126327407, - 'name': 'chrome_crashpad_handler', + 'rss': 3248128, + 'shared': 3117056, + 'text': 12288, + 'vms': 12046336}, + 'memory_percent': 0.019779388729589568, + 'name': 'uuidd', 'nice': 0, 'nprocs': 1, - 'num_threads': 3, + 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [2627], + 'time_since_update': 0.31589508056640625, + 'username': 'uuidd'}, + {'childrens': [2449], 'cmdline': ['cron'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 1.06, - 'children_user': 0.37, + 'cpu_times': {'children_system': 0.83, + 'children_user': 0.3, 'iowait': 0.0, - 'system': 0.13, + 'system': 0.1, 'user': 0.04}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 450560, 'dirty': 0, 'lib': 0, - 'rss': 2756608, - 'shared': 2625536, + 'rss': 2695168, + 'shared': 2564096, 'text': 32768, 'vms': 9588736}, - 'memory_percent': 0.01678628662646771, + 'memory_percent': 0.01641215357385868, 'name': 'cron', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3697726], - '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': [262144, 0, 262144, 0, 1], - 'memory_info': {'data': 520192, - 'dirty': 0, - 'lib': 0, - 'rss': 2670592, - 'shared': 2408448, - 'text': 172032, - 'vms': 8802304}, - 'memory_percent': 0.016262494621778523, - 'name': 'make', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'nicolargo'}, - {'childrens': [1099853], + {'childrens': [64539], 'cmdline': ['sd_openjtalk'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4192,24 +4117,43 @@ Programlist stats: 'iowait': 0.0, 'system': 0.0, 'user': 0.0}, - 'io_counters': [57344, 0, 57344, 0, 1], + 'io_counters': [90112, 0, 90112, 0, 1], 'memory_info': {'data': 397312, 'dirty': 0, 'lib': 0, - 'rss': 2613248, - 'shared': 2482176, + 'rss': 2670592, + 'shared': 2670592, 'text': 24576, 'vms': 5804032}, - 'memory_percent': 0.015913299951985732, + 'memory_percent': 0.01626249867804842, 'name': 'sd_openjtalk', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [4690], + {'childrens': [519188, 521622], + 'cmdline': ['make'], + 'cpu_percent': 0, + 'cpu_times': {}, + 'io_counters': [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1], + 'memory_info': {'data': 1040384, + 'rss': 5324800, + 'shared': 4800512, + 'text': 344064, + 'vms': 17604608}, + 'memory_percent': 0.03242522742555667, + 'name': 'make', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [5622], 'cmdline': ['(sd-pam)'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4218,42 +4162,67 @@ Programlist stats: 'system': 0.0, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], - 'memory_info': {'data': 1351680, + 'memory_info': {'data': 1355776, 'dirty': 0, 'lib': 0, - 'rss': 2584576, + 'rss': 2588672, 'shared': 1892352, 'text': 86016, - 'vms': 22138880}, - 'memory_percent': 0.015738702617089338, + 'vms': 22142976}, + 'memory_percent': 0.015763649025347548, 'name': '(sd-pam)', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3575, 3557], + {'childrens': [13044], + 'cmdline': ['chrome_crashpad_handler'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.05, + 'user': 0.0}, + 'io_counters': [3044352, 774144, 3044352, 774144, 1], + 'memory_info': {'data': 17608704, + 'dirty': 0, + 'lib': 0, + 'rss': 2203648, + 'shared': 2072576, + 'text': 1085440, + 'vms': 34382123008}, + 'memory_percent': 0.013419055657653452, + 'name': 'chrome_crashpad_handler', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 3, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, + {'childrens': [3366, 3357], 'cmdline': ['kerneloops'], 'cpu_percent': 0, - 'cpu_times': {'system': 0.07, 'user': 0.07}, + 'cpu_times': {'system': 0.05, 'user': 0.05}, 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'memory_info': {'data': 1064960, - 'rss': 4407296, - 'shared': 3858432, + 'rss': 4333568, + 'shared': 3518464, 'text': 24576, 'vms': 26099712}, - 'memory_percent': 0.026838104621217315, + 'memory_percent': 0.026389146627876114, 'name': 'kerneloops', 'nice': 0, 'nprocs': 2, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'kernoops'}, - {'childrens': [4782], + {'childrens': [5714], 'cmdline': ['fusermount3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4269,16 +4238,16 @@ Programlist stats: 'shared': 1986560, 'text': 20480, 'vms': 2768896}, - 'memory_percent': 0.012097101060678808, + 'memory_percent': 0.01209710407799614, 'name': 'fusermount3', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3689950], + {'childrens': [517080], 'cmdline': ['sleep'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4290,20 +4259,39 @@ Programlist stats: 'memory_info': {'data': 364544, 'dirty': 0, 'lib': 0, - 'rss': 1957888, - 'shared': 1957888, + 'rss': 1851392, + 'shared': 1851392, 'text': 16384, 'vms': 3289088}, - 'memory_percent': 0.011922503725782414, + 'memory_percent': 0.011274002151039703, 'name': 'sleep', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3697729], + {'childrens': [2973, 2974], + 'cmdline': ['dnsmasq'], + 'cpu_percent': 0, + 'cpu_times': {'system': 0.15, 'user': 0.04}, + 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + 'memory_info': {'data': 1040384, + 'rss': 2469888, + 'shared': 2379776, + 'text': 745472, + 'vms': 23519232}, + 'memory_percent': 0.015040317028931284, + 'name': 'dnsmasq', + 'nice': 0, + 'nprocs': 2, + 'num_threads': 2, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': '_'}, + {'childrens': [521625], 'cmdline': ['sh'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -4315,92 +4303,98 @@ Programlist stats: 'memory_info': {'data': 376832, 'dirty': 0, 'lib': 0, - 'rss': 1683456, - 'shared': 1683456, + 'rss': 1658880, + 'shared': 1658880, 'text': 86016, 'vms': 2871296}, - 'memory_percent': 0.010251357806059775, + 'memory_percent': 0.010101705467192655, 'name': 'sh', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3155, 3156], - 'cmdline': ['dnsmasq'], - 'cpu_percent': 0, - 'cpu_times': {'system': 0.21, 'user': 0.03}, - 'io_counters': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - 'memory_info': {'data': 1040384, - 'rss': 2535424, - 'shared': 2183168, - 'text': 745472, - 'vms': 23519232}, - 'memory_percent': 0.015439392900124088, - 'name': 'dnsmasq', - 'nice': 0, - 'nprocs': 2, - 'num_threads': 2, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': '_'}, - {'childrens': [2959], + {'childrens': [2771], 'cmdline': ['run-cupsd'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.26, - 'children_user': 0.01, + 'cpu_times': {'children_system': 0.46, + 'children_user': 0.02, 'iowait': 0.0, - 'system': 0.17, - 'user': 0.02}, + 'system': 0.22, + 'user': 0.01}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 372736, 'dirty': 0, 'lib': 0, - 'rss': 1429504, - 'shared': 1429504, + 'rss': 1388544, + 'shared': 1388544, 'text': 81920, 'vms': 2961408}, - 'memory_percent': 0.00870492426840599, + 'memory_percent': 0.008455501613279777, 'name': 'run-cupsd', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2955, 3439], + {'childrens': [2768, 3259], 'cmdline': ['run-cups-browse'], 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.36, + 'cpu_times': {'children_system': 0.1, 'children_user': 0.01, - 'system': 0.19, + 'system': 0.19999999999999998, '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, + 'rss': 2023424, + 'shared': 2023424, 'text': 163840, 'vms': 5922816}, - 'memory_percent': 0.013818131933228991, + 'memory_percent': 0.012321586421711533, 'name': 'run-cups-browse', 'nice': 0, 'nprocs': 2, 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, + {'childrens': [13535], + 'cmdline': ['pet'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 1.59, + 'user': 1.24}, + 'io_counters': [13639680, 69632, 13639680, 69632, 1], + 'memory_info': {'data': 2424832, + 'dirty': 0, + 'lib': 0, + 'rss': 290816, + 'shared': 0, + 'text': 3260416, + 'vms': 6496256}, + 'memory_percent': 0.001770916267088095, + 'name': 'pet', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'nicolargo'}, {'childrens': [2], 'cmdline': ['kthreadd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.26, + 'system': 0.17, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4417,7 +4411,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [3], 'cmdline': ['pool_workqueue_release'], @@ -4442,7 +4436,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [4], 'cmdline': ['kworker/R-rcu_gp'], @@ -4467,7 +4461,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [5], 'cmdline': ['kworker/R-sync_wq'], @@ -4492,7 +4486,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [6], 'cmdline': ['kworker/R-slub_flushwq'], @@ -4517,7 +4511,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [7], 'cmdline': ['kworker/R-netns'], @@ -4542,7 +4536,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [9], 'cmdline': ['kworker/0:0H-events_highpri'], @@ -4567,7 +4561,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [12], 'cmdline': ['kworker/R-mm_percpu_wq'], @@ -4592,7 +4586,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [13], 'cmdline': ['rcu_tasks_kthread'], @@ -4617,7 +4611,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [14], 'cmdline': ['rcu_tasks_rude_kthread'], @@ -4642,7 +4636,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [15], 'cmdline': ['rcu_tasks_trace_kthread'], @@ -4667,7 +4661,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [16], 'cmdline': ['ksoftirqd/0'], @@ -4675,7 +4669,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 8.73, + 'system': 5.19, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4692,7 +4686,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [17], 'cmdline': ['rcu_preempt'], @@ -4700,8 +4694,8 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 102.35, - 'user': 0.2}, + 'system': 76.63, + 'user': 0.01}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -4717,7 +4711,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [18], 'cmdline': ['rcu_exp_par_gp_kthread_worker/0'], @@ -4742,7 +4736,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [19], 'cmdline': ['rcu_exp_gp_kthread_worker'], @@ -4750,7 +4744,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.15, + 'system': 0.19, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4767,7 +4761,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [20], 'cmdline': ['migration/0'], @@ -4775,7 +4769,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 10.07, + 'system': 8.87, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4792,7 +4786,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [21], 'cmdline': ['idle_inject/0'], @@ -4817,7 +4811,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [22], 'cmdline': ['cpuhp/0'], @@ -4842,7 +4836,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [23], 'cmdline': ['cpuhp/2'], @@ -4867,7 +4861,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [24], 'cmdline': ['idle_inject/2'], @@ -4892,7 +4886,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [25], 'cmdline': ['migration/2'], @@ -4900,7 +4894,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 9.97, + 'system': 8.36, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4917,7 +4911,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [26], 'cmdline': ['ksoftirqd/2'], @@ -4925,7 +4919,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.17, + 'system': 0.5, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -4942,7 +4936,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [28], 'cmdline': ['kworker/2:0H-events_highpri'], @@ -4967,7 +4961,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [29], 'cmdline': ['cpuhp/4'], @@ -4992,7 +4986,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [30], 'cmdline': ['idle_inject/4'], @@ -5017,7 +5011,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [31], 'cmdline': ['migration/4'], @@ -5025,7 +5019,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 6.1, + 'system': 4.79, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5042,7 +5036,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [32], 'cmdline': ['ksoftirqd/4'], @@ -5050,7 +5044,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.56, + 'system': 0.82, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5067,7 +5061,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [34], 'cmdline': ['kworker/4:0H-events_highpri'], @@ -5092,7 +5086,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [35], 'cmdline': ['cpuhp/6'], @@ -5117,7 +5111,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [36], 'cmdline': ['idle_inject/6'], @@ -5142,7 +5136,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [37], 'cmdline': ['migration/6'], @@ -5150,7 +5144,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 8.14, + 'system': 4.89, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5167,7 +5161,32 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [38], + 'cmdline': ['ksoftirqd/6'], + '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': 'ksoftirqd/6', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [40], 'cmdline': ['kworker/6:0H-events_highpri'], @@ -5192,7 +5211,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [41], 'cmdline': ['cpuhp/8'], @@ -5217,7 +5236,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [42], 'cmdline': ['idle_inject/8'], @@ -5242,7 +5261,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [43], 'cmdline': ['migration/8'], @@ -5250,7 +5269,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 13.68, + 'system': 13.5, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5267,7 +5286,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [44], 'cmdline': ['ksoftirqd/8'], @@ -5275,7 +5294,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.15, + 'system': 0.49, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5292,7 +5311,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [46], 'cmdline': ['kworker/8:0H-events_highpri'], @@ -5317,7 +5336,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [47], 'cmdline': ['cpuhp/10'], @@ -5342,7 +5361,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [48], 'cmdline': ['idle_inject/10'], @@ -5367,7 +5386,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [49], 'cmdline': ['migration/10'], @@ -5375,7 +5394,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 11.31, + 'system': 10.57, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5392,7 +5411,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [50], 'cmdline': ['ksoftirqd/10'], @@ -5400,7 +5419,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.51, + 'system': 0.41, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5417,7 +5436,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [52], 'cmdline': ['kworker/10:0H-events_highpri'], @@ -5442,7 +5461,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [53], 'cmdline': ['cpuhp/12'], @@ -5467,7 +5486,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [54], 'cmdline': ['idle_inject/12'], @@ -5492,7 +5511,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [55], 'cmdline': ['migration/12'], @@ -5500,7 +5519,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 31.74, + 'system': 35.31, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5517,7 +5536,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [56], 'cmdline': ['ksoftirqd/12'], @@ -5525,7 +5544,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.8, + 'system': 0.28, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5542,7 +5561,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [58], 'cmdline': ['kworker/12:0H-events_highpri'], @@ -5550,7 +5569,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.0, + 'system': 1.77, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5567,7 +5586,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [59], 'cmdline': ['cpuhp/13'], @@ -5592,7 +5611,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [60], 'cmdline': ['idle_inject/13'], @@ -5617,7 +5636,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [61], 'cmdline': ['migration/13'], @@ -5625,7 +5644,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 20.3, + 'system': 23.47, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5642,7 +5661,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [62], 'cmdline': ['ksoftirqd/13'], @@ -5650,7 +5669,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.65, + 'system': 0.23, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5667,7 +5686,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [64], 'cmdline': ['kworker/13:0H-events_highpri'], @@ -5692,7 +5711,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [65], 'cmdline': ['cpuhp/14'], @@ -5717,7 +5736,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [66], 'cmdline': ['idle_inject/14'], @@ -5742,7 +5761,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [67], 'cmdline': ['migration/14'], @@ -5750,7 +5769,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 16.41, + 'system': 18.86, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5767,7 +5786,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [68], 'cmdline': ['ksoftirqd/14'], @@ -5775,7 +5794,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.54, + 'system': 0.25, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5792,7 +5811,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [70], 'cmdline': ['kworker/14:0H-events_highpri'], @@ -5817,7 +5836,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [71], 'cmdline': ['cpuhp/15'], @@ -5842,7 +5861,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [72], 'cmdline': ['idle_inject/15'], @@ -5867,7 +5886,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [73], 'cmdline': ['migration/15'], @@ -5875,7 +5894,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 12.67, + 'system': 13.89, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5892,7 +5911,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [74], 'cmdline': ['ksoftirqd/15'], @@ -5900,7 +5919,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.34, + 'system': 0.2, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5917,15 +5936,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [76], - 'cmdline': ['kworker/15:0H-events_highpri'], + 'cmdline': ['kworker/15:0H-kblockd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.0, + 'system': 3.75, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -5936,13 +5955,13 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/15:0H-events_highpri', + 'name': 'kworker/15:0H-kblockd', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [77], 'cmdline': ['cpuhp/1'], @@ -5967,7 +5986,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [78], 'cmdline': ['idle_inject/1'], @@ -5992,7 +6011,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [79], 'cmdline': ['migration/1'], @@ -6000,7 +6019,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.91, + 'system': 2.14, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6017,7 +6036,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [80], 'cmdline': ['ksoftirqd/1'], @@ -6025,7 +6044,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.69, + 'system': 2.64, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6042,7 +6061,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [82], 'cmdline': ['kworker/1:0H-events_highpri'], @@ -6067,7 +6086,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [83], 'cmdline': ['cpuhp/3'], @@ -6092,7 +6111,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [84], 'cmdline': ['idle_inject/3'], @@ -6117,7 +6136,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [85], 'cmdline': ['migration/3'], @@ -6125,7 +6144,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.23, + 'system': 1.44, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6142,7 +6161,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [86], 'cmdline': ['ksoftirqd/3'], @@ -6150,7 +6169,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.55, + 'system': 0.4, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6167,7 +6186,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [88], 'cmdline': ['kworker/3:0H-events_highpri'], @@ -6192,7 +6211,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [89], 'cmdline': ['cpuhp/5'], @@ -6217,7 +6236,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [90], 'cmdline': ['idle_inject/5'], @@ -6242,7 +6261,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [91], 'cmdline': ['migration/5'], @@ -6250,7 +6269,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.26, + 'system': 1.06, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6267,7 +6286,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [92], 'cmdline': ['ksoftirqd/5'], @@ -6275,7 +6294,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.26, + 'system': 0.32, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6292,7 +6311,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [94], 'cmdline': ['kworker/5:0H-events_highpri'], @@ -6317,7 +6336,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [95], 'cmdline': ['cpuhp/7'], @@ -6342,7 +6361,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [96], 'cmdline': ['idle_inject/7'], @@ -6367,7 +6386,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [97], 'cmdline': ['migration/7'], @@ -6375,7 +6394,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.78, + 'system': 1.1, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6392,7 +6411,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [98], 'cmdline': ['ksoftirqd/7'], @@ -6400,7 +6419,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 4.16, + 'system': 0.33, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6417,7 +6436,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [100], 'cmdline': ['kworker/7:0H-events_highpri'], @@ -6442,7 +6461,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [101], 'cmdline': ['cpuhp/9'], @@ -6467,7 +6486,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [102], 'cmdline': ['idle_inject/9'], @@ -6492,7 +6511,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [103], 'cmdline': ['migration/9'], @@ -6500,7 +6519,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.13, + 'system': 1.48, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6517,7 +6536,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [104], 'cmdline': ['ksoftirqd/9'], @@ -6525,7 +6544,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.26, + 'system': 0.16, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6542,7 +6561,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [106], 'cmdline': ['kworker/9:0H-events_highpri'], @@ -6567,7 +6586,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [107], 'cmdline': ['cpuhp/11'], @@ -6592,7 +6611,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [108], 'cmdline': ['idle_inject/11'], @@ -6617,7 +6636,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [109], 'cmdline': ['migration/11'], @@ -6625,7 +6644,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.11, + 'system': 1.3, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6642,7 +6661,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [110], 'cmdline': ['ksoftirqd/11'], @@ -6650,7 +6669,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.43, + 'system': 0.21, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6667,7 +6686,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [112], 'cmdline': ['kworker/11:0H-events_highpri'], @@ -6692,7 +6711,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [113], 'cmdline': ['kdevtmpfs'], @@ -6717,7 +6736,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [114], 'cmdline': ['kworker/R-inet_frag_wq'], @@ -6742,7 +6761,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [115], 'cmdline': ['kauditd'], @@ -6750,7 +6769,7 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.61, + 'system': 0.04, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -6767,7 +6786,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [116], 'cmdline': ['khungtaskd'], @@ -6775,8 +6794,8 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.07, - 'user': 0.14}, + 'system': 0.19, + 'user': 0.02}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -6792,9 +6811,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [118], + {'childrens': [117], 'cmdline': ['oom_reaper'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -6817,7 +6836,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [120], 'cmdline': ['kworker/R-writeback'], @@ -6842,7 +6861,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [121], 'cmdline': ['kcompactd0'], @@ -6850,8 +6869,8 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 46.83, - 'user': 0.57}, + 'system': 46.04, + 'user': 0.17}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -6867,7 +6886,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [122], 'cmdline': ['ksmd'], @@ -6892,7 +6911,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [123], 'cmdline': ['khugepaged'], @@ -6900,8 +6919,8 @@ Programlist stats: 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.12, - 'user': 0.03}, + 'system': 0.0, + 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -6917,7 +6936,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [124], 'cmdline': ['kworker/R-kintegrityd'], @@ -6942,7 +6961,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [125], 'cmdline': ['kworker/R-kblockd'], @@ -6967,7 +6986,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [126], 'cmdline': ['kworker/R-blkcg_punt_bio'], @@ -6992,7 +7011,7 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [132], 'cmdline': ['kworker/R-tpm_dev_wq'], @@ -7017,9 +7036,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [133], + {'childrens': [134], 'cmdline': ['kworker/R-ata_sff'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7042,9 +7061,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [134], + {'childrens': [135], 'cmdline': ['kworker/R-md'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7067,9 +7086,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [135], + {'childrens': [136], 'cmdline': ['kworker/R-md_bitmap'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7092,9 +7111,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [136], + {'childrens': [137], 'cmdline': ['kworker/R-edac-poller'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7117,9 +7136,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [137], + {'childrens': [138], 'cmdline': ['kworker/R-devfreq_wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7142,9 +7161,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [138], + {'childrens': [140], 'cmdline': ['watchdogd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7167,15 +7186,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, {'childrens': [141], - 'cmdline': ['kworker/13:1H-kblockd'], + 'cmdline': ['kworker/13:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.55, + 'system': 1.28, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7186,21 +7205,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/13:1H-kblockd', + 'name': 'kworker/13:1H-events_highpri', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [143], + {'childrens': [142], 'cmdline': ['kswapd0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 17.36, + 'system': 8.03, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7217,9 +7236,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [144], + {'childrens': [143], 'cmdline': ['ecryptfs-kthread'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7242,9 +7261,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [145], + {'childrens': [144], 'cmdline': ['kworker/R-kthrotld'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7267,9 +7286,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [146], + {'childrens': [145], 'cmdline': ['irq/123-pciehp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7292,9 +7311,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [148], + {'childrens': [146], 'cmdline': ['irq/124-pciehp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7317,9 +7336,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [149], + {'childrens': [147], 'cmdline': ['kworker/R-acpi_thermal_pm'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7342,15 +7361,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [151], + {'childrens': [149], 'cmdline': ['hwrng'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.78, + 'system': 1.19, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7367,9 +7386,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [153], + {'childrens': [150], 'cmdline': ['kworker/R-hfi-updates'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7392,9 +7411,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [154], + {'childrens': [153], 'cmdline': ['kworker/R-mld'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7417,15 +7436,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [155], - 'cmdline': ['kworker/1:1H-events_highpri'], + {'childrens': [154], + 'cmdline': ['kworker/2:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.53, + 'system': 1.25, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7436,15 +7455,15 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/1:1H-events_highpri', + 'name': 'kworker/2:1H-events_highpri', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [156], + {'childrens': [155], 'cmdline': ['kworker/R-ipv6_addrconf'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7467,9 +7486,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [164], + {'childrens': [163], 'cmdline': ['kworker/R-kstrp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7492,9 +7511,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [176], + {'childrens': [175], 'cmdline': ['kworker/R-cryptd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7517,9 +7536,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [185], + {'childrens': [184], 'cmdline': ['kworker/R-charger_manager'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7542,15 +7561,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [187], + {'childrens': [185], 'cmdline': ['kworker/0:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.67, + 'system': 1.35, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7567,15 +7586,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [211], - 'cmdline': ['kworker/2:1H-events_highpri'], + {'childrens': [209], + 'cmdline': ['kworker/14:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.62, + 'system': 5.79, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7586,46 +7605,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/2:1H-events_highpri', + 'name': 'kworker/14:1H-events_highpri', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [214], - 'cmdline': ['kworker/6:1H-events_highpri'], + {'childrens': [212], + 'cmdline': ['kworker/6:1H-kblockd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 3.1, - '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.5464632511138916, - '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': 2.34, + 'system': 0.91, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7636,21 +7630,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/12:1H-events_highpri', + 'name': 'kworker/6:1H-kblockd', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [265], - 'cmdline': ['kworker/5:1H-kblockd'], + {'childrens': [230], + 'cmdline': ['kworker/7:1H-kblockd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.8, + 'system': 0.31, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7661,22 +7655,22 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/5:1H-kblockd', + 'name': 'kworker/7:1H-kblockd', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [266], + {'childrens': [231], 'cmdline': ['kworker/4:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.85, - 'user': 0.01}, + 'system': 0.82, + 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -7692,109 +7686,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, '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.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:1H-events_highpri', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - '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': 2.39, - '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.5464632511138916, - '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': 3.8, - '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.5464632511138916, - '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': 2.13, - '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.5464632511138916, - 'username': 'root'}, - {'childrens': [272], + {'childrens': [232], 'cmdline': ['kworker/9:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7817,15 +7711,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [273], - 'cmdline': ['kworker/14:1H-events_highpri'], + {'childrens': [265], + 'cmdline': ['kworker/12:1H'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 5.56, + 'system': 0.0, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7836,16 +7730,91 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/14:1H-events_highpri', + 'name': 'kworker/12:1H', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [274], - 'cmdline': ['kworker/3:1H-events_highpri'], + {'childrens': [266], + 'cmdline': ['kworker/8:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.99, + '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-events_highpri', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [267], + 'cmdline': ['kworker/10:1H-events_highpri'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.99, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [268], + 'cmdline': ['kworker/11:1H-kblockd'], + '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/11:1H-kblockd', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [270], + 'cmdline': ['kworker/3:1H-kblockd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -7861,21 +7830,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/3:1H-events_highpri', + 'name': 'kworker/3:1H-kblockd', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [275], - 'cmdline': ['kworker/7:1H-events_highpri'], + {'childrens': [271], + 'cmdline': ['kworker/1:1H-events_highpri'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.88, + 'system': 0.48, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7886,21 +7855,71 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/7:1H-events_highpri', + 'name': 'kworker/1:1H-events_highpri', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [372], + {'childrens': [272], + 'cmdline': ['kworker/15: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/15:1H', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [275], + 'cmdline': ['kworker/5:1H-kblockd'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.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/5:1H-kblockd', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [369], 'cmdline': ['irq/178-VEN_04F3:00'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 128.24, + 'system': 20.38, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -7917,9 +7936,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [374], + {'childrens': [372], 'cmdline': ['kworker/R-nvme-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7942,9 +7961,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [375], + {'childrens': [373], 'cmdline': ['kworker/R-nvme-reset-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7967,9 +7986,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [376], + {'childrens': [374], 'cmdline': ['kworker/R-nvme-delete-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -7992,9 +8011,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [377], + {'childrens': [375], 'cmdline': ['kworker/R-nvme-auth-wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8017,9 +8036,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [378], + {'childrens': [376], 'cmdline': ['spi0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8042,9 +8061,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [380], + {'childrens': [378], 'cmdline': ['kworker/R-USBC000:00-con1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8067,9 +8086,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [424], + {'childrens': [456], 'cmdline': ['kworker/R-USBC000:00-con2'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8092,34 +8111,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'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.5464632511138916, - 'username': 'root'}, - {'childrens': [469], + {'childrens': [457], 'cmdline': ['kworker/R-USBC000:00-con3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8142,9 +8136,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [637], + {'childrens': [619], 'cmdline': ['kworker/R-kdmflush/252:0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8167,9 +8161,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [642], + {'childrens': [624], 'cmdline': ['kworker/R-kcryptd_io-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8192,9 +8186,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [643], + {'childrens': [625], 'cmdline': ['kworker/R-kcryptd-252:0-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8217,15 +8211,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [644], + {'childrens': [626], 'cmdline': ['dmcrypt_write/252:0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 11.28, + 'system': 13.04, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8242,9 +8236,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [650], + {'childrens': [632], 'cmdline': ['kworker/R-kdmflush/252:1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8267,15 +8261,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [685], + {'childrens': [684], 'cmdline': ['jbd2/dm-1-8'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 10.18, + 'system': 12.86, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8292,9 +8286,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [686, 1000], + {'childrens': [685, 1047], 'cmdline': ['kworker/R-ext4-rsv-conversion'], 'cpu_percent': 0, 'cpu_times': {}, @@ -8307,9 +8301,9 @@ Programlist stats: 'num_threads': 2, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [805, 1137526], + {'childrens': [810, 508477], 'cmdline': ['psimon'], 'cpu_percent': 0, 'cpu_times': {}, @@ -8322,9 +8316,9 @@ Programlist stats: 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [990], + {'childrens': [969], 'cmdline': ['kworker/R-cfg80211'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8347,9 +8341,409 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [999], + {'childrens': [1011], + 'cmdline': ['irq/201-iwlwifi:default_queue'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 30.09, + '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': 'irq/201-iwlwifi:default_queue', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1012], + 'cmdline': ['irq/202-iwlwifi:queue_1'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.73, + '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': 'irq/202-iwlwifi:queue_1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1013], + 'cmdline': ['irq/203-iwlwifi:queue_2'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.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': 'irq/203-iwlwifi:queue_2', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1015], + 'cmdline': ['irq/204-iwlwifi:queue_3'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 5.37, + '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': 'irq/204-iwlwifi:queue_3', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1016], + 'cmdline': ['irq/205-iwlwifi:queue_4'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.87, + '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': 'irq/205-iwlwifi:queue_4', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1017], + 'cmdline': ['irq/206-iwlwifi:queue_5'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.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': 'irq/206-iwlwifi:queue_5', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1018], + 'cmdline': ['irq/207-iwlwifi:queue_6'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.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': 'irq/207-iwlwifi:queue_6', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1019], + 'cmdline': ['irq/208-iwlwifi:queue_7'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 4.15, + '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': 'irq/208-iwlwifi:queue_7', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1020], + 'cmdline': ['irq/209-iwlwifi:queue_8'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 11.77, + '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': 'irq/209-iwlwifi:queue_8', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1021], + 'cmdline': ['irq/210-iwlwifi:queue_9'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.71, + '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': 'irq/210-iwlwifi:queue_9', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1022], + 'cmdline': ['irq/211-iwlwifi:queue_10'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 5.73, + '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': 'irq/211-iwlwifi:queue_10', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1023], + 'cmdline': ['irq/212-iwlwifi:queue_11'], + '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': 'irq/212-iwlwifi:queue_11', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1024], + 'cmdline': ['irq/213-iwlwifi:queue_12'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.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': 'irq/213-iwlwifi:queue_12', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1025], + 'cmdline': ['irq/214-iwlwifi:queue_13'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.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': 'irq/214-iwlwifi:queue_13', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1026], + 'cmdline': ['irq/215-iwlwifi:queue_14'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 3.8, + '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': 'irq/215-iwlwifi:queue_14', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1027], + 'cmdline': ['irq/216-iwlwifi:exception'], + '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': 'irq/216-iwlwifi:exception', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1046], 'cmdline': ['jbd2/nvme0n1p2-8'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8372,409 +8766,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1002], - 'cmdline': ['irq/199-iwlwifi:default_queue'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 90.51, - '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': 'irq/199-iwlwifi:default_queue', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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.39, - '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': 'irq/200-iwlwifi:queue_1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 0.53, - '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': 'irq/201-iwlwifi:queue_2', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 7.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': 'irq/202-iwlwifi:queue_3', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 0.42, - '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': 'irq/203-iwlwifi:queue_4', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 197.9, - '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': 'irq/204-iwlwifi:queue_5', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 5.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': 'irq/205-iwlwifi:queue_6', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 6.75, - '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': 'irq/206-iwlwifi:queue_7', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 1.77, - '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': 'irq/207-iwlwifi:queue_8', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 2.45, - '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': 'irq/208-iwlwifi:queue_9', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 0.47, - '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': 'irq/209-iwlwifi:queue_10', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 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': 'irq/210-iwlwifi:queue_11', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 3.7, - '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': 'irq/211-iwlwifi:queue_12', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 12.48, - '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': 'irq/212-iwlwifi:queue_13', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'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': 2.4, - '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': 'irq/213-iwlwifi:queue_14', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [1017], - 'cmdline': ['irq/214-iwlwifi:exception'], - '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': 'irq/214-iwlwifi:exception', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'S', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [1043], + {'childrens': [1223], 'cmdline': ['irq/16-processor_thermal_device_pci'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8797,9 +8791,24 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1207, 1360], + {'childrens': [1285, 1325], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1331, 1394], 'cmdline': ['kworker/R-ttm'], 'cpu_percent': 0, 'cpu_times': {}, @@ -8812,9 +8821,9 @@ Programlist stats: 'num_threads': 2, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1227], + {'childrens': [1332], 'cmdline': ['card1-crtc0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8837,9 +8846,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1228], + {'childrens': [1333], 'cmdline': ['card1-crtc1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8862,9 +8871,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1229], + {'childrens': [1334], 'cmdline': ['card1-crtc2'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8887,9 +8896,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1230], + {'childrens': [1335], 'cmdline': ['card1-crtc3'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -8912,30 +8921,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'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.5464632511138916, - 'username': 'root'}, - {'childrens': [1374], + {'childrens': [1397], 'cmdline': ['irq/231-AudioDSP'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.72, + 'system': 0.52, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8952,15 +8946,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1611], + {'childrens': [1453], '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.01, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -8977,15 +8971,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1618], + {'childrens': [1458], '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.04, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9002,9 +8996,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1985], + {'childrens': [1805], 'cmdline': ['spl_system_task'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9027,9 +9021,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1986], + {'childrens': [1806], 'cmdline': ['spl_delay_taskq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9052,9 +9046,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1987], + {'childrens': [1807], 'cmdline': ['spl_dynamic_tas'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9077,48 +9071,24 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1988, 2038, 2040], + {'childrens': [1808, 1861], '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, - 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': 'spl_kmem_cache', 'nice': -20, - 'nprocs': 3, - 'num_threads': 3, + 'nprocs': 2, + 'num_threads': 2, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1989], + {'childrens': [1809], 'cmdline': ['zvol_tq-0'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9141,9 +9111,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1990], + {'childrens': [1810], 'cmdline': ['zvol_tq-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9166,9 +9136,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1991], + {'childrens': [1811], 'cmdline': ['zvol_tq-2'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9191,9 +9161,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1992], + {'childrens': [1812], 'cmdline': ['arc_prune'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9216,15 +9186,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1993], + {'childrens': [1813], 'cmdline': ['arc_evict'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.85, + 'system': 1.4, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9241,15 +9211,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1994], + {'childrens': [1814], 'cmdline': ['arc_reap'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.98, + 'system': 1.52, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9266,9 +9236,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1995], + {'childrens': [1815], 'cmdline': ['dbu_evict'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9291,15 +9261,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1996], + {'childrens': [1816], 'cmdline': ['dbuf_evict'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 1.91, + 'system': 1.45, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -9316,9 +9286,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1997, 2029, 2030, 2032, 2033, 2034, 2035, 2036, 2037], + {'childrens': [1817, 1850, 1851, 1853, 1854, 1855, 1856, 1857, 1858, 1860], 'cmdline': ['z_vdev_file'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9406,25 +9376,35 @@ Programlist stats: 0, 0, 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'z_vdev_file', 'nice': 19, - 'nprocs': 9, - 'num_threads': 9, + 'nprocs': 10, + 'num_threads': 10, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1998], + {'childrens': [1818], 'cmdline': ['l2arc_feed'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.46, - 'user': 1.06}, + 'system': 0.03, + 'user': 1.12}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -9440,9 +9420,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2077], + {'childrens': [1898], 'cmdline': ['z_null_iss'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9465,9 +9445,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2078], + {'childrens': [1899], 'cmdline': ['z_null_int'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9490,9 +9470,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2079], + {'childrens': [1900], 'cmdline': ['z_rd_iss'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9515,9 +9495,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2080, 2107, 2154, 2156], + {'childrens': [1901, 1927, 1928], 'cmdline': ['z_rd_int_0'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9545,28 +9525,18 @@ Programlist stats: 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'z_rd_int_0', 'nice': -20, - 'nprocs': 4, - 'num_threads': 4, + 'nprocs': 3, + 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2081, 2105, 2151, 2152], + {'childrens': [1902, 1929, 1972, 1973], 'cmdline': ['z_rd_int_1'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9613,9 +9583,9 @@ Programlist stats: 'num_threads': 4, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2082, 2106, 2141, 2150], + {'childrens': [1903, 1926, 1930], 'cmdline': ['z_rd_int_2'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9643,39 +9613,18 @@ Programlist stats: 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'z_rd_int_2', 'nice': -20, - 'nprocs': 4, - 'num_threads': 4, + 'nprocs': 3, + 'num_threads': 3, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2083, - 2166, - 2167, - 2169, - 2170, - 2171, - 2172, - 2174, - 2175, - 2176, - 3658305, - 3658306], + {'childrens': [1904, 1985, 1986, 1989, 1990, 1991, 1992, 1994], 'cmdline': ['z_wr_iss'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9753,58 +9702,18 @@ Programlist stats: 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, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, 0], 'memory_info': {}, 'memory_percent': 0, 'name': 'z_wr_iss', 'nice': -19, - 'nprocs': 12, - 'num_threads': 12, + 'nprocs': 8, + 'num_threads': 8, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2084], + {'childrens': [1905], 'cmdline': ['z_wr_iss_h'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -9827,48 +9736,24 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2085, 3658307, 3658308], + {'childrens': [1906, 1987], '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.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2086, 2179, 3658309, 3658310], + {'childrens': [1907, 1997, 1998], 'cmdline': ['z_wr_int_1'], 'cpu_percent': 0, 'cpu_times': {}, @@ -9896,346 +9781,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.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2087, 3496], + {'childrens': [1908, 1995, 2002], '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.5464632511138916, - 'username': 'root'}, - {'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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - '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.5464632511138916, - 'username': 'root'}, - {'childrens': [2100, 3658337, 3658378], - 'cmdline': ['z_metaslab'], - 'cpu_percent': 0, - 'cpu_times': {}, 'io_counters': [0, 0, 0, @@ -10263,15 +9823,340 @@ 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.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2101], + {'childrens': [1909], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1910], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1911], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1912], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1913], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1914], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1915], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1916], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1917], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1918], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1919], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1920], + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [1921], + 'cmdline': ['z_metaslab'], + '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_metaslab', + 'nice': -20, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'S', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [1922], 'cmdline': ['z_prefetch'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10294,9 +10179,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2102], + {'childrens': [1923], 'cmdline': ['z_upgrade'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10319,20 +10204,20 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2108, - 2109, - 2110, - 2111, - 2112, - 2113, - 2114, - 2115, - 2116, - 2117, - 2118, - 2119], + {'childrens': [1931, + 1932, + 1933, + 1934, + 1935, + 1936, + 1937, + 1938, + 1939, + 1940, + 1941, + 1942], 'cmdline': ['dp_sync_taskq'], 'cpu_percent': 0, 'cpu_times': {}, @@ -10459,24 +10344,24 @@ Programlist stats: 'num_threads': 12, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2120, - 2121, - 2122, - 2123, - 2124, - 2125, - 2126, - 2127, - 2128, - 2129, - 2130, - 2131, - 2132, - 2133, - 2134, - 2135], + {'childrens': [1943, + 1944, + 1945, + 1946, + 1947, + 1948, + 1949, + 1950, + 1951, + 1952, + 1953, + 1954, + 1955, + 1956, + 1957, + 1958], 'cmdline': ['dp_zil_clean_ta'], 'cpu_percent': 0, 'cpu_times': {}, @@ -10643,9 +10528,9 @@ Programlist stats: 'num_threads': 16, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2136], + {'childrens': [1959], 'cmdline': ['z_zrele'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10668,9 +10553,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2137], + {'childrens': [1960], 'cmdline': ['z_unlinked_drai'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10693,16 +10578,16 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2159], + {'childrens': [1978], 'cmdline': ['txg_quiesce'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, 'system': 0.0, - 'user': 0.53}, + 'user': 0.41}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -10718,15 +10603,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2160], + {'childrens': [1979], 'cmdline': ['txg_sync'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.05, + 'system': 1.7, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -10743,15 +10628,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2161], + {'childrens': [1980], 'cmdline': ['mmp'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 2.12, + 'system': 1.64, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -10768,9 +10653,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2162], + {'childrens': [1981], 'cmdline': ['z_indirect_cond'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10793,9 +10678,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2163], + {'childrens': [1982], 'cmdline': ['z_livelist_dest'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10818,9 +10703,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2164], + {'childrens': [1983], 'cmdline': ['z_livelist_cond'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10843,9 +10728,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [2165], + {'childrens': [1984], 'cmdline': ['z_checkpoint_di'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10868,9 +10753,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3888], + {'childrens': [3681], 'cmdline': ['krfcommd'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -10893,16 +10778,16 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [1099704], + {'childrens': [64525], 'cmdline': ['sd_espeak-ng-mb'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.04, - 'user': 0.01}, + 'system': 0.02, + 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -10918,509 +10803,9 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'Z', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'}, - {'childrens': [3637155], - 'cmdline': ['kworker/14:3-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 1.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/14:3-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3672980], - 'cmdline': ['kworker/2:3-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.25, - '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:3-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3676844], - 'cmdline': ['kworker/13:2-wg-crypt-proton0'], - '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/13:2-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3676894], - 'cmdline': ['kworker/2:4-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.37, - '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:4-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3678468], - 'cmdline': ['kworker/11:2-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/11:2-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3678981], - 'cmdline': ['kworker/5:2-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.09, - '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-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3681104], - 'cmdline': ['kworker/10:1-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.41, - '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.5464632511138916, - 'username': 'root'}, - {'childrens': [3683512], - 'cmdline': ['kworker/14:0-i915-unordered'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.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/14:0-i915-unordered', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3683589], - 'cmdline': ['kworker/12:1-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.13, - '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:1-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3683591], - 'cmdline': ['kworker/9:2-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.05, - '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:2-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3684194], - 'cmdline': ['kworker/0:1-events'], - '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/0:1-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3684225], - 'cmdline': ['kworker/15:1-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.09, - '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-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3684342], - '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.86, - '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.5464632511138916, - 'username': 'root'}, - {'childrens': [3686143], - 'cmdline': ['kworker/u64:25-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:25-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3686146], - 'cmdline': ['kworker/u64:28-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.61, - '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:28-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3686153], - 'cmdline': ['kworker/u64:35-i915'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.42, - '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:35-i915', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3686155], - 'cmdline': ['kworker/u64:37-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.3, - '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:37-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3686157], - 'cmdline': ['kworker/u64:39-kcryptd-252:0-1'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.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:39-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3686161], - 'cmdline': ['kworker/u64:44-kcryptd-252:0-1'], - '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/u64:44-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3686174], - 'cmdline': ['kworker/u64:57-kcryptd-252:0-1'], - '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/u64:57-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3686181], + {'childrens': [425061], 'cmdline': ['irq/198-mei_me'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, @@ -11443,15 +10828,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'S', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3686184], - 'cmdline': ['kworker/7:1-events'], + {'childrens': [425065], + 'cmdline': ['kworker/14:3-mm_percpu_wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.07, + 'system': 6.29, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11462,71 +10847,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/7:1-events', + 'name': 'kworker/14:3-mm_percpu_wq', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3686782], - 'cmdline': ['kworker/R-wg-crypt-proton0'], - '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-wg-crypt-proton0', - 'nice': -20, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3688395], - 'cmdline': ['kworker/13:1-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.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/13:1-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3689203], + {'childrens': [425066], 'cmdline': ['kworker/15:2-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.02, + 'system': 0.75, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11543,415 +10878,15 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3689375], - 'cmdline': ['kworker/6:0-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.07, - '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-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3689678], - 'cmdline': ['kworker/3:2-wg-crypt-proton0'], - '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:2-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3690095], - 'cmdline': ['kworker/12:0-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.09, - '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:0-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3690096], - 'cmdline': ['kworker/4:2-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.16, - '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-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3690664], - 'cmdline': ['kworker/8:0-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.07, - '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:0-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3690738], - 'cmdline': ['kworker/5:1-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.03, - '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.5464632511138916, - 'username': 'root'}, - {'childrens': [3690751], - 'cmdline': ['kworker/1:1-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/1:1-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3691172], - '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.37, - '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.5464632511138916, - 'username': 'root'}, - {'childrens': [3691187], - 'cmdline': ['kworker/0:0-wg-crypt-proton0'], - '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/0:0-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3691216], - '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.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:1-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3692473], - 'cmdline': ['kworker/9:1-wg-crypt-proton0'], - '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/9:1-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3692474], - 'cmdline': ['kworker/4:4-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.15, - '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:4-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3692476], - '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.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/u64:3-kcryptd-252:0-1', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3692477], - '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.07, - '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.5464632511138916, - 'username': 'root'}, - {'childrens': [3693001], - '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.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/1:2-mm_percpu_wq', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3693111], - 'cmdline': ['kworker/8:2-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.03, - '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-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3693846], + {'childrens': [444002], 'cmdline': ['kworker/3:1-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.05, + 'system': 0.49, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -11968,16 +10903,16 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3693870], - 'cmdline': ['kworker/11:1-events'], + {'childrens': [458457], + 'cmdline': ['kworker/5:0-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.04, - 'user': 0.0}, + 'system': 0.54, + 'user': 0.03}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, 'dirty': 0, @@ -11987,21 +10922,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/11:1-events', + 'name': 'kworker/5:0-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3693896], - 'cmdline': ['kworker/u65:0-rb_allocator'], + {'childrens': [477608], + 'cmdline': ['kworker/15:1-pm'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.44, + 'system': 0.0, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12012,21 +10947,146 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/u65:0-rb_allocator', + 'name': 'kworker/15:1-pm', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [479131], + 'cmdline': ['kworker/10:3-mm_percpu_wq'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.45, + '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:3-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [485133], + 'cmdline': ['kworker/14:0-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:0-i915-unordered', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [486011], + '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': 13.68, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [496131], + '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': 12.94, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [499756], + 'cmdline': ['kworker/u65:2-rb_allocator'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 2.76, + '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-rb_allocator', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3693911], - 'cmdline': ['kworker/6:2-wg-crypt-proton0'], + {'childrens': [501620], + '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.04, + 'system': 11.42, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12037,21 +11097,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/6:2-wg-crypt-proton0', + 'name': 'kworker/u64:1-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3694654], - 'cmdline': ['kworker/7:3-mm_percpu_wq'], + {'childrens': [501625], + '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.02, + 'system': 12.41, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12062,16 +11122,116 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/7:3-mm_percpu_wq', + 'name': 'kworker/u64:9-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3694858], - 'cmdline': ['kworker/10:0-events'], + {'childrens': [501627], + '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': 13.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:13-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [501769], + 'cmdline': ['kworker/13:1-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.14, + '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/13:1-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [503442], + 'cmdline': ['kworker/12: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/12:2-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [504914], + 'cmdline': ['kworker/11: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/11:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [505644], + 'cmdline': ['kworker/9:0-mm_percpu_wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12087,21 +11247,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/10:0-events', + 'name': 'kworker/9:0-mm_percpu_wq', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3695024], - 'cmdline': ['kworker/4:0-wg-crypt-proton0'], + {'childrens': [505979], + 'cmdline': ['kworker/u65:3-i915_flip'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.07, + 'system': 2.54, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12112,46 +11272,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/4:0-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3695987], - 'cmdline': ['kworker/u65:1-rb_allocator'], - '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/u65:1-rb_allocator', + 'name': 'kworker/u65:3-i915_flip', 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3696005], - 'cmdline': ['kworker/14:1-i915-unordered'], + {'childrens': [505980], + 'cmdline': ['kworker/6:0-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.33, + 'system': 0.16, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12162,21 +11297,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/14:1-i915-unordered', + 'name': 'kworker/6:0-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3696035], - 'cmdline': ['kworker/5:0-mm_percpu_wq'], + {'childrens': [506042], + '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': 0.03, + 'system': 6.08, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12187,21 +11322,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/5:0-mm_percpu_wq', + 'name': 'kworker/u64:8-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3696053], - 'cmdline': ['kworker/15:0-wg-crypt-proton0'], + {'childrens': [506043], + '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.01, + 'system': 6.41, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12212,16 +11347,41 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/15:0-wg-crypt-proton0', + 'name': 'kworker/u64:10-kcryptd-252:0-1', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3696099], - 'cmdline': ['kworker/3:0-wg-crypt-proton0'], + {'childrens': [506433], + 'cmdline': ['kworker/12:1-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.16, + '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:1-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [506576], + 'cmdline': ['kworker/5:1-mm_percpu_wq'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12237,21 +11397,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/3:0-wg-crypt-proton0', + 'name': 'kworker/5:1-mm_percpu_wq', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3696116], - 'cmdline': ['kworker/12:2-events'], + {'childrens': [506880], + 'cmdline': ['kworker/1:2-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.03, + 'system': 0.11, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12262,16 +11422,16 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/12:2-events', + 'name': 'kworker/1:2-events', 'nice': 0, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3696163], - 'cmdline': ['kworker/11:0-mm_percpu_wq'], + {'childrens': [509680], + 'cmdline': ['kworker/R-dio/dm-1'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, @@ -12287,221 +11447,21 @@ Programlist stats: 'text': 0, 'vms': 0}, 'memory_percent': 0, - 'name': 'kworker/11:0-mm_percpu_wq', - 'nice': 0, + 'name': 'kworker/R-dio/dm-1', + 'nice': -20, 'nprocs': 1, 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'root'}, - {'childrens': [3696276], - 'cmdline': ['kworker/2:0-wg-crypt-proton0'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.03, - '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-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3696320], - 'cmdline': ['kworker/6:1-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:1-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3696362], - 'cmdline': ['kworker/8:1-events'], - 'cpu_percent': 0, - 'cpu_times': {'children_system': 0.0, - 'children_user': 0.0, - 'iowait': 0.0, - 'system': 0.05, - '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-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3696486], - 'cmdline': ['kworker/9:0-wg-crypt-proton0'], - '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-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3696571], - 'cmdline': ['kworker/1:0-wg-crypt-proton0'], - '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:0-wg-crypt-proton0', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3696971], - 'cmdline': ['kworker/7: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/7:0-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3697312], - 'cmdline': ['kworker/13: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/13:0-events', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3697439], - 'cmdline': ['kworker/10:2-i915-unordered'], - '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/10:2-i915-unordered', - 'nice': 0, - 'nprocs': 1, - 'num_threads': 1, - 'pid': '_', - 'status': 'I', - 'time_since_update': 0.5464632511138916, - 'username': 'root'}, - {'childrens': [3697749], + {'childrens': [509695], 'cmdline': ['kworker/7:2-events'], 'cpu_percent': 0, 'cpu_times': {'children_system': 0.0, 'children_user': 0.0, 'iowait': 0.0, - 'system': 0.0, + 'system': 0.04, 'user': 0.0}, 'io_counters': [0, 0, 0, 0, 0], 'memory_info': {'data': 0, @@ -12518,7 +11478,882 @@ Programlist stats: 'num_threads': 1, 'pid': '_', 'status': 'I', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [510096], + 'cmdline': ['kworker/8: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/8:1-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [511401], + 'cmdline': ['kworker/10: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/10:1-cgroup_destroy', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [512915], + 'cmdline': ['kworker/0: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/0:2-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [512952], + 'cmdline': ['kworker/1:1-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:1-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [513438], + 'cmdline': ['kworker/7:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.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/7:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [513936], + 'cmdline': ['kworker/2:0-events'], + '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/2:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [513974], + 'cmdline': ['kworker/8:2-events'], + '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/8:2-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [514089], + '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.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:0-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [514345], + 'cmdline': ['kworker/11:1-mm_percpu_wq'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.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/11:1-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [515330], + 'cmdline': ['kworker/4:2-events'], + '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/4:2-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [516145], + 'cmdline': ['kworker/7:1-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:1-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [516181], + 'cmdline': ['kworker/9:1-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/9:1-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [517041], + '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.06, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [517321], + 'cmdline': ['kworker/4:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.02, + 'user': 0.02}, + '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:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [517337], + 'cmdline': ['kworker/6: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/6:3-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [517808], + 'cmdline': ['kworker/10:0-events'], + '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': 0, + 'dirty': 0, + 'lib': 0, + 'rss': 0, + 'shared': 0, + 'text': 0, + 'vms': 0}, + 'memory_percent': 0, + 'name': 'kworker/10:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [517820], + 'cmdline': ['kworker/3: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/3:2', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [517821], + '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.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:2-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518062], + 'cmdline': ['kworker/0:1-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.05, + '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-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518232], + 'cmdline': ['kworker/2:2-kdmflush/252: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/2:2-kdmflush/252:1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518534], + 'cmdline': ['kworker/9: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/9:2-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518747], + 'cmdline': ['kworker/5:2-events'], + '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/5:2-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518782], + 'cmdline': ['kworker/u65:0-hci0'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.9, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [518788], + '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.09, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [518789], + '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.06, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [518790], + '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': 0.25, + '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.31589508056640625, + 'username': 'root'}, + {'childrens': [518791], + '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.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/u64:6-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518792], + '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.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/u64:7-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518793], + '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.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/u64:11-kcryptd-252:0-1', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518794], + 'cmdline': ['kworker/u64:14-events_unbound'], + '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:14-events_unbound', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518795], + 'cmdline': ['kworker/u64:16-events_unbound'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.3, + '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:16-events_unbound', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [518851], + 'cmdline': ['kworker/8:0-events'], + 'cpu_percent': 0, + 'cpu_times': {'children_system': 0.0, + 'children_user': 0.0, + 'iowait': 0.0, + 'system': 0.11, + 'user': 0.02}, + '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:0-events', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [519388], + 'cmdline': ['kworker/1: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/1:0', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [519539], + 'cmdline': ['kworker/7:3-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/7:3-mm_percpu_wq', + 'nice': 0, + 'nprocs': 1, + 'num_threads': 1, + 'pid': '_', + 'status': 'I', + 'time_since_update': 0.31589508056640625, + 'username': 'root'}, + {'childrens': [521283], + '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.31589508056640625, 'username': 'root'}] Programlist fields description: @@ -12600,7 +12435,7 @@ Percpu stats: 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 39.0, + 'idle': 26.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -12608,9 +12443,9 @@ Percpu stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 7.0, - 'total': 61.0, - 'user': 3.0} + 'system': 9.0, + 'total': 74.0, + 'user': 0.0} Percpu fields description: @@ -12696,22 +12531,22 @@ Network stats: >>> gl.network Return a dict of dict with key= >>> gl.network.keys() - ['wlp0s20f3', 'ipv6leakintrf0', 'proton0'] + ['wlp0s20f3'] >>> gl.network["wlp0s20f3"] {'alias': None, 'bytes_all': 0, - 'bytes_all_gauge': 17335060599, + 'bytes_all_gauge': 3988463966, 'bytes_all_rate_per_sec': 0.0, 'bytes_recv': 0, - 'bytes_recv_gauge': 15722032495, + 'bytes_recv_gauge': 2826239267, 'bytes_recv_rate_per_sec': 0.0, 'bytes_sent': 0, - 'bytes_sent_gauge': 1613028104, + 'bytes_sent_gauge': 1162224699, 'bytes_sent_rate_per_sec': 0.0, 'interface_name': 'wlp0s20f3', 'key': 'interface_name', 'speed': 0, - 'time_since_update': 0.11367225646972656} + 'time_since_update': 0.06490206718444824} Network fields description: @@ -12752,23 +12587,23 @@ Cpu stats: Return a object >>> gl.cpu {'cpucore': 16, - 'ctx_switches': 418936478, + 'ctx_switches': 522801317, 'guest': 0.0, - 'idle': 78.5, - 'interrupts': 387038047, - 'iowait': 0.9, + 'idle': 93.6, + 'interrupts': 244753365, + 'iowait': 0.6, 'irq': 0.0, 'nice': 0.0, - 'soft_interrupts': 147533465, + 'soft_interrupts': 110566424, 'steal': 0.0, 'syscalls': 0, - 'system': 6.1, - 'total': 15.8, - 'user': 14.4} + 'system': 3.6, + 'total': 7.5, + 'user': 2.1} >>> gl.cpu.keys() ['total', 'user', 'nice', 'system', 'idle', 'iowait', 'irq', 'steal', 'guest', 'ctx_switches', 'interrupts', 'soft_interrupts', 'syscalls', 'cpucore'] >>> gl.cpu["total"] - 15.8 + 7.5 Cpu fields description: @@ -12840,7 +12675,7 @@ Amps stats: 'refresh': 3.0, 'regex': True, 'result': None, - 'timer': 0.2958996295928955} + 'timer': 0.1619856357574463} Amps fields description: @@ -12871,158 +12706,91 @@ Processlist stats: >>> gl.processlist Return a dict of dict with key= >>> gl.processlist.keys() - [7109, 3697730, 6208, 4995, 6462, 3505645, 129, 43195, 5145, 5629, 3532052, 737065, 6493, 3505605, 5503, 3679004, 38, 3506727, 3505550, 3556897, 3689810, 3667423, 7116, 7112, 3505433, 7374, 1076749, 3505655, 93349, 3505976, 8243, 3600011, 3505656, 8352, 3597284, 3597863, 3505732, 3506781, 6467, 1132942, 5940, 3506170, 3506076, 5230, 3696202, 3696854, 3697185, 5979, 3505497, 5131, 5952, 3686598, 3506134, 3506133, 3505435, 3505436, 6926, 3506130, 6448, 3532635, 11995, 5581, 5438, 3548, 3506270, 2621, 5387, 746, 4705, 8117, 5474, 5601, 5169, 5324, 5162, 5645, 5143, 5122, 2705, 5976, 3544, 2976, 5225, 5147, 4947, 1, 2651, 5155, 2487, 4848, 2655, 4683, 5394, 4704, 2610, 2653, 5623, 4700, 2616, 6546, 4660, 2970, 5875, 5149, 5254, 3018, 5174, 5199, 2946, 3530, 4708, 2707, 2929, 1099735, 55223, 2828, 3552, 3601, 5223, 1099678, 8729, 11634, 5542, 11597, 2636, 5429, 2488, 5152, 5247, 5404, 5204, 2638, 2624, 5803, 2486, 2831, 2613, 4994, 4766, 783, 4936, 5421, 5103, 5418, 4718, 5322, 5182, 5341, 2607, 4944, 2628, 5146, 5446, 4913, 5388, 1099836, 3433, 5192, 4775, 5130, 43204, 2619, 3434, 4833, 3597292, 3505977, 3505988, 2606, 3686474, 4919, 43301, 5008, 4701, 2605, 2773, 6292, 6023, 3691, 3505454, 2627, 3697726, 1099853, 4690, 3575, 3557, 4782, 3689950, 3697729, 3155, 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, 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, 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, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 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, 2179, 3496, 3888, 1099704, 1137526, 3637155, 3658305, 3658306, 3658307, 3658308, 3658309, 3658310, 3658337, 3658378, 3672980, 3676844, 3676894, 3678468, 3678981, 3681104, 3683512, 3683589, 3683591, 3684194, 3684225, 3684342, 3686143, 3686146, 3686153, 3686155, 3686157, 3686161, 3686174, 3686181, 3686184, 3686782, 3688395, 3689203, 3689375, 3689678, 3690095, 3690096, 3690664, 3690738, 3690751, 3691172, 3691187, 3691216, 3692473, 3692474, 3692476, 3692477, 3693001, 3693111, 3693846, 3693870, 3693896, 3693911, 3694654, 3694858, 3695024, 3695987, 3696005, 3696035, 3696053, 3696099, 3696116, 3696163, 3696276, 3696320, 3696362, 3696486, 3696571, 3696971, 3697312, 3697439, 3697749] - >>> gl.processlist["7109"] - {'cmdline': ['/snap/firefox/6316/usr/lib/firefox/firefox', - '-contentproc', - '-isForBrowser', - '-prefsHandle', - '0:41962', - '-prefMapHandle', - '1:272266', - '-jsInitHandle', - '2:245828', - '-parentBuildID', - '20250609225024', - '-sandboxReporter', - '3', - '-chrootClient', - '4', - '-ipcHandle', - '5', - '-initialChannelId', - '{fda0875f-34ab-4aad-96d0-fb03539c8fac}', - '-parentPid', - '6208', - '-crashReporter', - '6', - '-crashHelperPid', - '6292', - '-greomni', - '/snap/firefox/6316/usr/lib/firefox/omni.ja', - '-appomni', - '/snap/firefox/6316/usr/lib/firefox/browser/omni.ja', - '-appDir', - '/snap/firefox/6316/usr/lib/firefox/browser', - '6', - 'tab'], - 'cpu_percent': 96.0, - 'cpu_times': {'children_system': 0.0, + [521626, 127, 13219, 264075, 263183, 13135, 14233, 263845, 264380, 328820, 5951, 390586, 264073, 44673, 389794, 433109, 6340, 450993, 6593, 263427, 14662, 2774, 451289, 15276, 433108, 285997, 263432, 309950, 13023, 433110, 13229, 433165, 6141, 518540, 13677, 433281, 12677, 7127, 7025, 519674, 518807, 520817, 13230, 6061, 13175, 519191, 264065, 7064, 3340, 518946, 263401, 13672, 13673, 6363, 11749, 13538, 13611, 14265, 6527, 13093, 2784, 2443, 8785, 6279, 742, 6395, 5638, 6075, 6053, 275256, 2524, 13026, 6545, 6111, 6263, 6110, 6731, 13025, 5895, 1, 2472, 7120, 13811, 6145, 5636, 6100, 2435, 5615, 2464, 5781, 6105, 6304, 2429, 6575, 2469, 13674, 6336, 5632, 6102, 2307, 5543, 7244, 6123, 2776, 3464, 2836, 275247, 6171, 6114, 6662, 2527, 2641, 5639, 411182, 2743, 3343, 44703, 6139, 3393, 6096, 2457, 46869, 46838, 6493, 64513, 6103, 24122, 6568, 6370, 6322, 6127, 2308, 3254, 6159, 2432, 782, 2645, 5702, 2458, 2446, 5884, 5936, 2306, 5650, 6353, 6034, 6442, 64529, 2426, 6258, 6273, 6333, 5861, 2451, 6097, 5892, 6117, 5764, 6379, 5707, 6119, 3255, 6062, 2425, 309958, 13666, 425125, 456242, 5633, 5866, 2559, 2438, 5950, 64536, 263270, 2424, 3510, 7216, 13561, 2449, 64539, 519188, 521622, 5622, 13044, 3366, 3357, 5714, 517080, 2973, 521625, 2771, 2768, 2517, 2974, 3259, 13535, 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, 117, 120, 121, 122, 123, 124, 125, 126, 132, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 149, 150, 153, 154, 155, 163, 175, 184, 185, 209, 212, 230, 231, 232, 265, 266, 267, 268, 270, 271, 272, 275, 369, 372, 373, 374, 375, 376, 378, 456, 457, 619, 624, 625, 626, 632, 684, 685, 810, 969, 1011, 1012, 1013, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1046, 1047, 1223, 1285, 1325, 1331, 1332, 1333, 1334, 1335, 1394, 1397, 1453, 1458, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1850, 1851, 1853, 1854, 1855, 1856, 1857, 1858, 1860, 1861, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 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, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1972, 1973, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995, 1997, 1998, 2002, 3681, 64525, 425061, 425065, 425066, 444002, 458457, 477608, 479131, 485133, 486011, 496131, 499756, 501620, 501625, 501627, 501769, 503442, 504914, 505644, 505979, 505980, 506042, 506043, 506433, 506576, 506880, 508477, 509680, 509695, 510096, 511401, 512915, 512952, 513438, 513936, 513974, 514089, 514345, 515330, 516145, 516181, 517041, 517321, 517337, 517808, 517820, 517821, 518062, 518232, 518534, 518747, 518782, 518788, 518789, 518790, 518791, 518792, 518793, 518794, 518795, 518851, 519388, 519539, 521283] + >>> gl.processlist["521626"] + {'cmdline': ['venv/bin/python', + '-m', + 'glances', + '-C', + 'conf/glances.conf', + '--api-doc'], + 'cpu_percent': 77.5, + 'cpu_times': {'children_system': 0.02, 'children_user': 0.0, 'iowait': 0.0, - 'system': 180.53, - 'user': 2371.23}, + 'system': 0.26, + 'user': 0.4}, 'gids': {'effective': 1000, 'real': 1000, 'saved': 1000}, - 'io_counters': [19594240, + 'io_counters': [0, + 8192, 0, - 19594240, + 8192, + 1, + 173678592, + 32735232, + 173678592, + 32735232, + 1, + 118784, + 20480, + 118784, + 20480, + 1, + 26533888, + 0, + 26533888, 0, 1, - 77824, + 25726976, 0, - 77824, + 25726976, 0, 1, - 172032, + 4841472, 0, - 172032, + 4841472, 0, 1, - 0, - 2678784, - 0, - 2678784, + 173678592, + 32735232, + 173678592, + 32735232, 1, - 7809024, + 118784, + 20480, + 118784, + 20480, + 1, + 26533888, 0, - 7809024, + 26533888, 0, 1, - 57624576, + 25726976, 0, - 57624576, + 25726976, 0, 1, - 376832, - 83787776, - 376832, - 83787776, - 1, + 4841472, 0, - 0, - 0, - 0, - 1, - 21426176, - 0, - 21426176, - 0, - 1, - 14822400, - 0, - 14822400, - 0, - 1, - 77824, - 0, - 77824, - 0, - 1, - 172032, - 0, - 172032, - 0, - 1, - 0, - 2678784, - 0, - 2678784, - 1, - 7809024, - 0, - 7809024, - 0, - 1, - 57624576, - 0, - 57624576, - 0, - 1, - 376832, - 83787776, - 376832, - 83787776, - 1, - 0, - 0, - 0, - 0, - 1, - 21426176, - 0, - 21426176, - 0, - 1, - 14822400, - 0, - 14822400, + 4841472, 0, 1], 'key': 'pid', - 'memory_info': {'data': 1252728832, + 'memory_info': {'data': 98783232, 'dirty': 0, 'lib': 0, - 'rss': 865968128, - 'shared': 143536128, - 'text': 868352, - 'vms': 3963052032}, - 'memory_percent': 5.273288478446583, - 'name': 'Isolated Web Co', + 'rss': 63594496, + 'shared': 17338368, + 'text': 3026944, + 'vms': 530706432}, + 'memory_percent': 0.38725698539168674, + 'name': 'python', 'nice': 0, - 'num_threads': 31, - 'pid': 7109, + 'num_threads': 5, + 'pid': 521626, 'status': 'R', - 'time_since_update': 0.5464632511138916, + 'time_since_update': 0.31589508056640625, 'username': 'nicolargo'} Processlist fields description: @@ -13107,13 +12875,13 @@ Load stats: Return a object >>> gl.load {'cpucore': 16, - 'min1': 1.4404296875, - 'min15': 0.7431640625, - 'min5': 1.00244140625} + 'min1': 1.23095703125, + 'min15': 0.7724609375, + 'min5': 0.85546875} >>> gl.load.keys() ['min1', 'min5', 'min15', 'cpucore'] >>> gl.load["min1"] - 1.4404296875 + 1.23095703125 Load fields description: @@ -13152,7 +12920,7 @@ Sensors stats: 'label': 'Ambient', 'type': 'temperature_core', 'unit': 'C', - 'value': 37, + 'value': 41, 'warning': 0} Sensors fields description: @@ -13190,7 +12958,7 @@ Uptime stats: >>> gl.uptime Return a object >>> gl.uptime - '12 days, 5:30:41' + '7 days, 22:49:07' Uptime limits: @@ -13209,11 +12977,11 @@ Now stats: >>> gl.now Return a object >>> gl.now - {'custom': '2025-08-01 17:18:28 CEST', 'iso': '2025-08-01T17:18:28+02:00'} + {'custom': '2025-08-10 18:08:32 CEST', 'iso': '2025-08-10T18:08:32+02:00'} >>> gl.now.keys() ['iso', 'custom'] >>> gl.now["iso"] - '2025-08-01T17:18:28+02:00' + '2025-08-10T18:08:32+02:00' Now fields description: @@ -13242,14 +13010,14 @@ Fs stats: ['/', '/zsfpool'] >>> gl.fs["/"] {'device_name': '/dev/mapper/ubuntu--vg-ubuntu--lv', - 'free': 736430780416, + 'free': 732596559872, 'fs_type': 'ext4', 'key': 'mnt_point', 'mnt_point': '/', 'options': 'rw,relatime', - 'percent': 22.7, + 'percent': 23.1, 'size': 1003736440832, - 'used': 216243154944} + 'used': 220077375488} Fs fields description: @@ -13289,8 +13057,8 @@ Wifi stats: ['wlp0s20f3'] >>> gl.wifi["wlp0s20f3"] {'key': 'ssid', - 'quality_level': -58.0, - 'quality_link': 52.0, + 'quality_level': -72.0, + 'quality_link': 38.0, 'ssid': 'wlp0s20f3'} Wifi limits: @@ -13314,7 +13082,7 @@ Ip stats: >>> gl.ip Return a object >>> gl.ip - {'address': '192.168.1.26', + {'address': '192.168.0.28', 'mask': '255.255.255.0', 'mask_cidr': 24, 'public_address': '', @@ -13322,7 +13090,7 @@ Ip stats: >>> gl.ip.keys() ['address', 'mask', 'mask_cidr', 'public_address', 'public_info_human'] >>> gl.ip["address"] - '192.168.1.26' + '192.168.0.28' Ip fields description: @@ -13441,20 +13209,20 @@ Mem stats: >>> gl.mem Return a object >>> gl.mem - {'active': 8431759360, - 'available': 4989526016, - 'buffers': 192905216, - 'cached': 5601996800, - 'free': 4989526016, - 'inactive': 4355743744, - 'percent': 69.6, - 'shared': 2127405056, - 'total': 16421785600, - 'used': 11432259584} + {'active': 7383883776, + 'available': 5963628544, + 'buffers': 350216192, + 'cached': 5144518656, + 'free': 5963628544, + 'inactive': 4226494464, + 'percent': 63.7, + 'shared': 1194520576, + 'total': 16421781504, + 'used': 10458152960} >>> gl.mem.keys() ['total', 'available', 'percent', 'used', 'free', 'active', 'inactive', 'buffers', 'cached', 'shared'] >>> gl.mem["total"] - 16421785600 + 16421781504 Mem fields description: @@ -13520,19 +13288,19 @@ Quicklook stats: >>> gl.quicklook Return a object >>> gl.quicklook - {'cpu': 15.8, + {'cpu': 7.5, 'cpu_hz': 4475000000.0, - 'cpu_hz_current': 872175812.5, + 'cpu_hz_current': 853921250.0, 'cpu_log_core': 16, 'cpu_name': '13th Gen Intel(R) Core(TM) i7-13620H', 'cpu_phys_core': 10, - 'load': 4.6, - 'mem': 69.6, + 'load': 4.8, + 'mem': 63.7, 'percpu': [{'cpu_number': 0, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 39.0, + 'idle': 26.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13540,14 +13308,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 7.0, - 'total': 61.0, - 'user': 3.0}, + 'system': 9.0, + 'total': 74.0, + 'user': 0.0}, {'cpu_number': 1, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 50.0, + 'idle': 36.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13555,14 +13323,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 0.0, - 'total': 50.0, + 'system': 1.0, + 'total': 64.0, 'user': 0.0}, {'cpu_number': 2, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 44.0, + 'idle': 36.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13570,105 +13338,15 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 4.0, - 'total': 56.0, - 'user': 3.0}, + 'system': 1.0, + 'total': 64.0, + 'user': 0.0}, {'cpu_number': 3, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 51.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': 49.0, - 'user': 0.0}, - {'cpu_number': 4, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 29.0, - 'interrupt': None, - 'iowait': 0.0, - 'irq': 0.0, - 'key': 'cpu_number', - 'nice': 0.0, - 'softirq': 0.0, - 'steal': 0.0, - 'system': 2.0, - 'total': 71.0, - 'user': 20.0}, - {'cpu_number': 5, - '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': 0.0, - 'total': 68.0, - 'user': 19.0}, - {'cpu_number': 6, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 14.0, - 'interrupt': None, - 'iowait': 0.0, - 'irq': 0.0, - 'key': 'cpu_number', - 'nice': 0.0, - 'softirq': 0.0, - 'steal': 0.0, - 'system': 10.0, - 'total': 86.0, - 'user': 26.0}, - {'cpu_number': 7, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 51.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': 49.0, - 'user': 0.0}, - {'cpu_number': 8, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, 'idle': 37.0, 'interrupt': None, - 'iowait': 2.0, - 'irq': 0.0, - 'key': 'cpu_number', - 'nice': 0.0, - 'softirq': 0.0, - 'steal': 0.0, - 'system': 2.0, - 'total': 63.0, - 'user': 10.0}, - {'cpu_number': 9, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 51.0, - 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, 'key': 'cpu_number', @@ -13676,13 +13354,13 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 49.0, + 'total': 63.0, 'user': 0.0}, - {'cpu_number': 10, + {'cpu_number': 4, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 44.0, + 'idle': 16.0, 'interrupt': None, 'iowait': 1.0, 'irq': 0.0, @@ -13690,14 +13368,14 @@ Quicklook stats: 'nice': 0.0, 'softirq': 0.0, 'steal': 0.0, - 'system': 4.0, - 'total': 56.0, - 'user': 1.0}, - {'cpu_number': 11, + 'system': 7.0, + 'total': 84.0, + 'user': 11.0}, + {'cpu_number': 5, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 51.0, + 'idle': 37.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13706,43 +13384,103 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 49.0, + 'total': 63.0, + 'user': 0.0}, + {'cpu_number': 6, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 24.0, + 'interrupt': None, + 'iowait': 2.0, + 'irq': 0.0, + 'key': 'cpu_number', + 'nice': 0.0, + 'softirq': 0.0, + 'steal': 0.0, + 'system': 7.0, + 'total': 76.0, + 'user': 1.0}, + {'cpu_number': 7, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 37.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': 63.0, + 'user': 0.0}, + {'cpu_number': 8, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 34.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': 66.0, + 'user': 3.0}, + {'cpu_number': 9, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 37.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': 63.0, + 'user': 0.0}, + {'cpu_number': 10, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 36.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': 64.0, + 'user': 0.0}, + {'cpu_number': 11, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 37.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': 63.0, 'user': 0.0}, {'cpu_number': 12, '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': 1.0, - 'total': 53.0, - 'user': 3.0}, - {'cpu_number': 13, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 48.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': 52.0, - 'user': 2.0}, - {'cpu_number': 14, - 'dpc': None, - 'guest': 0.0, - 'guest_nice': 0.0, - 'idle': 50.0, + 'idle': 36.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13751,13 +13489,43 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 50.0, + 'total': 64.0, + 'user': 0.0}, + {'cpu_number': 13, + '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': 1.0, + 'total': 65.0, + 'user': 0.0}, + {'cpu_number': 14, + 'dpc': None, + 'guest': 0.0, + 'guest_nice': 0.0, + 'idle': 36.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': 64.0, 'user': 1.0}, {'cpu_number': 15, 'dpc': None, 'guest': 0.0, 'guest_nice': 0.0, - 'idle': 49.0, + 'idle': 37.0, 'interrupt': None, 'iowait': 0.0, 'irq': 0.0, @@ -13766,9 +13534,9 @@ Quicklook stats: 'softirq': 0.0, 'steal': 0.0, 'system': 0.0, - 'total': 51.0, - 'user': 1.0}], - 'swap': 26.4} + 'total': 63.0, + 'user': 0.0}], + 'swap': 48.7} >>> 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"] @@ -13818,13 +13586,13 @@ Memswap stats: >>> gl.memswap Return a object >>> gl.memswap - {'free': 3161976832, - 'percent': 26.4, - 'sin': 510033920, - 'sout': 2266681344, - 'time_since_update': 0.449798583984375, + {'free': 2201743360, + 'percent': 48.7, + 'sin': 661184512, + 'sout': 2834472960, + 'time_since_update': 0.2745802402496338, 'total': 4294963200, - 'used': 1132986368} + 'used': 2093219840} >>> 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 957278cb..caf98719 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.4544260501861572}, + "timer": 0.3434016704559326}, {"count": 0, "countmax": 20.0, "countmin": None, @@ -169,7 +169,7 @@ Get plugin stats:: "refresh": 3.0, "regex": True, "result": None, - "timer": 0.4543294906616211}] + "timer": 0.34334397315979004}] 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.4544260501861572}]} + "timer": 0.3434016704559326}]} GET cloud --------- @@ -286,19 +286,19 @@ Get plugin stats:: # curl http://localhost:61208/api/4/cpu {"cpucore": 16, - "ctx_switches": 418964826, + "ctx_switches": 522817453, "guest": 0.0, - "idle": 93.6, - "interrupts": 387077862, - "iowait": 0.1, + "idle": 93.7, + "interrupts": 244764519, + "iowait": 0.2, "irq": 0.0, "nice": 0.0, - "soft_interrupts": 147546459, + "soft_interrupts": 110573572, "steal": 0.0, "syscalls": 0, - "system": 2.5, - "total": 6.3, - "user": 3.8} + "system": 2.6, + "total": 5.8, + "user": 3.4} Fields descriptions: @@ -331,7 +331,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/cpu/total - {"total": 6.3} + {"total": 5.8} GET diskio ---------- @@ -341,16 +341,24 @@ Get plugin stats:: # curl http://localhost:61208/api/4/diskio [{"disk_name": "nvme0n1", "key": "disk_name", - "read_bytes": 37896352256, - "read_count": 707219, - "write_bytes": 35114071040, - "write_count": 1477065}, + "read_bytes": 226147126784, + "read_count": 29962763, + "read_latency": 0, + "read_time": 2339460, + "write_bytes": 35263079424, + "write_count": 1673265, + "write_latency": 0, + "write_time": 2482318}, {"disk_name": "nvme0n1p1", "key": "disk_name", - "read_bytes": 8198144, - "read_count": 819, - "write_bytes": 1024, - "write_count": 2}] + "read_bytes": 14787584, + "read_count": 1022, + "read_latency": 0, + "read_time": 434, + "write_bytes": 5120, + "write_count": 3, + "write_latency": 0, + "write_time": 9}] Fields descriptions: @@ -367,6 +375,14 @@ Fields descriptions: * **write_bytes**: Number of bytes written (unit is *byte*) * **write_bytes_rate_per_sec**: Number of bytes written per second (unit is *byte* per second) * **write_bytes_gauge**: Number of bytes written (cumulative) (unit is *byte*) +* **read_time**: Time spent reading (unit is *millisecond*) +* **read_time_rate_per_sec**: Time spent reading per second (unit is *millisecond* per second) +* **read_time_gauge**: Time spent reading (cumulative) (unit is *millisecond*) +* **write_time**: Time spent writing (unit is *millisecond*) +* **write_time_rate_per_sec**: Time spent writing per second (unit is *millisecond* per second) +* **write_time_gauge**: Time spent writing (cumulative) (unit is *millisecond*) +* **read_latency**: Mean time spent reading per operation (unit is *millisecond*) +* **write_latency**: Mean time spent writing per operation (unit is *millisecond*) * **time_since_update**: Number of seconds since last update (unit is *seconds*) Get a specific field:: @@ -384,10 +400,14 @@ 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": 37896352256, - "read_count": 707219, - "write_bytes": 35114071040, - "write_count": 1477065}]} + "read_bytes": 226147126784, + "read_count": 29962763, + "read_latency": 0, + "read_time": 2339460, + "write_bytes": 35263079424, + "write_count": 1673265, + "write_latency": 0, + "write_time": 2482318}]} GET folders ----------- @@ -414,14 +434,14 @@ Get plugin stats:: # curl http://localhost:61208/api/4/fs [{"device_name": "/dev/mapper/ubuntu--vg-ubuntu--lv", - "free": 736430411776, + "free": 732596191232, "fs_type": "ext4", "key": "mnt_point", "mnt_point": "/", "options": "rw,relatime", - "percent": 22.7, + "percent": 23.1, "size": 1003736440832, - "used": 216243523584}, + "used": 220077744128}, {"device_name": "zsfpool", "free": 41680896, "fs_type": "zfs", @@ -452,14 +472,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": 736430411776, + "free": 732596191232, "fs_type": "ext4", "key": "mnt_point", "mnt_point": "/", "options": "rw,relatime", - "percent": 22.7, + "percent": 23.1, "size": 1003736440832, - "used": 216243523584}]} + "used": 220077744128}]} GET gpu ------- @@ -492,7 +512,7 @@ GET ip Get plugin stats:: # curl http://localhost:61208/api/4/ip - {"address": "192.168.1.26", + {"address": "192.168.0.28", "mask": "255.255.255.0", "mask_cidr": 24, "public_address": "", @@ -510,7 +530,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/ip/address - {"address": "192.168.1.26"} + {"address": "192.168.0.28"} GET irq ------- @@ -532,9 +552,9 @@ Get plugin stats:: # curl http://localhost:61208/api/4/load {"cpucore": 16, - "min1": 1.40478515625, - "min15": 0.74462890625, - "min5": 1.001953125} + "min1": 1.21240234375, + "min15": 0.77392578125, + "min5": 0.85791015625} Fields descriptions: @@ -546,7 +566,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/load/min1 - {"min1": 1.40478515625} + {"min1": 1.21240234375} GET mem ------- @@ -554,16 +574,16 @@ GET mem Get plugin stats:: # curl http://localhost:61208/api/4/mem - {"active": 8354164736, - "available": 5143576576, - "buffers": 193306624, - "cached": 5571280896, - "free": 5143576576, - "inactive": 4358942720, - "percent": 68.7, - "shared": 2088108032, - "total": 16421785600, - "used": 11278209024} + {"active": 7332466688, + "available": 6003163136, + "buffers": 350347264, + "cached": 5146554368, + "free": 6003163136, + "inactive": 4227039232, + "percent": 63.4, + "shared": 1196142592, + "total": 16421781504, + "used": 10418618368} Fields descriptions: @@ -582,7 +602,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/mem/total - {"total": 16421785600} + {"total": 16421781504} GET memswap ----------- @@ -590,13 +610,13 @@ GET memswap Get plugin stats:: # curl http://localhost:61208/api/4/memswap - {"free": 3161976832, - "percent": 26.4, - "sin": 510033920, - "sout": 2266681344, + {"free": 2201743360, + "percent": 48.7, + "sin": 661184512, + "sout": 2834472960, "time_since_update": 1, "total": 4294963200, - "used": 1132986368} + "used": 2093219840} Fields descriptions: @@ -621,32 +641,18 @@ Get plugin stats:: # curl http://localhost:61208/api/4/network [{"alias": None, "bytes_all": 0, - "bytes_all_gauge": 17335070284, + "bytes_all_gauge": 3989155877, "bytes_all_rate_per_sec": 0, "bytes_recv": 0, - "bytes_recv_gauge": 15722035360, + "bytes_recv_gauge": 2826269307, "bytes_recv_rate_per_sec": 0, "bytes_sent": 0, - "bytes_sent_gauge": 1613034924, + "bytes_sent_gauge": 1162886570, "bytes_sent_rate_per_sec": 0, "interface_name": "wlp0s20f3", "key": "interface_name", "speed": 0, - "time_since_update": 0.4572277069091797}, - {"alias": None, - "bytes_all": 0, - "bytes_all_gauge": 72630, - "bytes_all_rate_per_sec": 0, - "bytes_recv": 0, - "bytes_recv_gauge": 0, - "bytes_recv_rate_per_sec": 0, - "bytes_sent": 0, - "bytes_sent_gauge": 72630, - "bytes_sent_rate_per_sec": 0, - "interface_name": "ipv6leakintrf0", - "key": "interface_name", - "speed": 0, - "time_since_update": 0.4572277069091797}] + "time_since_update": 0.3450808525085449}] Fields descriptions: @@ -668,25 +674,25 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/network/interface_name - {"interface_name": ["wlp0s20f3", "ipv6leakintrf0", "proton0"]} + {"interface_name": ["wlp0s20f3"]} 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": 17335070284, + "bytes_all_gauge": 3989155877, "bytes_all_rate_per_sec": 0, "bytes_recv": 0, - "bytes_recv_gauge": 15722035360, + "bytes_recv_gauge": 2826269307, "bytes_recv_rate_per_sec": 0, "bytes_sent": 0, - "bytes_sent_gauge": 1613034924, + "bytes_sent_gauge": 1162886570, "bytes_sent_rate_per_sec": 0, "interface_name": "wlp0s20f3", "key": "interface_name", "speed": 0, - "time_since_update": 0.4572277069091797}]} + "time_since_update": 0.3450808525085449}]} GET now ------- @@ -694,7 +700,7 @@ GET now Get plugin stats:: # curl http://localhost:61208/api/4/now - {"custom": "2025-08-01 17:18:33 CEST", "iso": "2025-08-01T17:18:33+02:00"} + {"custom": "2025-08-10 18:08:37 CEST", "iso": "2025-08-10T18:08:37+02:00"} Fields descriptions: @@ -704,7 +710,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/now/iso - {"iso": "2025-08-01T17:18:33+02:00"} + {"iso": "2025-08-10T18:08:37+02:00"} GET percpu ---------- @@ -716,7 +722,7 @@ Get plugin stats:: "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 35.0, + "idle": 25.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -725,13 +731,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 9.0, - "total": 65.0, - "user": 0.0}, + "total": 75.0, + "user": 1.0}, {"cpu_number": 1, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -740,7 +746,7 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 56.0, + "total": 67.0, "user": 0.0}] Fields descriptions: @@ -790,7 +796,7 @@ GET processcount Get plugin stats:: # curl http://localhost:61208/api/4/processcount - {"pid_max": 0, "running": 1, "sleeping": 422, "thread": 2163, "total": 565} + {"pid_max": 0, "running": 1, "sleeping": 416, "thread": 2152, "total": 555} Fields descriptions: @@ -803,7 +809,7 @@ Fields descriptions: Get a specific field:: # curl http://localhost:61208/api/4/processcount/total - {"total": 565} + {"total": 555} GET processlist --------------- @@ -820,7 +826,7 @@ Get plugin stats:: "--dns-result-order=ipv4first", "--experimental-network-inspection", "--inspect-port=0", - "--crashpad-handler-pid=3505454", + "--crashpad-handler-pid=13044", "--enable-crash-reporter=864d4bb7-dd20-4851-830f-29e81dd93517,no_channel", "--user-data-dir=/home/nicolargo/.config/Code", "--standard-schemes=vscode-webview,vscode-file", @@ -830,129 +836,150 @@ 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,6589319968645033152,17685324338191824170,262144", + "--field-trial-handle=3,i,277389039271237821,6170301592723964654,262144", "--enable-features=DocumentPolicyIncludeJSCallStacksInCrashReports,EarlyEstablishGpuChannel,EstablishGpuChannelAsync", "--disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess", "--variations-seed-version"], "cpu_percent": 0.0, - "cpu_times": {"children_system": 508.02, - "children_user": 189.83, + "cpu_times": {"children_system": 993.63, + "children_user": 336.78, "iowait": 0.0, - "system": 407.25, - "user": 805.39}, + "system": 756.02, + "user": 1646.33}, "gids": {"effective": 1000, "real": 1000, "saved": 1000}, - "io_counters": [458162176, - 335024128, + "io_counters": [806231040, + 600100864, 0, 0, 0, - 73318400, - 1708032, + 105151488, + 172032, 0, 0, 0, - 5721088, - 274432, + 76540928, + 229376, 0, 0, 0, - 34287616, - 50065408, - 0, - 0, - 0, - 38534144, - 119738368, - 0, - 0, - 0, - 9629696, + 40957952, 0, 0, 0, 0, - 11386880, + 46699520, 0, 0, 0, 0, - 1820672, + 35828736, + 8192, + 0, + 0, + 0, + 133182464, + 103845888, + 0, + 0, + 0, + 14203904, 0, 0, 0, 0, - 885760, - 4096, + 56496128, + 598388736, 0, 0, 0, - 4739072, + 56620032, + 13991936, + 0, + 0, + 0, + 3792896, 0, 0, 0, 0, - 138240, + 82425856, 0, 0, 0, 0, - 2220032, - 5468160, - 0, - 0, - 0, - 145408, + 16920576, 0, 0, 0, 0, + 1613824, 0, 0, 0, 0, + 2231296, + 0, + 0, + 0, + 0, + 10067968, + 0, + 0, + 0, + 0, + 13964288, + 11309056, + 0, + 0, + 0, + 32304128, + 57344, + 0, + 0, + 0, + 898048, + 0, + 0, + 0, 0], "key": "pid", - "memory_info": {"data": 2874978304, + "memory_info": {"data": 3474743296, "dirty": 0, "lib": 0, - "rss": 1645666304, - "shared": 127500288, + "rss": 1480212480, + "shared": 52494336, "text": 142934016, - "vms": 1526200455168}, - "memory_percent": 10.021238518666326, + "vms": 1527947898880}, + "memory_percent": 9.013714374652054, "name": "code", "nice": 0, - "num_threads": 58, - "pid": 3505645, + "num_threads": 59, + "pid": 13219, "status": "S", "time_since_update": 1, "username": "nicolargo"}, - {"cmdline": ["/snap/code/200/usr/share/code/code", - "/home/nicolargo/.vscode/extensions/ms-python.vscode-pylance-2025.7.1/dist/server.bundle.js", - "--cancellationReceive=file:3e582a0b571567ea12a05b39b91eec10a7ece931bc", - "--node-ipc", - "--clientProcessId=3505645"], + {"cmdline": ["/snap/firefox/6316/usr/lib/firefox/firefox"], "cpu_percent": 0.0, - "cpu_times": {"children_system": 0.27, - "children_user": 0.71, + "cpu_times": {"children_system": 388.51, + "children_user": 2048.88, "iowait": 0.0, - "system": 10.79, - "user": 129.7}, + "system": 851.02, + "user": 2856.34}, "gids": {"effective": 1000, "real": 1000, "saved": 1000}, - "io_counters": [73318400, 1708032, 0, 0, 0], + "io_counters": [506588160, 4051955712, 0, 0, 0], "key": "pid", - "memory_info": {"data": 1762447360, + "memory_info": {"data": 1107865600, "dirty": 0, "lib": 0, - "rss": 937218048, - "shared": 72863744, - "text": 142934016, - "vms": 1501479972864}, - "memory_percent": 5.707162855664125, - "name": "code", + "rss": 727539712, + "shared": 297889792, + "text": 868352, + "vms": 30401253376}, + "memory_percent": 4.430333650601712, + "name": "firefox", "nice": 0, - "num_threads": 16, - "pid": 3506727, + "num_threads": 152, + "pid": 263183, "status": "S", "time_since_update": 1, "username": "nicolargo"}] @@ -979,183 +1006,161 @@ GET programlist Get plugin stats:: # curl http://localhost:61208/api/4/programlist - [{"childrens": [3505645, - 3506727, - 3505550, - 3505433, - 3505655, - 3505976, - 3505656, - 3505605, - 3505732, - 3506781, - 3506076, - 3505497, - 3505435, - 3505436], + [{"childrens": [13219, + 13135, + 14233, + 433109, + 15276, + 433108, + 13023, + 433110, + 13229, + 433165, + 433281, + 13230, + 13175, + 13538, + 13611, + 14265, + 13093, + 13026, + 13025], "cmdline": ["code"], "cpu_percent": 0, - "cpu_times": {"children_system": 509.33, - "children_user": 193.38000000000002, - "system": 564.27, - "user": 1887.1200000000001}, - "io_counters": [458162176, - 335024128, - 0, - 0, - 0, - 73318400, - 1708032, - 0, - 0, - 0, - 5721088, - 274432, - 0, - 0, - 0, - 34287616, - 50065408, - 0, - 0, - 0, - 38534144, - 119738368, - 0, - 0, - 0, - 9629696, - 0, - 0, - 0, - 0, - 11386880, - 0, - 0, - 0, - 0, - 1820672, - 0, - 0, - 0, - 0, - 885760, - 4096, - 0, - 0, - 0, - 4739072, - 0, - 0, - 0, - 0, - 138240, - 0, - 0, - 0, - 0, - 2220032, - 5468160, - 0, - 0, - 0, - 145408, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0], - "memory_info": {"data": 11607339008, - "rss": 4302897152, - "shared": 1156055040, - "text": 2001076224, - "vms": 15135539757056}, - "memory_percent": 26.20237078238313, - "name": "code", - "nice": 0, - "nprocs": 14, - "num_threads": 256, - "pid": "_", - "status": "S", - "time_since_update": 1, - "username": "nicolargo"}, - {"childrens": [7109, - 3689810, - 3667423, - 7116, - 737065, - 7112, - 1076749, - 93349, - 8243, - 8352], - "cmdline": ["Isolated Web Co"], - "cpu_percent": 0, - "cpu_times": {"system": 383.68, "user": 3108.0999999999995}, - "io_counters": [19594240, - 0, + "cpu_times": {"children_system": 996.0899999999999, + "children_user": 345.54999999999995, + "system": 1084.5899999999997, + "user": 4334.12}, + "io_counters": [806231040, + 600100864, 0, 0, 0, + 105151488, 172032, 0, 0, 0, - 0, - 0, - 2678784, + 76540928, + 229376, 0, 0, 0, - 7809024, + 40957952, 0, 0, 0, 0, - 77824, + 46699520, 0, 0, 0, 0, - 57624576, + 35828736, + 8192, + 0, + 0, + 0, + 133182464, + 103845888, + 0, + 0, + 0, + 14203904, 0, 0, 0, 0, - 376832, - 83787776, + 56496128, + 598388736, + 0, + 0, + 0, + 56620032, + 13991936, + 0, + 0, + 0, + 3792896, 0, 0, 0, 0, + 82425856, 0, 0, 0, 0, - 21426176, + 16920576, 0, 0, 0, 0, - 14822400, + 1613824, + 0, + 0, + 0, + 0, + 2231296, + 0, + 0, + 0, + 0, + 10067968, + 0, + 0, + 0, + 0, + 13964288, + 11309056, + 0, + 0, + 0, + 32304128, + 57344, + 0, + 0, + 0, + 898048, 0, 0, 0, 0], - "memory_info": {"data": 4406947840, - "rss": 2816643072, - "shared": 1203630080, - "text": 8683520, - "vms": 30327222272}, - "memory_percent": 17.151868503264346, - "name": "Isolated Web Co", + "memory_info": {"data": 16309678080, + "rss": 4236836864, + "shared": 935591936, + "text": 2715746304, + "vms": 22609368895488}, + "memory_percent": 25.800104957966937, + "name": "code", "nice": 0, - "nprocs": 10, - "num_threads": 308, + "nprocs": 19, + "num_threads": 304, + "pid": "_", + "status": "S", + "time_since_update": 1, + "username": "nicolargo"}, + {"childrens": [263183], + "cmdline": ["firefox"], + "cpu_percent": 0, + "cpu_times": {"children_system": 388.51, + "children_user": 2048.88, + "iowait": 0.0, + "system": 851.02, + "user": 2856.34}, + "io_counters": [506588160, 4051955712, 0, 0, 0], + "memory_info": {"data": 1107865600, + "dirty": 0, + "lib": 0, + "rss": 727539712, + "shared": 297889792, + "text": 868352, + "vms": 30401253376}, + "memory_percent": 4.430333650601712, + "name": "firefox", + "nice": 0, + "nprocs": 1, + "num_threads": 152, "pid": "_", "status": "S", "time_since_update": 1, @@ -1191,19 +1196,19 @@ GET quicklook Get plugin stats:: # curl http://localhost:61208/api/4/quicklook - {"cpu": 6.3, + {"cpu": 5.8, "cpu_hz": 4475000000.0, - "cpu_hz_current": 673906125.0, + "cpu_hz_current": 1230869062.5, "cpu_log_core": 16, "cpu_name": "13th Gen Intel(R) Core(TM) i7-13620H", "cpu_phys_core": 10, - "load": 4.7, - "mem": 68.7, + "load": 4.8, + "mem": 63.4, "percpu": [{"cpu_number": 0, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 35.0, + "idle": 25.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1212,13 +1217,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 9.0, - "total": 65.0, - "user": 0.0}, + "total": 75.0, + "user": 1.0}, {"cpu_number": 1, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1227,13 +1232,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 56.0, + "total": 67.0, "user": 0.0}, {"cpu_number": 2, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 43.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1242,13 +1247,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 57.0, + "total": 67.0, "user": 1.0}, {"cpu_number": 3, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 34.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1257,43 +1262,28 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 56.0, + "total": 66.0, "user": 0.0}, {"cpu_number": 4, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 30.0, + "idle": 20.0, "interrupt": None, - "iowait": 0.0, + "iowait": 2.0, "irq": 0.0, "key": "cpu_number", "nice": 0.0, "softirq": 0.0, "steal": 0.0, "system": 5.0, - "total": 70.0, - "user": 9.0}, + "total": 80.0, + "user": 7.0}, {"cpu_number": 5, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 38.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": 62.0, - "user": 1.0}, - {"cpu_number": 6, - "dpc": None, - "guest": 0.0, - "guest_nice": 0.0, - "idle": 38.0, + "idle": 29.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1302,13 +1292,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 3.0, - "total": 62.0, - "user": 2.0}, - {"cpu_number": 7, + "total": 71.0, + "user": 0.0}, + {"cpu_number": 6, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 40.0, + "idle": 34.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1316,14 +1306,29 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 5.0, - "total": 60.0, + "system": 0.0, + "total": 66.0, + "user": 0.0}, + {"cpu_number": 7, + "dpc": None, + "guest": 0.0, + "guest_nice": 0.0, + "idle": 33.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": 67.0, "user": 0.0}, {"cpu_number": 8, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 31.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1331,14 +1336,14 @@ Get plugin stats:: "nice": 0.0, "softirq": 0.0, "steal": 0.0, - "system": 0.0, - "total": 56.0, + "system": 3.0, + "total": 69.0, "user": 1.0}, {"cpu_number": 9, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 45.0, + "idle": 34.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1347,13 +1352,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 55.0, + "total": 66.0, "user": 0.0}, {"cpu_number": 10, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 34.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1362,13 +1367,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 56.0, + "total": 66.0, "user": 0.0}, {"cpu_number": 11, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 34.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1377,13 +1382,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 56.0, + "total": 66.0, "user": 0.0}, {"cpu_number": 12, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 34.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1392,13 +1397,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 56.0, + "total": 66.0, "user": 0.0}, {"cpu_number": 13, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 43.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1407,13 +1412,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 57.0, - "user": 2.0}, + "total": 67.0, + "user": 0.0}, {"cpu_number": 14, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 44.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1422,13 +1427,13 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 56.0, + "total": 67.0, "user": 0.0}, {"cpu_number": 15, "dpc": None, "guest": 0.0, "guest_nice": 0.0, - "idle": 45.0, + "idle": 33.0, "interrupt": None, "iowait": 0.0, "irq": 0.0, @@ -1437,9 +1442,9 @@ Get plugin stats:: "softirq": 0.0, "steal": 0.0, "system": 0.0, - "total": 55.0, - "user": 1.0}], - "swap": 26.4} + "total": 67.0, + "user": 0.0}], + "swap": 48.7} Fields descriptions: @@ -1477,14 +1482,14 @@ Get plugin stats:: "label": "Ambient", "type": "temperature_core", "unit": "C", - "value": 37, + "value": 41, "warning": 0}, {"critical": None, "key": "label", "label": "Ambient 3", "type": "temperature_core", "unit": "C", - "value": 32, + "value": 35, "warning": 0}] Fields descriptions: @@ -1546,7 +1551,7 @@ Get a specific item when field matches the given value:: "label": "Ambient", "type": "temperature_core", "unit": "C", - "value": 37, + "value": 41, "warning": 0}]} GET smart @@ -1590,7 +1595,7 @@ GET uptime Get plugin stats:: # curl http://localhost:61208/api/4/uptime - "12 days, 5:30:46" + "7 days, 22:49:12" GET version ----------- @@ -1635,8 +1640,8 @@ Get plugin stats:: # curl http://localhost:61208/api/4/wifi [{"key": "ssid", - "quality_level": -61.0, - "quality_link": 49.0, + "quality_level": -70.0, + "quality_link": 40.0, "ssid": "wlp0s20f3"}] Get a specific field:: @@ -1648,8 +1653,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": -61.0, - "quality_link": 49.0, + "quality_level": -70.0, + "quality_link": 40.0, "ssid": "wlp0s20f3"}]} GET all stats @@ -1713,34 +1718,34 @@ GET stats history History of a plugin:: # curl http://localhost:61208/api/4/cpu/history - {"system": [["2025-08-01T15:18:34.938296+00:00", 2.5], - ["2025-08-01T15:18:36.044578+00:00", 0.8], - ["2025-08-01T15:18:37.075217+00:00", 0.8]], - "user": [["2025-08-01T15:18:34.938294+00:00", 3.8], - ["2025-08-01T15:18:36.044575+00:00", 0.7], - ["2025-08-01T15:18:37.075215+00:00", 0.7]]} + {"system": [["2025-08-10T16:08:38.113425+00:00", 2.6], + ["2025-08-10T16:08:39.173087+00:00", 1.5], + ["2025-08-10T16:08:40.194671+00:00", 1.5]], + "user": [["2025-08-10T16:08:38.113424+00:00", 3.4], + ["2025-08-10T16:08:39.173085+00:00", 3.2], + ["2025-08-10T16:08:40.194670+00:00", 3.2]]} Limit history to last 2 values:: # curl http://localhost:61208/api/4/cpu/history/2 - {"system": [["2025-08-01T15:18:36.044578+00:00", 0.8], - ["2025-08-01T15:18:37.075217+00:00", 0.8]], - "user": [["2025-08-01T15:18:36.044575+00:00", 0.7], - ["2025-08-01T15:18:37.075215+00:00", 0.7]]} + {"system": [["2025-08-10T16:08:39.173087+00:00", 1.5], + ["2025-08-10T16:08:40.194671+00:00", 1.5]], + "user": [["2025-08-10T16:08:39.173085+00:00", 3.2], + ["2025-08-10T16:08:40.194670+00:00", 3.2]]} History for a specific field:: # curl http://localhost:61208/api/4/cpu/system/history - {"system": [["2025-08-01T15:18:33.764139+00:00", 2.5], - ["2025-08-01T15:18:34.938296+00:00", 2.5], - ["2025-08-01T15:18:36.044578+00:00", 0.8], - ["2025-08-01T15:18:37.075217+00:00", 0.8]]} + {"system": [["2025-08-10T16:08:36.999659+00:00", 2.6], + ["2025-08-10T16:08:38.113425+00:00", 2.6], + ["2025-08-10T16:08:39.173087+00:00", 1.5], + ["2025-08-10T16:08:40.194671+00:00", 1.5]]} Limit history for a specific field to last 2 values:: # curl http://localhost:61208/api/4/cpu/system/history - {"system": [["2025-08-01T15:18:36.044578+00:00", 0.8], - ["2025-08-01T15:18:37.075217+00:00", 0.8]]} + {"system": [["2025-08-10T16:08:39.173087+00:00", 1.5], + ["2025-08-10T16:08:40.194671+00:00", 1.5]]} GET limits (used for thresholds) -------------------------------- @@ -1781,6 +1786,12 @@ All limits/thresholds:: "diskio": {"diskio_disable": ["False"], "diskio_hide": ["loop.*", "/dev/loop.*"], "diskio_hide_zero": ["False"], + "diskio_rx_latency_careful": 10.0, + "diskio_rx_latency_critical": 50.0, + "diskio_rx_latency_warning": 20.0, + "diskio_tx_latency_careful": 10.0, + "diskio_tx_latency_critical": 50.0, + "diskio_tx_latency_warning": 20.0, "history_size": 1200.0}, "folders": {"folders_disable": ["False"], "history_size": 1200.0}, "fs": {"fs_careful": 50.0, diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 7f40f371..7011401f 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" "Aug 01, 2025" "4.4.0_dev1" "Glances" +.TH "GLANCES" "1" "Aug 10, 2025" "4.4.0_dev1" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS diff --git a/glances/main.py b/glances/main.py index ad4d69cd..3365a03f 100644 --- a/glances/main.py +++ b/glances/main.py @@ -593,6 +593,13 @@ Examples of use: dest='diskio_iops', help='show IO per second in the DiskIO plugin', ) + parser.add_argument( + '--diskio-latency', + action='store_true', + default=False, + dest='diskio_latency', + help='show IO latency in the DiskIO plugin', + ) parser.add_argument( '--fahrenheit', action='store_true', diff --git a/glances/outputs/glances_curses.py b/glances/outputs/glances_curses.py index 459c0081..c07e8f28 100644 --- a/glances/outputs/glances_curses.py +++ b/glances/outputs/glances_curses.py @@ -51,7 +51,7 @@ class _GlancesCurses: 'a': {'sort_key': 'auto'}, 'A': {'switch': 'disable_amps'}, 'b': {'switch': 'byte'}, - 'B': {'switch': 'diskio_iops'}, + 'B': {'handler': '_handle_diskio_iops'}, 'c': {'sort_key': 'cpu_percent'}, 'C': {'switch': 'disable_cloud'}, 'd': {'switch': 'disable_diskio'}, @@ -69,6 +69,7 @@ class _GlancesCurses: # 'k' > Kill selected process 'K': {'switch': 'disable_connections'}, 'l': {'switch': 'disable_alert'}, + 'L': {'handler': '_handle_diskio_latency'}, 'm': {'sort_key': 'memory_percent'}, 'M': {'switch': 'reset_minmax_tag'}, 'n': {'switch': 'disable_network'}, @@ -363,6 +364,18 @@ class _GlancesCurses: else: glances_processes.enable() + def _handle_diskio_iops(self): + """Switch between bytes/s and IOPS for Disk IO.""" + self.args.diskio_iops = not self.args.diskio_iops + if self.args.diskio_iops: + self.args.diskio_latency = False + + def _handle_diskio_latency(self): + """Switch between bytes/s and latency for Disk IO.""" + self.args.diskio_latency = not self.args.diskio_latency + if self.args.diskio_latency: + self.args.diskio_iops = False + def _handle_sort_left(self): next_sort = (self.loop_position() - 1) % len(self._sort_loop) glances_processes.set_sort_key(self._sort_loop[next_sort], False) diff --git a/glances/outputs/static/js/App.vue b/glances/outputs/static/js/App.vue index 2e91dd75..c10ff1ce 100644 --- a/glances/outputs/static/js/App.vue +++ b/glances/outputs/static/js/App.vue @@ -316,6 +316,17 @@ export default { // 'B' => Switch between bit/s and IO/s for Disk IO hotkeys('shift+B', () => { this.store.args.diskio_iops = !this.store.args.diskio_iops; + if (this.store.args.diskio_iops) { + this.store.args.diskio_latency = false; + } + }); + + // 'L' => Switch to latency for Disk IO + hotkeys('shift+L', () => { + this.store.args.diskio_latency = !this.store.args.diskio_latency; + if (this.store.args.diskio_latency) { + this.store.args.diskio_iops = false; + } }); // l => Show/hide alert logs diff --git a/glances/outputs/static/js/components/plugin-diskio.vue b/glances/outputs/static/js/components/plugin-diskio.vue index 9d5553ea..33d20c9a 100644 --- a/glances/outputs/static/js/components/plugin-diskio.vue +++ b/glances/outputs/static/js/components/plugin-diskio.vue @@ -4,8 +4,10 @@ DISK I/O - Rps - Wps + Rps + Wps + ms/opR + ms/opW IORps IOWps @@ -15,16 +17,22 @@ {{ $filters.minSize(disk.alias ? disk.alias : disk.name, 16) }} - {{ disk.bitrate.txps }} - {{ disk.bitrate.rxps }} + + {{ disk.latency.txps }} + + + {{ disk.latency.rxps }} + {{ disk.count.txps }} @@ -75,6 +83,10 @@ export default { count: { txps: bytes(diskioData['read_count_rate_per_sec']), rxps: bytes(diskioData['write_count_rate_per_sec']) + }, + latency: { + txps: bytes(diskioData['read_latency']), + rxps: bytes(diskioData['write_latency']) } }; }).filter(disk => { @@ -91,7 +103,11 @@ export default { methods: { getDecoration(diskName, field) { if (this.view[diskName][field] == undefined) { - return; + if (this.view[field] == undefined) { + return; + } else { + return this.view[field].decoration.toLowerCase(); + } } return this.view[diskName][field].decoration.toLowerCase(); } diff --git a/glances/outputs/static/public/glances.js b/glances/outputs/static/public/glances.js index bb6ef93d..ca933290 100644 --- a/glances/outputs/static/public/glances.js +++ b/glances/outputs/static/public/glances.js @@ -19,7 +19,7 @@ * Copyright (c) 2014-2017, Jon Schlinkert. * Released under the MIT License. */ -function r(t){return"[object Object]"===Object.prototype.toString.call(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.isPlainObject=function(t){var e,n;return!1!==r(t)&&(void 0===(e=t.constructor)||!1!==r(n=e.prototype)&&!1!==n.hasOwnProperty("isPrototypeOf"))}},9079:function(t,e,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r");case a.Comment:return function(t){return"\x3c!--".concat(t.data,"--\x3e")}(t);case a.CDATA:return function(t){return"")}(t);case a.Script:case a.Style:case a.Tag:return function(t,e){var r;"foreign"===e.xmlMode&&(t.name=null!==(r=c.elementNames.get(t.name))&&void 0!==r?r:t.name,t.parent&&h.has(t.parent.name)&&(e=n(n({},e),{xmlMode:!1})));!e.xmlMode&&g.has(t.name)&&(e=n(n({},e),{xmlMode:"foreign"}));var i="<".concat(t.name),o=function(t,e){var r;if(t){var n=!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)?p:e.xmlMode||"utf8"!==e.encodeEntities?l.encodeXML:l.escapeAttribute;return Object.keys(t).map((function(r){var i,o,s=null!==(i=t[r])&&void 0!==i?i:"";return"foreign"===e.xmlMode&&(r=null!==(o=c.attributeNames.get(r))&&void 0!==o?o:r),e.emptyAttrs||e.xmlMode||""!==s?"".concat(r,'="').concat(n(s),'"'):r})).join(" ")}}(t.attribs,e);o&&(i+=" ".concat(o));0===t.children.length&&(e.xmlMode?!1!==e.selfClosingTags:e.selfClosingTags&&d.has(t.name))?(e.xmlMode||(i+=" "),i+="/>"):(i+=">",t.children.length>0&&(i+=m(t.children,e)),!e.xmlMode&&d.has(t.name)||(i+="")));return i}(t,e);case a.Text:return function(t,e){var r,n=t.data||"";!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)||!e.xmlMode&&t.parent&&u.has(t.parent.name)||(n=e.xmlMode||"utf8"!==e.encodeEntities?(0,l.encodeXML)(n):(0,l.escapeText)(n));return n}(t,e)}}e.render=m,e.default=m;var h=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),g=new Set(["svg","math"])},9124:function(t,e,r){"use strict";var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.getOuterHTML=a,e.getInnerHTML=function(t,e){return(0,i.hasChildren)(t)?t.children.map((function(t){return a(t,e)})).join(""):""},e.getText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.isTag)(e)?"br"===e.name?"\n":t(e.children):(0,i.isCDATA)(e)?t(e.children):(0,i.isText)(e)?e.data:""},e.textContent=function t(e){if(Array.isArray(e))return e.map(t).join("");if((0,i.hasChildren)(e)&&!(0,i.isComment)(e))return t(e.children);return(0,i.isText)(e)?e.data:""},e.innerText=function t(e){if(Array.isArray(e))return e.map(t).join("");if((0,i.hasChildren)(e)&&(e.type===s.ElementType.Tag||(0,i.isCDATA)(e)))return t(e.children);return(0,i.isText)(e)?e.data:""};var i=r(4128),o=n(r(9079)),s=r(5413);function a(t,e){return(0,o.default)(t,e)}},9371:(t,e,r)=>{"use strict";let n=r(3152);class i extends n{constructor(t){super(t),this.type="comment"}}t.exports=i,i.default=i},9466:function(t,e){var r,n,i;n=[],void 0===(i="function"==typeof(r=function(){return function(t){function e(t){return" "===t||"\t"===t||"\n"===t||"\f"===t||"\r"===t}function r(e){var r,n=e.exec(t.substring(h));if(n)return r=n[0],h+=r.length,r}for(var n,i,o,s,a,l=t.length,c=/^[ \t\n\r\u000c]+/,u=/^[, \t\n\r\u000c]+/,p=/^[^ \t\n\r\u000c]+/,d=/[,]+$/,m=/^\d+$/,f=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,h=0,g=[];;){if(r(u),h>=l)return g;n=r(p),i=[],","===n.slice(-1)?(n=n.replace(d,""),y()):b()}function b(){for(r(c),o="",s="in descriptor";;){if(a=t.charAt(h),"in descriptor"===s)if(e(a))o&&(i.push(o),o="",s="after descriptor");else{if(","===a)return h+=1,o&&i.push(o),void y();if("("===a)o+=a,s="in parens";else{if(""===a)return o&&i.push(o),void y();o+=a}}else if("in parens"===s)if(")"===a)o+=a,s="in descriptor";else{if(""===a)return i.push(o),void y();o+=a}else if("after descriptor"===s)if(e(a));else{if(""===a)return void y();s="in descriptor",h-=1}h+=1}}function y(){var e,r,o,s,a,l,c,u,p,d=!1,h={};for(s=0;s{"use strict";let n=r(7793),i=r(1106),o=r(8339);function s(t,e){let r=new i(t,e),n=new o(r);try{n.parse()}catch(t){throw t}return n.root}t.exports=s,s.default=s,n.registerParse(s)},9746:()=>{},9878:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e},s=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var a=s(r(3603));e.htmlDecodeTree=a.default;var l=s(r(2517));e.xmlDecodeTree=l.default;var c=o(r(5096));e.decodeCodePoint=c.default;var u,p=r(5096);Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return p.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return p.fromCodePoint}}),function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(u||(u={}));var d,m,f;function h(t){return t>=u.ZERO&&t<=u.NINE}function g(t){return t===u.EQUALS||function(t){return t>=u.UPPER_A&&t<=u.UPPER_Z||t>=u.LOWER_A&&t<=u.LOWER_Z||h(t)}(t)}!function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(d=e.BinTrieFlags||(e.BinTrieFlags={})),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(m||(m={})),function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"}(f=e.DecodingMode||(e.DecodingMode={}));var b=function(){function t(t,e,r){this.decodeTree=t,this.emitCodePoint=e,this.errors=r,this.state=m.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=f.Strict}return t.prototype.startEntity=function(t){this.decodeMode=t,this.state=m.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},t.prototype.write=function(t,e){switch(this.state){case m.EntityStart:return t.charCodeAt(e)===u.NUM?(this.state=m.NumericStart,this.consumed+=1,this.stateNumericStart(t,e+1)):(this.state=m.NamedEntity,this.stateNamedEntity(t,e));case m.NumericStart:return this.stateNumericStart(t,e);case m.NumericDecimal:return this.stateNumericDecimal(t,e);case m.NumericHex:return this.stateNumericHex(t,e);case m.NamedEntity:return this.stateNamedEntity(t,e)}},t.prototype.stateNumericStart=function(t,e){return e>=t.length?-1:(32|t.charCodeAt(e))===u.LOWER_X?(this.state=m.NumericHex,this.consumed+=1,this.stateNumericHex(t,e+1)):(this.state=m.NumericDecimal,this.stateNumericDecimal(t,e))},t.prototype.addToNumericResult=function(t,e,r,n){if(e!==r){var i=r-e;this.result=this.result*Math.pow(n,i)+parseInt(t.substr(e,i),n),this.consumed+=i}},t.prototype.stateNumericHex=function(t,e){for(var r,n=e;e=u.UPPER_A&&r<=u.UPPER_F||r>=u.LOWER_A&&r<=u.LOWER_F)))return this.addToNumericResult(t,n,e,16),this.emitNumericEntity(i,3);e+=1}return this.addToNumericResult(t,n,e,16),-1},t.prototype.stateNumericDecimal=function(t,e){for(var r=e;e>14;e>14)){if(o===u.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==f.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},t.prototype.emitNotTerminatedNamedEntity=function(){var t,e=this.result,r=(this.decodeTree[e]&d.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,r,this.consumed),null===(t=this.errors)||void 0===t||t.missingSemicolonAfterCharacterReference(),this.consumed},t.prototype.emitNamedEntityData=function(t,e,r){var n=this.decodeTree;return this.emitCodePoint(1===e?n[t]&~d.VALUE_LENGTH:n[t+1],r),3===e&&this.emitCodePoint(n[t+2],r),r},t.prototype.end=function(){var t;switch(this.state){case m.NamedEntity:return 0===this.result||this.decodeMode===f.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case m.NumericDecimal:return this.emitNumericEntity(0,2);case m.NumericHex:return this.emitNumericEntity(0,3);case m.NumericStart:return null===(t=this.errors)||void 0===t||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case m.EntityStart:return 0}},t}();function y(t){var e="",r=new b(t,(function(t){return e+=(0,c.fromCodePoint)(t)}));return function(t,n){for(var i=0,o=0;(o=t.indexOf("&",o))>=0;){e+=t.slice(i,o),r.startEntity(n);var s=r.write(t,o+1);if(s<0){i=o+r.end();break}i=o+s,o=0===s?i+1:i}var a=e+t.slice(i);return e="",a}}function v(t,e,r,n){var i=(e&d.BRANCH_LENGTH)>>7,o=e&d.JUMP_TABLE;if(0===i)return 0!==o&&n===o?r:-1;if(o){var s=n-o;return s<0||s>=i?-1:t[r+s]-1}for(var a=r,l=a+i-1;a<=l;){var c=a+l>>>1,u=t[c];if(un))return t[c+i];l=c-1}}return-1}e.EntityDecoder=b,e.determineBranch=v;var x=y(a.default),w=y(l.default);e.decodeHTML=function(t,e){return void 0===e&&(e=f.Legacy),x(t,e)},e.decodeHTMLAttribute=function(t){return x(t,f.Attribute)},e.decodeHTMLStrict=function(t){return x(t,f.Strict)},e.decodeXML=function(t){return w(t,f.Strict)}},9977:()=>{}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),r.nc=void 0,(()=>{"use strict";var t={};r.r(t),r.d(t,{afterMain:()=>q,afterRead:()=>L,afterWrite:()=>U,applyStyles:()=>K,arrow:()=>ft,auto:()=>k,basePlacements:()=>S,beforeMain:()=>M,beforeRead:()=>j,beforeWrite:()=>B,bottom:()=>x,clippingParents:()=>C,computeStyles:()=>yt,createPopper:()=>Kt,createPopperBase:()=>Wt,createPopperLite:()=>Xt,detectOverflow:()=>Nt,end:()=>E,eventListeners:()=>xt,flip:()=>Lt,hide:()=>qt,left:()=>_,main:()=>R,modifierPhases:()=>F,offset:()=>Bt,placements:()=>P,popper:()=>O,popperGenerator:()=>Gt,popperOffsets:()=>$t,preventOverflow:()=>Ut,read:()=>N,reference:()=>D,right:()=>w,start:()=>A,top:()=>v,variationPlacements:()=>I,viewport:()=>T,write:()=>$});var e={};r.r(e),r.d(e,{bits:()=>sf,bytes:()=>af,dictToString:()=>gf,exclamation:()=>lf,leftPad:()=>cf,limitTo:()=>uf,minSize:()=>pf,nl2br:()=>df,number:()=>mf,timedelta:()=>hf,timemillis:()=>ff});var n=r(5072),i=r.n(n),o=r(7825),s=r.n(o),a=r(7659),l=r.n(a),c=r(5056),u=r.n(c),p=r(540),d=r.n(p),m=r(1113),f=r.n(m),h=r(1118),g={};g.styleTagTransform=f(),g.setAttributes=u(),g.insert=l().bind(null,"head"),g.domAPI=s(),g.insertStyleElement=d();i()(h.A,g);h.A&&h.A.locals&&h.A.locals;var b=r(4442),y={};y.styleTagTransform=f(),y.setAttributes=u(),y.insert=l().bind(null,"head"),y.domAPI=s(),y.insertStyleElement=d();i()(b.A,y);b.A&&b.A.locals&&b.A.locals;var v="top",x="bottom",w="right",_="left",k="auto",S=[v,x,w,_],A="start",E="end",C="clippingParents",T="viewport",O="popper",D="reference",I=S.reduce((function(t,e){return t.concat([e+"-"+A,e+"-"+E])}),[]),P=[].concat(S,[k]).reduce((function(t,e){return t.concat([e,e+"-"+A,e+"-"+E])}),[]),j="beforeRead",N="read",L="afterRead",M="beforeMain",R="main",q="afterMain",B="beforeWrite",$="write",U="afterWrite",F=[j,N,L,M,R,q,B,$,U];function z(t){return t?(t.nodeName||"").toLowerCase():null}function H(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function V(t){return t instanceof H(t).Element||t instanceof Element}function G(t){return t instanceof H(t).HTMLElement||t instanceof HTMLElement}function W(t){return"undefined"!=typeof ShadowRoot&&(t instanceof H(t).ShadowRoot||t instanceof ShadowRoot)}const K={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},i=e.elements[t];G(i)&&z(i)&&(Object.assign(i.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?i.removeAttribute(t):i.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],i=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});G(n)&&z(n)&&(Object.assign(n.style,o),Object.keys(i).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function X(t){return t.split("-")[0]}var Q=Math.max,Z=Math.min,Y=Math.round;function J(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function tt(){return!/^((?!chrome|android).)*safari/i.test(J())}function et(t,e,r){void 0===e&&(e=!1),void 0===r&&(r=!1);var n=t.getBoundingClientRect(),i=1,o=1;e&&G(t)&&(i=t.offsetWidth>0&&Y(n.width)/t.offsetWidth||1,o=t.offsetHeight>0&&Y(n.height)/t.offsetHeight||1);var s=(V(t)?H(t):window).visualViewport,a=!tt()&&r,l=(n.left+(a&&s?s.offsetLeft:0))/i,c=(n.top+(a&&s?s.offsetTop:0))/o,u=n.width/i,p=n.height/o;return{width:u,height:p,top:c,right:l+u,bottom:c+p,left:l,x:l,y:c}}function rt(t){var e=et(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function nt(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&W(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function it(t){return H(t).getComputedStyle(t)}function ot(t){return["table","td","th"].indexOf(z(t))>=0}function st(t){return((V(t)?t.ownerDocument:t.document)||window.document).documentElement}function at(t){return"html"===z(t)?t:t.assignedSlot||t.parentNode||(W(t)?t.host:null)||st(t)}function lt(t){return G(t)&&"fixed"!==it(t).position?t.offsetParent:null}function ct(t){for(var e=H(t),r=lt(t);r&&ot(r)&&"static"===it(r).position;)r=lt(r);return r&&("html"===z(r)||"body"===z(r)&&"static"===it(r).position)?e:r||function(t){var e=/firefox/i.test(J());if(/Trident/i.test(J())&&G(t)&&"fixed"===it(t).position)return null;var r=at(t);for(W(r)&&(r=r.host);G(r)&&["html","body"].indexOf(z(r))<0;){var n=it(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}function ut(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function pt(t,e,r){return Q(t,Z(e,r))}function dt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function mt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}const ft={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,i=t.options,o=r.elements.arrow,s=r.modifiersData.popperOffsets,a=X(r.placement),l=ut(a),c=[_,w].indexOf(a)>=0?"height":"width";if(o&&s){var u=function(t,e){return dt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:mt(t,S))}(i.padding,r),p=rt(o),d="y"===l?v:_,m="y"===l?x:w,f=r.rects.reference[c]+r.rects.reference[l]-s[l]-r.rects.popper[c],h=s[l]-r.rects.reference[l],g=ct(o),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,y=f/2-h/2,k=u[d],A=b-p[c]-u[m],E=b/2-p[c]/2+y,C=pt(k,E,A),T=l;r.modifiersData[n]=((e={})[T]=C,e.centerOffset=C-E,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&nt(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ht(t){return t.split("-")[1]}var gt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function bt(t){var e,r=t.popper,n=t.popperRect,i=t.placement,o=t.variation,s=t.offsets,a=t.position,l=t.gpuAcceleration,c=t.adaptive,u=t.roundOffsets,p=t.isFixed,d=s.x,m=void 0===d?0:d,f=s.y,h=void 0===f?0:f,g="function"==typeof u?u({x:m,y:h}):{x:m,y:h};m=g.x,h=g.y;var b=s.hasOwnProperty("x"),y=s.hasOwnProperty("y"),k=_,S=v,A=window;if(c){var C=ct(r),T="clientHeight",O="clientWidth";if(C===H(r)&&"static"!==it(C=st(r)).position&&"absolute"===a&&(T="scrollHeight",O="scrollWidth"),i===v||(i===_||i===w)&&o===E)S=x,h-=(p&&C===A&&A.visualViewport?A.visualViewport.height:C[T])-n.height,h*=l?1:-1;if(i===_||(i===v||i===x)&&o===E)k=w,m-=(p&&C===A&&A.visualViewport?A.visualViewport.width:C[O])-n.width,m*=l?1:-1}var D,I=Object.assign({position:a},c&>),P=!0===u?function(t,e){var r=t.x,n=t.y,i=e.devicePixelRatio||1;return{x:Y(r*i)/i||0,y:Y(n*i)/i||0}}({x:m,y:h},H(r)):{x:m,y:h};return m=P.x,h=P.y,l?Object.assign({},I,((D={})[S]=y?"0":"",D[k]=b?"0":"",D.transform=(A.devicePixelRatio||1)<=1?"translate("+m+"px, "+h+"px)":"translate3d("+m+"px, "+h+"px, 0)",D)):Object.assign({},I,((e={})[S]=y?h+"px":"",e[k]=b?m+"px":"",e.transform="",e))}const yt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,i=void 0===n||n,o=r.adaptive,s=void 0===o||o,a=r.roundOffsets,l=void 0===a||a,c={placement:X(e.placement),variation:ht(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,bt(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,bt(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var vt={passive:!0};const xt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,i=n.scroll,o=void 0===i||i,s=n.resize,a=void 0===s||s,l=H(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",r.update,vt)})),a&&l.addEventListener("resize",r.update,vt),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",r.update,vt)})),a&&l.removeEventListener("resize",r.update,vt)}},data:{}};var wt={left:"right",right:"left",bottom:"top",top:"bottom"};function _t(t){return t.replace(/left|right|bottom|top/g,(function(t){return wt[t]}))}var kt={start:"end",end:"start"};function St(t){return t.replace(/start|end/g,(function(t){return kt[t]}))}function At(t){var e=H(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Et(t){return et(st(t)).left+At(t).scrollLeft}function Ct(t){var e=it(t),r=e.overflow,n=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function Tt(t){return["html","body","#document"].indexOf(z(t))>=0?t.ownerDocument.body:G(t)&&Ct(t)?t:Tt(at(t))}function Ot(t,e){var r;void 0===e&&(e=[]);var n=Tt(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),o=H(n),s=i?[o].concat(o.visualViewport||[],Ct(n)?n:[]):n,a=e.concat(s);return i?a:a.concat(Ot(at(s)))}function Dt(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function It(t,e,r){return e===T?Dt(function(t,e){var r=H(t),n=st(t),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;var c=tt();(c||!c&&"fixed"===e)&&(a=i.offsetLeft,l=i.offsetTop)}return{width:o,height:s,x:a+Et(t),y:l}}(t,r)):V(e)?function(t,e){var r=et(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):Dt(function(t){var e,r=st(t),n=At(t),i=null==(e=t.ownerDocument)?void 0:e.body,o=Q(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),s=Q(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),a=-n.scrollLeft+Et(t),l=-n.scrollTop;return"rtl"===it(i||r).direction&&(a+=Q(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:s,x:a,y:l}}(st(t)))}function Pt(t,e,r,n){var i="clippingParents"===e?function(t){var e=Ot(at(t)),r=["absolute","fixed"].indexOf(it(t).position)>=0&&G(t)?ct(t):t;return V(r)?e.filter((function(t){return V(t)&&nt(t,r)&&"body"!==z(t)})):[]}(t):[].concat(e),o=[].concat(i,[r]),s=o[0],a=o.reduce((function(e,r){var i=It(t,r,n);return e.top=Q(i.top,e.top),e.right=Z(i.right,e.right),e.bottom=Z(i.bottom,e.bottom),e.left=Q(i.left,e.left),e}),It(t,s,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function jt(t){var e,r=t.reference,n=t.element,i=t.placement,o=i?X(i):null,s=i?ht(i):null,a=r.x+r.width/2-n.width/2,l=r.y+r.height/2-n.height/2;switch(o){case v:e={x:a,y:r.y-n.height};break;case x:e={x:a,y:r.y+r.height};break;case w:e={x:r.x+r.width,y:l};break;case _:e={x:r.x-n.width,y:l};break;default:e={x:r.x,y:r.y}}var c=o?ut(o):null;if(null!=c){var u="y"===c?"height":"width";switch(s){case A:e[c]=e[c]-(r[u]/2-n[u]/2);break;case E:e[c]=e[c]+(r[u]/2-n[u]/2)}}return e}function Nt(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=void 0===n?t.placement:n,o=r.strategy,s=void 0===o?t.strategy:o,a=r.boundary,l=void 0===a?C:a,c=r.rootBoundary,u=void 0===c?T:c,p=r.elementContext,d=void 0===p?O:p,m=r.altBoundary,f=void 0!==m&&m,h=r.padding,g=void 0===h?0:h,b=dt("number"!=typeof g?g:mt(g,S)),y=d===O?D:O,_=t.rects.popper,k=t.elements[f?y:d],A=Pt(V(k)?k:k.contextElement||st(t.elements.popper),l,u,s),E=et(t.elements.reference),I=jt({reference:E,element:_,strategy:"absolute",placement:i}),P=Dt(Object.assign({},_,I)),j=d===O?P:E,N={top:A.top-j.top+b.top,bottom:j.bottom-A.bottom+b.bottom,left:A.left-j.left+b.left,right:j.right-A.right+b.right},L=t.modifiersData.offset;if(d===O&&L){var M=L[i];Object.keys(N).forEach((function(t){var e=[w,x].indexOf(t)>=0?1:-1,r=[v,x].indexOf(t)>=0?"y":"x";N[t]+=M[r]*e}))}return N}const Lt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0===s||s,l=r.fallbackPlacements,c=r.padding,u=r.boundary,p=r.rootBoundary,d=r.altBoundary,m=r.flipVariations,f=void 0===m||m,h=r.allowedAutoPlacements,g=e.options.placement,b=X(g),y=l||(b===g||!f?[_t(g)]:function(t){if(X(t)===k)return[];var e=_t(t);return[St(t),e,St(e)]}(g)),E=[g].concat(y).reduce((function(t,r){return t.concat(X(r)===k?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=r.boundary,o=r.rootBoundary,s=r.padding,a=r.flipVariations,l=r.allowedAutoPlacements,c=void 0===l?P:l,u=ht(n),p=u?a?I:I.filter((function(t){return ht(t)===u})):S,d=p.filter((function(t){return c.indexOf(t)>=0}));0===d.length&&(d=p);var m=d.reduce((function(e,r){return e[r]=Nt(t,{placement:r,boundary:i,rootBoundary:o,padding:s})[X(r)],e}),{});return Object.keys(m).sort((function(t,e){return m[t]-m[e]}))}(e,{placement:r,boundary:u,rootBoundary:p,padding:c,flipVariations:f,allowedAutoPlacements:h}):r)}),[]),C=e.rects.reference,T=e.rects.popper,O=new Map,D=!0,j=E[0],N=0;N=0,B=q?"width":"height",$=Nt(e,{placement:L,boundary:u,rootBoundary:p,altBoundary:d,padding:c}),U=q?R?w:_:R?x:v;C[B]>T[B]&&(U=_t(U));var F=_t(U),z=[];if(o&&z.push($[M]<=0),a&&z.push($[U]<=0,$[F]<=0),z.every((function(t){return t}))){j=L,D=!1;break}O.set(L,z)}if(D)for(var H=function(t){var e=E.find((function(e){var r=O.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return j=e,"break"},V=f?3:1;V>0;V--){if("break"===H(V))break}e.placement!==j&&(e.modifiersData[n]._skip=!0,e.placement=j,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Mt(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function Rt(t){return[v,w,x,_].some((function(e){return t[e]>=0}))}const qt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,i=e.rects.popper,o=e.modifiersData.preventOverflow,s=Nt(e,{elementContext:"reference"}),a=Nt(e,{altBoundary:!0}),l=Mt(s,n),c=Mt(a,i,o),u=Rt(l),p=Rt(c);e.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:p},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}};const Bt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.offset,o=void 0===i?[0,0]:i,s=P.reduce((function(t,r){return t[r]=function(t,e,r){var n=X(t),i=[_,v].indexOf(n)>=0?-1:1,o="function"==typeof r?r(Object.assign({},e,{placement:t})):r,s=o[0],a=o[1];return s=s||0,a=(a||0)*i,[_,w].indexOf(n)>=0?{x:a,y:s}:{x:s,y:a}}(r,e.rects,o),t}),{}),a=s[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=s}};const $t={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=jt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};const Ut={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0!==s&&s,l=r.boundary,c=r.rootBoundary,u=r.altBoundary,p=r.padding,d=r.tether,m=void 0===d||d,f=r.tetherOffset,h=void 0===f?0:f,g=Nt(e,{boundary:l,rootBoundary:c,padding:p,altBoundary:u}),b=X(e.placement),y=ht(e.placement),k=!y,S=ut(b),E="x"===S?"y":"x",C=e.modifiersData.popperOffsets,T=e.rects.reference,O=e.rects.popper,D="function"==typeof h?h(Object.assign({},e.rects,{placement:e.placement})):h,I="number"==typeof D?{mainAxis:D,altAxis:D}:Object.assign({mainAxis:0,altAxis:0},D),P=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,j={x:0,y:0};if(C){if(o){var N,L="y"===S?v:_,M="y"===S?x:w,R="y"===S?"height":"width",q=C[S],B=q+g[L],$=q-g[M],U=m?-O[R]/2:0,F=y===A?T[R]:O[R],z=y===A?-O[R]:-T[R],H=e.elements.arrow,V=m&&H?rt(H):{width:0,height:0},G=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},W=G[L],K=G[M],Y=pt(0,T[R],V[R]),J=k?T[R]/2-U-Y-W-I.mainAxis:F-Y-W-I.mainAxis,tt=k?-T[R]/2+U+Y+K+I.mainAxis:z+Y+K+I.mainAxis,et=e.elements.arrow&&ct(e.elements.arrow),nt=et?"y"===S?et.clientTop||0:et.clientLeft||0:0,it=null!=(N=null==P?void 0:P[S])?N:0,ot=q+tt-it,st=pt(m?Z(B,q+J-it-nt):B,q,m?Q($,ot):$);C[S]=st,j[S]=st-q}if(a){var at,lt="x"===S?v:_,dt="x"===S?x:w,mt=C[E],ft="y"===E?"height":"width",gt=mt+g[lt],bt=mt-g[dt],yt=-1!==[v,_].indexOf(b),vt=null!=(at=null==P?void 0:P[E])?at:0,xt=yt?gt:mt-T[ft]-O[ft]-vt+I.altAxis,wt=yt?mt+T[ft]+O[ft]-vt-I.altAxis:bt,_t=m&&yt?function(t,e,r){var n=pt(t,e,r);return n>r?r:n}(xt,mt,wt):pt(m?xt:gt,mt,m?wt:bt);C[E]=_t,j[E]=_t-mt}e.modifiersData[n]=j}},requiresIfExists:["offset"]};function Ft(t,e,r){void 0===r&&(r=!1);var n,i,o=G(e),s=G(e)&&function(t){var e=t.getBoundingClientRect(),r=Y(e.width)/t.offsetWidth||1,n=Y(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),a=st(e),l=et(t,s,r),c={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!r)&&(("body"!==z(e)||Ct(a))&&(c=(n=e)!==H(n)&&G(n)?{scrollLeft:(i=n).scrollLeft,scrollTop:i.scrollTop}:At(n)),G(e)?((u=et(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):a&&(u.x=Et(a))),{x:l.left+c.scrollLeft-u.x,y:l.top+c.scrollTop-u.y,width:l.width,height:l.height}}function zt(t){var e=new Map,r=new Set,n=[];function i(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&i(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||i(t)})),n}var Ht={placement:"bottom",modifiers:[],strategy:"absolute"};function Vt(){for(var t=arguments.length,e=new Array(t),r=0;r");case a.Comment:return function(t){return"\x3c!--".concat(t.data,"--\x3e")}(t);case a.CDATA:return function(t){return"")}(t);case a.Script:case a.Style:case a.Tag:return function(t,e){var r;"foreign"===e.xmlMode&&(t.name=null!==(r=c.elementNames.get(t.name))&&void 0!==r?r:t.name,t.parent&&h.has(t.parent.name)&&(e=n(n({},e),{xmlMode:!1})));!e.xmlMode&&g.has(t.name)&&(e=n(n({},e),{xmlMode:"foreign"}));var i="<".concat(t.name),o=function(t,e){var r;if(t){var n=!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)?p:e.xmlMode||"utf8"!==e.encodeEntities?l.encodeXML:l.escapeAttribute;return Object.keys(t).map((function(r){var i,o,s=null!==(i=t[r])&&void 0!==i?i:"";return"foreign"===e.xmlMode&&(r=null!==(o=c.attributeNames.get(r))&&void 0!==o?o:r),e.emptyAttrs||e.xmlMode||""!==s?"".concat(r,'="').concat(n(s),'"'):r})).join(" ")}}(t.attribs,e);o&&(i+=" ".concat(o));0===t.children.length&&(e.xmlMode?!1!==e.selfClosingTags:e.selfClosingTags&&d.has(t.name))?(e.xmlMode||(i+=" "),i+="/>"):(i+=">",t.children.length>0&&(i+=m(t.children,e)),!e.xmlMode&&d.has(t.name)||(i+="")));return i}(t,e);case a.Text:return function(t,e){var r,n=t.data||"";!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)||!e.xmlMode&&t.parent&&u.has(t.parent.name)||(n=e.xmlMode||"utf8"!==e.encodeEntities?(0,l.encodeXML)(n):(0,l.escapeText)(n));return n}(t,e)}}e.render=m,e.default=m;var h=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),g=new Set(["svg","math"])},9124:function(t,e,r){"use strict";var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.getOuterHTML=a,e.getInnerHTML=function(t,e){return(0,i.hasChildren)(t)?t.children.map((function(t){return a(t,e)})).join(""):""},e.getText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.isTag)(e)?"br"===e.name?"\n":t(e.children):(0,i.isCDATA)(e)?t(e.children):(0,i.isText)(e)?e.data:""},e.textContent=function t(e){if(Array.isArray(e))return e.map(t).join("");if((0,i.hasChildren)(e)&&!(0,i.isComment)(e))return t(e.children);return(0,i.isText)(e)?e.data:""},e.innerText=function t(e){if(Array.isArray(e))return e.map(t).join("");if((0,i.hasChildren)(e)&&(e.type===s.ElementType.Tag||(0,i.isCDATA)(e)))return t(e.children);return(0,i.isText)(e)?e.data:""};var i=r(4128),o=n(r(9079)),s=r(5413);function a(t,e){return(0,o.default)(t,e)}},9371:(t,e,r)=>{"use strict";let n=r(3152);class i extends n{constructor(t){super(t),this.type="comment"}}t.exports=i,i.default=i},9466:function(t,e){var r,n,i;n=[],void 0===(i="function"==typeof(r=function(){return function(t){function e(t){return" "===t||"\t"===t||"\n"===t||"\f"===t||"\r"===t}function r(e){var r,n=e.exec(t.substring(h));if(n)return r=n[0],h+=r.length,r}for(var n,i,o,s,a,l=t.length,c=/^[ \t\n\r\u000c]+/,u=/^[, \t\n\r\u000c]+/,p=/^[^ \t\n\r\u000c]+/,d=/[,]+$/,m=/^\d+$/,f=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,h=0,g=[];;){if(r(u),h>=l)return g;n=r(p),i=[],","===n.slice(-1)?(n=n.replace(d,""),y()):b()}function b(){for(r(c),o="",s="in descriptor";;){if(a=t.charAt(h),"in descriptor"===s)if(e(a))o&&(i.push(o),o="",s="after descriptor");else{if(","===a)return h+=1,o&&i.push(o),void y();if("("===a)o+=a,s="in parens";else{if(""===a)return o&&i.push(o),void y();o+=a}}else if("in parens"===s)if(")"===a)o+=a,s="in descriptor";else{if(""===a)return i.push(o),void y();o+=a}else if("after descriptor"===s)if(e(a));else{if(""===a)return void y();s="in descriptor",h-=1}h+=1}}function y(){var e,r,o,s,a,l,c,u,p,d=!1,h={};for(s=0;s{"use strict";let n=r(7793),i=r(1106),o=r(8339);function s(t,e){let r=new i(t,e),n=new o(r);try{n.parse()}catch(t){throw t}return n.root}t.exports=s,s.default=s,n.registerParse(s)},9746:()=>{},9878:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e},s=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var a=s(r(3603));e.htmlDecodeTree=a.default;var l=s(r(2517));e.xmlDecodeTree=l.default;var c=o(r(5096));e.decodeCodePoint=c.default;var u,p=r(5096);Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return p.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return p.fromCodePoint}}),function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(u||(u={}));var d,m,f;function h(t){return t>=u.ZERO&&t<=u.NINE}function g(t){return t===u.EQUALS||function(t){return t>=u.UPPER_A&&t<=u.UPPER_Z||t>=u.LOWER_A&&t<=u.LOWER_Z||h(t)}(t)}!function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(d=e.BinTrieFlags||(e.BinTrieFlags={})),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(m||(m={})),function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"}(f=e.DecodingMode||(e.DecodingMode={}));var b=function(){function t(t,e,r){this.decodeTree=t,this.emitCodePoint=e,this.errors=r,this.state=m.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=f.Strict}return t.prototype.startEntity=function(t){this.decodeMode=t,this.state=m.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},t.prototype.write=function(t,e){switch(this.state){case m.EntityStart:return t.charCodeAt(e)===u.NUM?(this.state=m.NumericStart,this.consumed+=1,this.stateNumericStart(t,e+1)):(this.state=m.NamedEntity,this.stateNamedEntity(t,e));case m.NumericStart:return this.stateNumericStart(t,e);case m.NumericDecimal:return this.stateNumericDecimal(t,e);case m.NumericHex:return this.stateNumericHex(t,e);case m.NamedEntity:return this.stateNamedEntity(t,e)}},t.prototype.stateNumericStart=function(t,e){return e>=t.length?-1:(32|t.charCodeAt(e))===u.LOWER_X?(this.state=m.NumericHex,this.consumed+=1,this.stateNumericHex(t,e+1)):(this.state=m.NumericDecimal,this.stateNumericDecimal(t,e))},t.prototype.addToNumericResult=function(t,e,r,n){if(e!==r){var i=r-e;this.result=this.result*Math.pow(n,i)+parseInt(t.substr(e,i),n),this.consumed+=i}},t.prototype.stateNumericHex=function(t,e){for(var r,n=e;e=u.UPPER_A&&r<=u.UPPER_F||r>=u.LOWER_A&&r<=u.LOWER_F)))return this.addToNumericResult(t,n,e,16),this.emitNumericEntity(i,3);e+=1}return this.addToNumericResult(t,n,e,16),-1},t.prototype.stateNumericDecimal=function(t,e){for(var r=e;e>14;e>14)){if(o===u.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==f.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},t.prototype.emitNotTerminatedNamedEntity=function(){var t,e=this.result,r=(this.decodeTree[e]&d.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,r,this.consumed),null===(t=this.errors)||void 0===t||t.missingSemicolonAfterCharacterReference(),this.consumed},t.prototype.emitNamedEntityData=function(t,e,r){var n=this.decodeTree;return this.emitCodePoint(1===e?n[t]&~d.VALUE_LENGTH:n[t+1],r),3===e&&this.emitCodePoint(n[t+2],r),r},t.prototype.end=function(){var t;switch(this.state){case m.NamedEntity:return 0===this.result||this.decodeMode===f.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case m.NumericDecimal:return this.emitNumericEntity(0,2);case m.NumericHex:return this.emitNumericEntity(0,3);case m.NumericStart:return null===(t=this.errors)||void 0===t||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case m.EntityStart:return 0}},t}();function y(t){var e="",r=new b(t,(function(t){return e+=(0,c.fromCodePoint)(t)}));return function(t,n){for(var i=0,o=0;(o=t.indexOf("&",o))>=0;){e+=t.slice(i,o),r.startEntity(n);var s=r.write(t,o+1);if(s<0){i=o+r.end();break}i=o+s,o=0===s?i+1:i}var a=e+t.slice(i);return e="",a}}function v(t,e,r,n){var i=(e&d.BRANCH_LENGTH)>>7,o=e&d.JUMP_TABLE;if(0===i)return 0!==o&&n===o?r:-1;if(o){var s=n-o;return s<0||s>=i?-1:t[r+s]-1}for(var a=r,l=a+i-1;a<=l;){var c=a+l>>>1,u=t[c];if(un))return t[c+i];l=c-1}}return-1}e.EntityDecoder=b,e.determineBranch=v;var x=y(a.default),w=y(l.default);e.decodeHTML=function(t,e){return void 0===e&&(e=f.Legacy),x(t,e)},e.decodeHTMLAttribute=function(t){return x(t,f.Attribute)},e.decodeHTMLStrict=function(t){return x(t,f.Strict)},e.decodeXML=function(t){return w(t,f.Strict)}},9977:()=>{}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),r.nc=void 0,(()=>{"use strict";var t={};r.r(t),r.d(t,{afterMain:()=>q,afterRead:()=>L,afterWrite:()=>U,applyStyles:()=>K,arrow:()=>ft,auto:()=>k,basePlacements:()=>S,beforeMain:()=>M,beforeRead:()=>j,beforeWrite:()=>B,bottom:()=>x,clippingParents:()=>C,computeStyles:()=>yt,createPopper:()=>Kt,createPopperBase:()=>Wt,createPopperLite:()=>Xt,detectOverflow:()=>Nt,end:()=>E,eventListeners:()=>xt,flip:()=>Lt,hide:()=>qt,left:()=>_,main:()=>R,modifierPhases:()=>F,offset:()=>Bt,placements:()=>P,popper:()=>O,popperGenerator:()=>Gt,popperOffsets:()=>$t,preventOverflow:()=>Ut,read:()=>N,reference:()=>D,right:()=>w,start:()=>A,top:()=>v,variationPlacements:()=>I,viewport:()=>T,write:()=>$});var e={};r.r(e),r.d(e,{bits:()=>lf,bytes:()=>cf,dictToString:()=>yf,exclamation:()=>uf,leftPad:()=>pf,limitTo:()=>df,minSize:()=>mf,nl2br:()=>ff,number:()=>hf,timedelta:()=>bf,timemillis:()=>gf});var n=r(5072),i=r.n(n),o=r(7825),s=r.n(o),a=r(7659),l=r.n(a),c=r(5056),u=r.n(c),p=r(540),d=r.n(p),m=r(1113),f=r.n(m),h=r(1118),g={};g.styleTagTransform=f(),g.setAttributes=u(),g.insert=l().bind(null,"head"),g.domAPI=s(),g.insertStyleElement=d();i()(h.A,g);h.A&&h.A.locals&&h.A.locals;var b=r(4442),y={};y.styleTagTransform=f(),y.setAttributes=u(),y.insert=l().bind(null,"head"),y.domAPI=s(),y.insertStyleElement=d();i()(b.A,y);b.A&&b.A.locals&&b.A.locals;var v="top",x="bottom",w="right",_="left",k="auto",S=[v,x,w,_],A="start",E="end",C="clippingParents",T="viewport",O="popper",D="reference",I=S.reduce((function(t,e){return t.concat([e+"-"+A,e+"-"+E])}),[]),P=[].concat(S,[k]).reduce((function(t,e){return t.concat([e,e+"-"+A,e+"-"+E])}),[]),j="beforeRead",N="read",L="afterRead",M="beforeMain",R="main",q="afterMain",B="beforeWrite",$="write",U="afterWrite",F=[j,N,L,M,R,q,B,$,U];function z(t){return t?(t.nodeName||"").toLowerCase():null}function H(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function V(t){return t instanceof H(t).Element||t instanceof Element}function G(t){return t instanceof H(t).HTMLElement||t instanceof HTMLElement}function W(t){return"undefined"!=typeof ShadowRoot&&(t instanceof H(t).ShadowRoot||t instanceof ShadowRoot)}const K={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},i=e.elements[t];G(i)&&z(i)&&(Object.assign(i.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?i.removeAttribute(t):i.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],i=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});G(n)&&z(n)&&(Object.assign(n.style,o),Object.keys(i).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function X(t){return t.split("-")[0]}var Q=Math.max,Z=Math.min,Y=Math.round;function J(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function tt(){return!/^((?!chrome|android).)*safari/i.test(J())}function et(t,e,r){void 0===e&&(e=!1),void 0===r&&(r=!1);var n=t.getBoundingClientRect(),i=1,o=1;e&&G(t)&&(i=t.offsetWidth>0&&Y(n.width)/t.offsetWidth||1,o=t.offsetHeight>0&&Y(n.height)/t.offsetHeight||1);var s=(V(t)?H(t):window).visualViewport,a=!tt()&&r,l=(n.left+(a&&s?s.offsetLeft:0))/i,c=(n.top+(a&&s?s.offsetTop:0))/o,u=n.width/i,p=n.height/o;return{width:u,height:p,top:c,right:l+u,bottom:c+p,left:l,x:l,y:c}}function rt(t){var e=et(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function nt(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&W(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function it(t){return H(t).getComputedStyle(t)}function ot(t){return["table","td","th"].indexOf(z(t))>=0}function st(t){return((V(t)?t.ownerDocument:t.document)||window.document).documentElement}function at(t){return"html"===z(t)?t:t.assignedSlot||t.parentNode||(W(t)?t.host:null)||st(t)}function lt(t){return G(t)&&"fixed"!==it(t).position?t.offsetParent:null}function ct(t){for(var e=H(t),r=lt(t);r&&ot(r)&&"static"===it(r).position;)r=lt(r);return r&&("html"===z(r)||"body"===z(r)&&"static"===it(r).position)?e:r||function(t){var e=/firefox/i.test(J());if(/Trident/i.test(J())&&G(t)&&"fixed"===it(t).position)return null;var r=at(t);for(W(r)&&(r=r.host);G(r)&&["html","body"].indexOf(z(r))<0;){var n=it(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}function ut(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function pt(t,e,r){return Q(t,Z(e,r))}function dt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function mt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}const ft={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,i=t.options,o=r.elements.arrow,s=r.modifiersData.popperOffsets,a=X(r.placement),l=ut(a),c=[_,w].indexOf(a)>=0?"height":"width";if(o&&s){var u=function(t,e){return dt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:mt(t,S))}(i.padding,r),p=rt(o),d="y"===l?v:_,m="y"===l?x:w,f=r.rects.reference[c]+r.rects.reference[l]-s[l]-r.rects.popper[c],h=s[l]-r.rects.reference[l],g=ct(o),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,y=f/2-h/2,k=u[d],A=b-p[c]-u[m],E=b/2-p[c]/2+y,C=pt(k,E,A),T=l;r.modifiersData[n]=((e={})[T]=C,e.centerOffset=C-E,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&nt(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ht(t){return t.split("-")[1]}var gt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function bt(t){var e,r=t.popper,n=t.popperRect,i=t.placement,o=t.variation,s=t.offsets,a=t.position,l=t.gpuAcceleration,c=t.adaptive,u=t.roundOffsets,p=t.isFixed,d=s.x,m=void 0===d?0:d,f=s.y,h=void 0===f?0:f,g="function"==typeof u?u({x:m,y:h}):{x:m,y:h};m=g.x,h=g.y;var b=s.hasOwnProperty("x"),y=s.hasOwnProperty("y"),k=_,S=v,A=window;if(c){var C=ct(r),T="clientHeight",O="clientWidth";if(C===H(r)&&"static"!==it(C=st(r)).position&&"absolute"===a&&(T="scrollHeight",O="scrollWidth"),i===v||(i===_||i===w)&&o===E)S=x,h-=(p&&C===A&&A.visualViewport?A.visualViewport.height:C[T])-n.height,h*=l?1:-1;if(i===_||(i===v||i===x)&&o===E)k=w,m-=(p&&C===A&&A.visualViewport?A.visualViewport.width:C[O])-n.width,m*=l?1:-1}var D,I=Object.assign({position:a},c&>),P=!0===u?function(t,e){var r=t.x,n=t.y,i=e.devicePixelRatio||1;return{x:Y(r*i)/i||0,y:Y(n*i)/i||0}}({x:m,y:h},H(r)):{x:m,y:h};return m=P.x,h=P.y,l?Object.assign({},I,((D={})[S]=y?"0":"",D[k]=b?"0":"",D.transform=(A.devicePixelRatio||1)<=1?"translate("+m+"px, "+h+"px)":"translate3d("+m+"px, "+h+"px, 0)",D)):Object.assign({},I,((e={})[S]=y?h+"px":"",e[k]=b?m+"px":"",e.transform="",e))}const yt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,i=void 0===n||n,o=r.adaptive,s=void 0===o||o,a=r.roundOffsets,l=void 0===a||a,c={placement:X(e.placement),variation:ht(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,bt(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,bt(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var vt={passive:!0};const xt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,i=n.scroll,o=void 0===i||i,s=n.resize,a=void 0===s||s,l=H(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",r.update,vt)})),a&&l.addEventListener("resize",r.update,vt),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",r.update,vt)})),a&&l.removeEventListener("resize",r.update,vt)}},data:{}};var wt={left:"right",right:"left",bottom:"top",top:"bottom"};function _t(t){return t.replace(/left|right|bottom|top/g,(function(t){return wt[t]}))}var kt={start:"end",end:"start"};function St(t){return t.replace(/start|end/g,(function(t){return kt[t]}))}function At(t){var e=H(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Et(t){return et(st(t)).left+At(t).scrollLeft}function Ct(t){var e=it(t),r=e.overflow,n=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function Tt(t){return["html","body","#document"].indexOf(z(t))>=0?t.ownerDocument.body:G(t)&&Ct(t)?t:Tt(at(t))}function Ot(t,e){var r;void 0===e&&(e=[]);var n=Tt(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),o=H(n),s=i?[o].concat(o.visualViewport||[],Ct(n)?n:[]):n,a=e.concat(s);return i?a:a.concat(Ot(at(s)))}function Dt(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function It(t,e,r){return e===T?Dt(function(t,e){var r=H(t),n=st(t),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;var c=tt();(c||!c&&"fixed"===e)&&(a=i.offsetLeft,l=i.offsetTop)}return{width:o,height:s,x:a+Et(t),y:l}}(t,r)):V(e)?function(t,e){var r=et(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):Dt(function(t){var e,r=st(t),n=At(t),i=null==(e=t.ownerDocument)?void 0:e.body,o=Q(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),s=Q(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),a=-n.scrollLeft+Et(t),l=-n.scrollTop;return"rtl"===it(i||r).direction&&(a+=Q(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:s,x:a,y:l}}(st(t)))}function Pt(t,e,r,n){var i="clippingParents"===e?function(t){var e=Ot(at(t)),r=["absolute","fixed"].indexOf(it(t).position)>=0&&G(t)?ct(t):t;return V(r)?e.filter((function(t){return V(t)&&nt(t,r)&&"body"!==z(t)})):[]}(t):[].concat(e),o=[].concat(i,[r]),s=o[0],a=o.reduce((function(e,r){var i=It(t,r,n);return e.top=Q(i.top,e.top),e.right=Z(i.right,e.right),e.bottom=Z(i.bottom,e.bottom),e.left=Q(i.left,e.left),e}),It(t,s,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function jt(t){var e,r=t.reference,n=t.element,i=t.placement,o=i?X(i):null,s=i?ht(i):null,a=r.x+r.width/2-n.width/2,l=r.y+r.height/2-n.height/2;switch(o){case v:e={x:a,y:r.y-n.height};break;case x:e={x:a,y:r.y+r.height};break;case w:e={x:r.x+r.width,y:l};break;case _:e={x:r.x-n.width,y:l};break;default:e={x:r.x,y:r.y}}var c=o?ut(o):null;if(null!=c){var u="y"===c?"height":"width";switch(s){case A:e[c]=e[c]-(r[u]/2-n[u]/2);break;case E:e[c]=e[c]+(r[u]/2-n[u]/2)}}return e}function Nt(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=void 0===n?t.placement:n,o=r.strategy,s=void 0===o?t.strategy:o,a=r.boundary,l=void 0===a?C:a,c=r.rootBoundary,u=void 0===c?T:c,p=r.elementContext,d=void 0===p?O:p,m=r.altBoundary,f=void 0!==m&&m,h=r.padding,g=void 0===h?0:h,b=dt("number"!=typeof g?g:mt(g,S)),y=d===O?D:O,_=t.rects.popper,k=t.elements[f?y:d],A=Pt(V(k)?k:k.contextElement||st(t.elements.popper),l,u,s),E=et(t.elements.reference),I=jt({reference:E,element:_,strategy:"absolute",placement:i}),P=Dt(Object.assign({},_,I)),j=d===O?P:E,N={top:A.top-j.top+b.top,bottom:j.bottom-A.bottom+b.bottom,left:A.left-j.left+b.left,right:j.right-A.right+b.right},L=t.modifiersData.offset;if(d===O&&L){var M=L[i];Object.keys(N).forEach((function(t){var e=[w,x].indexOf(t)>=0?1:-1,r=[v,x].indexOf(t)>=0?"y":"x";N[t]+=M[r]*e}))}return N}const Lt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0===s||s,l=r.fallbackPlacements,c=r.padding,u=r.boundary,p=r.rootBoundary,d=r.altBoundary,m=r.flipVariations,f=void 0===m||m,h=r.allowedAutoPlacements,g=e.options.placement,b=X(g),y=l||(b===g||!f?[_t(g)]:function(t){if(X(t)===k)return[];var e=_t(t);return[St(t),e,St(e)]}(g)),E=[g].concat(y).reduce((function(t,r){return t.concat(X(r)===k?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=r.boundary,o=r.rootBoundary,s=r.padding,a=r.flipVariations,l=r.allowedAutoPlacements,c=void 0===l?P:l,u=ht(n),p=u?a?I:I.filter((function(t){return ht(t)===u})):S,d=p.filter((function(t){return c.indexOf(t)>=0}));0===d.length&&(d=p);var m=d.reduce((function(e,r){return e[r]=Nt(t,{placement:r,boundary:i,rootBoundary:o,padding:s})[X(r)],e}),{});return Object.keys(m).sort((function(t,e){return m[t]-m[e]}))}(e,{placement:r,boundary:u,rootBoundary:p,padding:c,flipVariations:f,allowedAutoPlacements:h}):r)}),[]),C=e.rects.reference,T=e.rects.popper,O=new Map,D=!0,j=E[0],N=0;N=0,B=q?"width":"height",$=Nt(e,{placement:L,boundary:u,rootBoundary:p,altBoundary:d,padding:c}),U=q?R?w:_:R?x:v;C[B]>T[B]&&(U=_t(U));var F=_t(U),z=[];if(o&&z.push($[M]<=0),a&&z.push($[U]<=0,$[F]<=0),z.every((function(t){return t}))){j=L,D=!1;break}O.set(L,z)}if(D)for(var H=function(t){var e=E.find((function(e){var r=O.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return j=e,"break"},V=f?3:1;V>0;V--){if("break"===H(V))break}e.placement!==j&&(e.modifiersData[n]._skip=!0,e.placement=j,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Mt(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function Rt(t){return[v,w,x,_].some((function(e){return t[e]>=0}))}const qt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,i=e.rects.popper,o=e.modifiersData.preventOverflow,s=Nt(e,{elementContext:"reference"}),a=Nt(e,{altBoundary:!0}),l=Mt(s,n),c=Mt(a,i,o),u=Rt(l),p=Rt(c);e.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:p},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}};const Bt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.offset,o=void 0===i?[0,0]:i,s=P.reduce((function(t,r){return t[r]=function(t,e,r){var n=X(t),i=[_,v].indexOf(n)>=0?-1:1,o="function"==typeof r?r(Object.assign({},e,{placement:t})):r,s=o[0],a=o[1];return s=s||0,a=(a||0)*i,[_,w].indexOf(n)>=0?{x:a,y:s}:{x:s,y:a}}(r,e.rects,o),t}),{}),a=s[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=s}};const $t={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=jt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};const Ut={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0!==s&&s,l=r.boundary,c=r.rootBoundary,u=r.altBoundary,p=r.padding,d=r.tether,m=void 0===d||d,f=r.tetherOffset,h=void 0===f?0:f,g=Nt(e,{boundary:l,rootBoundary:c,padding:p,altBoundary:u}),b=X(e.placement),y=ht(e.placement),k=!y,S=ut(b),E="x"===S?"y":"x",C=e.modifiersData.popperOffsets,T=e.rects.reference,O=e.rects.popper,D="function"==typeof h?h(Object.assign({},e.rects,{placement:e.placement})):h,I="number"==typeof D?{mainAxis:D,altAxis:D}:Object.assign({mainAxis:0,altAxis:0},D),P=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,j={x:0,y:0};if(C){if(o){var N,L="y"===S?v:_,M="y"===S?x:w,R="y"===S?"height":"width",q=C[S],B=q+g[L],$=q-g[M],U=m?-O[R]/2:0,F=y===A?T[R]:O[R],z=y===A?-O[R]:-T[R],H=e.elements.arrow,V=m&&H?rt(H):{width:0,height:0},G=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},W=G[L],K=G[M],Y=pt(0,T[R],V[R]),J=k?T[R]/2-U-Y-W-I.mainAxis:F-Y-W-I.mainAxis,tt=k?-T[R]/2+U+Y+K+I.mainAxis:z+Y+K+I.mainAxis,et=e.elements.arrow&&ct(e.elements.arrow),nt=et?"y"===S?et.clientTop||0:et.clientLeft||0:0,it=null!=(N=null==P?void 0:P[S])?N:0,ot=q+tt-it,st=pt(m?Z(B,q+J-it-nt):B,q,m?Q($,ot):$);C[S]=st,j[S]=st-q}if(a){var at,lt="x"===S?v:_,dt="x"===S?x:w,mt=C[E],ft="y"===E?"height":"width",gt=mt+g[lt],bt=mt-g[dt],yt=-1!==[v,_].indexOf(b),vt=null!=(at=null==P?void 0:P[E])?at:0,xt=yt?gt:mt-T[ft]-O[ft]-vt+I.altAxis,wt=yt?mt+T[ft]+O[ft]-vt-I.altAxis:bt,_t=m&&yt?function(t,e,r){var n=pt(t,e,r);return n>r?r:n}(xt,mt,wt):pt(m?xt:gt,mt,m?wt:bt);C[E]=_t,j[E]=_t-mt}e.modifiersData[n]=j}},requiresIfExists:["offset"]};function Ft(t,e,r){void 0===r&&(r=!1);var n,i,o=G(e),s=G(e)&&function(t){var e=t.getBoundingClientRect(),r=Y(e.width)/t.offsetWidth||1,n=Y(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),a=st(e),l=et(t,s,r),c={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!r)&&(("body"!==z(e)||Ct(a))&&(c=(n=e)!==H(n)&&G(n)?{scrollLeft:(i=n).scrollLeft,scrollTop:i.scrollTop}:At(n)),G(e)?((u=et(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):a&&(u.x=Et(a))),{x:l.left+c.scrollLeft-u.x,y:l.top+c.scrollTop-u.y,width:l.width,height:l.height}}function zt(t){var e=new Map,r=new Set,n=[];function i(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&i(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||i(t)})),n}var Ht={placement:"bottom",modifiers:[],strategy:"absolute"};function Vt(){for(var t=arguments.length,e=new Array(t),r=0;r0;function hd(t,e,r,n){t.addEventListener?t.addEventListener(e,r,n):t.attachEvent&&t.attachEvent("on".concat(e),r)}function gd(t,e,r,n){t.removeEventListener?t.removeEventListener(e,r,n):t.detachEvent&&t.detachEvent("on".concat(e),r)}function bd(t,e){const r=e.slice(0,e.length-1);for(let e=0;e=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}const vd={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":fd?173:189,"=":fd?61:187,";":fd?59:186,"'":222,"[":219,"]":221,"\\":220},xd={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},wd={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},_d={16:!1,18:!1,17:!1,91:!1},kd={};for(let t=1;t<20;t++)vd["f".concat(t)]=111+t;let Sd=[],Ad=null,Ed="all";const Cd=new Map,Td=t=>vd[t.toLowerCase()]||xd[t.toLowerCase()]||t.toUpperCase().charCodeAt(0);function Od(t){Ed=t||"all"}function Dd(){return Ed||"all"}function Id(t){if(void 0===t)Object.keys(kd).forEach((t=>{Array.isArray(kd[t])&&kd[t].forEach((t=>Pd(t))),delete kd[t]})),Md(null);else if(Array.isArray(t))t.forEach((t=>{t.key&&Pd(t)}));else if("object"==typeof t)t.key&&Pd(t);else if("string"==typeof t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;n{let{key:e,scope:r,method:n,splitKey:i="+"}=t;yd(e).forEach((t=>{const e=t.split(i),o=e.length,s=e[o-1],a="*"===s?"*":Td(s);if(!kd[a])return;r||(r=Dd());const l=o>1?bd(xd,e):[],c=[];kd[a]=kd[a].filter((t=>{const e=(!n||t.method===n)&&t.scope===r&&function(t,e){const r=t.length>=e.length?t:e,n=t.length>=e.length?e:t;let i=!0;for(let t=0;tMd(t)))}))};function jd(t,e,r,n){if(e.element!==n)return;let i;if(e.scope===r||"all"===e.scope){i=e.mods.length>0;for(const t in _d)Object.prototype.hasOwnProperty.call(_d,t)&&(!_d[t]&&e.mods.indexOf(+t)>-1||_d[t]&&-1===e.mods.indexOf(+t))&&(i=!1);(0!==e.mods.length||_d[16]||_d[18]||_d[17]||_d[91])&&!i&&"*"!==e.shortcut||(e.keys=[],e.keys=e.keys.concat(Sd),!1===e.method(t,e)&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Nd(t,e){const r=kd["*"];let n=t.keyCode||t.which||t.charCode;if(!Ld.filter.call(this,t))return;if(93!==n&&224!==n||(n=91),-1===Sd.indexOf(n)&&229!==n&&Sd.push(n),["metaKey","ctrlKey","altKey","shiftKey"].forEach((e=>{const r=wd[e];t[e]&&-1===Sd.indexOf(r)?Sd.push(r):!t[e]&&Sd.indexOf(r)>-1?Sd.splice(Sd.indexOf(r),1):"metaKey"===e&&t[e]&&(Sd=Sd.filter((t=>t in wd||t===n)))})),n in _d){_d[n]=!0;for(const t in xd)xd[t]===n&&(Ld[t]=!0);if(!r)return}for(const e in _d)Object.prototype.hasOwnProperty.call(_d,e)&&(_d[e]=t[wd[e]]);t.getModifierState&&(!t.altKey||t.ctrlKey)&&t.getModifierState("AltGraph")&&(-1===Sd.indexOf(17)&&Sd.push(17),-1===Sd.indexOf(18)&&Sd.push(18),_d[17]=!0,_d[18]=!0);const i=Dd();if(r)for(let n=0;n1&&(i=bd(xd,t)),(t="*"===(t=t[t.length-1])?"*":Td(t))in kd||(kd[t]=[]),kd[t].push({keyup:l,keydown:c,scope:o,mods:i,shortcut:n[a],method:r,key:n[a],splitKey:u,element:s});if(void 0!==s&&window){if(!Cd.has(s)){const t=function(){return Nd(arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.event,s)},e=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.event;Nd(t,s),function(t){let e=t.keyCode||t.which||t.charCode;const r=Sd.indexOf(e);if(r>=0&&Sd.splice(r,1),t.key&&"meta"===t.key.toLowerCase()&&Sd.splice(0,Sd.length),93!==e&&224!==e||(e=91),e in _d){_d[e]=!1;for(const t in xd)xd[t]===e&&(Ld[t]=!1)}}(t)};Cd.set(s,{keydownListener:t,keyupListenr:e,capture:p}),hd(s,"keydown",t,p),hd(s,"keyup",e,p)}if(!Ad){const t=()=>{Sd=[]};Ad={listener:t,capture:p},hd(window,"focus",t,p)}}}function Md(t){const e=Object.values(kd).flat();if(e.findIndex((e=>{let{element:r}=e;return r===t}))<0){const{keydownListener:e,keyupListenr:r,capture:n}=Cd.get(t)||{};e&&r&&(gd(t,"keyup",r,n),gd(t,"keydown",e,n),Cd.delete(t))}if(e.length<=0||Cd.size<=0){if(Object.keys(Cd).forEach((t=>{const{keydownListener:e,keyupListenr:r,capture:n}=Cd.get(t)||{};e&&r&&(gd(t,"keyup",r,n),gd(t,"keydown",e,n),Cd.delete(t))})),Cd.clear(),Object.keys(kd).forEach((t=>delete kd[t])),Ad){const{listener:t,capture:e}=Ad;gd(window,"focus",t,e),Ad=null}}}const Rd={getPressedKeyString:function(){return Sd.map((t=>{return e=t,Object.keys(vd).find((t=>vd[t]===e))||(t=>Object.keys(xd).find((e=>xd[e]===t)))(t)||String.fromCharCode(t);var e}))},setScope:Od,getScope:Dd,deleteScope:function(t,e){let r,n;t||(t=Dd());for(const e in kd)if(Object.prototype.hasOwnProperty.call(kd,e))for(r=kd[e],n=0;n{let{element:e}=t;return Md(e)}))}else n++;Dd()===t&&Od(e||"all")},getPressedKeyCodes:function(){return Sd.slice(0)},getAllKeyCodes:function(){const t=[];return Object.keys(kd).forEach((e=>{kd[e].forEach((e=>{let{key:r,scope:n,mods:i,shortcut:o}=e;t.push({scope:n,shortcut:o,mods:i,keys:r.split("+").map((t=>Td(t)))})}))})),t},isPressed:function(t){return"string"==typeof t&&(t=Td(t)),-1!==Sd.indexOf(t)},filter:function(t){const e=t.target||t.srcElement,{tagName:r}=e;let n=!0;const i="INPUT"===r&&!["checkbox","radio","range","button","file","reset","submit","color"].includes(e.type);return(e.isContentEditable||(i||"TEXTAREA"===r||"SELECT"===r)&&!e.readOnly)&&(n=!1),n},trigger:function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"all";Object.keys(kd).forEach((r=>{kd[r].filter((r=>r.scope===e&&r.shortcut===t)).forEach((t=>{t&&t.method&&t.method()}))}))},unbind:Id,keyMap:vd,modifier:xd,modifierMap:wd};for(const t in Rd)Object.prototype.hasOwnProperty.call(Rd,t)&&(Ld[t]=Rd[t]);if("undefined"!=typeof window){const t=window.hotkeys;Ld.noConflict=e=>(e&&window.hotkeys===Ld&&(window.hotkeys=t),Ld),window.hotkeys=Ld}const qd=Ra({args:void 0,config:void 0,data:void 0,status:"IDLE"});var Bd=r(4644),$d=r.n(Bd);const Ud=new class{limits={};limitSuffix=["critical","careful","warning"];setLimits(t){this.limits=t}getLimit(t,e){return null!=this.limits[t]&&null!=this.limits[t][e]?this.limits[t][e]:null}getAlert(t,e,r,n,i){var o=(i=i||!1)?"_log":"",s=100*(r=r||0)/(n=n||100);if(null!=this.limits[t])for(var a=0;a=this.limits[t][l]){var c=l.lastIndexOf("_");return l.substring(c+1)+o}}return"ok"+o}getAlertLog(t,e,r,n){return this.getAlert(t,e,r,n,!0)}};const Fd=new class{data=void 0;init(t=60){let e;const r=()=>(qd.status="PENDING",Promise.all([fetch("api/4/all",{method:"GET"}).then((t=>t.json())),fetch("api/4/all/views",{method:"GET"}).then((t=>t.json()))]).then((t=>{const e={stats:t[0],views:t[1],isBsd:"FreeBSD"===t[0].system?.os_name,isLinux:"Linux"===t[0].system?.os_name,isSunOS:"SunOS"===t[0].system?.os_name,isMac:"Darwin"===t[0].system?.os_name,isWindows:"Windows"===t[0].system?.os_name};this.data=e,qd.data=e,qd.status="SUCCESS"})).catch((t=>{console.log(t),qd.status="FAILURE"})).then((()=>{e&&clearTimeout(e),e=setTimeout(r,1e3*t)})));r(),fetch("api/4/all/limits",{method:"GET"}).then((t=>t.json())).then((t=>{Ud.setLimits(t)})),fetch("api/4/args",{method:"GET"}).then((t=>t.json())).then(((t={})=>{qd.args={...qd.args,...t}})),fetch("api/4/config",{method:"GET"}).then((t=>t.json())).then(((t={})=>{qd.config={...qd.config,...t}}))}getData(){return this.data}};const zd=new class{constructor(){this.favico=new($d())({animation:"none"})}badge(t){this.favico.badge(t)}reset(){this.favico.reset()}},Hd={key:0},Vd={class:"container-fluid"},Gd={class:"row"},Wd={class:"col-sm-12 col-lg-24 title"},Kd={class:"row"},Xd={class:"col-sm-12 col-lg-24"},Qd={class:"table table-sm table-borderless table-striped table-hover"};const Zd={data:()=>({help:void 0}),mounted(){fetch("api/4/help",{method:"GET"}).then((t=>t.json())).then((t=>this.help=t))}};var Yd=r(6262);const Jd=(0,Yd.A)(Zd,[["render",function(t,e,r,n,i,o){return i.help?(xu(),Au("div",Hd,[Iu("div",Vd,[Iu("div",Gd,[Iu("div",Wd,As(i.help.version)+" "+As(i.help.psutil_version),1)]),e[0]||(e[0]=Iu("div",{class:"row"}," ",-1)),Iu("div",Kd,[Iu("div",Xd,As(i.help.configuration_file),1)]),e[1]||(e[1]=Iu("div",{class:"row"}," ",-1))]),Iu("table",Qd,[Iu("thead",null,[Iu("tr",null,[Iu("th",null,As(i.help.header_sort.replace(":","")),1),Iu("th",null,As(i.help.header_show_hide.replace(":","")),1),Iu("th",null,As(i.help.header_toggle.replace(":","")),1),Iu("th",null,As(i.help.header_miscellaneous.replace(":","")),1)])]),Iu("tbody",null,[Iu("tr",null,[Iu("td",null,As(i.help.sort_auto),1),Iu("td",null,As(i.help.show_hide_application_monitoring),1),Iu("td",null,As(i.help.toggle_bits_bytes),1),Iu("td",null,As(i.help.misc_erase_process_filter),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_cpu),1),Iu("td",null,As(i.help.show_hide_diskio),1),Iu("td",null,As(i.help.toggle_count_rate),1),Iu("td",null,As(i.help.misc_generate_history_graphs),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_io_rate),1),Iu("td",null,As(i.help.show_hide_containers),1),Iu("td",null,As(i.help.toggle_used_free),1),Iu("td",null,As(i.help.misc_help),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_mem),1),Iu("td",null,As(i.help.show_hide_top_extended_stats),1),Iu("td",null,As(i.help.toggle_bar_sparkline),1),Iu("td",null,As(i.help.misc_accumulate_processes_by_program),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_process_name),1),Iu("td",null,As(i.help.show_hide_filesystem),1),Iu("td",null,As(i.help.toggle_separate_combined),1),e[2]||(e[2]=Iu("td",null," ",-1))]),Iu("tr",null,[Iu("td",null,As(i.help.sort_cpu_times),1),Iu("td",null,As(i.help.show_hide_gpu),1),Iu("td",null,As(i.help.toggle_live_cumulative),1),Iu("td",null,As(i.help.misc_reset_processes_summary_min_max),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_user),1),Iu("td",null,As(i.help.show_hide_ip),1),Iu("td",null,As(i.help.toggle_linux_percentage),1),Iu("td",null,As(i.help.misc_quit),1)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_tcp_connection),1),Iu("td",null,As(i.help.toggle_cpu_individual_combined),1),Iu("td",null,As(i.help.misc_reset_history),1)]),Iu("tr",null,[e[4]||(e[4]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_alert),1),Iu("td",null,As(i.help.toggle_gpu_individual_combined),1),Iu("td",null,As(i.help.misc_delete_warning_alerts),1)]),Iu("tr",null,[e[5]||(e[5]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_network),1),Iu("td",null,As(i.help.toggle_short_full),1),Iu("td",null,As(i.help.misc_delete_warning_and_critical_alerts),1)]),Iu("tr",null,[e[6]||(e[6]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.sort_cpu_times),1),e[7]||(e[7]=Iu("td",null," ",-1)),e[8]||(e[8]=Iu("td",null," ",-1))]),Iu("tr",null,[e[9]||(e[9]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_irq),1),e[10]||(e[10]=Iu("td",null," ",-1)),e[11]||(e[11]=Iu("td",null," ",-1))]),Iu("tr",null,[e[12]||(e[12]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_raid_plugin),1),e[13]||(e[13]=Iu("td",null," ",-1)),e[14]||(e[14]=Iu("td",null," ",-1))]),Iu("tr",null,[e[15]||(e[15]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_sensors),1),e[16]||(e[16]=Iu("td",null," ",-1)),e[17]||(e[17]=Iu("td",null," ",-1))]),Iu("tr",null,[e[18]||(e[18]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_wifi_module),1),e[19]||(e[19]=Iu("td",null," ",-1)),e[20]||(e[20]=Iu("td",null," ",-1))]),Iu("tr",null,[e[21]||(e[21]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_processes),1),e[22]||(e[22]=Iu("td",null," ",-1)),e[23]||(e[23]=Iu("td",null," ",-1))]),Iu("tr",null,[e[24]||(e[24]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_left_sidebar),1),e[25]||(e[25]=Iu("td",null," ",-1)),e[26]||(e[26]=Iu("td",null," ",-1))]),Iu("tr",null,[e[27]||(e[27]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_quick_look),1),e[28]||(e[28]=Iu("td",null," ",-1)),e[29]||(e[29]=Iu("td",null," ",-1))]),Iu("tr",null,[e[30]||(e[30]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_cpu_mem_swap),1),e[31]||(e[31]=Iu("td",null," ",-1)),e[32]||(e[32]=Iu("td",null," ",-1))]),Iu("tr",null,[e[33]||(e[33]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_all),1),e[34]||(e[34]=Iu("td",null," ",-1)),e[35]||(e[35]=Iu("td",null," ",-1))])])]),e[36]||(e[36]=Mu('
 

For an exhaustive list of key bindings, click here.

 

Press h to came back to Glances.

',5))])):Ru("v-if",!0)}]]),tm={id:"alerts",class:"plugin"},em={key:0,class:"title"},rm={key:1,class:"title"},nm={class:"table table-sm table-borderless"},im={scope:"row"},om={scope:"row"},sm={scope:"row"};var am=r(2543);const lm={props:{data:{type:Object}},computed:{stats(){return this.data.stats.alert},alerts(){return(this.stats||[]).map((t=>{const e={};if(e.state=t.state,e.type=t.type,e.begin=1e3*t.begin,e.end=1e3*t.end,e.ongoing=-1==t.end,e.min=t.min,e.avg=t.avg,e.max=t.max,t.top.length>0&&(e.top=": "+t.top.join(", ")),!e.ongoing){const t=e.end-e.begin,r=parseInt(t/1e3%60),n=parseInt(t/6e4%60),i=parseInt(t/36e5%24);e.duration=(0,am.padStart)(i,2,"0")+":"+(0,am.padStart)(n,2,"0")+":"+(0,am.padStart)(r,2,"0")}return e}))},hasAlerts(){return this.countAlerts>0},countAlerts(){return this.alerts.length},hasOngoingAlerts(){return this.countOngoingAlerts>0},countOngoingAlerts(){return this.alerts.filter((({ongoing:t})=>t)).length}},watch:{countOngoingAlerts(){this.countOngoingAlerts?zd.badge(this.countOngoingAlerts):zd.reset()}},methods:{formatDate(t){const e=(new Date).getTimezoneOffset(),r=Math.trunc(Math.abs(e)/60),n=Math.abs(e%60);let i=e<=0?"+":"-";i+=String(r).padStart(2,"0")+String(n).padStart(2,"0");const o=new Date(t);return String(o.getFullYear())+"-"+String(o.getMonth()+1).padStart(2,"0")+"-"+String(o.getDate()).padStart(2,"0")+" "+String(o.getHours()).padStart(2,"0")+":"+String(o.getMinutes()).padStart(2,"0")+":"+String(o.getSeconds()).padStart(2,"0")+"("+i+")"},clear(){fetch("api/4/events/clear/all",{method:"POST",headers:{"Content-Type":"application/json"}}).then((t=>t.json())).then((t=>product.value=t))}}},cm=(0,Yd.A)(lm,[["render",function(t,e,r,n,i,o){return xu(),Au("section",tm,[o.hasAlerts?(xu(),Au("span",em,[Lu(" Warning or critical alerts (last "+As(o.countAlerts)+" entries) ",1),Iu("span",null,[Iu("button",{class:"button",onClick:e[0]||(e[0]=t=>o.clear())},"Clear alerts")])])):(xu(),Au("span",rm,"No warning or critical alert detected")),Iu("table",nm,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.alerts,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",im,[Iu("span",null,As(o.formatDate(e.begin)),1)]),Iu("td",om,[Iu("span",null,"("+As(e.ongoing?"ongoing":e.duration)+")",1)]),Iu("td",sm,[Al(Iu("span",null,As(e.state)+" on ",513),[[xp,!e.ongoing]]),Iu("span",{class:xs(e.state.toLowerCase())},As(e.type),3),Iu("span",null,"("+As(t.$filters.number(e.max,1))+")",1),Iu("span",null,As(e.top),1)])])))),128))])])])}]]),um={key:0,id:"cloud",class:"plugin"},pm={class:"title"};const dm={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cloud},provider(){return void 0!==this.stats.id?`${stats.platform}`:null},instance(){const{stats:t}=this;return void 0!==this.stats.id?`${t.type} instance ${t.name} (${t.region})`:null}}},mm=(0,Yd.A)(dm,[["render",function(t,e,r,n,i,o){return o.instance||o.provider?(xu(),Au("section",um,[Iu("span",pm,As(o.provider),1),Lu(" "+As(o.instance),1)])):Ru("v-if",!0)}]]),fm={id:"connections",class:"plugin"},hm={class:"table table-sm table-borderless margin-bottom"},gm={class:"text-end"},bm={class:"text-end"},ym={class:"text-end"},vm={class:"text-end"};const xm={props:{data:{type:Object}},computed:{stats(){return this.data.stats.connections},view(){return this.data.views.connections},listen(){return this.stats.LISTEN},initiated(){return this.stats.initiated},established(){return this.stats.ESTABLISHED},terminated(){return this.stats.terminated},tracked(){return{count:this.stats.nf_conntrack_count,max:this.stats.nf_conntrack_max}}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},wm=(0,Yd.A)(xm,[["render",function(t,e,r,n,i,o){return xu(),Au("section",fm,[Iu("table",hm,[e[5]||(e[5]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"TCP CONNECTIONS"),Iu("th",{scope:"col",class:"text-end"})])],-1)),Iu("tbody",null,[Iu("tr",null,[e[0]||(e[0]=Iu("td",{scope:"row"},"Listen",-1)),Iu("td",gm,As(o.listen),1)]),Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"Initiated",-1)),Iu("td",bm,As(o.initiated),1)]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"Established",-1)),Iu("td",ym,As(o.established),1)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"Terminated",-1)),Iu("td",vm,As(o.terminated),1)]),Iu("tr",null,[e[4]||(e[4]=Iu("td",{scope:"row"},"Tracked",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("nf_conntrack_percent")])},As(o.tracked.count)+"/"+As(o.tracked.max),3)])])])])}]]),_m={id:"cpu",class:"plugin"},km={class:"table-responsive"},Sm={class:"table-sm table-borderless"},Am={class:"justify-content-between"},Em={scope:"col"},Cm={class:"table table-sm table-borderless"},Tm={key:0,scope:"col"},Om={class:"d-none d-xl-block d-xxl-block"},Dm={class:"table table-sm table-borderless"},Im={scope:"col"},Pm={scope:"col",class:"text-end"},jm={scope:"col"},Nm={scope:"col",class:"text-end"},Lm={scope:"col"},Mm={scope:"col",class:"text-end"},Rm={key:0,scope:"col"},qm={scope:"col"},Bm={class:"d-none d-xxl-block"},$m={class:"table table-sm table-borderless"},Um={key:0,scope:"col"},Fm={scope:"col"},zm={scope:"col",class:"text-end"},Hm={key:0,scope:"col"},Vm={key:1,scope:"col",class:"text-end"},Gm={key:0,scope:"col"},Wm={key:1,scope:"col",class:"text-end"};const Km={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cpu},view(){return this.data.views.cpu},isLinux(){return this.data.isLinux},isSunOS(){return this.data.isSunOS},isWindows(){return this.data.isWindows},total(){return this.stats.total},user(){return this.stats.user},system(){return this.stats.system},idle(){return this.stats.idle},nice(){return this.stats.nice},irq(){return this.stats.irq},iowait(){return this.stats.iowait},dpc(){return this.stats.dpc},steal(){return this.stats.steal},guest(){return this.stats.guest},ctx_switches(){const{stats:t}=this;return t.ctx_switches?Math.floor(t.ctx_switches/t.time_since_update):null},interrupts(){const{stats:t}=this;return t.interrupts?Math.floor(t.interrupts/t.time_since_update):null},soft_interrupts(){const{stats:t}=this;return t.soft_interrupts?Math.floor(t.soft_interrupts/t.time_since_update):null},syscalls(){const{stats:t}=this;return t.syscalls?Math.floor(t.syscalls/t.time_since_update):null}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Xm=(0,Yd.A)(Km,[["render",function(t,e,r,n,i,o){return xu(),Au("section",_m,[Ru(" d-none d-xxl-block "),Iu("div",km,[Iu("table",Sm,[Iu("tbody",null,[Iu("tr",Am,[Iu("td",Em,[Iu("table",Cm,[Iu("tbody",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"CPU",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("total")])},[Iu("span",null,As(o.total)+"%",1)],2)]),Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"col"},"user:",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("user")])},[Iu("span",null,As(o.user)+"%",1)],2)]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"col"},"system:",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("system")])},[Iu("span",null,As(o.system)+"%",1)],2)]),Iu("tr",null,[null!=o.iowait?(xu(),Au("td",Tm,"iowait:")):Ru("v-if",!0),null!=o.iowait?(xu(),Au("td",{key:1,scope:"col",class:xs(["text-end",o.getDecoration("iowait")])},[Iu("span",null,As(o.iowait)+"%",1)],2)):Ru("v-if",!0)])])])]),Iu("td",null,[Iu("template",Om,[Iu("table",Dm,[Iu("tbody",null,[Iu("tr",null,[Al(Iu("td",Im,"idle:",512),[[xp,null!=o.idle]]),Al(Iu("td",Pm,[Iu("span",null,As(o.idle)+"%",1)],512),[[xp,null!=o.idle]])]),Iu("tr",null,[Al(Iu("td",jm,"irq:",512),[[xp,null!=o.irq]]),Al(Iu("td",Nm,[Iu("span",null,As(o.irq)+"%",1)],512),[[xp,null!=o.irq]])]),Iu("tr",null,[Al(Iu("td",Lm,"nice:",512),[[xp,null!=o.nice]]),Al(Iu("td",Mm,[Iu("span",null,As(o.nice)+"%",1)],512),[[xp,null!=o.nice]])]),Iu("tr",null,[null==o.iowait&&null!=o.dpc?(xu(),Au("td",Rm,"dpc:")):Ru("v-if",!0),null==o.iowait&&null!=o.dpc?(xu(),Au("td",{key:1,scope:"col",class:xs(["text-end",o.getDecoration("dpc")])},[Iu("span",null,As(o.dpc)+"%",1)],2)):Ru("v-if",!0),Al(Iu("td",qm,"steal:",512),[[xp,null!=o.steal]]),Al(Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("steal")])},[Iu("span",null,As(o.steal)+"%",1)],2),[[xp,null!=o.steal]])])])])])]),Iu("td",null,[Iu("template",Bm,[Iu("table",$m,[Iu("tbody",null,[Iu("tr",null,[null!=o.nice&&null!=o.ctx_switches?(xu(),Au("td",Um," ctx_sw:")):Ru("v-if",!0),null!=o.nice&&null!=o.ctx_switches?(xu(),Au("td",{key:1,scope:"col",class:xs(["text-end",o.getDecoration("ctx_switches")])},[Iu("span",null,As(o.ctx_switches),1)],2)):Ru("v-if",!0)]),Iu("tr",null,[Al(Iu("td",Fm,"inter:",512),[[xp,null!=o.interrupts]]),Al(Iu("td",zm,[Iu("span",null,As(o.interrupts),1)],512),[[xp,null!=o.interrupts]])]),Iu("tr",null,[o.isWindows||o.isSunOS||null==o.soft_interrupts?Ru("v-if",!0):(xu(),Au("td",Hm,"sw_int: ")),o.isWindows||o.isSunOS||null==o.soft_interrupts?Ru("v-if",!0):(xu(),Au("td",Vm,[Iu("span",null,As(o.soft_interrupts),1)]))]),Iu("tr",null,[o.isLinux&&null!=o.guest?(xu(),Au("td",Gm,"guest:")):Ru("v-if",!0),o.isLinux&&null!=o.guest?(xu(),Au("td",Wm,[Iu("span",null,As(o.guest)+"%",1)])):Ru("v-if",!0)])])])])])])])])])])}]]),Qm={key:0,id:"diskio",class:"plugin"},Zm={class:"table table-sm table-borderless margin-bottom"},Ym={scope:"col",class:"text-end w-25"},Jm={scope:"col",class:"text-end w-25"},tf={scope:"col",class:"text-end w-25"},ef={scope:"col",class:"text-end w-25"},rf={scope:"row",class:"text-truncate"};var nf=r(4728),of=r.n(nf);function sf(t,e){return af(t=8*Math.round(t),e)+"b"}function af(t,e){if(e=e||!1,isNaN(parseFloat(t))||!isFinite(t)||0==t)return t;const r=["Y","Z","E","P","T","G","M","K"],n={Y:12089258196146292e8,Z:11805916207174113e5,E:0x1000000000000000,P:0x4000000000000,T:1099511627776,G:1073741824,M:1048576,K:1024};for(var i=0;i1){var a=0;return s<10?a=2:s<100&&(a=1),e?a="MK"==o?0:(0,am.min)([1,a]):"K"==o&&(a=0),parseFloat(s).toFixed(a)+o}}return t.toFixed(0)}function lf(t){return void 0===t||""===t?"?":t}function cf(t,e,r){return e=e||0,r=r||" ",String(t).padStart(e,r)}function uf(t,e){return"function"!=typeof t.slice&&(t=String(t)),t.slice(0,e)}function pf(t,e,r=!0){return e=e||8,t.length>e?r?t.substring(0,e-1)+"_":"_"+t.substring(t.length-e+1):t}function df(t){if(void 0===t)return t;var e=function(t){var e=document.createElement("div");return e.innerText=t,e.innerHTML}(t),r=e.replace(/\n/g,"
");return of()(r)}function mf(t,e){return void 0===t||isNaN(t)?"-":new Intl.NumberFormat("en-US","number"==typeof e?{maximumFractionDigits:e}:e).format(t)}function ff(t){for(var e=0,r=0;r`${t}: ${e}`)).join(" / ")}const bf={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.diskio},view(){return this.data.views.diskio},disks(){const t=this.stats.map((t=>({name:t.disk_name,alias:void 0!==t.alias?t.alias:null,bitrate:{txps:af(t.read_bytes_rate_per_sec),rxps:af(t.write_bytes_rate_per_sec)},count:{txps:af(t.read_count_rate_per_sec),rxps:af(t.write_count_rate_per_sec)}}))).filter((t=>{const e=this.view[t.name].read_bytes_rate_per_sec,r=this.view[t.name].write_bytes_rate_per_sec;return!(e&&!1!==e.hidden||r&&!1!==r.hidden)}));return(0,am.orderBy)(t,["name"])},hasDisks(){return this.disks.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},yf=(0,Yd.A)(bf,[["render",function(t,e,r,n,i,o){return o.hasDisks?(xu(),Au("section",Qm,[Iu("table",Zm,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"DISK I/O",-1)),Al(Iu("th",Ym,"Rps",512),[[xp,!o.args.diskio_iops]]),Al(Iu("th",Jm,"Wps",512),[[xp,!o.args.diskio_iops]]),Al(Iu("th",tf,"IORps",512),[[xp,o.args.diskio_iops]]),Al(Iu("th",ef,"IOWps",512),[[xp,o.args.diskio_iops]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.disks,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",rf,As(t.$filters.minSize(e.alias?e.alias:e.name,16)),1),Al(Iu("td",{class:xs(["text-end w-25",o.getDecoration(e.name,"write_bytes_rate_per_sec")])},As(e.bitrate.txps),3),[[xp,!o.args.diskio_iops]]),Al(Iu("td",{class:xs(["text-end w-25",o.getDecoration(e.name,"read_bytes_rate_per_sec")])},As(e.bitrate.rxps),3),[[xp,!o.args.diskio_iops]]),Al(Iu("td",{class:"text-end w-25"},As(e.count.txps),513),[[xp,o.args.diskio_iops]]),Al(Iu("td",{class:"text-end w-25"},As(e.count.rxps),513),[[xp,o.args.diskio_iops]])])))),128))])])])):Ru("v-if",!0)}]]),vf={key:0,id:"containers",class:"plugin"},xf={class:"table-responsive d-md-none"},wf={class:"table table-sm table-borderless table-striped table-hover"},_f={scope:"col"},kf={scope:"col"},Sf={scope:"col"},Af={scope:"col"},Ef={class:"table-responsive d-none d-md-block"},Cf={class:"table table-sm table-borderless table-striped table-hover"},Tf={scope:"col"},Of={scope:"col"},Df={scope:"col"},If={scope:"col"},Pf={scope:"col"},jf={scope:"col"},Nf={scope:"col"},Lf={scope:"col"},Mf={scope:"col"},Rf={scope:"col"};const qf={props:{data:{type:Object}},data:()=>({store:qd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.containers},views(){return this.data.views.containers},containers(){const{sorter:t}=this,e=(this.stats||[]).map((t=>{let e;return null!=t.memory_usage?(e=t.memory_usage,null!=t.memory_inactive_file&&(e-=t.memory_inactive_file)):e=void 0,{id:t.id,name:t.name,status:t.status,uptime:t.uptime,cpu_percent:t.cpu.total,memory_usage:e,limit:t.memory.limit,io_rx:t.io_rx,io_wx:t.io_wx,network_rx:t.network_rx,network_tx:t.network_tx,command:t.command,image:t.image,engine:t.engine,pod_id:t.pod_id}}));return(0,am.orderBy)(e,[t.column].map((t=>e=>e["memory_percent"===t?"memory_usage":t]??-1/0),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name},showPod(){return this.views.show_pod_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{io_counters:"disk IO",cpu_percent:"CPU consumption",memory_usage:"memory consumption",cpu_times:"uptime",name:"container name",None:"None"}[t]||t}})}}},methods:{getDisableStats:()=>Ud.getLimit("containers","containers_disable_stats")||[]}},Bf=(0,Yd.A)(qf,[["render",function(t,e,r,n,i,o){return o.containers.length?(xu(),Au("section",vf,[e[6]||(e[6]=Iu("span",{class:"title"},"CONTAINERS",-1)),Al(Iu("span",null,As(o.containers.length)+" sorted by "+As(i.sorter.getColumnLabel(i.sorter.column)),513),[[xp,o.containers.length>1]]),Iu("div",xf,[Iu("table",wf,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",_f,"Pod",512),[[xp,o.showPod]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",kf,"Status",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="cpu_percent")}," CPU% ",2),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="memory_percent")}," MEM ",2),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",Sf,"MAX",512),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",Af,"Command",512),[[xp,!o.getDisableStats().includes("command")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.containers,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row"},As(e.pod_id||"-"),513),[[xp,o.showPod]]),Al(Iu("td",{scope:"row"},As(e.name),513),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",{scope:"row",class:xs(["Paused"===e.status&&"careful","exited"===e.status&&"warning",!["Paused","exited"].includes(e.status)&&"ok"])},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row"},As(t.$filters.number(e.cpu_percent,1)),513),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.memory_usage??NaN)?"-":t.$filters.bytes(e.memory_usage)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.limit??NaN)?"-":t.$filters.bytes(e.limit)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.command),513),[[xp,!o.getDisableStats().includes("command")]])])))),128))])])]),Iu("div",Ef,[Iu("table",Cf,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",Tf,"Engine",512),[[xp,o.showEngine]]),Al(Iu("td",Of,"Pod",512),[[xp,o.showPod]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[3]||(e[3]=t=>o.args.sort_processes_key="name")}," Name ",2),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",Df,"Status",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",If,"Uptime",512),[[xp,!o.getDisableStats().includes("uptime")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===i.sorter.column&&"sort"]),onClick:e[4]||(e[4]=t=>o.args.sort_processes_key="cpu_percent")}," CPU% ",2),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===i.sorter.column&&"sort"]),onClick:e[5]||(e[5]=t=>o.args.sort_processes_key="memory_percent")}," MEM ",2),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",Pf,"MAX",512),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",jf,"IORps",512),[[xp,!o.getDisableStats().includes("diskio")]]),Al(Iu("td",Nf,"IOWps",512),[[xp,!o.getDisableStats().includes("diskio")]]),Al(Iu("td",Lf,"RXps",512),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",Mf,"TXps",512),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",Rf,"Command",512),[[xp,!o.getDisableStats().includes("command")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.containers,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row"},As(e.engine),513),[[xp,o.showEngine]]),Al(Iu("td",{scope:"row"},As(e.pod_id||"-"),513),[[xp,o.showPod]]),Al(Iu("td",{scope:"row"},As(e.name),513),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",{scope:"row",class:xs(["Paused"===e.status&&"careful","exited"===e.status&&"warning",!["Paused","exited"].includes(e.status)&&"ok"])},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row"},As(e.uptime),513),[[xp,!o.getDisableStats().includes("uptime")]]),Al(Iu("td",{scope:"row"},As(t.$filters.number(e.cpu_percent,1)),513),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.memory_usage??NaN)?"-":t.$filters.bytes(e.memory_usage)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.limit??NaN)?"-":t.$filters.bytes(e.limit)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.io_rx??NaN)?"-":t.$filters.bytes(e.io_rx)),513),[[xp,!o.getDisableStats().includes("iodisk")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.io_wx??NaN)?"-":t.$filters.bytes(e.io_wx)),513),[[xp,!o.getDisableStats().includes("iodisk")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.network_rx??NaN)?"-":t.$filters.bits(e.network_rx)),513),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.network_tx??NaN)?"-":t.$filters.bits(e.network_tx)),513),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.command),513),[[xp,!o.getDisableStats().includes("command")]])])))),128))])])])])):Ru("v-if",!0)}]]),$f={key:0,id:"folders",class:"plugin"},Uf={class:"table table-sm table-borderless margin-bottom"},Ff={scope:"row"},zf={key:0,class:"visible-lg-inline"};const Hf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.folders},folders(){return this.stats.map((t=>({path:t.path,size:t.size,errno:t.errno,careful:t.careful,warning:t.warning,critical:t.critical})))},hasFolders(){return this.folders.length>0}},methods:{getDecoration:t=>t.errno>0?"error":null!==t.critical&&t.size>1e6*t.critical?"critical":null!==t.warning&&t.size>1e6*t.warning?"warning":null!==t.careful&&t.size>1e6*t.careful?"careful":"ok"}},Vf=(0,Yd.A)(Hf,[["render",function(t,e,r,n,i,o){return o.hasFolders?(xu(),Au("section",$f,[Iu("table",Uf,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"FOLDERS"),Iu("th",{scope:"col",class:"text-end"},"Size")])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.folders,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Ff,As(e.path),1),Iu("td",{class:xs(["text-end",o.getDecoration(e)])},[e.errno>0?(xu(),Au("span",zf,"?")):Ru("v-if",!0),Lu(" "+As(t.$filters.bytes(e.size)),1)],2)])))),128))])])])):Ru("v-if",!0)}]]),Gf={key:0,id:"fs",class:"plugin"},Wf={class:"table table-sm table-borderless margin-bottom"},Kf={key:0,scope:"col",class:"text-end w-25"},Xf={key:1,scope:"col",class:"text-end w-25"},Qf={scope:"row"},Zf={key:0,class:"visible-lg-inline"},Yf={scope:"row",class:"text-end"};const Jf={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.fs},view(){return this.data.views.fs},fileSystems(){const t=this.stats.map((t=>({name:t.device_name,mountPoint:t.mnt_point,percent:t.percent,size:t.size,used:t.used,free:t.free,alias:void 0!==t.alias?t.alias:null})));return(0,am.orderBy)(t,["mnt_point"])},hasFs(){return this.fileSystems.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},th=(0,Yd.A)(Jf,[["render",function(t,e,r,n,i,o){return o.hasFs?(xu(),Au("section",Gf,[Iu("table",Wf,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"FILE SYSTEM",-1)),o.args.fs_free_space?(xu(),Au("th",Xf,"Free")):(xu(),Au("th",Kf,"Used")),e[1]||(e[1]=Iu("th",{scope:"col",class:"text-end w-25"},"Total",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.fileSystems,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Qf,[Lu(As(t.$filters.minSize(e.alias?e.alias:e.mountPoint,16,t.begin=!1))+" ",1),(e.alias?e.alias:e.mountPoint).length+e.name.length<=15?(xu(),Au("span",Zf," ("+As(e.name)+") ",1)):Ru("v-if",!0)]),o.args.fs_free_space?(xu(),Au("td",{key:1,scope:"row",class:xs(["text-end",o.getDecoration(e.mountPoint,"used")])},As(t.$filters.bytes(e.free)),3)):(xu(),Au("td",{key:0,scope:"row",class:xs(["text-end",o.getDecoration(e.mountPoint,"used")])},As(t.$filters.bytes(e.used)),3)),Iu("td",Yf,As(t.$filters.bytes(e.size)),1)])))),128))])])])):Ru("v-if",!0)}]]),eh={key:0,id:"gpu",class:"plugin"},rh={class:"title text-truncate"},nh={key:0,class:"table-responsive"},ih={key:1,class:"col text-end"},oh={key:1,class:"col text-end"},sh={key:1,class:"col text-end"},ah={key:1,class:"table-responsive"},lh={class:"table table-sm table-borderless"},ch={class:"col"},uh={key:1,class:"col"},ph={key:3,class:"col text-end"},dh={key:2,class:"table-responsive"},mh={class:"table table-sm table-borderless"},fh={key:1,class:"col"},hh={key:1,class:"col"},gh={key:1,class:"col"};const bh={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.gpu},view(){return this.data.views.gpu},gpus(){return this.stats},name(){let t="GPU";const{stats:e}=this;return 1===e.length?t=e[0].name:e.length&&(t=`${e.length} GPU ${e[0].name}`),t},mean(){const t={proc:null,mem:null,temperature:null},{stats:e}=this;if(!e.length)return t;for(const r of e)t.proc+=r.proc,t.mem+=r.mem,t.temperature+=r.temperature;return t.proc=t.proc/e.length,t.mem=t.mem/e.length,t.temperature=t.temperature/e.length,t}},methods:{getDecoration(t,e){if(void 0!==this.view[t][e])return this.view[t][e].decoration.toLowerCase()},getMeanDecoration:t=>"DEFAULT"}},yh=(0,Yd.A)(bh,[["render",function(t,e,r,n,i,o){return null!=o.gpus?(xu(),Au("section",eh,[Iu("div",rh,As(o.name),1),Ru(" single gpu "),1===o.gpus.length?(xu(),Au("div",nh,[(xu(!0),Au(fu,null,oc(o.gpus,((r,n)=>(xu(),Au("table",{key:n,class:"table table-sm table-borderless"},[Iu("tbody",null,[Iu("tr",null,[e[1]||(e[1]=Iu("td",{class:"col"},"proc:",-1)),null!=r.proc?(xu(),Au("td",{key:0,class:xs(["col text-end",o.getDecoration(r.gpu_id,"proc")])},[Iu("span",null,As(t.$filters.number(r.proc,0))+"%",1)],2)):Ru("v-if",!0),null==r.proc?(xu(),Au("td",ih,e[0]||(e[0]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{class:"col"},"mem:",-1)),null!=r.mem?(xu(),Au("td",{key:0,class:xs(["col text-end",o.getDecoration(r.gpu_id,"mem")])},[Iu("span",null,As(t.$filters.number(r.mem,0))+"%",1)],2)):Ru("v-if",!0),null==r.mem?(xu(),Au("td",oh,e[2]||(e[2]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)]),Iu("tr",null,[e[5]||(e[5]=Iu("td",{class:"col"},"temp:",-1)),null!=r.temperature?(xu(),Au("td",{key:0,class:xs(["col text-end",o.getDecoration(r.gpu_id,"temperature")])},[Iu("span",null,As(t.$filters.number(r.temperature,0)),1)],2)):Ru("v-if",!0),null==r.temperature?(xu(),Au("td",sh,e[4]||(e[4]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)])])])))),128))])):Ru("v-if",!0),Ru(" multiple gpus - one line per gpu (no mean) "),!o.args.meangpu&&o.gpus.length>1?(xu(),Au("div",ah,[Iu("table",lh,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.gpus,((r,n)=>(xu(),Au("tr",{key:n},[Iu("td",ch,As(r.gpu_id)+":",1),null!=r.proc?(xu(),Au("td",{key:0,class:xs(["col",o.getDecoration(r.gpu_id,"proc")])},[Iu("span",null,As(t.$filters.number(r.proc,0))+"%",1)],2)):Ru("v-if",!0),null==r.proc?(xu(),Au("td",uh,e[6]||(e[6]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0),e[8]||(e[8]=Iu("td",{class:"col"},"mem:",-1)),null!=r.mem?(xu(),Au("td",{key:2,class:xs(["col text-end",o.getDecoration(r.gpu_id,"mem")])},[Iu("span",null,As(t.$filters.number(r.mem,0))+"% ",1)],2)):Ru("v-if",!0),null==r.mem?(xu(),Au("td",ph,e[7]||(e[7]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)])))),128))])])])):Ru("v-if",!0),Ru(" multiple gpus - mean "),o.args.meangpu&&o.gpus.length>1?(xu(),Au("div",dh,[Iu("table",mh,[Iu("tbody",null,[Iu("tr",null,[e[10]||(e[10]=Iu("td",{class:"col"},"proc mean:",-1)),null!=o.mean.proc?(xu(),Au("td",{key:0,class:xs(["col",o.getMeanDecoration("proc")])},[Iu("span",null,As(t.$filters.number(o.mean.proc,0))+"%",1)],2)):Ru("v-if",!0),null==o.mean.proc?(xu(),Au("td",fh,e[9]||(e[9]=[Iu("span",null,"N/A",-1),Lu(">")]))):Ru("v-if",!0)]),Iu("tr",null,[e[12]||(e[12]=Iu("td",{class:"col"},"mem mean:",-1)),null!=o.mean.mem?(xu(),Au("td",{key:0,class:xs(["col",o.getMeanDecoration("mem")])},[Iu("span",null,As(t.$filters.number(o.mean.mem,0))+"%",1)],2)):Ru("v-if",!0),null==o.mean.mem?(xu(),Au("td",hh,e[11]||(e[11]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)]),Iu("tr",null,[e[14]||(e[14]=Iu("td",{class:"col"},"temp mean:",-1)),null!=o.mean.temperature?(xu(),Au("td",{key:0,class:xs(["col",o.getMeanDecoration("temperature")])},[Iu("span",null,As(t.$filters.number(o.mean.temperature,0))+"°C",1)],2)):Ru("v-if",!0),null==o.mean.temperature?(xu(),Au("td",gh,e[13]||(e[13]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)])])])])):Ru("v-if",!0)])):Ru("v-if",!0)}]]),vh={id:"system",class:"plugin"},xh={key:0,class:"critical"},wh={class:"title"};const _h={props:{data:{type:Object}},data:()=>({store:qd}),computed:{stats(){return this.data.stats.system},hostname(){return this.stats.hostname},isDisconnected(){return"FAILURE"===this.store.status}}},kh=(0,Yd.A)(_h,[["render",function(t,e,r,n,i,o){return xu(),Au("section",vh,[o.isDisconnected?(xu(),Au("span",xh,"Disconnected from")):Ru("v-if",!0),Iu("span",wh,As(o.hostname),1)])}]]),Sh={key:0,id:"ip",class:"plugin"},Ah={key:0,class:"title"},Eh={key:1},Ch={key:2,class:"title"},Th={key:3},Oh={key:4,class:"text-truncate"};const Dh={props:{data:{type:Object}},computed:{ipStats(){return this.data.stats.ip},address(){return this.ipStats.address},gateway(){return this.ipStats.gateway},maskCdir(){return this.ipStats.mask_cidr},publicAddress(){return this.ipStats.public_address},publicInfo(){return this.ipStats.public_info_human}}},Ih=(0,Yd.A)(Dh,[["render",function(t,e,r,n,i,o){return o.address?(xu(),Au("section",Sh,[o.address?(xu(),Au("span",Ah,"IP")):Ru("v-if",!0),o.address?(xu(),Au("span",Eh,As(o.address)+"/"+As(o.maskCdir),1)):Ru("v-if",!0),o.publicAddress?(xu(),Au("span",Ch,"Pub")):Ru("v-if",!0),o.publicAddress?(xu(),Au("span",Th,As(o.publicAddress),1)):Ru("v-if",!0),o.publicInfo?(xu(),Au("span",Oh,As(o.publicInfo),1)):Ru("v-if",!0)])):Ru("v-if",!0)}]]),Ph={id:"irq",class:"plugin"},jh={class:"table table-sm table-borderless margin-bottom"},Nh={scope:"row"},Lh={scope:"row",class:"text-end"};const Mh={props:{data:{type:Object}},computed:{stats(){return this.data.stats.irq},irqs(){return this.stats.map((t=>({irq_line:t.irq_line,irq_rate:t.irq_rate})))}}},Rh=(0,Yd.A)(Mh,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Ph,[Iu("table",jh,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"IRQ"),Iu("th",{scope:"col",class:"text-end"},"Rate/s")])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.irqs,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",Nh,As(t.irq_line),1),Iu("td",Lh,As(t.irq_rate),1)])))),128))])])])}]]),qh={key:0,id:"load",class:"plugin"},Bh={class:"table-responsive"},$h={class:"table table-sm table-borderless"},Uh={scope:"col",class:"text-end"},Fh={class:"text-end"};const zh={props:{data:{type:Object}},computed:{stats(){return this.data.stats.load},view(){return this.data.views.load},cpucore(){return this.stats.cpucore},min1(){return this.stats.min1},min5(){return this.stats.min5},min15(){return this.stats.min15}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Hh=(0,Yd.A)(zh,[["render",function(t,e,r,n,i,o){return null!=o.cpucore?(xu(),Au("section",qh,[Iu("div",Bh,[Iu("table",$h,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"LOAD",-1)),Iu("td",Uh,As(o.cpucore)+"-core",1)])]),Iu("tbody",null,[Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"1 min:",-1)),Iu("td",Fh,[Iu("span",null,As(t.$filters.number(o.min1,2)),1)])]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"5 min:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("min5")])},[Iu("span",null,As(t.$filters.number(o.min5,2)),1)],2)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"15 min:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("min15")])},[Iu("span",null,As(t.$filters.number(o.min15,2)),1)],2)])])])])])):Ru("v-if",!0)}]]),Vh={id:"mem",class:"plugin"},Gh={class:"table-responsive"},Wh={class:"table-sm table-borderless"},Kh={class:"justify-content-between"},Xh={scope:"col"},Qh={class:"table table-sm table-borderless"},Zh={class:"text-end"},Yh={class:"d-none d-xl-block d-xxl-block"},Jh={class:"table table-sm table-borderless"},tg={scope:"col"},eg={scope:"col"},rg={scope:"col"},ng={scope:"col"},ig={scope:"col"},og={scope:"col"},sg={scope:"col"},ag={scope:"col"};const lg={props:{data:{type:Object}},computed:{stats(){return this.data.stats.mem},view(){return this.data.views.mem},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free},active(){return this.stats.active},inactive(){return this.stats.inactive},buffers(){return this.stats.buffers},cached(){return this.stats.cached}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},cg=(0,Yd.A)(lg,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Vh,[Ru(" d-none d-xxl-block "),Iu("div",Gh,[Iu("table",Wh,[Iu("tbody",null,[Iu("tr",Kh,[Iu("td",Xh,[Iu("table",Qh,[Iu("tbody",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"MEM",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("percent")])},[Iu("span",null,As(o.percent)+"%",1)],2)]),Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"total:",-1)),Iu("td",Zh,[Iu("span",null,As(t.$filters.bytes(o.total)),1)])]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"used:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("used")])},[Iu("span",null,As(t.$filters.bytes(o.used,2)),1)],2)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"free:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("free")])},[Iu("span",null,As(t.$filters.bytes(o.free,2)),1)],2)])])])]),Iu("td",null,[Iu("template",Yh,[Iu("table",Jh,[Iu("tbody",null,[Iu("tr",null,[Al(Iu("td",tg," active: ",512),[[xp,null!=o.active]]),Al(Iu("td",eg,[Iu("span",null,As(t.$filters.bytes(o.active)),1)],512),[[xp,null!=o.active]])]),Iu("tr",null,[Al(Iu("td",rg," inactive: ",512),[[xp,null!=o.inactive]]),Al(Iu("td",ng,[Iu("span",null,As(t.$filters.bytes(o.inactive)),1)],512),[[xp,null!=o.inactive]])]),Iu("tr",null,[Al(Iu("td",ig," buffers: ",512),[[xp,null!=o.buffers]]),Al(Iu("td",og,[Iu("span",null,As(t.$filters.bytes(o.buffers)),1)],512),[[xp,null!=o.buffers]])]),Iu("tr",null,[Al(Iu("td",sg," cached: ",512),[[xp,null!=o.cached]]),Al(Iu("td",ag,[Iu("span",null,As(t.$filters.bytes(o.cached)),1)],512),[[xp,null!=o.cached]])])])])])])])])])])])}]]),ug={id:"memswap",class:"plugin"},pg={class:"table-responsive"},dg={class:"table table-sm table-borderless"},mg={class:"text-end"},fg={class:"text-end"};const hg={props:{data:{type:Object}},computed:{stats(){return this.data.stats.memswap},view(){return this.data.views.memswap},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},gg=(0,Yd.A)(hg,[["render",function(t,e,r,n,i,o){return xu(),Au("section",ug,[Iu("div",pg,[Iu("table",dg,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"SWAP",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("percent")])},[Iu("span",null,As(o.percent)+"%",1)],2)])]),Iu("tbody",null,[Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"total:",-1)),Iu("td",mg,[Iu("span",null,As(t.$filters.bytes(o.total)),1)])]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"used:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("used")])},[Iu("span",null,As(t.$filters.bytes(o.used,2)),1)],2)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"free:",-1)),Iu("td",fg,[Iu("span",null,As(t.$filters.bytes(o.free,2)),1)])])])])])])}]]),bg={key:0,id:"network",class:"plugin"},yg={class:"table table-sm table-borderless margin-bottom"},vg={scope:"col",class:"text-end w-25"},xg={scope:"col",class:"text-end w-25"},wg={scope:"col",class:"text-end w-25"},_g={scope:"col",class:"text-end w-25"},kg={scope:"col",class:"text-end w-25"},Sg={scope:"col",class:"text-end w-25"},Ag={scope:"col",class:"text-end w-25"},Eg={scope:"col",class:"text-end w-25"},Cg={scope:"row",class:"visible-lg-inline text-truncate"},Tg={class:"text-end"},Og={class:"text-end"};const Dg={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.network},view(){return this.data.views.network},networks(){const t=this.stats.map((t=>{const e=void 0!==t.alias?t.alias:null;return{interfaceName:t.interface_name,ifname:e||t.interface_name,bytes_recv_rate_per_sec:t.bytes_recv_rate_per_sec,bytes_sent_rate_per_sec:t.bytes_sent_rate_per_sec,bytes_all_rate_per_sec:t.bytes_all_rate_per_sec,bytes_recv:t.bytes_recv,bytes_sent:t.bytes_sent,bytes_all:t.bytes_all}})).filter((t=>{const e=this.view[t.interfaceName].bytes_recv_rate_per_sec,r=this.view[t.interfaceName].bytes_sent_rate_per_sec;return!(e&&!1!==e.hidden||r&&!1!==r.hidden)}));return(0,am.orderBy)(t,["interfaceName"])},hasNetworks(){return this.networks.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},Ig=(0,Yd.A)(Dg,[["render",function(t,e,r,n,i,o){return o.hasNetworks?(xu(),Au("section",bg,[Iu("table",yg,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"NETWORK",-1)),Al(Iu("th",vg,"Rxps",512),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",xg,"Txps",512),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",wg,null,512),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("th",_g,"Rx+Txps",512),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("th",kg,"Rx",512),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",Sg,"Tx",512),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",Ag,null,512),[[xp,o.args.network_cumul&&o.args.network_sum]]),Al(Iu("th",Eg,"Rx+Tx",512),[[xp,o.args.network_cumul&&o.args.network_sum]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.networks,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Cg,As(t.$filters.minSize(e.alias?e.alias:e.ifname,16)),1),Al(Iu("td",{class:xs(["text-end",o.getDecoration(e.interfaceName,"bytes_recv_rate_per_sec")])},As(o.args.byte?t.$filters.bytes(e.bytes_recv_rate_per_sec):t.$filters.bits(e.bytes_recv_rate_per_sec)),3),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",{class:xs(["text-end",o.getDecoration(e.interfaceName,"bytes_sent_rate_per_sec")])},As(o.args.byte?t.$filters.bytes(e.bytes_sent_rate_per_sec):t.$filters.bits(e.bytes_sent_rate_per_sec)),3),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",Tg,null,512),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_all_rate_per_sec):t.$filters.bits(e.bytes_all_rate_per_sec)),513),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_recv):t.$filters.bits(e.bytes_recv)),513),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_sent):t.$filters.bits(e.bytes_sent)),513),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",Og,null,512),[[xp,o.args.network_cumul&&o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_all):t.$filters.bits(e.bytes_all)),513),[[xp,o.args.network_cumul&&o.args.network_sum]])])))),128))])])])):Ru("v-if",!0)}]]),Pg={id:"now",class:"plugin"};const jg={props:{data:{type:Object}},computed:{date_custom(){return this.data.stats.now.custom}}},Ng=(0,Yd.A)(jg,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Pg,[Iu("span",null,As(o.date_custom),1)])}]]),Lg={id:"percpu",class:"plugin"},Mg={class:"table-responsive"},Rg={class:"table-sm table-borderless"},qg={key:0,scope:"col"},Bg={key:1,scope:"col"},$g={key:0,scope:"col"},Ug={key:1,scope:"col"};const Fg={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},percpuStats(){return this.data.stats.percpu}},methods:{getUserAlert:t=>Ud.getAlert("percpu","percpu_user_",t.user),getSystemAlert:t=>Ud.getAlert("percpu","percpu_system_",t.system),getIOWaitAlert:t=>Ud.getAlert("percpu","percpu_iowait_",t.system)}},zg=(0,Yd.A)(Fg,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Lg,[Ru(" d-none d-xl-block d-xxl-block "),Iu("div",Mg,[Iu("table",Rg,[Iu("thead",null,[Iu("tr",null,[o.args.disable_quicklook?(xu(),Au("th",qg,"CPU")):Ru("v-if",!0),o.args.disable_quicklook?(xu(),Au("td",Bg,"total")):Ru("v-if",!0),e[0]||(e[0]=Iu("td",{scope:"col"},"user",-1)),e[1]||(e[1]=Iu("td",{scope:"col"},"system",-1)),e[2]||(e[2]=Iu("td",{scope:"col"},"idle",-1)),e[3]||(e[3]=Iu("td",{scope:"col"},"iowait",-1)),e[4]||(e[4]=Iu("td",{scope:"col"},"steel",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.percpuStats,((t,e)=>(xu(),Au("tr",{key:e},[o.args.disable_quicklook?(xu(),Au("td",$g,"CPU"+As(t.cpu_number),1)):Ru("v-if",!0),o.args.disable_quicklook?(xu(),Au("td",Ug,As(t.total)+"%",1)):Ru("v-if",!0),Iu("td",{scope:"col",class:xs(o.getUserAlert(t))},As(t.user)+"%",3),Iu("td",{scope:"col",class:xs(o.getSystemAlert(t))},As(t.system)+"%",3),Al(Iu("td",{scope:"col"},As(t.idle)+"%",513),[[xp,null!=t.idle]]),Al(Iu("td",{scope:"col",class:xs(o.getIOWaitAlert(t))},As(t.iowait)+"%",3),[[xp,null!=t.iowait]]),Al(Iu("td",{scope:"col"},As(t.steal)+"%",513),[[xp,null!=t.steal]])])))),128))])])])])}]]),Hg={key:0,id:"ports",class:"plugin"},Vg={class:"table table-sm table-borderless margin-bottom"},Gg={scope:"row"},Wg={key:0},Kg={key:1},Xg={key:2},Qg={key:3},Zg={key:0},Yg={key:1},Jg={key:2};const tb={props:{data:{type:Object}},computed:{stats(){return this.data.stats.ports},ports(){return this.stats},hasPorts(){return this.ports.length>0}},methods:{getPortDecoration:t=>null===t.status?"careful":!1===t.status?"critical":null!==t.rtt_warning&&t.status>t.rtt_warning?"warning":"ok",getWebDecoration:t=>null===t.status?"careful":-1===[200,301,302].indexOf(t.status)?"critical":null!==t.rtt_warning&&t.elapsed>t.rtt_warning?"warning":"ok"}},eb=(0,Yd.A)(tb,[["render",function(t,e,r,n,i,o){return o.hasPorts?(xu(),Au("section",Hg,[Iu("table",Vg,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.ports,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Gg,[Ru(" prettier-ignore "),Lu(" "+As(t.$filters.minSize(e.description?e.description:e.host+" "+e.port,20)),1)]),e.host?(xu(),Au("td",{key:0,scope:"row",class:xs(["text-end",o.getPortDecoration(e)])},["null"==e.status?(xu(),Au("span",Wg,"Scanning")):"false"==e.status?(xu(),Au("span",Kg,"Timeout")):"true"==e.status?(xu(),Au("span",Xg,"Open")):(xu(),Au("span",Qg,As(t.$filters.number(1e3*e.status,0))+"ms",1))],2)):Ru("v-if",!0),e.url?(xu(),Au("td",{key:1,scope:"row",class:xs(["text-end",o.getPortDecoration(e)])},["null"==e.status?(xu(),Au("span",Zg,"Scanning")):"Error"==e.status?(xu(),Au("span",Yg,"Error")):(xu(),Au("span",Jg,"Code "+As(e.status),1))],2)):Ru("v-if",!0)])))),128))])])])):Ru("v-if",!0)}]]),rb={key:0},nb={key:1},ib={key:0,class:"row"},ob={class:"col-lg-18"};const sb={key:0,id:"amps",class:"plugin"},ab={class:"table table-sm table-borderless"},lb={key:0},cb=["innerHTML"];const ub={props:{data:{type:Object}},computed:{stats(){return this.data.stats.amps},processes(){return this.stats.filter((t=>null!==t.result))},hasAmps(){return this.processes.length>0}},methods:{getNameDecoration(t){const e=t.count,r=t.countmin,n=t.countmax;let i="ok";return i=e>0?(null===r||e>=r)&&(null===n||e<=n)?"ok":"careful":null===r?"ok":"critical",i}}},pb=(0,Yd.A)(ub,[["render",function(t,e,r,n,i,o){return o.hasAmps?(xu(),Au("section",sb,[Iu("table",ab,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.processes,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",{class:xs(o.getNameDecoration(e))},As(e.name),3),e.regex?(xu(),Au("td",lb,As(e.count),1)):Ru("v-if",!0),Iu("td",{class:"process-result",innerHTML:t.$filters.nl2br(e.result)},null,8,cb)])))),128))])]),Ru('
\n
\n
\n {{ process.name }}\n
\n
{{ process.count }}
\n
\n
\n ')])):Ru("v-if",!0)}]]),db={id:"processcount",class:"plugin"},mb={class:"title"};const fb={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.processcount},total(){return this.stats.total||0},running(){return this.stats.running||0},sleeping(){return this.stats.sleeping||0},stopped(){return this.stats.stopped||0},thread(){return this.stats.thread||0}}},hb=(0,Yd.A)(fb,[["render",function(t,e,r,n,i,o){return xu(),Au("section",db,[e[0]||(e[0]=Iu("span",{class:"title"},"TASKS",-1)),Iu("span",null,As(o.total)+" ("+As(o.thread)+" thr),",1),Iu("span",null,As(o.running)+" run,",1),Iu("span",null,As(o.sleeping)+" slp,",1),Iu("span",null,As(o.stopped)+" oth",1),Iu("span",null,As(o.args.programs?"Programs":"Threads"),1),Iu("span",mb,As(r.sorter.auto?"sorted automatically":"sorted"),1),Iu("span",null,"by "+As(r.sorter.getColumnLabel(r.sorter.column)),1)])}]]),gb={key:0,id:"processlist",class:"plugin"},bb={key:0,class:"extendedstats"},yb={class:"careful"},vb={class:"careful"},xb={class:"careful"},wb={class:"careful"},_b={class:"table-responsive d-lg-none"},kb={class:"table table-sm table-borderless table-striped table-hover"},Sb={scope:"col"},Ab=["onClick"],Eb={class:"table-responsive-md d-none d-lg-block"},Cb={class:"table table-sm table-borderless table-striped table-hover"},Tb={scope:"col"},Ob={scope:"col"},Db={scope:"col"},Ib={scope:"col"},Pb={scope:"col"},jb=["onClick"],Nb={key:0,scope:"row",class:""},Lb={key:1,id:"processlist",class:"plugin"},Mb={class:"table-responsive d-lg-none"},Rb={class:"table table-sm table-borderless table-striped table-hover"},qb={class:"table-responsive d-none d-lg-block"},Bb={class:"table table-sm table-borderless table-striped table-hover"},$b={class:""},Ub={class:""},Fb={scope:"row"},zb={scope:"row",class:"table-cell widtd-60"};const Hb={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats_processlist(){return this.data.stats.processlist},stats_core(){return this.data.stats.core},cpucore(){return 0!==this.stats_core.log?this.stats_core.log:1},extended_stats(){return this.stats_processlist.find((t=>!0===t.extended_stats))||null},processes(){const{sorter:t}=this,e=(this.stats_processlist||[]).map((t=>this.updateProcess(t,this.data.stats.isWindows,this.args,this.cpucore)));return(0,am.orderBy)(e,[t.column].reduce(((t,e)=>("io_counters"===e&&(e=["io_read","io_write"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"]).slice(0,this.limit)},ioReadWritePresentProcesses(){return(this.stats_processlist||[]).some((({io_counters:t})=>t))},stats_programlist(){return this.data.stats.programlist},programs(){const{sorter:t}=this,e=this.data.stats.isWindows,r=(this.stats_programlist||[]).map((t=>(t.memvirt="?",t.memres="?",t.memory_info&&(t.memvirt=t.memory_info.vms,t.memres=t.memory_info.rss),e&&null!==t.username&&(t.username=(0,am.last)(t.username.split("\\"))),t.timeforhuman="?",t.cpu_times&&(t.timeplus=hf([t.cpu_times.user,t.cpu_times.system]),t.timeforhuman=t.timeplus.hours.toString().padStart(2,"0")+":"+t.timeplus.minutes.toString().padStart(2,"0")+":"+t.timeplus.seconds.toString().padStart(2,"0")),null===t.num_threads&&(t.num_threads=-1),null===t.cpu_percent&&(t.cpu_percent=-1),null===t.memory_percent&&(t.memory_percent=-1),t.io_read=null,t.io_write=null,t.io_counters&&(t.io_read=(t.io_counters[0]-t.io_counters[2])/t.time_since_update,t.io_write=(t.io_counters[1]-t.io_counters[3])/t.time_since_update),t.isNice=void 0!==t.nice&&(e&&32!=t.nice||!e&&0!=t.nice),Array.isArray(t.cmdline)&&(t.cmdline=t.cmdline.join(" ").replace(/\n/g," ")),null!==t.cmdline&&0!==t.cmdline.length||(t.cmdline=t.name),t)));return(0,am.orderBy)(r,[t.column].reduce(((t,e)=>("io_counters"===e&&(e=["io_read","io_write"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"]).slice(0,this.limit)},ioReadWritePresentPrograms(){return(this.stats_programlist||[]).some((({io_counters:t})=>t))},limit(){return void 0!==this.config.outputs?this.config.outputs.max_processes_display:void 0}},methods:{updateProcess:(t,e,r,n)=>(t.memvirt="?",t.memres="?",t.memory_info&&(t.memvirt=t.memory_info.vms,t.memres=t.memory_info.rss),e&&null!==t.username&&(t.username=(0,am.last)(t.username.split("\\"))),t.timeforhuman="?",t.cpu_times&&(t.timeplus=hf([t.cpu_times.user,t.cpu_times.system]),t.timeforhuman=t.timeplus.hours.toString().padStart(2,"0")+":"+t.timeplus.minutes.toString().padStart(2,"0")+":"+t.timeplus.seconds.toString().padStart(2,"0")),null===t.num_threads&&(t.num_threads=-1),t.irix=1,null===t.cpu_percent?t.cpu_percent=-1:r.disable_irix&&(t.irix=n),null===t.memory_percent&&(t.memory_percent=-1),t.io_read=null,t.io_write=null,t.io_counters&&(t.io_read=(t.io_counters[0]-t.io_counters[2])/t.time_since_update,t.io_write=(t.io_counters[1]-t.io_counters[3])/t.time_since_update),t.isNice=void 0!==t.nice&&(e&&32!=t.nice||!e&&0!=t.nice),Array.isArray(t.cmdline)&&(t.name=t.name+" "+t.cmdline.slice(1).join(" ").replace(/\n/g," "),t.cmdline=t.cmdline.join(" ").replace(/\n/g," ")),null!==t.cmdline&&0!==t.cmdline.length||(t.cmdline=t.name),t),getCpuPercentAlert:t=>Ud.getAlert("processlist","processlist_cpu_",t.cpu_percent),getMemoryPercentAlert:t=>Ud.getAlert("processlist","processlist_mem_",t.cpu_percent),getDisableStats:()=>Ud.getLimit("processlist","processlist_disable_stats")||[],setExtendedStats(t){fetch("api/4/processes/extended/"+t.toString(),{method:"POST"}).then((t=>t.json())),this.$forceUpdate()},disableExtendedStats(){fetch("api/4/processes/extended/disable",{method:"POST"}).then((t=>t.json())),this.$forceUpdate()}}},Vb={components:{GlancesPluginAmps:pb,GlancesPluginProcesscount:hb,GlancesPluginProcesslist:(0,Yd.A)(Hb,[["render",function(t,e,r,n,i,o){return xu(),Au(fu,null,[Ru(" Display processes "),o.args.programs?Ru("v-if",!0):(xu(),Au("section",gb,[null!==o.extended_stats?(xu(),Au("div",bb,[Iu("div",null,[e[24]||(e[24]=Iu("span",{class:"title"},"Pinned task: ",-1)),Iu("span",null,As(t.$filters.limitTo(o.extended_stats.cmdline,80)),1),Iu("span",null,[Iu("button",{class:"button",onClick:e[0]||(e[0]=t=>o.disableExtendedStats())},"Unpin")])]),Iu("div",null,[e[25]||(e[25]=Iu("span",null,"CPU Min/Max/Mean: ",-1)),Iu("span",yb,As(t.$filters.number(o.extended_stats.cpu_min,1))+"% / "+As(t.$filters.number(o.extended_stats.cpu_max,1))+"% / "+As(t.$filters.number(o.extended_stats.cpu_mean,1))+"%",1),e[26]||(e[26]=Iu("span",null,"Affinity: ",-1)),Iu("span",vb,As(o.extended_stats.cpu_affinity|t.length),1)]),Iu("div",null,[e[27]||(e[27]=Iu("span",null,"MEM Min/Max/Mean: ",-1)),Iu("span",xb,As(t.$filters.number(o.extended_stats.memory_min,1))+"% / "+As(t.$filters.number(o.extended_stats.memory_max,1))+"% / "+As(t.$filters.number(o.extended_stats.memory_mean,1))+"%",1),e[28]||(e[28]=Iu("span",null,"Memory info: ",-1)),Iu("span",wb,As(t.$filters.dictToString(o.extended_stats.memory_info)),1)])])):Ru("v-if",!0),Iu("div",_b,[Iu("table",kb,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[1]||(e[1]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[2]||(e[2]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",Sb," PID ",512),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[3]||(e[3]=e=>t.$emit("update:sorter","username"))}," USER ",2),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[4]||(e[4]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.processes,((e,r)=>(xu(),Au("tr",{key:r,style:{cursor:"pointer"},onClick:t=>o.setExtendedStats(e)},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(e.pid),513),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])],8,Ab)))),128))])])]),Iu("div",Eb,[Iu("table",Cb,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[5]||(e[5]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[6]||(e[6]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",Tb," VIRT ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",Ob," RES ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",Db," PID ",512),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[7]||(e[7]=e=>t.$emit("update:sorter","username"))}," USER ",2),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","timemillis"===r.sorter.column&&"sort"]),onClick:e[8]||(e[8]=e=>t.$emit("update:sorter","timemillis"))}," TIME+ ",2),[[xp,!o.getDisableStats().includes("cpu_times")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","num_threads"===r.sorter.column&&"sort"]),onClick:e[9]||(e[9]=e=>t.$emit("update:sorter","num_threads"))}," THR ",2),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",Ib,"NI",512),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",Pb,"S ",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"col",class:xs(["",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[10]||(e[10]=e=>t.$emit("update:sorter","io_counters"))}," IORps ",2),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"col",class:xs(["text-start",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[11]||(e[11]=e=>t.$emit("update:sorter","io_counters"))}," IOWps ",2),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[12]||(e[12]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.processes,((e,r)=>(xu(),Au("tr",{key:r,style:{cursor:"pointer"},onClick:t=>o.setExtendedStats(e.pid)},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memvirt)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memres)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(e.pid),513),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"row"},As(e.username),513),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"row",class:""},As(e.timeforhuman),513),[[xp,!o.getDisableStats().includes("cpu_times")]]),"?"==e.timeplus?Al((xu(),Au("td",Nb,"?",512)),[[xp,!o.getDisableStats().includes("cpu_times")]]):Ru("v-if",!0),Al(Iu("td",{scope:"row",class:""},As(-1==e.num_threads?"?":e.num_threads),513),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",{scope:"row",class:xs({nice:e.isNice})},As(t.$filters.exclamation(e.nice)),3),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",{scope:"row",class:xs({status:"R"==e.status})},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row",class:""},As(t.$filters.bytes(e.io_read)),513),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-start"},As(t.$filters.bytes(e.io_write)),513),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])],8,jb)))),128))])])])])),Ru(" Display programs "),o.args.programs?(xu(),Au("section",Lb,[Iu("div",Mb,[Iu("table",Rb,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[13]||(e[13]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[14]||(e[14]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",null," NPROCS ",512),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[15]||(e[15]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.programs,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(e.nprocs),513),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])])))),128))])])]),Iu("div",qb,[Iu("table",Bb,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[16]||(e[16]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[17]||(e[17]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",$b," VIRT ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",Ub," RES ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",null," NPROCS ",512),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row",class:xs(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[18]||(e[18]=e=>t.$emit("update:sorter","username"))}," USER ",2),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"row",class:xs(["",["sortable","timemillis"===r.sorter.column&&"sort"]]),onClick:e[19]||(e[19]=e=>t.$emit("update:sorter","timemillis"))}," TIME+ ",2),[[xp,!o.getDisableStats().includes("cpu_times")]]),Al(Iu("td",{scope:"row",class:xs(["",["sortable","num_threads"===r.sorter.column&&"sort"]]),onClick:e[20]||(e[20]=e=>t.$emit("update:sorter","num_threads"))}," THR ",2),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",Fb,"NI",512),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",zb,"S ",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row",class:xs(["",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[21]||(e[21]=e=>t.$emit("update:sorter","io_counters"))}," IORps ",2),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:xs(["text-start",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[22]||(e[22]=e=>t.$emit("update:sorter","io_counters"))}," IOWps ",2),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[23]||(e[23]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.programs,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memvirt)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memres)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(e.nprocs),513),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row"},As(e.username),513),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"row",class:""},As(e.timeforhuman),513),[[xp,!o.getDisableStats().includes("cpu_times")]]),Al(Iu("td",{scope:"row",class:""},As(-1==e.num_threads?"?":e.num_threads),513),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",{scope:"row",class:xs({nice:e.isNice})},As(t.$filters.exclamation(e.nice)),3),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",{scope:"row",class:xs({status:"R"==e.status})},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row",class:""},As(t.$filters.bytes(e.io_read)),513),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-start"},As(t.$filters.bytes(e.io_write)),513),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])])))),128))])])])])):Ru("v-if",!0)],64)}]])},props:{data:{type:Object}},data:()=>({store:qd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","username","timemillis","num_threads","io_counters","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["username","name"].includes(t)},getColumnLabel:function(t){return{cpu_percent:"CPU consumption",memory_percent:"memory consumption",username:"user name",timemillis:"process time",cpu_times:"process time",io_counters:"disk IO",name:"process name",None:"None"}[t]||t}})}}}},Gb=(0,Yd.A)(Vb,[["render",function(t,e,r,n,i,o){const s=ec("glances-plugin-processcount"),a=ec("glances-plugin-amps"),l=ec("glances-plugin-processlist");return o.args.disable_process?(xu(),Au("div",rb,"PROCESSES DISABLED (press 'z' to display)")):(xu(),Au("div",nb,[Pu(s,{sorter:i.sorter,data:r.data},null,8,["sorter","data"]),o.args.disable_amps?Ru("v-if",!0):(xu(),Au("div",ib,[Iu("div",ob,[Pu(a,{data:r.data},null,8,["data"])])])),Pu(l,{sorter:i.sorter,data:r.data,"onUpdate:sorter":e[0]||(e[0]=t=>o.args.sort_processes_key=t)},null,8,["sorter","data"])]))}]]),Wb={id:"quicklook",class:"plugin"},Kb={class:"d-flex justify-content-between"},Xb={class:"text-start text-truncate"},Qb={key:0,class:"text-end d-none d-xxl-block frequency"},Zb={class:"table-responsive"},Yb={class:"table table-sm table-borderless"},Jb={key:0},ty={scope:"col",class:"progress"},ey=["aria-valuenow"],ry={scope:"col",class:"text-end"},ny={scope:"col"},iy={scope:"col",class:"progress"},oy=["aria-valuenow"],sy={scope:"col",class:"text-end"},ay={scope:"col"},ly={scope:"col",class:"progress"},cy=["aria-valuenow"],uy={scope:"col",class:"text-end"};const py={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats(){return this.data.stats.quicklook},view(){return this.data.views.quicklook},cpu(){return this.stats.cpu},cpu_name(){return this.stats.cpu_name},cpu_hz_current(){return(this.stats.cpu_hz_current/1e6).toFixed(0)},cpu_hz(){return(this.stats.cpu_hz/1e6).toFixed(0)},percpus(){const t=this.stats.percpu.map((({cpu_number:t,total:e})=>({number:t,total:e}))),e=parseInt(this.config.percpu.max_cpu_display);if(this.stats.percpu.length>e){var r=t.sort((function(t,e){return e.total-t.total}));const n={number:"x",total:Number((r.slice(e).reduce(((t,{total:e})=>t+e),0)/(this.stats.percpu.length-e)).toFixed(1))};(r=r.slice(0,e)).push(n)}return this.stats.percpu.length<=e?t:r},stats_list_after_cpu(){return this.view.list.filter((t=>!t.includes("cpu")))}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},dy=(0,Yd.A)(py,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Wb,[Iu("div",Kb,[Iu("span",Xb,As(o.cpu_name),1),o.cpu_hz_current?(xu(),Au("span",Qb,As(o.cpu_hz_current)+"/"+As(o.cpu_hz)+"Ghz ",1)):Ru("v-if",!0)]),Iu("div",Zb,[Iu("table",Yb,[o.args.percpu?Ru("v-if",!0):(xu(),Au("tr",Jb,[e[0]||(e[0]=Iu("td",{scope:"col"},"CPU",-1)),Iu("td",ty,[Iu("div",{class:xs(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":o.cpu,"aria-valuemin":"0","aria-valuemax":"100",style:hs(`width: ${o.cpu}%;`)},"   ",14,ey)]),Iu("td",ry,[Iu("span",null,As(o.cpu)+"%",1)])])),o.args.percpu?(xu(!0),Au(fu,{key:1},oc(o.percpus,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",ny,"CPU"+As(t.number),1),Iu("td",iy,[Iu("div",{class:xs(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":t.total,"aria-valuemin":"0","aria-valuemax":"100",style:hs(`width: ${t.total}%;`)},"   ",14,oy)]),Iu("td",sy,[Iu("span",null,As(t.total)+"%",1)])])))),128)):Ru("v-if",!0),(xu(!0),Au(fu,null,oc(o.stats_list_after_cpu,(t=>(xu(),Au("tr",null,[Iu("td",ay,As(t.toUpperCase()),1),Iu("td",ly,[Iu("div",{class:xs(`progress-bar progress-bar-${o.getDecoration(t)}`),role:"progressbar","aria-valuenow":o.stats[t],"aria-valuemin":"0","aria-valuemax":"100",style:hs(`width: ${o.stats[t]}%;`)},"   ",14,cy)]),Iu("td",uy,[Iu("span",null,As(o.stats[t])+"%",1)])])))),256))])])])}]]),my={key:0,id:"raid",class:"plugin"},fy={class:"table table-sm table-borderless margin-bottom"},hy={scope:"col"},gy={scope:"row"},by={class:"warning"};const yy={props:{data:{type:Object}},computed:{stats(){return this.data.stats.raid},disks(){const t=Object.entries(this.stats).map((([t,e])=>{const r=Object.entries(e.components).map((([t,e])=>({number:e,name:t})));return{name:t,type:null==e.type?"UNKNOWN":e.type,used:e.used,available:e.available,status:e.status,degraded:e.used0}},methods:{getAlert:t=>t.inactive?"critical":t.degraded?"warning":"ok"}},vy=(0,Yd.A)(yy,[["render",function(t,e,r,n,i,o){return o.hasDisks?(xu(),Au("section",my,[Iu("table",fy,[Iu("thead",null,[Iu("tr",null,[Iu("th",hy,"RAID disks "+As(o.disks.length),1),e[0]||(e[0]=Iu("th",{scope:"col",class:"text-end"},"Used",-1)),e[1]||(e[1]=Iu("th",{scope:"col",class:"text-end"},"Total",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.disks,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",gy,[Lu(As(t.type.toUpperCase())+" "+As(t.name)+" ",1),Al(Iu("div",by,"└─ Degraded mode",512),[[xp,t.degraded]]),Al(Iu("div",null,"   └─ "+As(t.config),513),[[xp,t.degraded]]),Al(Iu("div",{class:"critical"},"└─ Status "+As(t.status),513),[[xp,t.inactive]]),t.inactive?(xu(!0),Au(fu,{key:0},oc(t.components,((e,r)=>(xu(),Au("div",{key:r},"    "+As(r===t.components.length-1?"└─":"├─")+" disk "+As(e.number)+": "+As(e.name),1)))),128)):Ru("v-if",!0)]),Al(Iu("td",{scope:"row",class:xs(["text-end",o.getAlert(t)])},As(t.used),3),[[xp,"active"==t.status]]),Al(Iu("td",{scope:"row",class:xs(["text-end",o.getAlert(t)])},As(t.available),3),[[xp,"active"==t.status]])])))),128))])])])):Ru("v-if",!0)}]]),xy={key:0,id:"smart",class:"plugin"},wy={class:"table table-sm table-borderless margin-bottom"},_y={scope:"row"},ky={scope:"row"},Sy={scope:"row",class:"text-end text-truncate"};const Ay={props:{data:{type:Object}},computed:{stats(){return this.data.stats.smart},drives(){return(Array.isArray(this.stats)?this.stats:[]).map((t=>({name:t.DeviceName,details:Object.entries(t).filter((([t])=>"DeviceName"!==t)).sort((([,t],[,e])=>t.namee.name?1:0)).map((([t,e])=>e))})))},hasDrives(){return this.drives.length>0}}},Ey=(0,Yd.A)(Ay,[["render",function(t,e,r,n,i,o){return o.hasDrives?(xu(),Au("section",xy,[Iu("table",wy,[e[1]||(e[1]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"SMART DISKS"),Iu("th",{scope:"col",class:"text-end"})])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.drives,((t,r)=>(xu(),Au(fu,{key:r},[Iu("tr",null,[Iu("td",_y,As(t.name),1),e[0]||(e[0]=Iu("td",{scope:"col",class:"text-end"},null,-1))]),(xu(!0),Au(fu,null,oc(t.details,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",ky,As(t.name),1),Iu("td",Sy,As(t.raw),1)])))),128))],64)))),128))])])])):Ru("v-if",!0)}]]),Cy={key:0,id:"sensors",class:"plugin"},Ty={class:"table table-sm table-borderless"},Oy={scope:"row"};const Dy={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.sensors},view(){return this.data.views.sensors},sensors(){return this.stats.map((t=>(this.args.fahrenheit&&"battery"!=t.type&&"fan_speed"!=t.type&&(t.value=parseFloat(1.8*t.value+32).toFixed(1),t.unit="F"),t)))},hasSensors(){return this.sensors.length>0}},methods:{getDecoration(t){if(void 0!==this.view[t].value.decoration)return this.view[t].value.decoration.toLowerCase()}}},Iy=(0,Yd.A)(Dy,[["render",function(t,e,r,n,i,o){return o.hasSensors?(xu(),Au("section",Cy,[Iu("table",Ty,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"SENSORS"),Iu("th",{scope:"col",class:"text-end"})])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.sensors,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",Oy,As(t.label),1),Iu("td",{class:xs(["text-end",o.getDecoration(t.label)])},As(t.value)+As(t.unit),3)])))),128))])])])):Ru("v-if",!0)}]]),Py={id:"system",class:"plugin"},jy={key:0,class:"critical"},Ny={class:"title"},Ly={key:1,class:"text-truncate"};const My={props:{data:{type:Object}},data:()=>({store:qd}),computed:{stats(){return this.data.stats.system},hostname(){return this.stats.hostname},humanReadableName(){return this.stats.hr_name},isDisconnected(){return"FAILURE"===this.store.status}}},Ry=(0,Yd.A)(My,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Py,[o.isDisconnected?(xu(),Au("span",jy,"Disconnected from")):Ru("v-if",!0),Iu("span",Ny,As(o.hostname),1),o.isDisconnected?Ru("v-if",!0):(xu(),Au("span",Ly,As(o.humanReadableName),1))])}]]),qy={id:"uptime",class:"plugin"};const By={props:{data:{type:Object}},computed:{value(){return this.data.stats.uptime}}},$y=(0,Yd.A)(By,[["render",function(t,e,r,n,i,o){return xu(),Au("section",qy,[Iu("span",null,"Uptime: "+As(o.value),1)])}]]),Uy={key:0,id:"vms",class:"plugin"},Fy={class:"table table-sm table-borderless table-striped table-hover"};const zy={props:{data:{type:Object}},data:()=>({store:qd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.vms},views(){return this.data.views.vms},vms(){const{sorter:t}=this,e=(this.stats||[]).map((t=>({id:t.id,name:t.name,status:null!=t.status?t.status:"-",cpu_count:null!=t.cpu_count?t.cpu_count:"-",cpu_time:null!=t.cpu_time?t.cpu_time:"-",cpu_time_rate_per_sec:null!=t.cpu_time_rate_per_sec?t.cpu_time_rate_per_sec:"?",memory_usage:null!=t.memory_usage?t.memory_usage:"-",memory_total:null!=t.memory_total?t.memory_total:"-",load_1min:null!=t.load_1min?t.load_1min:"-",load_5min:null!=t.load_5min?t.load_5min:"-",load_15min:null!=t.load_15min?t.load_15min:"-",release:t.release,image:t.image,engine:t.engine,engine_version:t.engine_version})));return(0,am.orderBy)(e,[t.column].reduce(((t,e)=>("memory_usage"===e&&(e=["memory_usage"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["load_1min","cpu_time","memory_usage","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_time",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{load_1min:"load",cpu_time:"CPU time",memory_usage:"memory consumption",name:"VM name",None:"None"}[t]||t}})}}}},Hy=(0,Yd.A)(zy,[["render",function(t,e,r,n,i,o){return o.vms.length?(xu(),Au("section",Uy,[e[8]||(e[8]=Iu("span",{class:"title"},"VMs",-1)),Al(Iu("span",null,As(o.vms.length)+" sorted by "+As(i.sorter.getColumnLabel(i.sorter.column)),513),[[xp,o.vms.length>1]]),Iu("table",Fy,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",null,"Engine",512),[[xp,o.showEngine]]),Iu("td",{class:xs(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),e[4]||(e[4]=Iu("td",null,"Status",-1)),e[5]||(e[5]=Iu("td",null,"Core",-1)),Iu("td",{class:xs(["sortable","cpu_time"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="cpu_time")}," CPU% ",2),Iu("td",{class:xs(["sortable","memory_usage"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="memory_usage")}," MEM ",2),e[6]||(e[6]=Iu("td",null,"/ MAX",-1)),Iu("td",{class:xs(["sortable","load_1min"===i.sorter.column&&"sort"]),onClick:e[3]||(e[3]=t=>o.args.sort_processes_key="load_1min")}," LOAD 1/5/15min ",2),e[7]||(e[7]=Iu("td",null,"Release",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.vms,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",null,As(e.engine),513),[[xp,o.showEngine]]),Iu("td",null,As(e.name),1),Iu("td",{class:xs("stopped"==e.status?"careful":"ok")},As(e.status),3),Iu("td",null,As(t.$filters.number(e.cpu_count,1)),1),Iu("td",null,As(t.$filters.number(e.cpu_time,1)),1),Iu("td",null,As(t.$filters.bytes(e.memory_usage)),1),Iu("td",null," / "+As(t.$filters.bytes(e.memory_total)),1),Iu("td",null,As(t.$filters.number(e.load_1min))+"/"+As(t.$filters.number(e.load_5min))+"/"+As(t.$filters.number(e.load_15min)),1),Iu("td",null,As(e.release),1)])))),128))])])])):Ru("v-if",!0)}]]),Vy={key:0,id:"wifi",class:"plugin"},Gy={class:"table table-sm table-borderless margin-bottom"},Wy={scope:"row"};const Ky={props:{data:{type:Object}},computed:{stats(){return this.data.stats.wifi},view(){return this.data.views.wifi},hotspots(){const t=this.stats.map((t=>{if(""!==t.ssid)return{ssid:t.ssid,quality_level:t.quality_level}})).filter(Boolean);return(0,am.orderBy)(t,["ssid"])},hasHotpots(){return this.hotspots.length>0}},methods:{getDecoration(t,e){if(void 0!==this.view[t.ssid][e])return this.view[t.ssid][e].decoration.toLowerCase()}}},Xy=(0,Yd.A)(Ky,[["render",function(t,e,r,n,i,o){return o.hasHotpots?(xu(),Au("section",Vy,[Iu("table",Gy,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"WIFI"),Iu("th",{scope:"col",class:"text-end"},"dBm")])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.hotspots,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Wy,As(t.$filters.limitTo(e.ssid,20)),1),Iu("td",{scope:"row",class:xs(["text-end",o.getDecoration(e,"quality_level")])},As(e.quality_level),3)])))),128))])])])):Ru("v-if",!0)}]]),Qy=JSON.parse('{"H":["network","ports","wifi","connections","diskio","fs","irq","folders","raid","smart","sensors"]}'),Zy={components:{GlancesHelp:Jd,GlancesPluginAlert:cm,GlancesPluginCloud:mm,GlancesPluginConnections:wm,GlancesPluginCpu:Xm,GlancesPluginDiskio:yf,GlancesPluginContainers:Bf,GlancesPluginFolders:Vf,GlancesPluginFs:th,GlancesPluginGpu:yh,GlancesPluginHostname:kh,GlancesPluginIp:Ih,GlancesPluginIrq:Rh,GlancesPluginLoad:Hh,GlancesPluginMem:cg,GlancesPluginMemswap:gg,GlancesPluginNetwork:Ig,GlancesPluginNow:Ng,GlancesPluginPercpu:zg,GlancesPluginPorts:eb,GlancesPluginProcess:Gb,GlancesPluginQuicklook:dy,GlancesPluginRaid:vy,GlancesPluginSensors:Iy,GlancesPluginSmart:Ey,GlancesPluginSystem:Ry,GlancesPluginUptime:$y,GlancesPluginVms:Hy,GlancesPluginWifi:Xy},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},data(){return this.store.data||{}},dataLoaded(){return void 0!==this.store.data},hasGpu(){return this.store.data.stats.gpu.length>0},isLinux(){return this.store.data.isLinux},title(){const{data:t}=this,e=t.stats&&t.stats.system&&t.stats.system.hostname||"";return e?`${e} - Glances`:"Glances"},leftMenu(){return void 0!==this.config.outputs&&void 0!==this.config.outputs.left_menu?this.config.outputs.left_menu.split(","):Qy.H}},watch:{title(){document&&(document.title=this.title)}},mounted(){const t=window.__GLANCES__||{},e=isFinite(t["refresh-time"])?parseInt(t["refresh-time"],10):void 0;Fd.init(e),this.setupHotKeys()},beforeUnmount(){Ld.unbind()},methods:{setupHotKeys(){Ld("a",(()=>{this.store.args.sort_processes_key=null})),Ld("c",(()=>{this.store.args.sort_processes_key="cpu_percent"})),Ld("m",(()=>{this.store.args.sort_processes_key="memory_percent"})),Ld("u",(()=>{this.store.args.sort_processes_key="username"})),Ld("p",(()=>{this.store.args.sort_processes_key="name"})),Ld("i",(()=>{this.store.args.sort_processes_key="io_counters"})),Ld("t",(()=>{this.store.args.sort_processes_key="timemillis"})),Ld("shift+A",(()=>{this.store.args.disable_amps=!this.store.args.disable_amps})),Ld("d",(()=>{this.store.args.disable_diskio=!this.store.args.disable_diskio})),Ld("shift+Q",(()=>{this.store.args.enable_irq=!this.store.args.enable_irq})),Ld("f",(()=>{this.store.args.disable_fs=!this.store.args.disable_fs})),Ld("j",(()=>{this.store.args.programs=!this.store.args.programs})),Ld("k",(()=>{this.store.args.disable_connections=!this.store.args.disable_connections})),Ld("n",(()=>{this.store.args.disable_network=!this.store.args.disable_network})),Ld("s",(()=>{this.store.args.disable_sensors=!this.store.args.disable_sensors})),Ld("2",(()=>{this.store.args.disable_left_sidebar=!this.store.args.disable_left_sidebar})),Ld("z",(()=>{this.store.args.disable_process=!this.store.args.disable_process})),Ld("shift+S",(()=>{this.store.args.process_short_name=!this.store.args.process_short_name})),Ld("shift+D",(()=>{this.store.args.disable_containers=!this.store.args.disable_containers})),Ld("b",(()=>{this.store.args.byte=!this.store.args.byte})),Ld("shift+B",(()=>{this.store.args.diskio_iops=!this.store.args.diskio_iops})),Ld("l",(()=>{this.store.args.disable_alert=!this.store.args.disable_alert})),Ld("1",(()=>{this.store.args.percpu=!this.store.args.percpu})),Ld("h",(()=>{this.store.args.help_tag=!this.store.args.help_tag})),Ld("shift+T",(()=>{this.store.args.network_sum=!this.store.args.network_sum})),Ld("shift+U",(()=>{this.store.args.network_cumul=!this.store.args.network_cumul})),Ld("shift+F",(()=>{this.store.args.fs_free_space=!this.store.args.fs_free_space})),Ld("3",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook})),Ld("6",(()=>{this.store.args.meangpu=!this.store.args.meangpu})),Ld("shift+G",(()=>{this.store.args.disable_gpu=!this.store.args.disable_gpu})),Ld("5",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook,this.store.args.disable_cpu=!this.store.args.disable_cpu,this.store.args.disable_mem=!this.store.args.disable_mem,this.store.args.disable_memswap=!this.store.args.disable_memswap,this.store.args.disable_load=!this.store.args.disable_load,this.store.args.disable_gpu=!this.store.args.disable_gpu})),Ld("shift+I",(()=>{this.store.args.disable_ip=!this.store.args.disable_ip})),Ld("shift+P",(()=>{this.store.args.disable_ports=!this.store.args.disable_ports})),Ld("shift+V",(()=>{this.store.args.disable_vms=!this.store.args.disable_vms})),Ld("shift+W",(()=>{this.store.args.disable_wifi=!this.store.args.disable_wifi})),Ld("0",(()=>{this.store.args.disable_irix=!this.store.args.disable_irix}))}}};const Yy=Fp((0,Yd.A)(Zy,[["render",function(t,e,r,n,i,o){const s=ec("glances-help"),a=ec("glances-plugin-hostname"),l=ec("glances-plugin-uptime"),c=ec("glances-plugin-system"),u=ec("glances-plugin-ip"),p=ec("glances-plugin-now"),d=ec("glances-plugin-cloud"),m=ec("glances-plugin-quicklook"),f=ec("glances-plugin-cpu"),h=ec("glances-plugin-gpu"),g=ec("glances-plugin-mem"),b=ec("glances-plugin-memswap"),y=ec("glances-plugin-load"),v=ec("glances-plugin-vms"),x=ec("glances-plugin-containers"),w=ec("glances-plugin-process"),_=ec("glances-plugin-alert");return o.dataLoaded?o.args.help_tag?(xu(),Eu(s,{key:1})):(xu(),Au("main",Gp,[Ru(" Display minimal header on low screen size (smarthphone) "),Iu("div",Wp,[Iu("div",Kp,[o.args.disable_system?Ru("v-if",!0):(xu(),Au("div",Xp,[Pu(a,{data:o.data},null,8,["data"])])),o.args.disable_uptime?Ru("v-if",!0):(xu(),Au("div",Qp,[Pu(l,{data:o.data},null,8,["data"])]))])]),Ru(" Display standard header on others screen sizes "),Iu("div",Zp,[Iu("div",Yp,[o.args.disable_system?Ru("v-if",!0):(xu(),Au("div",Jp,[Pu(c,{data:o.data},null,8,["data"])])),o.args.disable_ip?Ru("v-if",!0):(xu(),Au("div",td,[Pu(u,{data:o.data},null,8,["data"])])),o.args.disable_now?Ru("v-if",!0):(xu(),Au("div",ed,[Pu(p,{data:o.data},null,8,["data"])])),o.args.disable_uptime?Ru("v-if",!0):(xu(),Au("div",rd,[Pu(l,{data:o.data},null,8,["data"])]))])]),Iu("div",nd,[o.args.disable_cloud?Ru("v-if",!0):(xu(),Au("div",id,[Pu(d,{data:o.data},null,8,["data"])]))]),Ru(" Display top menu with CPU, MEM, LOAD..."),Iu("div",od,[Ru(" Quicklook "),o.args.disable_quicklook?Ru("v-if",!0):(xu(),Au("div",sd,[Pu(m,{data:o.data},null,8,["data"])])),Ru(" CPU "),o.args.disable_cpu&&o.args.percpu?Ru("v-if",!0):(xu(),Au("div",ad,[Pu(f,{data:o.data},null,8,["data"])])),Ru(' TODO: percpu need to be refactor\n
\n \n
\n
\n \n
'),Ru(" GPU "),!o.args.disable_gpu&&o.hasGpu?(xu(),Au("div",ld,[Pu(h,{data:o.data},null,8,["data"])])):Ru("v-if",!0),Ru(" MEM "),o.args.disable_mem?Ru("v-if",!0):(xu(),Au("div",cd,[Pu(g,{data:o.data},null,8,["data"])])),Ru(" SWAP "),o.args.disable_memswap?Ru("v-if",!0):(xu(),Au("div",ud,[Pu(b,{data:o.data},null,8,["data"])])),Ru(" LOAD "),o.args.disable_load?Ru("v-if",!0):(xu(),Au("div",pd,[Pu(y,{data:o.data},null,8,["data"])]))]),Ru(" Display bottom of the screen with sidebar and processlist "),Iu("div",dd,[Iu("div",md,[o.args.disable_left_sidebar?Ru("v-if",!0):(xu(),Au("div",{key:0,class:xs(["col-3 d-none d-md-block",{"sidebar-min":!o.args.percpu,"sidebar-max":o.args.percpu}])},[(xu(!0),Au(fu,null,oc(o.leftMenu,(t=>{return xu(),Au(fu,null,[o.args[`disable_${t}`]?Ru("v-if",!0):(xu(),Eu((e=`glances-plugin-${t}`,Wo(e)?nc(tc,e,!1)||e:e||rc),{key:0,id:`${t}`,data:o.data},null,8,["id","data"]))],64);var e})),256))],2)),Iu("div",{class:xs(["col",{"sidebar-min":!o.args.percpu,"sidebar-max":o.args.percpu}])},[o.args.disable_vms?Ru("v-if",!0):(xu(),Eu(v,{key:0,data:o.data},null,8,["data"])),o.args.disable_containers?Ru("v-if",!0):(xu(),Eu(x,{key:1,data:o.data},null,8,["data"])),Pu(w,{data:o.data},null,8,["data"]),o.args.disable_alert?Ru("v-if",!0):(xu(),Eu(_,{key:2,data:o.data},null,8,["data"]))],2)])])])):(xu(),Au("div",Vp,e[0]||(e[0]=[Iu("div",{class:"loader"},"Glances is loading...",-1)])))}]]));Yy.config.globalProperties.$filters=e,Yy.mount("#app")})()})(); \ No newline at end of file +const fd="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>0;function hd(t,e,r,n){t.addEventListener?t.addEventListener(e,r,n):t.attachEvent&&t.attachEvent("on".concat(e),r)}function gd(t,e,r,n){t.removeEventListener?t.removeEventListener(e,r,n):t.detachEvent&&t.detachEvent("on".concat(e),r)}function bd(t,e){const r=e.slice(0,e.length-1);for(let e=0;e=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}const vd={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":fd?173:189,"=":fd?61:187,";":fd?59:186,"'":222,"[":219,"]":221,"\\":220},xd={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},wd={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},_d={16:!1,18:!1,17:!1,91:!1},kd={};for(let t=1;t<20;t++)vd["f".concat(t)]=111+t;let Sd=[],Ad=null,Ed="all";const Cd=new Map,Td=t=>vd[t.toLowerCase()]||xd[t.toLowerCase()]||t.toUpperCase().charCodeAt(0);function Od(t){Ed=t||"all"}function Dd(){return Ed||"all"}function Id(t){if(void 0===t)Object.keys(kd).forEach((t=>{Array.isArray(kd[t])&&kd[t].forEach((t=>Pd(t))),delete kd[t]})),Md(null);else if(Array.isArray(t))t.forEach((t=>{t.key&&Pd(t)}));else if("object"==typeof t)t.key&&Pd(t);else if("string"==typeof t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;n{let{key:e,scope:r,method:n,splitKey:i="+"}=t;yd(e).forEach((t=>{const e=t.split(i),o=e.length,s=e[o-1],a="*"===s?"*":Td(s);if(!kd[a])return;r||(r=Dd());const l=o>1?bd(xd,e):[],c=[];kd[a]=kd[a].filter((t=>{const e=(!n||t.method===n)&&t.scope===r&&function(t,e){const r=t.length>=e.length?t:e,n=t.length>=e.length?e:t;let i=!0;for(let t=0;tMd(t)))}))};function jd(t,e,r,n){if(e.element!==n)return;let i;if(e.scope===r||"all"===e.scope){i=e.mods.length>0;for(const t in _d)Object.prototype.hasOwnProperty.call(_d,t)&&(!_d[t]&&e.mods.indexOf(+t)>-1||_d[t]&&-1===e.mods.indexOf(+t))&&(i=!1);(0!==e.mods.length||_d[16]||_d[18]||_d[17]||_d[91])&&!i&&"*"!==e.shortcut||(e.keys=[],e.keys=e.keys.concat(Sd),!1===e.method(t,e)&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Nd(t,e){const r=kd["*"];let n=t.keyCode||t.which||t.charCode;if(!Ld.filter.call(this,t))return;if(93!==n&&224!==n||(n=91),-1===Sd.indexOf(n)&&229!==n&&Sd.push(n),["metaKey","ctrlKey","altKey","shiftKey"].forEach((e=>{const r=wd[e];t[e]&&-1===Sd.indexOf(r)?Sd.push(r):!t[e]&&Sd.indexOf(r)>-1?Sd.splice(Sd.indexOf(r),1):"metaKey"===e&&t[e]&&(Sd=Sd.filter((t=>t in wd||t===n)))})),n in _d){_d[n]=!0;for(const t in xd)xd[t]===n&&(Ld[t]=!0);if(!r)return}for(const e in _d)Object.prototype.hasOwnProperty.call(_d,e)&&(_d[e]=t[wd[e]]);t.getModifierState&&(!t.altKey||t.ctrlKey)&&t.getModifierState("AltGraph")&&(-1===Sd.indexOf(17)&&Sd.push(17),-1===Sd.indexOf(18)&&Sd.push(18),_d[17]=!0,_d[18]=!0);const i=Dd();if(r)for(let n=0;n1&&(i=bd(xd,t)),(t="*"===(t=t[t.length-1])?"*":Td(t))in kd||(kd[t]=[]),kd[t].push({keyup:l,keydown:c,scope:o,mods:i,shortcut:n[a],method:r,key:n[a],splitKey:u,element:s});if(void 0!==s&&window){if(!Cd.has(s)){const t=function(){return Nd(arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.event,s)},e=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.event;Nd(t,s),function(t){let e=t.keyCode||t.which||t.charCode;const r=Sd.indexOf(e);if(r>=0&&Sd.splice(r,1),t.key&&"meta"===t.key.toLowerCase()&&Sd.splice(0,Sd.length),93!==e&&224!==e||(e=91),e in _d){_d[e]=!1;for(const t in xd)xd[t]===e&&(Ld[t]=!1)}}(t)};Cd.set(s,{keydownListener:t,keyupListenr:e,capture:p}),hd(s,"keydown",t,p),hd(s,"keyup",e,p)}if(!Ad){const t=()=>{Sd=[]};Ad={listener:t,capture:p},hd(window,"focus",t,p)}}}function Md(t){const e=Object.values(kd).flat();if(e.findIndex((e=>{let{element:r}=e;return r===t}))<0){const{keydownListener:e,keyupListenr:r,capture:n}=Cd.get(t)||{};e&&r&&(gd(t,"keyup",r,n),gd(t,"keydown",e,n),Cd.delete(t))}if(e.length<=0||Cd.size<=0){if(Object.keys(Cd).forEach((t=>{const{keydownListener:e,keyupListenr:r,capture:n}=Cd.get(t)||{};e&&r&&(gd(t,"keyup",r,n),gd(t,"keydown",e,n),Cd.delete(t))})),Cd.clear(),Object.keys(kd).forEach((t=>delete kd[t])),Ad){const{listener:t,capture:e}=Ad;gd(window,"focus",t,e),Ad=null}}}const Rd={getPressedKeyString:function(){return Sd.map((t=>{return e=t,Object.keys(vd).find((t=>vd[t]===e))||(t=>Object.keys(xd).find((e=>xd[e]===t)))(t)||String.fromCharCode(t);var e}))},setScope:Od,getScope:Dd,deleteScope:function(t,e){let r,n;t||(t=Dd());for(const e in kd)if(Object.prototype.hasOwnProperty.call(kd,e))for(r=kd[e],n=0;n{let{element:e}=t;return Md(e)}))}else n++;Dd()===t&&Od(e||"all")},getPressedKeyCodes:function(){return Sd.slice(0)},getAllKeyCodes:function(){const t=[];return Object.keys(kd).forEach((e=>{kd[e].forEach((e=>{let{key:r,scope:n,mods:i,shortcut:o}=e;t.push({scope:n,shortcut:o,mods:i,keys:r.split("+").map((t=>Td(t)))})}))})),t},isPressed:function(t){return"string"==typeof t&&(t=Td(t)),-1!==Sd.indexOf(t)},filter:function(t){const e=t.target||t.srcElement,{tagName:r}=e;let n=!0;const i="INPUT"===r&&!["checkbox","radio","range","button","file","reset","submit","color"].includes(e.type);return(e.isContentEditable||(i||"TEXTAREA"===r||"SELECT"===r)&&!e.readOnly)&&(n=!1),n},trigger:function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"all";Object.keys(kd).forEach((r=>{kd[r].filter((r=>r.scope===e&&r.shortcut===t)).forEach((t=>{t&&t.method&&t.method()}))}))},unbind:Id,keyMap:vd,modifier:xd,modifierMap:wd};for(const t in Rd)Object.prototype.hasOwnProperty.call(Rd,t)&&(Ld[t]=Rd[t]);if("undefined"!=typeof window){const t=window.hotkeys;Ld.noConflict=e=>(e&&window.hotkeys===Ld&&(window.hotkeys=t),Ld),window.hotkeys=Ld}const qd=Ra({args:void 0,config:void 0,data:void 0,status:"IDLE"});var Bd=r(4644),$d=r.n(Bd);const Ud=new class{limits={};limitSuffix=["critical","careful","warning"];setLimits(t){this.limits=t}getLimit(t,e){return null!=this.limits[t]&&null!=this.limits[t][e]?this.limits[t][e]:null}getAlert(t,e,r,n,i){var o=(i=i||!1)?"_log":"",s=100*(r=r||0)/(n=n||100);if(null!=this.limits[t])for(var a=0;a=this.limits[t][l]){var c=l.lastIndexOf("_");return l.substring(c+1)+o}}return"ok"+o}getAlertLog(t,e,r,n){return this.getAlert(t,e,r,n,!0)}};const Fd=new class{data=void 0;init(t=60){let e;const r=()=>(qd.status="PENDING",Promise.all([fetch("api/4/all",{method:"GET"}).then((t=>t.json())),fetch("api/4/all/views",{method:"GET"}).then((t=>t.json()))]).then((t=>{const e={stats:t[0],views:t[1],isBsd:"FreeBSD"===t[0].system?.os_name,isLinux:"Linux"===t[0].system?.os_name,isSunOS:"SunOS"===t[0].system?.os_name,isMac:"Darwin"===t[0].system?.os_name,isWindows:"Windows"===t[0].system?.os_name};this.data=e,qd.data=e,qd.status="SUCCESS"})).catch((t=>{console.log(t),qd.status="FAILURE"})).then((()=>{e&&clearTimeout(e),e=setTimeout(r,1e3*t)})));r(),fetch("api/4/all/limits",{method:"GET"}).then((t=>t.json())).then((t=>{Ud.setLimits(t)})),fetch("api/4/args",{method:"GET"}).then((t=>t.json())).then(((t={})=>{qd.args={...qd.args,...t}})),fetch("api/4/config",{method:"GET"}).then((t=>t.json())).then(((t={})=>{qd.config={...qd.config,...t}}))}getData(){return this.data}};const zd=new class{constructor(){this.favico=new($d())({animation:"none"})}badge(t){this.favico.badge(t)}reset(){this.favico.reset()}},Hd={key:0},Vd={class:"container-fluid"},Gd={class:"row"},Wd={class:"col-sm-12 col-lg-24 title"},Kd={class:"row"},Xd={class:"col-sm-12 col-lg-24"},Qd={class:"table table-sm table-borderless table-striped table-hover"};const Zd={data:()=>({help:void 0}),mounted(){fetch("api/4/help",{method:"GET"}).then((t=>t.json())).then((t=>this.help=t))}};var Yd=r(6262);const Jd=(0,Yd.A)(Zd,[["render",function(t,e,r,n,i,o){return i.help?(xu(),Au("div",Hd,[Iu("div",Vd,[Iu("div",Gd,[Iu("div",Wd,As(i.help.version)+" "+As(i.help.psutil_version),1)]),e[0]||(e[0]=Iu("div",{class:"row"}," ",-1)),Iu("div",Kd,[Iu("div",Xd,As(i.help.configuration_file),1)]),e[1]||(e[1]=Iu("div",{class:"row"}," ",-1))]),Iu("table",Qd,[Iu("thead",null,[Iu("tr",null,[Iu("th",null,As(i.help.header_sort.replace(":","")),1),Iu("th",null,As(i.help.header_show_hide.replace(":","")),1),Iu("th",null,As(i.help.header_toggle.replace(":","")),1),Iu("th",null,As(i.help.header_miscellaneous.replace(":","")),1)])]),Iu("tbody",null,[Iu("tr",null,[Iu("td",null,As(i.help.sort_auto),1),Iu("td",null,As(i.help.show_hide_application_monitoring),1),Iu("td",null,As(i.help.toggle_bits_bytes),1),Iu("td",null,As(i.help.misc_erase_process_filter),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_cpu),1),Iu("td",null,As(i.help.show_hide_diskio),1),Iu("td",null,As(i.help.toggle_count_rate),1),Iu("td",null,As(i.help.misc_generate_history_graphs),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_io_rate),1),Iu("td",null,As(i.help.show_hide_containers),1),Iu("td",null,As(i.help.toggle_used_free),1),Iu("td",null,As(i.help.misc_help),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_mem),1),Iu("td",null,As(i.help.show_hide_top_extended_stats),1),Iu("td",null,As(i.help.toggle_bar_sparkline),1),Iu("td",null,As(i.help.misc_accumulate_processes_by_program),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_process_name),1),Iu("td",null,As(i.help.show_hide_filesystem),1),Iu("td",null,As(i.help.toggle_separate_combined),1),e[2]||(e[2]=Iu("td",null," ",-1))]),Iu("tr",null,[Iu("td",null,As(i.help.sort_cpu_times),1),Iu("td",null,As(i.help.show_hide_gpu),1),Iu("td",null,As(i.help.toggle_live_cumulative),1),Iu("td",null,As(i.help.misc_reset_processes_summary_min_max),1)]),Iu("tr",null,[Iu("td",null,As(i.help.sort_user),1),Iu("td",null,As(i.help.show_hide_ip),1),Iu("td",null,As(i.help.toggle_linux_percentage),1),Iu("td",null,As(i.help.misc_quit),1)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_tcp_connection),1),Iu("td",null,As(i.help.toggle_cpu_individual_combined),1),Iu("td",null,As(i.help.misc_reset_history),1)]),Iu("tr",null,[e[4]||(e[4]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_alert),1),Iu("td",null,As(i.help.toggle_gpu_individual_combined),1),Iu("td",null,As(i.help.misc_delete_warning_alerts),1)]),Iu("tr",null,[e[5]||(e[5]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_network),1),Iu("td",null,As(i.help.toggle_short_full),1),Iu("td",null,As(i.help.misc_delete_warning_and_critical_alerts),1)]),Iu("tr",null,[e[6]||(e[6]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.sort_cpu_times),1),e[7]||(e[7]=Iu("td",null," ",-1)),e[8]||(e[8]=Iu("td",null," ",-1))]),Iu("tr",null,[e[9]||(e[9]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_irq),1),e[10]||(e[10]=Iu("td",null," ",-1)),e[11]||(e[11]=Iu("td",null," ",-1))]),Iu("tr",null,[e[12]||(e[12]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_raid_plugin),1),e[13]||(e[13]=Iu("td",null," ",-1)),e[14]||(e[14]=Iu("td",null," ",-1))]),Iu("tr",null,[e[15]||(e[15]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_sensors),1),e[16]||(e[16]=Iu("td",null," ",-1)),e[17]||(e[17]=Iu("td",null," ",-1))]),Iu("tr",null,[e[18]||(e[18]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_wifi_module),1),e[19]||(e[19]=Iu("td",null," ",-1)),e[20]||(e[20]=Iu("td",null," ",-1))]),Iu("tr",null,[e[21]||(e[21]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_processes),1),e[22]||(e[22]=Iu("td",null," ",-1)),e[23]||(e[23]=Iu("td",null," ",-1))]),Iu("tr",null,[e[24]||(e[24]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_left_sidebar),1),e[25]||(e[25]=Iu("td",null," ",-1)),e[26]||(e[26]=Iu("td",null," ",-1))]),Iu("tr",null,[e[27]||(e[27]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_quick_look),1),e[28]||(e[28]=Iu("td",null," ",-1)),e[29]||(e[29]=Iu("td",null," ",-1))]),Iu("tr",null,[e[30]||(e[30]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_cpu_mem_swap),1),e[31]||(e[31]=Iu("td",null," ",-1)),e[32]||(e[32]=Iu("td",null," ",-1))]),Iu("tr",null,[e[33]||(e[33]=Iu("td",null," ",-1)),Iu("td",null,As(i.help.show_hide_all),1),e[34]||(e[34]=Iu("td",null," ",-1)),e[35]||(e[35]=Iu("td",null," ",-1))])])]),e[36]||(e[36]=Mu('
 

For an exhaustive list of key bindings, click here.

 

Press h to came back to Glances.

',5))])):Ru("v-if",!0)}]]),tm={id:"alerts",class:"plugin"},em={key:0,class:"title"},rm={key:1,class:"title"},nm={class:"table table-sm table-borderless"},im={scope:"row"},om={scope:"row"},sm={scope:"row"};var am=r(2543);const lm={props:{data:{type:Object}},computed:{stats(){return this.data.stats.alert},alerts(){return(this.stats||[]).map((t=>{const e={};if(e.state=t.state,e.type=t.type,e.begin=1e3*t.begin,e.end=1e3*t.end,e.ongoing=-1==t.end,e.min=t.min,e.avg=t.avg,e.max=t.max,t.top.length>0&&(e.top=": "+t.top.join(", ")),!e.ongoing){const t=e.end-e.begin,r=parseInt(t/1e3%60),n=parseInt(t/6e4%60),i=parseInt(t/36e5%24);e.duration=(0,am.padStart)(i,2,"0")+":"+(0,am.padStart)(n,2,"0")+":"+(0,am.padStart)(r,2,"0")}return e}))},hasAlerts(){return this.countAlerts>0},countAlerts(){return this.alerts.length},hasOngoingAlerts(){return this.countOngoingAlerts>0},countOngoingAlerts(){return this.alerts.filter((({ongoing:t})=>t)).length}},watch:{countOngoingAlerts(){this.countOngoingAlerts?zd.badge(this.countOngoingAlerts):zd.reset()}},methods:{formatDate(t){const e=(new Date).getTimezoneOffset(),r=Math.trunc(Math.abs(e)/60),n=Math.abs(e%60);let i=e<=0?"+":"-";i+=String(r).padStart(2,"0")+String(n).padStart(2,"0");const o=new Date(t);return String(o.getFullYear())+"-"+String(o.getMonth()+1).padStart(2,"0")+"-"+String(o.getDate()).padStart(2,"0")+" "+String(o.getHours()).padStart(2,"0")+":"+String(o.getMinutes()).padStart(2,"0")+":"+String(o.getSeconds()).padStart(2,"0")+"("+i+")"},clear(){fetch("api/4/events/clear/all",{method:"POST",headers:{"Content-Type":"application/json"}}).then((t=>t.json())).then((t=>product.value=t))}}},cm=(0,Yd.A)(lm,[["render",function(t,e,r,n,i,o){return xu(),Au("section",tm,[o.hasAlerts?(xu(),Au("span",em,[Lu(" Warning or critical alerts (last "+As(o.countAlerts)+" entries) ",1),Iu("span",null,[Iu("button",{class:"button",onClick:e[0]||(e[0]=t=>o.clear())},"Clear alerts")])])):(xu(),Au("span",rm,"No warning or critical alert detected")),Iu("table",nm,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.alerts,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",im,[Iu("span",null,As(o.formatDate(e.begin)),1)]),Iu("td",om,[Iu("span",null,"("+As(e.ongoing?"ongoing":e.duration)+")",1)]),Iu("td",sm,[Al(Iu("span",null,As(e.state)+" on ",513),[[xp,!e.ongoing]]),Iu("span",{class:xs(e.state.toLowerCase())},As(e.type),3),Iu("span",null,"("+As(t.$filters.number(e.max,1))+")",1),Iu("span",null,As(e.top),1)])])))),128))])])])}]]),um={key:0,id:"cloud",class:"plugin"},pm={class:"title"};const dm={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cloud},provider(){return void 0!==this.stats.id?`${stats.platform}`:null},instance(){const{stats:t}=this;return void 0!==this.stats.id?`${t.type} instance ${t.name} (${t.region})`:null}}},mm=(0,Yd.A)(dm,[["render",function(t,e,r,n,i,o){return o.instance||o.provider?(xu(),Au("section",um,[Iu("span",pm,As(o.provider),1),Lu(" "+As(o.instance),1)])):Ru("v-if",!0)}]]),fm={id:"connections",class:"plugin"},hm={class:"table table-sm table-borderless margin-bottom"},gm={class:"text-end"},bm={class:"text-end"},ym={class:"text-end"},vm={class:"text-end"};const xm={props:{data:{type:Object}},computed:{stats(){return this.data.stats.connections},view(){return this.data.views.connections},listen(){return this.stats.LISTEN},initiated(){return this.stats.initiated},established(){return this.stats.ESTABLISHED},terminated(){return this.stats.terminated},tracked(){return{count:this.stats.nf_conntrack_count,max:this.stats.nf_conntrack_max}}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},wm=(0,Yd.A)(xm,[["render",function(t,e,r,n,i,o){return xu(),Au("section",fm,[Iu("table",hm,[e[5]||(e[5]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"TCP CONNECTIONS"),Iu("th",{scope:"col",class:"text-end"})])],-1)),Iu("tbody",null,[Iu("tr",null,[e[0]||(e[0]=Iu("td",{scope:"row"},"Listen",-1)),Iu("td",gm,As(o.listen),1)]),Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"Initiated",-1)),Iu("td",bm,As(o.initiated),1)]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"Established",-1)),Iu("td",ym,As(o.established),1)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"Terminated",-1)),Iu("td",vm,As(o.terminated),1)]),Iu("tr",null,[e[4]||(e[4]=Iu("td",{scope:"row"},"Tracked",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("nf_conntrack_percent")])},As(o.tracked.count)+"/"+As(o.tracked.max),3)])])])])}]]),_m={id:"cpu",class:"plugin"},km={class:"table-responsive"},Sm={class:"table-sm table-borderless"},Am={class:"justify-content-between"},Em={scope:"col"},Cm={class:"table table-sm table-borderless"},Tm={key:0,scope:"col"},Om={class:"d-none d-xl-block d-xxl-block"},Dm={class:"table table-sm table-borderless"},Im={scope:"col"},Pm={scope:"col",class:"text-end"},jm={scope:"col"},Nm={scope:"col",class:"text-end"},Lm={scope:"col"},Mm={scope:"col",class:"text-end"},Rm={key:0,scope:"col"},qm={scope:"col"},Bm={class:"d-none d-xxl-block"},$m={class:"table table-sm table-borderless"},Um={key:0,scope:"col"},Fm={scope:"col"},zm={scope:"col",class:"text-end"},Hm={key:0,scope:"col"},Vm={key:1,scope:"col",class:"text-end"},Gm={key:0,scope:"col"},Wm={key:1,scope:"col",class:"text-end"};const Km={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cpu},view(){return this.data.views.cpu},isLinux(){return this.data.isLinux},isSunOS(){return this.data.isSunOS},isWindows(){return this.data.isWindows},total(){return this.stats.total},user(){return this.stats.user},system(){return this.stats.system},idle(){return this.stats.idle},nice(){return this.stats.nice},irq(){return this.stats.irq},iowait(){return this.stats.iowait},dpc(){return this.stats.dpc},steal(){return this.stats.steal},guest(){return this.stats.guest},ctx_switches(){const{stats:t}=this;return t.ctx_switches?Math.floor(t.ctx_switches/t.time_since_update):null},interrupts(){const{stats:t}=this;return t.interrupts?Math.floor(t.interrupts/t.time_since_update):null},soft_interrupts(){const{stats:t}=this;return t.soft_interrupts?Math.floor(t.soft_interrupts/t.time_since_update):null},syscalls(){const{stats:t}=this;return t.syscalls?Math.floor(t.syscalls/t.time_since_update):null}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Xm=(0,Yd.A)(Km,[["render",function(t,e,r,n,i,o){return xu(),Au("section",_m,[Ru(" d-none d-xxl-block "),Iu("div",km,[Iu("table",Sm,[Iu("tbody",null,[Iu("tr",Am,[Iu("td",Em,[Iu("table",Cm,[Iu("tbody",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"CPU",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("total")])},[Iu("span",null,As(o.total)+"%",1)],2)]),Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"col"},"user:",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("user")])},[Iu("span",null,As(o.user)+"%",1)],2)]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"col"},"system:",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("system")])},[Iu("span",null,As(o.system)+"%",1)],2)]),Iu("tr",null,[null!=o.iowait?(xu(),Au("td",Tm,"iowait:")):Ru("v-if",!0),null!=o.iowait?(xu(),Au("td",{key:1,scope:"col",class:xs(["text-end",o.getDecoration("iowait")])},[Iu("span",null,As(o.iowait)+"%",1)],2)):Ru("v-if",!0)])])])]),Iu("td",null,[Iu("template",Om,[Iu("table",Dm,[Iu("tbody",null,[Iu("tr",null,[Al(Iu("td",Im,"idle:",512),[[xp,null!=o.idle]]),Al(Iu("td",Pm,[Iu("span",null,As(o.idle)+"%",1)],512),[[xp,null!=o.idle]])]),Iu("tr",null,[Al(Iu("td",jm,"irq:",512),[[xp,null!=o.irq]]),Al(Iu("td",Nm,[Iu("span",null,As(o.irq)+"%",1)],512),[[xp,null!=o.irq]])]),Iu("tr",null,[Al(Iu("td",Lm,"nice:",512),[[xp,null!=o.nice]]),Al(Iu("td",Mm,[Iu("span",null,As(o.nice)+"%",1)],512),[[xp,null!=o.nice]])]),Iu("tr",null,[null==o.iowait&&null!=o.dpc?(xu(),Au("td",Rm,"dpc:")):Ru("v-if",!0),null==o.iowait&&null!=o.dpc?(xu(),Au("td",{key:1,scope:"col",class:xs(["text-end",o.getDecoration("dpc")])},[Iu("span",null,As(o.dpc)+"%",1)],2)):Ru("v-if",!0),Al(Iu("td",qm,"steal:",512),[[xp,null!=o.steal]]),Al(Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("steal")])},[Iu("span",null,As(o.steal)+"%",1)],2),[[xp,null!=o.steal]])])])])])]),Iu("td",null,[Iu("template",Bm,[Iu("table",$m,[Iu("tbody",null,[Iu("tr",null,[null!=o.nice&&null!=o.ctx_switches?(xu(),Au("td",Um," ctx_sw:")):Ru("v-if",!0),null!=o.nice&&null!=o.ctx_switches?(xu(),Au("td",{key:1,scope:"col",class:xs(["text-end",o.getDecoration("ctx_switches")])},[Iu("span",null,As(o.ctx_switches),1)],2)):Ru("v-if",!0)]),Iu("tr",null,[Al(Iu("td",Fm,"inter:",512),[[xp,null!=o.interrupts]]),Al(Iu("td",zm,[Iu("span",null,As(o.interrupts),1)],512),[[xp,null!=o.interrupts]])]),Iu("tr",null,[o.isWindows||o.isSunOS||null==o.soft_interrupts?Ru("v-if",!0):(xu(),Au("td",Hm,"sw_int: ")),o.isWindows||o.isSunOS||null==o.soft_interrupts?Ru("v-if",!0):(xu(),Au("td",Vm,[Iu("span",null,As(o.soft_interrupts),1)]))]),Iu("tr",null,[o.isLinux&&null!=o.guest?(xu(),Au("td",Gm,"guest:")):Ru("v-if",!0),o.isLinux&&null!=o.guest?(xu(),Au("td",Wm,[Iu("span",null,As(o.guest)+"%",1)])):Ru("v-if",!0)])])])])])])])])])])}]]),Qm={key:0,id:"diskio",class:"plugin"},Zm={class:"table table-sm table-borderless margin-bottom"},Ym={scope:"col",class:"text-end w-25"},Jm={scope:"col",class:"text-end w-25"},tf={scope:"col",class:"text-end w-25"},ef={scope:"col",class:"text-end w-25"},rf={scope:"col",class:"text-end w-25"},nf={scope:"col",class:"text-end w-25"},of={scope:"row",class:"text-truncate"};var sf=r(4728),af=r.n(sf);function lf(t,e){return cf(t=8*Math.round(t),e)+"b"}function cf(t,e){if(e=e||!1,isNaN(parseFloat(t))||!isFinite(t)||0==t)return t;const r=["Y","Z","E","P","T","G","M","K"],n={Y:12089258196146292e8,Z:11805916207174113e5,E:0x1000000000000000,P:0x4000000000000,T:1099511627776,G:1073741824,M:1048576,K:1024};for(var i=0;i1){var a=0;return s<10?a=2:s<100&&(a=1),e?a="MK"==o?0:(0,am.min)([1,a]):"K"==o&&(a=0),parseFloat(s).toFixed(a)+o}}return t.toFixed(0)}function uf(t){return void 0===t||""===t?"?":t}function pf(t,e,r){return e=e||0,r=r||" ",String(t).padStart(e,r)}function df(t,e){return"function"!=typeof t.slice&&(t=String(t)),t.slice(0,e)}function mf(t,e,r=!0){return e=e||8,t.length>e?r?t.substring(0,e-1)+"_":"_"+t.substring(t.length-e+1):t}function ff(t){if(void 0===t)return t;var e=function(t){var e=document.createElement("div");return e.innerText=t,e.innerHTML}(t),r=e.replace(/\n/g,"
");return af()(r)}function hf(t,e){return void 0===t||isNaN(t)?"-":new Intl.NumberFormat("en-US","number"==typeof e?{maximumFractionDigits:e}:e).format(t)}function gf(t){for(var e=0,r=0;r`${t}: ${e}`)).join(" / ")}const vf={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.diskio},view(){return this.data.views.diskio},disks(){const t=this.stats.map((t=>({name:t.disk_name,alias:void 0!==t.alias?t.alias:null,bitrate:{txps:cf(t.read_bytes_rate_per_sec),rxps:cf(t.write_bytes_rate_per_sec)},count:{txps:cf(t.read_count_rate_per_sec),rxps:cf(t.write_count_rate_per_sec)},latency:{txps:cf(t.read_latency),rxps:cf(t.write_latency)}}))).filter((t=>{const e=this.view[t.name].read_bytes_rate_per_sec,r=this.view[t.name].write_bytes_rate_per_sec;return!(e&&!1!==e.hidden||r&&!1!==r.hidden)}));return(0,am.orderBy)(t,["name"])},hasDisks(){return this.disks.length>0}},methods:{getDecoration(t,e){return null==this.view[t][e]?null==this.view[e]?void 0:this.view[e].decoration.toLowerCase():this.view[t][e].decoration.toLowerCase()}}},xf=(0,Yd.A)(vf,[["render",function(t,e,r,n,i,o){return o.hasDisks?(xu(),Au("section",Qm,[Iu("table",Zm,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"DISK I/O",-1)),Al(Iu("th",Ym,"Rps",512),[[xp,!o.args.diskio_iops&&!o.args.diskio_latency]]),Al(Iu("th",Jm,"Wps",512),[[xp,!o.args.diskio_iops&&!o.args.diskio_latency]]),Al(Iu("th",tf,"ms/opR",512),[[xp,o.args.diskio_latency]]),Al(Iu("th",ef,"ms/opW",512),[[xp,o.args.diskio_latency]]),Al(Iu("th",rf,"IORps",512),[[xp,o.args.diskio_iops]]),Al(Iu("th",nf,"IOWps",512),[[xp,o.args.diskio_iops]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.disks,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",of,As(t.$filters.minSize(e.alias?e.alias:e.name,16)),1),Al(Iu("td",{class:xs(["text-end w-25",o.getDecoration(e.name,"write_bytes_rate_per_sec")])},As(e.bitrate.txps),3),[[xp,!o.args.diskio_iops&&!o.args.diskio_latency]]),Al(Iu("td",{class:xs(["text-end w-25",o.getDecoration(e.name,"read_bytes_rate_per_sec")])},As(e.bitrate.rxps),3),[[xp,!o.args.diskio_iops&&!o.args.diskio_latency]]),Al(Iu("td",{class:xs(["text-end w-25",o.getDecoration(e.name,"write_latency")])},As(e.latency.txps),3),[[xp,o.args.diskio_latency]]),Al(Iu("td",{class:xs(["text-end w-25",o.getDecoration(e.name,"read_latency")])},As(e.latency.rxps),3),[[xp,o.args.diskio_latency]]),Al(Iu("td",{class:"text-end w-25"},As(e.count.txps),513),[[xp,o.args.diskio_iops]]),Al(Iu("td",{class:"text-end w-25"},As(e.count.rxps),513),[[xp,o.args.diskio_iops]])])))),128))])])])):Ru("v-if",!0)}]]),wf={key:0,id:"containers",class:"plugin"},_f={class:"table-responsive d-md-none"},kf={class:"table table-sm table-borderless table-striped table-hover"},Sf={scope:"col"},Af={scope:"col"},Ef={scope:"col"},Cf={scope:"col"},Tf={class:"table-responsive d-none d-md-block"},Of={class:"table table-sm table-borderless table-striped table-hover"},Df={scope:"col"},If={scope:"col"},Pf={scope:"col"},jf={scope:"col"},Nf={scope:"col"},Lf={scope:"col"},Mf={scope:"col"},Rf={scope:"col"},qf={scope:"col"},Bf={scope:"col"};const $f={props:{data:{type:Object}},data:()=>({store:qd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.containers},views(){return this.data.views.containers},containers(){const{sorter:t}=this,e=(this.stats||[]).map((t=>{let e;return null!=t.memory_usage?(e=t.memory_usage,null!=t.memory_inactive_file&&(e-=t.memory_inactive_file)):e=void 0,{id:t.id,name:t.name,status:t.status,uptime:t.uptime,cpu_percent:t.cpu.total,memory_usage:e,limit:t.memory.limit,io_rx:t.io_rx,io_wx:t.io_wx,network_rx:t.network_rx,network_tx:t.network_tx,command:t.command,image:t.image,engine:t.engine,pod_id:t.pod_id}}));return(0,am.orderBy)(e,[t.column].map((t=>e=>e["memory_percent"===t?"memory_usage":t]??-1/0),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name},showPod(){return this.views.show_pod_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{io_counters:"disk IO",cpu_percent:"CPU consumption",memory_usage:"memory consumption",cpu_times:"uptime",name:"container name",None:"None"}[t]||t}})}}},methods:{getDisableStats:()=>Ud.getLimit("containers","containers_disable_stats")||[]}},Uf=(0,Yd.A)($f,[["render",function(t,e,r,n,i,o){return o.containers.length?(xu(),Au("section",wf,[e[6]||(e[6]=Iu("span",{class:"title"},"CONTAINERS",-1)),Al(Iu("span",null,As(o.containers.length)+" sorted by "+As(i.sorter.getColumnLabel(i.sorter.column)),513),[[xp,o.containers.length>1]]),Iu("div",_f,[Iu("table",kf,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",Sf,"Pod",512),[[xp,o.showPod]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",Af,"Status",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="cpu_percent")}," CPU% ",2),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="memory_percent")}," MEM ",2),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",Ef,"MAX",512),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",Cf,"Command",512),[[xp,!o.getDisableStats().includes("command")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.containers,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row"},As(e.pod_id||"-"),513),[[xp,o.showPod]]),Al(Iu("td",{scope:"row"},As(e.name),513),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",{scope:"row",class:xs(["Paused"===e.status&&"careful","exited"===e.status&&"warning",!["Paused","exited"].includes(e.status)&&"ok"])},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row"},As(t.$filters.number(e.cpu_percent,1)),513),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.memory_usage??NaN)?"-":t.$filters.bytes(e.memory_usage)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.limit??NaN)?"-":t.$filters.bytes(e.limit)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.command),513),[[xp,!o.getDisableStats().includes("command")]])])))),128))])])]),Iu("div",Tf,[Iu("table",Of,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",Df,"Engine",512),[[xp,o.showEngine]]),Al(Iu("td",If,"Pod",512),[[xp,o.showPod]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[3]||(e[3]=t=>o.args.sort_processes_key="name")}," Name ",2),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",Pf,"Status",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",jf,"Uptime",512),[[xp,!o.getDisableStats().includes("uptime")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===i.sorter.column&&"sort"]),onClick:e[4]||(e[4]=t=>o.args.sort_processes_key="cpu_percent")}," CPU% ",2),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===i.sorter.column&&"sort"]),onClick:e[5]||(e[5]=t=>o.args.sort_processes_key="memory_percent")}," MEM ",2),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",Nf,"MAX",512),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",Lf,"IORps",512),[[xp,!o.getDisableStats().includes("diskio")]]),Al(Iu("td",Mf,"IOWps",512),[[xp,!o.getDisableStats().includes("diskio")]]),Al(Iu("td",Rf,"RXps",512),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",qf,"TXps",512),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",Bf,"Command",512),[[xp,!o.getDisableStats().includes("command")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.containers,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row"},As(e.engine),513),[[xp,o.showEngine]]),Al(Iu("td",{scope:"row"},As(e.pod_id||"-"),513),[[xp,o.showPod]]),Al(Iu("td",{scope:"row"},As(e.name),513),[[xp,!o.getDisableStats().includes("name")]]),Al(Iu("td",{scope:"row",class:xs(["Paused"===e.status&&"careful","exited"===e.status&&"warning",!["Paused","exited"].includes(e.status)&&"ok"])},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row"},As(e.uptime),513),[[xp,!o.getDisableStats().includes("uptime")]]),Al(Iu("td",{scope:"row"},As(t.$filters.number(e.cpu_percent,1)),513),[[xp,!o.getDisableStats().includes("cpu")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.memory_usage??NaN)?"-":t.$filters.bytes(e.memory_usage)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.limit??NaN)?"-":t.$filters.bytes(e.limit)),513),[[xp,!o.getDisableStats().includes("mem")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.io_rx??NaN)?"-":t.$filters.bytes(e.io_rx)),513),[[xp,!o.getDisableStats().includes("iodisk")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.io_wx??NaN)?"-":t.$filters.bytes(e.io_wx)),513),[[xp,!o.getDisableStats().includes("iodisk")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.network_rx??NaN)?"-":t.$filters.bits(e.network_rx)),513),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",{scope:"row"},As(isNaN(e.network_tx??NaN)?"-":t.$filters.bits(e.network_tx)),513),[[xp,!o.getDisableStats().includes("networkio")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.command),513),[[xp,!o.getDisableStats().includes("command")]])])))),128))])])])])):Ru("v-if",!0)}]]),Ff={key:0,id:"folders",class:"plugin"},zf={class:"table table-sm table-borderless margin-bottom"},Hf={scope:"row"},Vf={key:0,class:"visible-lg-inline"};const Gf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.folders},folders(){return this.stats.map((t=>({path:t.path,size:t.size,errno:t.errno,careful:t.careful,warning:t.warning,critical:t.critical})))},hasFolders(){return this.folders.length>0}},methods:{getDecoration:t=>t.errno>0?"error":null!==t.critical&&t.size>1e6*t.critical?"critical":null!==t.warning&&t.size>1e6*t.warning?"warning":null!==t.careful&&t.size>1e6*t.careful?"careful":"ok"}},Wf=(0,Yd.A)(Gf,[["render",function(t,e,r,n,i,o){return o.hasFolders?(xu(),Au("section",Ff,[Iu("table",zf,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"FOLDERS"),Iu("th",{scope:"col",class:"text-end"},"Size")])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.folders,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Hf,As(e.path),1),Iu("td",{class:xs(["text-end",o.getDecoration(e)])},[e.errno>0?(xu(),Au("span",Vf,"?")):Ru("v-if",!0),Lu(" "+As(t.$filters.bytes(e.size)),1)],2)])))),128))])])])):Ru("v-if",!0)}]]),Kf={key:0,id:"fs",class:"plugin"},Xf={class:"table table-sm table-borderless margin-bottom"},Qf={key:0,scope:"col",class:"text-end w-25"},Zf={key:1,scope:"col",class:"text-end w-25"},Yf={scope:"row"},Jf={key:0,class:"visible-lg-inline"},th={scope:"row",class:"text-end"};const eh={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.fs},view(){return this.data.views.fs},fileSystems(){const t=this.stats.map((t=>({name:t.device_name,mountPoint:t.mnt_point,percent:t.percent,size:t.size,used:t.used,free:t.free,alias:void 0!==t.alias?t.alias:null})));return(0,am.orderBy)(t,["mnt_point"])},hasFs(){return this.fileSystems.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},rh=(0,Yd.A)(eh,[["render",function(t,e,r,n,i,o){return o.hasFs?(xu(),Au("section",Kf,[Iu("table",Xf,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"FILE SYSTEM",-1)),o.args.fs_free_space?(xu(),Au("th",Zf,"Free")):(xu(),Au("th",Qf,"Used")),e[1]||(e[1]=Iu("th",{scope:"col",class:"text-end w-25"},"Total",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.fileSystems,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Yf,[Lu(As(t.$filters.minSize(e.alias?e.alias:e.mountPoint,16,t.begin=!1))+" ",1),(e.alias?e.alias:e.mountPoint).length+e.name.length<=15?(xu(),Au("span",Jf," ("+As(e.name)+") ",1)):Ru("v-if",!0)]),o.args.fs_free_space?(xu(),Au("td",{key:1,scope:"row",class:xs(["text-end",o.getDecoration(e.mountPoint,"used")])},As(t.$filters.bytes(e.free)),3)):(xu(),Au("td",{key:0,scope:"row",class:xs(["text-end",o.getDecoration(e.mountPoint,"used")])},As(t.$filters.bytes(e.used)),3)),Iu("td",th,As(t.$filters.bytes(e.size)),1)])))),128))])])])):Ru("v-if",!0)}]]),nh={key:0,id:"gpu",class:"plugin"},ih={class:"title text-truncate"},oh={key:0,class:"table-responsive"},sh={key:1,class:"col text-end"},ah={key:1,class:"col text-end"},lh={key:1,class:"col text-end"},ch={key:1,class:"table-responsive"},uh={class:"table table-sm table-borderless"},ph={class:"col"},dh={key:1,class:"col"},mh={key:3,class:"col text-end"},fh={key:2,class:"table-responsive"},hh={class:"table table-sm table-borderless"},gh={key:1,class:"col"},bh={key:1,class:"col"},yh={key:1,class:"col"};const vh={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.gpu},view(){return this.data.views.gpu},gpus(){return this.stats},name(){let t="GPU";const{stats:e}=this;return 1===e.length?t=e[0].name:e.length&&(t=`${e.length} GPU ${e[0].name}`),t},mean(){const t={proc:null,mem:null,temperature:null},{stats:e}=this;if(!e.length)return t;for(const r of e)t.proc+=r.proc,t.mem+=r.mem,t.temperature+=r.temperature;return t.proc=t.proc/e.length,t.mem=t.mem/e.length,t.temperature=t.temperature/e.length,t}},methods:{getDecoration(t,e){if(void 0!==this.view[t][e])return this.view[t][e].decoration.toLowerCase()},getMeanDecoration:t=>"DEFAULT"}},xh=(0,Yd.A)(vh,[["render",function(t,e,r,n,i,o){return null!=o.gpus?(xu(),Au("section",nh,[Iu("div",ih,As(o.name),1),Ru(" single gpu "),1===o.gpus.length?(xu(),Au("div",oh,[(xu(!0),Au(fu,null,oc(o.gpus,((r,n)=>(xu(),Au("table",{key:n,class:"table table-sm table-borderless"},[Iu("tbody",null,[Iu("tr",null,[e[1]||(e[1]=Iu("td",{class:"col"},"proc:",-1)),null!=r.proc?(xu(),Au("td",{key:0,class:xs(["col text-end",o.getDecoration(r.gpu_id,"proc")])},[Iu("span",null,As(t.$filters.number(r.proc,0))+"%",1)],2)):Ru("v-if",!0),null==r.proc?(xu(),Au("td",sh,e[0]||(e[0]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{class:"col"},"mem:",-1)),null!=r.mem?(xu(),Au("td",{key:0,class:xs(["col text-end",o.getDecoration(r.gpu_id,"mem")])},[Iu("span",null,As(t.$filters.number(r.mem,0))+"%",1)],2)):Ru("v-if",!0),null==r.mem?(xu(),Au("td",ah,e[2]||(e[2]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)]),Iu("tr",null,[e[5]||(e[5]=Iu("td",{class:"col"},"temp:",-1)),null!=r.temperature?(xu(),Au("td",{key:0,class:xs(["col text-end",o.getDecoration(r.gpu_id,"temperature")])},[Iu("span",null,As(t.$filters.number(r.temperature,0)),1)],2)):Ru("v-if",!0),null==r.temperature?(xu(),Au("td",lh,e[4]||(e[4]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)])])])))),128))])):Ru("v-if",!0),Ru(" multiple gpus - one line per gpu (no mean) "),!o.args.meangpu&&o.gpus.length>1?(xu(),Au("div",ch,[Iu("table",uh,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.gpus,((r,n)=>(xu(),Au("tr",{key:n},[Iu("td",ph,As(r.gpu_id)+":",1),null!=r.proc?(xu(),Au("td",{key:0,class:xs(["col",o.getDecoration(r.gpu_id,"proc")])},[Iu("span",null,As(t.$filters.number(r.proc,0))+"%",1)],2)):Ru("v-if",!0),null==r.proc?(xu(),Au("td",dh,e[6]||(e[6]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0),e[8]||(e[8]=Iu("td",{class:"col"},"mem:",-1)),null!=r.mem?(xu(),Au("td",{key:2,class:xs(["col text-end",o.getDecoration(r.gpu_id,"mem")])},[Iu("span",null,As(t.$filters.number(r.mem,0))+"% ",1)],2)):Ru("v-if",!0),null==r.mem?(xu(),Au("td",mh,e[7]||(e[7]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)])))),128))])])])):Ru("v-if",!0),Ru(" multiple gpus - mean "),o.args.meangpu&&o.gpus.length>1?(xu(),Au("div",fh,[Iu("table",hh,[Iu("tbody",null,[Iu("tr",null,[e[10]||(e[10]=Iu("td",{class:"col"},"proc mean:",-1)),null!=o.mean.proc?(xu(),Au("td",{key:0,class:xs(["col",o.getMeanDecoration("proc")])},[Iu("span",null,As(t.$filters.number(o.mean.proc,0))+"%",1)],2)):Ru("v-if",!0),null==o.mean.proc?(xu(),Au("td",gh,e[9]||(e[9]=[Iu("span",null,"N/A",-1),Lu(">")]))):Ru("v-if",!0)]),Iu("tr",null,[e[12]||(e[12]=Iu("td",{class:"col"},"mem mean:",-1)),null!=o.mean.mem?(xu(),Au("td",{key:0,class:xs(["col",o.getMeanDecoration("mem")])},[Iu("span",null,As(t.$filters.number(o.mean.mem,0))+"%",1)],2)):Ru("v-if",!0),null==o.mean.mem?(xu(),Au("td",bh,e[11]||(e[11]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)]),Iu("tr",null,[e[14]||(e[14]=Iu("td",{class:"col"},"temp mean:",-1)),null!=o.mean.temperature?(xu(),Au("td",{key:0,class:xs(["col",o.getMeanDecoration("temperature")])},[Iu("span",null,As(t.$filters.number(o.mean.temperature,0))+"°C",1)],2)):Ru("v-if",!0),null==o.mean.temperature?(xu(),Au("td",yh,e[13]||(e[13]=[Iu("span",null,"N/A",-1)]))):Ru("v-if",!0)])])])])):Ru("v-if",!0)])):Ru("v-if",!0)}]]),wh={id:"system",class:"plugin"},_h={key:0,class:"critical"},kh={class:"title"};const Sh={props:{data:{type:Object}},data:()=>({store:qd}),computed:{stats(){return this.data.stats.system},hostname(){return this.stats.hostname},isDisconnected(){return"FAILURE"===this.store.status}}},Ah=(0,Yd.A)(Sh,[["render",function(t,e,r,n,i,o){return xu(),Au("section",wh,[o.isDisconnected?(xu(),Au("span",_h,"Disconnected from")):Ru("v-if",!0),Iu("span",kh,As(o.hostname),1)])}]]),Eh={key:0,id:"ip",class:"plugin"},Ch={key:0,class:"title"},Th={key:1},Oh={key:2,class:"title"},Dh={key:3},Ih={key:4,class:"text-truncate"};const Ph={props:{data:{type:Object}},computed:{ipStats(){return this.data.stats.ip},address(){return this.ipStats.address},gateway(){return this.ipStats.gateway},maskCdir(){return this.ipStats.mask_cidr},publicAddress(){return this.ipStats.public_address},publicInfo(){return this.ipStats.public_info_human}}},jh=(0,Yd.A)(Ph,[["render",function(t,e,r,n,i,o){return o.address?(xu(),Au("section",Eh,[o.address?(xu(),Au("span",Ch,"IP")):Ru("v-if",!0),o.address?(xu(),Au("span",Th,As(o.address)+"/"+As(o.maskCdir),1)):Ru("v-if",!0),o.publicAddress?(xu(),Au("span",Oh,"Pub")):Ru("v-if",!0),o.publicAddress?(xu(),Au("span",Dh,As(o.publicAddress),1)):Ru("v-if",!0),o.publicInfo?(xu(),Au("span",Ih,As(o.publicInfo),1)):Ru("v-if",!0)])):Ru("v-if",!0)}]]),Nh={id:"irq",class:"plugin"},Lh={class:"table table-sm table-borderless margin-bottom"},Mh={scope:"row"},Rh={scope:"row",class:"text-end"};const qh={props:{data:{type:Object}},computed:{stats(){return this.data.stats.irq},irqs(){return this.stats.map((t=>({irq_line:t.irq_line,irq_rate:t.irq_rate})))}}},Bh=(0,Yd.A)(qh,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Nh,[Iu("table",Lh,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"IRQ"),Iu("th",{scope:"col",class:"text-end"},"Rate/s")])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.irqs,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",Mh,As(t.irq_line),1),Iu("td",Rh,As(t.irq_rate),1)])))),128))])])])}]]),$h={key:0,id:"load",class:"plugin"},Uh={class:"table-responsive"},Fh={class:"table table-sm table-borderless"},zh={scope:"col",class:"text-end"},Hh={class:"text-end"};const Vh={props:{data:{type:Object}},computed:{stats(){return this.data.stats.load},view(){return this.data.views.load},cpucore(){return this.stats.cpucore},min1(){return this.stats.min1},min5(){return this.stats.min5},min15(){return this.stats.min15}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Gh=(0,Yd.A)(Vh,[["render",function(t,e,r,n,i,o){return null!=o.cpucore?(xu(),Au("section",$h,[Iu("div",Uh,[Iu("table",Fh,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"LOAD",-1)),Iu("td",zh,As(o.cpucore)+"-core",1)])]),Iu("tbody",null,[Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"1 min:",-1)),Iu("td",Hh,[Iu("span",null,As(t.$filters.number(o.min1,2)),1)])]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"5 min:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("min5")])},[Iu("span",null,As(t.$filters.number(o.min5,2)),1)],2)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"15 min:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("min15")])},[Iu("span",null,As(t.$filters.number(o.min15,2)),1)],2)])])])])])):Ru("v-if",!0)}]]),Wh={id:"mem",class:"plugin"},Kh={class:"table-responsive"},Xh={class:"table-sm table-borderless"},Qh={class:"justify-content-between"},Zh={scope:"col"},Yh={class:"table table-sm table-borderless"},Jh={class:"text-end"},tg={class:"d-none d-xl-block d-xxl-block"},eg={class:"table table-sm table-borderless"},rg={scope:"col"},ng={scope:"col"},ig={scope:"col"},og={scope:"col"},sg={scope:"col"},ag={scope:"col"},lg={scope:"col"},cg={scope:"col"};const ug={props:{data:{type:Object}},computed:{stats(){return this.data.stats.mem},view(){return this.data.views.mem},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free},active(){return this.stats.active},inactive(){return this.stats.inactive},buffers(){return this.stats.buffers},cached(){return this.stats.cached}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},pg=(0,Yd.A)(ug,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Wh,[Ru(" d-none d-xxl-block "),Iu("div",Kh,[Iu("table",Xh,[Iu("tbody",null,[Iu("tr",Qh,[Iu("td",Zh,[Iu("table",Yh,[Iu("tbody",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"MEM",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("percent")])},[Iu("span",null,As(o.percent)+"%",1)],2)]),Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"total:",-1)),Iu("td",Jh,[Iu("span",null,As(t.$filters.bytes(o.total)),1)])]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"used:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("used")])},[Iu("span",null,As(t.$filters.bytes(o.used,2)),1)],2)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"free:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("free")])},[Iu("span",null,As(t.$filters.bytes(o.free,2)),1)],2)])])])]),Iu("td",null,[Iu("template",tg,[Iu("table",eg,[Iu("tbody",null,[Iu("tr",null,[Al(Iu("td",rg," active: ",512),[[xp,null!=o.active]]),Al(Iu("td",ng,[Iu("span",null,As(t.$filters.bytes(o.active)),1)],512),[[xp,null!=o.active]])]),Iu("tr",null,[Al(Iu("td",ig," inactive: ",512),[[xp,null!=o.inactive]]),Al(Iu("td",og,[Iu("span",null,As(t.$filters.bytes(o.inactive)),1)],512),[[xp,null!=o.inactive]])]),Iu("tr",null,[Al(Iu("td",sg," buffers: ",512),[[xp,null!=o.buffers]]),Al(Iu("td",ag,[Iu("span",null,As(t.$filters.bytes(o.buffers)),1)],512),[[xp,null!=o.buffers]])]),Iu("tr",null,[Al(Iu("td",lg," cached: ",512),[[xp,null!=o.cached]]),Al(Iu("td",cg,[Iu("span",null,As(t.$filters.bytes(o.cached)),1)],512),[[xp,null!=o.cached]])])])])])])])])])])])}]]),dg={id:"memswap",class:"plugin"},mg={class:"table-responsive"},fg={class:"table table-sm table-borderless"},hg={class:"text-end"},gg={class:"text-end"};const bg={props:{data:{type:Object}},computed:{stats(){return this.data.stats.memswap},view(){return this.data.views.memswap},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},yg=(0,Yd.A)(bg,[["render",function(t,e,r,n,i,o){return xu(),Au("section",dg,[Iu("div",mg,[Iu("table",fg,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"SWAP",-1)),Iu("td",{scope:"col",class:xs(["text-end",o.getDecoration("percent")])},[Iu("span",null,As(o.percent)+"%",1)],2)])]),Iu("tbody",null,[Iu("tr",null,[e[1]||(e[1]=Iu("td",{scope:"row"},"total:",-1)),Iu("td",hg,[Iu("span",null,As(t.$filters.bytes(o.total)),1)])]),Iu("tr",null,[e[2]||(e[2]=Iu("td",{scope:"row"},"used:",-1)),Iu("td",{class:xs(["text-end",o.getDecoration("used")])},[Iu("span",null,As(t.$filters.bytes(o.used,2)),1)],2)]),Iu("tr",null,[e[3]||(e[3]=Iu("td",{scope:"row"},"free:",-1)),Iu("td",gg,[Iu("span",null,As(t.$filters.bytes(o.free,2)),1)])])])])])])}]]),vg={key:0,id:"network",class:"plugin"},xg={class:"table table-sm table-borderless margin-bottom"},wg={scope:"col",class:"text-end w-25"},_g={scope:"col",class:"text-end w-25"},kg={scope:"col",class:"text-end w-25"},Sg={scope:"col",class:"text-end w-25"},Ag={scope:"col",class:"text-end w-25"},Eg={scope:"col",class:"text-end w-25"},Cg={scope:"col",class:"text-end w-25"},Tg={scope:"col",class:"text-end w-25"},Og={scope:"row",class:"visible-lg-inline text-truncate"},Dg={class:"text-end"},Ig={class:"text-end"};const Pg={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.network},view(){return this.data.views.network},networks(){const t=this.stats.map((t=>{const e=void 0!==t.alias?t.alias:null;return{interfaceName:t.interface_name,ifname:e||t.interface_name,bytes_recv_rate_per_sec:t.bytes_recv_rate_per_sec,bytes_sent_rate_per_sec:t.bytes_sent_rate_per_sec,bytes_all_rate_per_sec:t.bytes_all_rate_per_sec,bytes_recv:t.bytes_recv,bytes_sent:t.bytes_sent,bytes_all:t.bytes_all}})).filter((t=>{const e=this.view[t.interfaceName].bytes_recv_rate_per_sec,r=this.view[t.interfaceName].bytes_sent_rate_per_sec;return!(e&&!1!==e.hidden||r&&!1!==r.hidden)}));return(0,am.orderBy)(t,["interfaceName"])},hasNetworks(){return this.networks.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},jg=(0,Yd.A)(Pg,[["render",function(t,e,r,n,i,o){return o.hasNetworks?(xu(),Au("section",vg,[Iu("table",xg,[Iu("thead",null,[Iu("tr",null,[e[0]||(e[0]=Iu("th",{scope:"col"},"NETWORK",-1)),Al(Iu("th",wg,"Rxps",512),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",_g,"Txps",512),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",kg,null,512),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("th",Sg,"Rx+Txps",512),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("th",Ag,"Rx",512),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",Eg,"Tx",512),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("th",Cg,null,512),[[xp,o.args.network_cumul&&o.args.network_sum]]),Al(Iu("th",Tg,"Rx+Tx",512),[[xp,o.args.network_cumul&&o.args.network_sum]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.networks,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Og,As(t.$filters.minSize(e.alias?e.alias:e.ifname,16)),1),Al(Iu("td",{class:xs(["text-end",o.getDecoration(e.interfaceName,"bytes_recv_rate_per_sec")])},As(o.args.byte?t.$filters.bytes(e.bytes_recv_rate_per_sec):t.$filters.bits(e.bytes_recv_rate_per_sec)),3),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",{class:xs(["text-end",o.getDecoration(e.interfaceName,"bytes_sent_rate_per_sec")])},As(o.args.byte?t.$filters.bytes(e.bytes_sent_rate_per_sec):t.$filters.bits(e.bytes_sent_rate_per_sec)),3),[[xp,!o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",Dg,null,512),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_all_rate_per_sec):t.$filters.bits(e.bytes_all_rate_per_sec)),513),[[xp,!o.args.network_cumul&&o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_recv):t.$filters.bits(e.bytes_recv)),513),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_sent):t.$filters.bits(e.bytes_sent)),513),[[xp,o.args.network_cumul&&!o.args.network_sum]]),Al(Iu("td",Ig,null,512),[[xp,o.args.network_cumul&&o.args.network_sum]]),Al(Iu("td",{class:"text-end"},As(o.args.byte?t.$filters.bytes(e.bytes_all):t.$filters.bits(e.bytes_all)),513),[[xp,o.args.network_cumul&&o.args.network_sum]])])))),128))])])])):Ru("v-if",!0)}]]),Ng={id:"now",class:"plugin"};const Lg={props:{data:{type:Object}},computed:{date_custom(){return this.data.stats.now.custom}}},Mg=(0,Yd.A)(Lg,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Ng,[Iu("span",null,As(o.date_custom),1)])}]]),Rg={id:"percpu",class:"plugin"},qg={class:"table-responsive"},Bg={class:"table-sm table-borderless"},$g={key:0,scope:"col"},Ug={key:1,scope:"col"},Fg={key:0,scope:"col"},zg={key:1,scope:"col"};const Hg={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},percpuStats(){return this.data.stats.percpu}},methods:{getUserAlert:t=>Ud.getAlert("percpu","percpu_user_",t.user),getSystemAlert:t=>Ud.getAlert("percpu","percpu_system_",t.system),getIOWaitAlert:t=>Ud.getAlert("percpu","percpu_iowait_",t.system)}},Vg=(0,Yd.A)(Hg,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Rg,[Ru(" d-none d-xl-block d-xxl-block "),Iu("div",qg,[Iu("table",Bg,[Iu("thead",null,[Iu("tr",null,[o.args.disable_quicklook?(xu(),Au("th",$g,"CPU")):Ru("v-if",!0),o.args.disable_quicklook?(xu(),Au("td",Ug,"total")):Ru("v-if",!0),e[0]||(e[0]=Iu("td",{scope:"col"},"user",-1)),e[1]||(e[1]=Iu("td",{scope:"col"},"system",-1)),e[2]||(e[2]=Iu("td",{scope:"col"},"idle",-1)),e[3]||(e[3]=Iu("td",{scope:"col"},"iowait",-1)),e[4]||(e[4]=Iu("td",{scope:"col"},"steel",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.percpuStats,((t,e)=>(xu(),Au("tr",{key:e},[o.args.disable_quicklook?(xu(),Au("td",Fg,"CPU"+As(t.cpu_number),1)):Ru("v-if",!0),o.args.disable_quicklook?(xu(),Au("td",zg,As(t.total)+"%",1)):Ru("v-if",!0),Iu("td",{scope:"col",class:xs(o.getUserAlert(t))},As(t.user)+"%",3),Iu("td",{scope:"col",class:xs(o.getSystemAlert(t))},As(t.system)+"%",3),Al(Iu("td",{scope:"col"},As(t.idle)+"%",513),[[xp,null!=t.idle]]),Al(Iu("td",{scope:"col",class:xs(o.getIOWaitAlert(t))},As(t.iowait)+"%",3),[[xp,null!=t.iowait]]),Al(Iu("td",{scope:"col"},As(t.steal)+"%",513),[[xp,null!=t.steal]])])))),128))])])])])}]]),Gg={key:0,id:"ports",class:"plugin"},Wg={class:"table table-sm table-borderless margin-bottom"},Kg={scope:"row"},Xg={key:0},Qg={key:1},Zg={key:2},Yg={key:3},Jg={key:0},tb={key:1},eb={key:2};const rb={props:{data:{type:Object}},computed:{stats(){return this.data.stats.ports},ports(){return this.stats},hasPorts(){return this.ports.length>0}},methods:{getPortDecoration:t=>null===t.status?"careful":!1===t.status?"critical":null!==t.rtt_warning&&t.status>t.rtt_warning?"warning":"ok",getWebDecoration:t=>null===t.status?"careful":-1===[200,301,302].indexOf(t.status)?"critical":null!==t.rtt_warning&&t.elapsed>t.rtt_warning?"warning":"ok"}},nb=(0,Yd.A)(rb,[["render",function(t,e,r,n,i,o){return o.hasPorts?(xu(),Au("section",Gg,[Iu("table",Wg,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.ports,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Kg,[Ru(" prettier-ignore "),Lu(" "+As(t.$filters.minSize(e.description?e.description:e.host+" "+e.port,20)),1)]),e.host?(xu(),Au("td",{key:0,scope:"row",class:xs(["text-end",o.getPortDecoration(e)])},["null"==e.status?(xu(),Au("span",Xg,"Scanning")):"false"==e.status?(xu(),Au("span",Qg,"Timeout")):"true"==e.status?(xu(),Au("span",Zg,"Open")):(xu(),Au("span",Yg,As(t.$filters.number(1e3*e.status,0))+"ms",1))],2)):Ru("v-if",!0),e.url?(xu(),Au("td",{key:1,scope:"row",class:xs(["text-end",o.getPortDecoration(e)])},["null"==e.status?(xu(),Au("span",Jg,"Scanning")):"Error"==e.status?(xu(),Au("span",tb,"Error")):(xu(),Au("span",eb,"Code "+As(e.status),1))],2)):Ru("v-if",!0)])))),128))])])])):Ru("v-if",!0)}]]),ib={key:0},ob={key:1},sb={key:0,class:"row"},ab={class:"col-lg-18"};const lb={key:0,id:"amps",class:"plugin"},cb={class:"table table-sm table-borderless"},ub={key:0},pb=["innerHTML"];const db={props:{data:{type:Object}},computed:{stats(){return this.data.stats.amps},processes(){return this.stats.filter((t=>null!==t.result))},hasAmps(){return this.processes.length>0}},methods:{getNameDecoration(t){const e=t.count,r=t.countmin,n=t.countmax;let i="ok";return i=e>0?(null===r||e>=r)&&(null===n||e<=n)?"ok":"careful":null===r?"ok":"critical",i}}},mb=(0,Yd.A)(db,[["render",function(t,e,r,n,i,o){return o.hasAmps?(xu(),Au("section",lb,[Iu("table",cb,[Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.processes,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",{class:xs(o.getNameDecoration(e))},As(e.name),3),e.regex?(xu(),Au("td",ub,As(e.count),1)):Ru("v-if",!0),Iu("td",{class:"process-result",innerHTML:t.$filters.nl2br(e.result)},null,8,pb)])))),128))])]),Ru('
\n
\n
\n {{ process.name }}\n
\n
{{ process.count }}
\n
\n
\n ')])):Ru("v-if",!0)}]]),fb={id:"processcount",class:"plugin"},hb={class:"title"};const gb={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.processcount},total(){return this.stats.total||0},running(){return this.stats.running||0},sleeping(){return this.stats.sleeping||0},stopped(){return this.stats.stopped||0},thread(){return this.stats.thread||0}}},bb=(0,Yd.A)(gb,[["render",function(t,e,r,n,i,o){return xu(),Au("section",fb,[e[0]||(e[0]=Iu("span",{class:"title"},"TASKS",-1)),Iu("span",null,As(o.total)+" ("+As(o.thread)+" thr),",1),Iu("span",null,As(o.running)+" run,",1),Iu("span",null,As(o.sleeping)+" slp,",1),Iu("span",null,As(o.stopped)+" oth",1),Iu("span",null,As(o.args.programs?"Programs":"Threads"),1),Iu("span",hb,As(r.sorter.auto?"sorted automatically":"sorted"),1),Iu("span",null,"by "+As(r.sorter.getColumnLabel(r.sorter.column)),1)])}]]),yb={key:0,id:"processlist",class:"plugin"},vb={key:0,class:"extendedstats"},xb={class:"careful"},wb={class:"careful"},_b={class:"careful"},kb={class:"careful"},Sb={class:"table-responsive d-lg-none"},Ab={class:"table table-sm table-borderless table-striped table-hover"},Eb={scope:"col"},Cb=["onClick"],Tb={class:"table-responsive-md d-none d-lg-block"},Ob={class:"table table-sm table-borderless table-striped table-hover"},Db={scope:"col"},Ib={scope:"col"},Pb={scope:"col"},jb={scope:"col"},Nb={scope:"col"},Lb=["onClick"],Mb={key:0,scope:"row",class:""},Rb={key:1,id:"processlist",class:"plugin"},qb={class:"table-responsive d-lg-none"},Bb={class:"table table-sm table-borderless table-striped table-hover"},$b={class:"table-responsive d-none d-lg-block"},Ub={class:"table table-sm table-borderless table-striped table-hover"},Fb={class:""},zb={class:""},Hb={scope:"row"},Vb={scope:"row",class:"table-cell widtd-60"};const Gb={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats_processlist(){return this.data.stats.processlist},stats_core(){return this.data.stats.core},cpucore(){return 0!==this.stats_core.log?this.stats_core.log:1},extended_stats(){return this.stats_processlist.find((t=>!0===t.extended_stats))||null},processes(){const{sorter:t}=this,e=(this.stats_processlist||[]).map((t=>this.updateProcess(t,this.data.stats.isWindows,this.args,this.cpucore)));return(0,am.orderBy)(e,[t.column].reduce(((t,e)=>("io_counters"===e&&(e=["io_read","io_write"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"]).slice(0,this.limit)},ioReadWritePresentProcesses(){return(this.stats_processlist||[]).some((({io_counters:t})=>t))},stats_programlist(){return this.data.stats.programlist},programs(){const{sorter:t}=this,e=this.data.stats.isWindows,r=(this.stats_programlist||[]).map((t=>(t.memvirt="?",t.memres="?",t.memory_info&&(t.memvirt=t.memory_info.vms,t.memres=t.memory_info.rss),e&&null!==t.username&&(t.username=(0,am.last)(t.username.split("\\"))),t.timeforhuman="?",t.cpu_times&&(t.timeplus=bf([t.cpu_times.user,t.cpu_times.system]),t.timeforhuman=t.timeplus.hours.toString().padStart(2,"0")+":"+t.timeplus.minutes.toString().padStart(2,"0")+":"+t.timeplus.seconds.toString().padStart(2,"0")),null===t.num_threads&&(t.num_threads=-1),null===t.cpu_percent&&(t.cpu_percent=-1),null===t.memory_percent&&(t.memory_percent=-1),t.io_read=null,t.io_write=null,t.io_counters&&(t.io_read=(t.io_counters[0]-t.io_counters[2])/t.time_since_update,t.io_write=(t.io_counters[1]-t.io_counters[3])/t.time_since_update),t.isNice=void 0!==t.nice&&(e&&32!=t.nice||!e&&0!=t.nice),Array.isArray(t.cmdline)&&(t.cmdline=t.cmdline.join(" ").replace(/\n/g," ")),null!==t.cmdline&&0!==t.cmdline.length||(t.cmdline=t.name),t)));return(0,am.orderBy)(r,[t.column].reduce(((t,e)=>("io_counters"===e&&(e=["io_read","io_write"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"]).slice(0,this.limit)},ioReadWritePresentPrograms(){return(this.stats_programlist||[]).some((({io_counters:t})=>t))},limit(){return void 0!==this.config.outputs?this.config.outputs.max_processes_display:void 0}},methods:{updateProcess:(t,e,r,n)=>(t.memvirt="?",t.memres="?",t.memory_info&&(t.memvirt=t.memory_info.vms,t.memres=t.memory_info.rss),e&&null!==t.username&&(t.username=(0,am.last)(t.username.split("\\"))),t.timeforhuman="?",t.cpu_times&&(t.timeplus=bf([t.cpu_times.user,t.cpu_times.system]),t.timeforhuman=t.timeplus.hours.toString().padStart(2,"0")+":"+t.timeplus.minutes.toString().padStart(2,"0")+":"+t.timeplus.seconds.toString().padStart(2,"0")),null===t.num_threads&&(t.num_threads=-1),t.irix=1,null===t.cpu_percent?t.cpu_percent=-1:r.disable_irix&&(t.irix=n),null===t.memory_percent&&(t.memory_percent=-1),t.io_read=null,t.io_write=null,t.io_counters&&(t.io_read=(t.io_counters[0]-t.io_counters[2])/t.time_since_update,t.io_write=(t.io_counters[1]-t.io_counters[3])/t.time_since_update),t.isNice=void 0!==t.nice&&(e&&32!=t.nice||!e&&0!=t.nice),Array.isArray(t.cmdline)&&(t.name=t.name+" "+t.cmdline.slice(1).join(" ").replace(/\n/g," "),t.cmdline=t.cmdline.join(" ").replace(/\n/g," ")),null!==t.cmdline&&0!==t.cmdline.length||(t.cmdline=t.name),t),getCpuPercentAlert:t=>Ud.getAlert("processlist","processlist_cpu_",t.cpu_percent),getMemoryPercentAlert:t=>Ud.getAlert("processlist","processlist_mem_",t.cpu_percent),getDisableStats:()=>Ud.getLimit("processlist","processlist_disable_stats")||[],setExtendedStats(t){fetch("api/4/processes/extended/"+t.toString(),{method:"POST"}).then((t=>t.json())),this.$forceUpdate()},disableExtendedStats(){fetch("api/4/processes/extended/disable",{method:"POST"}).then((t=>t.json())),this.$forceUpdate()}}},Wb={components:{GlancesPluginAmps:mb,GlancesPluginProcesscount:bb,GlancesPluginProcesslist:(0,Yd.A)(Gb,[["render",function(t,e,r,n,i,o){return xu(),Au(fu,null,[Ru(" Display processes "),o.args.programs?Ru("v-if",!0):(xu(),Au("section",yb,[null!==o.extended_stats?(xu(),Au("div",vb,[Iu("div",null,[e[24]||(e[24]=Iu("span",{class:"title"},"Pinned task: ",-1)),Iu("span",null,As(t.$filters.limitTo(o.extended_stats.cmdline,80)),1),Iu("span",null,[Iu("button",{class:"button",onClick:e[0]||(e[0]=t=>o.disableExtendedStats())},"Unpin")])]),Iu("div",null,[e[25]||(e[25]=Iu("span",null,"CPU Min/Max/Mean: ",-1)),Iu("span",xb,As(t.$filters.number(o.extended_stats.cpu_min,1))+"% / "+As(t.$filters.number(o.extended_stats.cpu_max,1))+"% / "+As(t.$filters.number(o.extended_stats.cpu_mean,1))+"%",1),e[26]||(e[26]=Iu("span",null,"Affinity: ",-1)),Iu("span",wb,As(o.extended_stats.cpu_affinity|t.length),1)]),Iu("div",null,[e[27]||(e[27]=Iu("span",null,"MEM Min/Max/Mean: ",-1)),Iu("span",_b,As(t.$filters.number(o.extended_stats.memory_min,1))+"% / "+As(t.$filters.number(o.extended_stats.memory_max,1))+"% / "+As(t.$filters.number(o.extended_stats.memory_mean,1))+"%",1),e[28]||(e[28]=Iu("span",null,"Memory info: ",-1)),Iu("span",kb,As(t.$filters.dictToString(o.extended_stats.memory_info)),1)])])):Ru("v-if",!0),Iu("div",Sb,[Iu("table",Ab,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[1]||(e[1]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[2]||(e[2]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",Eb," PID ",512),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[3]||(e[3]=e=>t.$emit("update:sorter","username"))}," USER ",2),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[4]||(e[4]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.processes,((e,r)=>(xu(),Au("tr",{key:r,style:{cursor:"pointer"},onClick:t=>o.setExtendedStats(e)},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(e.pid),513),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])],8,Cb)))),128))])])]),Iu("div",Tb,[Iu("table",Ob,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{scope:"col",class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[5]||(e[5]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[6]||(e[6]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",Db," VIRT ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",Ib," RES ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",Pb," PID ",512),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[7]||(e[7]=e=>t.$emit("update:sorter","username"))}," USER ",2),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","timemillis"===r.sorter.column&&"sort"]),onClick:e[8]||(e[8]=e=>t.$emit("update:sorter","timemillis"))}," TIME+ ",2),[[xp,!o.getDisableStats().includes("cpu_times")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","num_threads"===r.sorter.column&&"sort"]),onClick:e[9]||(e[9]=e=>t.$emit("update:sorter","num_threads"))}," THR ",2),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",jb,"NI",512),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",Nb,"S ",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"col",class:xs(["",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[10]||(e[10]=e=>t.$emit("update:sorter","io_counters"))}," IORps ",2),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"col",class:xs(["text-start",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[11]||(e[11]=e=>t.$emit("update:sorter","io_counters"))}," IOWps ",2),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"col",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[12]||(e[12]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.processes,((e,r)=>(xu(),Au("tr",{key:r,style:{cursor:"pointer"},onClick:t=>o.setExtendedStats(e.pid)},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memvirt)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memres)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(e.pid),513),[[xp,!o.getDisableStats().includes("pid")]]),Al(Iu("td",{scope:"row"},As(e.username),513),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"row",class:""},As(e.timeforhuman),513),[[xp,!o.getDisableStats().includes("cpu_times")]]),"?"==e.timeplus?Al((xu(),Au("td",Mb,"?",512)),[[xp,!o.getDisableStats().includes("cpu_times")]]):Ru("v-if",!0),Al(Iu("td",{scope:"row",class:""},As(-1==e.num_threads?"?":e.num_threads),513),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",{scope:"row",class:xs({nice:e.isNice})},As(t.$filters.exclamation(e.nice)),3),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",{scope:"row",class:xs({status:"R"==e.status})},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row",class:""},As(t.$filters.bytes(e.io_read)),513),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-start"},As(t.$filters.bytes(e.io_write)),513),[[xp,o.ioReadWritePresentProcesses&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])],8,Lb)))),128))])])])])),Ru(" Display programs "),o.args.programs?(xu(),Au("section",Rb,[Iu("div",qb,[Iu("table",Bb,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[13]||(e[13]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[14]||(e[14]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",null," NPROCS ",512),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[15]||(e[15]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.programs,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(e.nprocs),513),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])])))),128))])])]),Iu("div",$b,[Iu("table",Ub,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",{class:xs(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[16]||(e[16]=e=>t.$emit("update:sorter","cpu_percent"))},[Al(Iu("span",null,"CPU%",512),[[xp,!o.args.disable_irix]]),Al(Iu("span",null,"CPUi",512),[[xp,o.args.disable_irix]])],2),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{class:xs(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[17]||(e[17]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",Fb," VIRT ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",zb," RES ",512),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",null," NPROCS ",512),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row",class:xs(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[18]||(e[18]=e=>t.$emit("update:sorter","username"))}," USER ",2),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"row",class:xs(["",["sortable","timemillis"===r.sorter.column&&"sort"]]),onClick:e[19]||(e[19]=e=>t.$emit("update:sorter","timemillis"))}," TIME+ ",2),[[xp,!o.getDisableStats().includes("cpu_times")]]),Al(Iu("td",{scope:"row",class:xs(["",["sortable","num_threads"===r.sorter.column&&"sort"]]),onClick:e[20]||(e[20]=e=>t.$emit("update:sorter","num_threads"))}," THR ",2),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",Hb,"NI",512),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",Vb,"S ",512),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row",class:xs(["",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[21]||(e[21]=e=>t.$emit("update:sorter","io_counters"))}," IORps ",2),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:xs(["text-start",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[22]||(e[22]=e=>t.$emit("update:sorter","io_counters"))}," IOWps ",2),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:xs(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[23]||(e[23]=e=>t.$emit("update:sorter","name"))}," Command (click to pin) ",2),[[xp,!o.getDisableStats().includes("cmdline")]])])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.programs,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",{scope:"row",class:xs(o.getCpuPercentAlert(e))},As(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent/e.irix,1)),3),[[xp,!o.getDisableStats().includes("cpu_percent")]]),Al(Iu("td",{scope:"row",class:xs(o.getMemoryPercentAlert(e))},As(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[xp,!o.getDisableStats().includes("memory_percent")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memvirt)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(t.$filters.bytes(e.memres)),513),[[xp,!o.getDisableStats().includes("memory_info")]]),Al(Iu("td",{scope:"row"},As(e.nprocs),513),[[xp,!o.getDisableStats().includes("nprocs")]]),Al(Iu("td",{scope:"row"},As(e.username),513),[[xp,!o.getDisableStats().includes("username")]]),Al(Iu("td",{scope:"row",class:""},As(e.timeforhuman),513),[[xp,!o.getDisableStats().includes("cpu_times")]]),Al(Iu("td",{scope:"row",class:""},As(-1==e.num_threads?"?":e.num_threads),513),[[xp,!o.getDisableStats().includes("num_threads")]]),Al(Iu("td",{scope:"row",class:xs({nice:e.isNice})},As(t.$filters.exclamation(e.nice)),3),[[xp,!o.getDisableStats().includes("nice")]]),Al(Iu("td",{scope:"row",class:xs({status:"R"==e.status})},As(e.status),3),[[xp,!o.getDisableStats().includes("status")]]),Al(Iu("td",{scope:"row",class:""},As(t.$filters.bytes(e.io_read)),513),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-start"},As(t.$filters.bytes(e.io_write)),513),[[xp,o.ioReadWritePresentPrograms&&!o.getDisableStats().includes("io_counters")]]),Al(Iu("td",{scope:"row",class:"text-truncate"},As(e.name),513),[[xp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Al(Iu("td",{scope:"row"},As(e.cmdline),513),[[xp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])])))),128))])])])])):Ru("v-if",!0)],64)}]])},props:{data:{type:Object}},data:()=>({store:qd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","username","timemillis","num_threads","io_counters","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["username","name"].includes(t)},getColumnLabel:function(t){return{cpu_percent:"CPU consumption",memory_percent:"memory consumption",username:"user name",timemillis:"process time",cpu_times:"process time",io_counters:"disk IO",name:"process name",None:"None"}[t]||t}})}}}},Kb=(0,Yd.A)(Wb,[["render",function(t,e,r,n,i,o){const s=ec("glances-plugin-processcount"),a=ec("glances-plugin-amps"),l=ec("glances-plugin-processlist");return o.args.disable_process?(xu(),Au("div",ib,"PROCESSES DISABLED (press 'z' to display)")):(xu(),Au("div",ob,[Pu(s,{sorter:i.sorter,data:r.data},null,8,["sorter","data"]),o.args.disable_amps?Ru("v-if",!0):(xu(),Au("div",sb,[Iu("div",ab,[Pu(a,{data:r.data},null,8,["data"])])])),Pu(l,{sorter:i.sorter,data:r.data,"onUpdate:sorter":e[0]||(e[0]=t=>o.args.sort_processes_key=t)},null,8,["sorter","data"])]))}]]),Xb={id:"quicklook",class:"plugin"},Qb={class:"d-flex justify-content-between"},Zb={class:"text-start text-truncate"},Yb={key:0,class:"text-end d-none d-xxl-block frequency"},Jb={class:"table-responsive"},ty={class:"table table-sm table-borderless"},ey={key:0},ry={scope:"col",class:"progress"},ny=["aria-valuenow"],iy={scope:"col",class:"text-end"},oy={scope:"col"},sy={scope:"col",class:"progress"},ay=["aria-valuenow"],ly={scope:"col",class:"text-end"},cy={scope:"col"},uy={scope:"col",class:"progress"},py=["aria-valuenow"],dy={scope:"col",class:"text-end"};const my={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats(){return this.data.stats.quicklook},view(){return this.data.views.quicklook},cpu(){return this.stats.cpu},cpu_name(){return this.stats.cpu_name},cpu_hz_current(){return(this.stats.cpu_hz_current/1e6).toFixed(0)},cpu_hz(){return(this.stats.cpu_hz/1e6).toFixed(0)},percpus(){const t=this.stats.percpu.map((({cpu_number:t,total:e})=>({number:t,total:e}))),e=parseInt(this.config.percpu.max_cpu_display);if(this.stats.percpu.length>e){var r=t.sort((function(t,e){return e.total-t.total}));const n={number:"x",total:Number((r.slice(e).reduce(((t,{total:e})=>t+e),0)/(this.stats.percpu.length-e)).toFixed(1))};(r=r.slice(0,e)).push(n)}return this.stats.percpu.length<=e?t:r},stats_list_after_cpu(){return this.view.list.filter((t=>!t.includes("cpu")))}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},fy=(0,Yd.A)(my,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Xb,[Iu("div",Qb,[Iu("span",Zb,As(o.cpu_name),1),o.cpu_hz_current?(xu(),Au("span",Yb,As(o.cpu_hz_current)+"/"+As(o.cpu_hz)+"Ghz ",1)):Ru("v-if",!0)]),Iu("div",Jb,[Iu("table",ty,[o.args.percpu?Ru("v-if",!0):(xu(),Au("tr",ey,[e[0]||(e[0]=Iu("td",{scope:"col"},"CPU",-1)),Iu("td",ry,[Iu("div",{class:xs(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":o.cpu,"aria-valuemin":"0","aria-valuemax":"100",style:hs(`width: ${o.cpu}%;`)},"   ",14,ny)]),Iu("td",iy,[Iu("span",null,As(o.cpu)+"%",1)])])),o.args.percpu?(xu(!0),Au(fu,{key:1},oc(o.percpus,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",oy,"CPU"+As(t.number),1),Iu("td",sy,[Iu("div",{class:xs(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":t.total,"aria-valuemin":"0","aria-valuemax":"100",style:hs(`width: ${t.total}%;`)},"   ",14,ay)]),Iu("td",ly,[Iu("span",null,As(t.total)+"%",1)])])))),128)):Ru("v-if",!0),(xu(!0),Au(fu,null,oc(o.stats_list_after_cpu,(t=>(xu(),Au("tr",null,[Iu("td",cy,As(t.toUpperCase()),1),Iu("td",uy,[Iu("div",{class:xs(`progress-bar progress-bar-${o.getDecoration(t)}`),role:"progressbar","aria-valuenow":o.stats[t],"aria-valuemin":"0","aria-valuemax":"100",style:hs(`width: ${o.stats[t]}%;`)},"   ",14,py)]),Iu("td",dy,[Iu("span",null,As(o.stats[t])+"%",1)])])))),256))])])])}]]),hy={key:0,id:"raid",class:"plugin"},gy={class:"table table-sm table-borderless margin-bottom"},by={scope:"col"},yy={scope:"row"},vy={class:"warning"};const xy={props:{data:{type:Object}},computed:{stats(){return this.data.stats.raid},disks(){const t=Object.entries(this.stats).map((([t,e])=>{const r=Object.entries(e.components).map((([t,e])=>({number:e,name:t})));return{name:t,type:null==e.type?"UNKNOWN":e.type,used:e.used,available:e.available,status:e.status,degraded:e.used0}},methods:{getAlert:t=>t.inactive?"critical":t.degraded?"warning":"ok"}},wy=(0,Yd.A)(xy,[["render",function(t,e,r,n,i,o){return o.hasDisks?(xu(),Au("section",hy,[Iu("table",gy,[Iu("thead",null,[Iu("tr",null,[Iu("th",by,"RAID disks "+As(o.disks.length),1),e[0]||(e[0]=Iu("th",{scope:"col",class:"text-end"},"Used",-1)),e[1]||(e[1]=Iu("th",{scope:"col",class:"text-end"},"Total",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.disks,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",yy,[Lu(As(t.type.toUpperCase())+" "+As(t.name)+" ",1),Al(Iu("div",vy,"└─ Degraded mode",512),[[xp,t.degraded]]),Al(Iu("div",null,"   └─ "+As(t.config),513),[[xp,t.degraded]]),Al(Iu("div",{class:"critical"},"└─ Status "+As(t.status),513),[[xp,t.inactive]]),t.inactive?(xu(!0),Au(fu,{key:0},oc(t.components,((e,r)=>(xu(),Au("div",{key:r},"    "+As(r===t.components.length-1?"└─":"├─")+" disk "+As(e.number)+": "+As(e.name),1)))),128)):Ru("v-if",!0)]),Al(Iu("td",{scope:"row",class:xs(["text-end",o.getAlert(t)])},As(t.used),3),[[xp,"active"==t.status]]),Al(Iu("td",{scope:"row",class:xs(["text-end",o.getAlert(t)])},As(t.available),3),[[xp,"active"==t.status]])])))),128))])])])):Ru("v-if",!0)}]]),_y={key:0,id:"smart",class:"plugin"},ky={class:"table table-sm table-borderless margin-bottom"},Sy={scope:"row"},Ay={scope:"row"},Ey={scope:"row",class:"text-end text-truncate"};const Cy={props:{data:{type:Object}},computed:{stats(){return this.data.stats.smart},drives(){return(Array.isArray(this.stats)?this.stats:[]).map((t=>({name:t.DeviceName,details:Object.entries(t).filter((([t])=>"DeviceName"!==t)).sort((([,t],[,e])=>t.namee.name?1:0)).map((([t,e])=>e))})))},hasDrives(){return this.drives.length>0}}},Ty=(0,Yd.A)(Cy,[["render",function(t,e,r,n,i,o){return o.hasDrives?(xu(),Au("section",_y,[Iu("table",ky,[e[1]||(e[1]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"SMART DISKS"),Iu("th",{scope:"col",class:"text-end"})])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.drives,((t,r)=>(xu(),Au(fu,{key:r},[Iu("tr",null,[Iu("td",Sy,As(t.name),1),e[0]||(e[0]=Iu("td",{scope:"col",class:"text-end"},null,-1))]),(xu(!0),Au(fu,null,oc(t.details,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",Ay,As(t.name),1),Iu("td",Ey,As(t.raw),1)])))),128))],64)))),128))])])])):Ru("v-if",!0)}]]),Oy={key:0,id:"sensors",class:"plugin"},Dy={class:"table table-sm table-borderless"},Iy={scope:"row"};const Py={props:{data:{type:Object}},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.sensors},view(){return this.data.views.sensors},sensors(){return this.stats.map((t=>(this.args.fahrenheit&&"battery"!=t.type&&"fan_speed"!=t.type&&(t.value=parseFloat(1.8*t.value+32).toFixed(1),t.unit="F"),t)))},hasSensors(){return this.sensors.length>0}},methods:{getDecoration(t){if(void 0!==this.view[t].value.decoration)return this.view[t].value.decoration.toLowerCase()}}},jy=(0,Yd.A)(Py,[["render",function(t,e,r,n,i,o){return o.hasSensors?(xu(),Au("section",Oy,[Iu("table",Dy,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"SENSORS"),Iu("th",{scope:"col",class:"text-end"})])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.sensors,((t,e)=>(xu(),Au("tr",{key:e},[Iu("td",Iy,As(t.label),1),Iu("td",{class:xs(["text-end",o.getDecoration(t.label)])},As(t.value)+As(t.unit),3)])))),128))])])])):Ru("v-if",!0)}]]),Ny={id:"system",class:"plugin"},Ly={key:0,class:"critical"},My={class:"title"},Ry={key:1,class:"text-truncate"};const qy={props:{data:{type:Object}},data:()=>({store:qd}),computed:{stats(){return this.data.stats.system},hostname(){return this.stats.hostname},humanReadableName(){return this.stats.hr_name},isDisconnected(){return"FAILURE"===this.store.status}}},By=(0,Yd.A)(qy,[["render",function(t,e,r,n,i,o){return xu(),Au("section",Ny,[o.isDisconnected?(xu(),Au("span",Ly,"Disconnected from")):Ru("v-if",!0),Iu("span",My,As(o.hostname),1),o.isDisconnected?Ru("v-if",!0):(xu(),Au("span",Ry,As(o.humanReadableName),1))])}]]),$y={id:"uptime",class:"plugin"};const Uy={props:{data:{type:Object}},computed:{value(){return this.data.stats.uptime}}},Fy=(0,Yd.A)(Uy,[["render",function(t,e,r,n,i,o){return xu(),Au("section",$y,[Iu("span",null,"Uptime: "+As(o.value),1)])}]]),zy={key:0,id:"vms",class:"plugin"},Hy={class:"table table-sm table-borderless table-striped table-hover"};const Vy={props:{data:{type:Object}},data:()=>({store:qd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.vms},views(){return this.data.views.vms},vms(){const{sorter:t}=this,e=(this.stats||[]).map((t=>({id:t.id,name:t.name,status:null!=t.status?t.status:"-",cpu_count:null!=t.cpu_count?t.cpu_count:"-",cpu_time:null!=t.cpu_time?t.cpu_time:"-",cpu_time_rate_per_sec:null!=t.cpu_time_rate_per_sec?t.cpu_time_rate_per_sec:"?",memory_usage:null!=t.memory_usage?t.memory_usage:"-",memory_total:null!=t.memory_total?t.memory_total:"-",load_1min:null!=t.load_1min?t.load_1min:"-",load_5min:null!=t.load_5min?t.load_5min:"-",load_15min:null!=t.load_15min?t.load_15min:"-",release:t.release,image:t.image,engine:t.engine,engine_version:t.engine_version})));return(0,am.orderBy)(e,[t.column].reduce(((t,e)=>("memory_usage"===e&&(e=["memory_usage"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["load_1min","cpu_time","memory_usage","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_time",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{load_1min:"load",cpu_time:"CPU time",memory_usage:"memory consumption",name:"VM name",None:"None"}[t]||t}})}}}},Gy=(0,Yd.A)(Vy,[["render",function(t,e,r,n,i,o){return o.vms.length?(xu(),Au("section",zy,[e[8]||(e[8]=Iu("span",{class:"title"},"VMs",-1)),Al(Iu("span",null,As(o.vms.length)+" sorted by "+As(i.sorter.getColumnLabel(i.sorter.column)),513),[[xp,o.vms.length>1]]),Iu("table",Hy,[Iu("thead",null,[Iu("tr",null,[Al(Iu("td",null,"Engine",512),[[xp,o.showEngine]]),Iu("td",{class:xs(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),e[4]||(e[4]=Iu("td",null,"Status",-1)),e[5]||(e[5]=Iu("td",null,"Core",-1)),Iu("td",{class:xs(["sortable","cpu_time"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="cpu_time")}," CPU% ",2),Iu("td",{class:xs(["sortable","memory_usage"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="memory_usage")}," MEM ",2),e[6]||(e[6]=Iu("td",null,"/ MAX",-1)),Iu("td",{class:xs(["sortable","load_1min"===i.sorter.column&&"sort"]),onClick:e[3]||(e[3]=t=>o.args.sort_processes_key="load_1min")}," LOAD 1/5/15min ",2),e[7]||(e[7]=Iu("td",null,"Release",-1))])]),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.vms,((e,r)=>(xu(),Au("tr",{key:r},[Al(Iu("td",null,As(e.engine),513),[[xp,o.showEngine]]),Iu("td",null,As(e.name),1),Iu("td",{class:xs("stopped"==e.status?"careful":"ok")},As(e.status),3),Iu("td",null,As(t.$filters.number(e.cpu_count,1)),1),Iu("td",null,As(t.$filters.number(e.cpu_time,1)),1),Iu("td",null,As(t.$filters.bytes(e.memory_usage)),1),Iu("td",null," / "+As(t.$filters.bytes(e.memory_total)),1),Iu("td",null,As(t.$filters.number(e.load_1min))+"/"+As(t.$filters.number(e.load_5min))+"/"+As(t.$filters.number(e.load_15min)),1),Iu("td",null,As(e.release),1)])))),128))])])])):Ru("v-if",!0)}]]),Wy={key:0,id:"wifi",class:"plugin"},Ky={class:"table table-sm table-borderless margin-bottom"},Xy={scope:"row"};const Qy={props:{data:{type:Object}},computed:{stats(){return this.data.stats.wifi},view(){return this.data.views.wifi},hotspots(){const t=this.stats.map((t=>{if(""!==t.ssid)return{ssid:t.ssid,quality_level:t.quality_level}})).filter(Boolean);return(0,am.orderBy)(t,["ssid"])},hasHotpots(){return this.hotspots.length>0}},methods:{getDecoration(t,e){if(void 0!==this.view[t.ssid][e])return this.view[t.ssid][e].decoration.toLowerCase()}}},Zy=(0,Yd.A)(Qy,[["render",function(t,e,r,n,i,o){return o.hasHotpots?(xu(),Au("section",Wy,[Iu("table",Ky,[e[0]||(e[0]=Iu("thead",null,[Iu("tr",null,[Iu("th",{scope:"col"},"WIFI"),Iu("th",{scope:"col",class:"text-end"},"dBm")])],-1)),Iu("tbody",null,[(xu(!0),Au(fu,null,oc(o.hotspots,((e,r)=>(xu(),Au("tr",{key:r},[Iu("td",Xy,As(t.$filters.limitTo(e.ssid,20)),1),Iu("td",{scope:"row",class:xs(["text-end",o.getDecoration(e,"quality_level")])},As(e.quality_level),3)])))),128))])])])):Ru("v-if",!0)}]]),Yy=JSON.parse('{"H":["network","ports","wifi","connections","diskio","fs","irq","folders","raid","smart","sensors"]}'),Jy={components:{GlancesHelp:Jd,GlancesPluginAlert:cm,GlancesPluginCloud:mm,GlancesPluginConnections:wm,GlancesPluginCpu:Xm,GlancesPluginDiskio:xf,GlancesPluginContainers:Uf,GlancesPluginFolders:Wf,GlancesPluginFs:rh,GlancesPluginGpu:xh,GlancesPluginHostname:Ah,GlancesPluginIp:jh,GlancesPluginIrq:Bh,GlancesPluginLoad:Gh,GlancesPluginMem:pg,GlancesPluginMemswap:yg,GlancesPluginNetwork:jg,GlancesPluginNow:Mg,GlancesPluginPercpu:Vg,GlancesPluginPorts:nb,GlancesPluginProcess:Kb,GlancesPluginQuicklook:fy,GlancesPluginRaid:wy,GlancesPluginSensors:jy,GlancesPluginSmart:Ty,GlancesPluginSystem:By,GlancesPluginUptime:Fy,GlancesPluginVms:Gy,GlancesPluginWifi:Zy},data:()=>({store:qd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},data(){return this.store.data||{}},dataLoaded(){return void 0!==this.store.data},hasGpu(){return this.store.data.stats.gpu.length>0},isLinux(){return this.store.data.isLinux},title(){const{data:t}=this,e=t.stats&&t.stats.system&&t.stats.system.hostname||"";return e?`${e} - Glances`:"Glances"},leftMenu(){return void 0!==this.config.outputs&&void 0!==this.config.outputs.left_menu?this.config.outputs.left_menu.split(","):Yy.H}},watch:{title(){document&&(document.title=this.title)}},mounted(){const t=window.__GLANCES__||{},e=isFinite(t["refresh-time"])?parseInt(t["refresh-time"],10):void 0;Fd.init(e),this.setupHotKeys()},beforeUnmount(){Ld.unbind()},methods:{setupHotKeys(){Ld("a",(()=>{this.store.args.sort_processes_key=null})),Ld("c",(()=>{this.store.args.sort_processes_key="cpu_percent"})),Ld("m",(()=>{this.store.args.sort_processes_key="memory_percent"})),Ld("u",(()=>{this.store.args.sort_processes_key="username"})),Ld("p",(()=>{this.store.args.sort_processes_key="name"})),Ld("i",(()=>{this.store.args.sort_processes_key="io_counters"})),Ld("t",(()=>{this.store.args.sort_processes_key="timemillis"})),Ld("shift+A",(()=>{this.store.args.disable_amps=!this.store.args.disable_amps})),Ld("d",(()=>{this.store.args.disable_diskio=!this.store.args.disable_diskio})),Ld("shift+Q",(()=>{this.store.args.enable_irq=!this.store.args.enable_irq})),Ld("f",(()=>{this.store.args.disable_fs=!this.store.args.disable_fs})),Ld("j",(()=>{this.store.args.programs=!this.store.args.programs})),Ld("k",(()=>{this.store.args.disable_connections=!this.store.args.disable_connections})),Ld("n",(()=>{this.store.args.disable_network=!this.store.args.disable_network})),Ld("s",(()=>{this.store.args.disable_sensors=!this.store.args.disable_sensors})),Ld("2",(()=>{this.store.args.disable_left_sidebar=!this.store.args.disable_left_sidebar})),Ld("z",(()=>{this.store.args.disable_process=!this.store.args.disable_process})),Ld("shift+S",(()=>{this.store.args.process_short_name=!this.store.args.process_short_name})),Ld("shift+D",(()=>{this.store.args.disable_containers=!this.store.args.disable_containers})),Ld("b",(()=>{this.store.args.byte=!this.store.args.byte})),Ld("shift+B",(()=>{this.store.args.diskio_iops=!this.store.args.diskio_iops,this.store.args.diskio_iops&&(this.store.args.diskio_latency=!1)})),Ld("shift+L",(()=>{this.store.args.diskio_latency=!this.store.args.diskio_latency,this.store.args.diskio_latency&&(this.store.args.diskio_iops=!1)})),Ld("l",(()=>{this.store.args.disable_alert=!this.store.args.disable_alert})),Ld("1",(()=>{this.store.args.percpu=!this.store.args.percpu})),Ld("h",(()=>{this.store.args.help_tag=!this.store.args.help_tag})),Ld("shift+T",(()=>{this.store.args.network_sum=!this.store.args.network_sum})),Ld("shift+U",(()=>{this.store.args.network_cumul=!this.store.args.network_cumul})),Ld("shift+F",(()=>{this.store.args.fs_free_space=!this.store.args.fs_free_space})),Ld("3",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook})),Ld("6",(()=>{this.store.args.meangpu=!this.store.args.meangpu})),Ld("shift+G",(()=>{this.store.args.disable_gpu=!this.store.args.disable_gpu})),Ld("5",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook,this.store.args.disable_cpu=!this.store.args.disable_cpu,this.store.args.disable_mem=!this.store.args.disable_mem,this.store.args.disable_memswap=!this.store.args.disable_memswap,this.store.args.disable_load=!this.store.args.disable_load,this.store.args.disable_gpu=!this.store.args.disable_gpu})),Ld("shift+I",(()=>{this.store.args.disable_ip=!this.store.args.disable_ip})),Ld("shift+P",(()=>{this.store.args.disable_ports=!this.store.args.disable_ports})),Ld("shift+V",(()=>{this.store.args.disable_vms=!this.store.args.disable_vms})),Ld("shift+W",(()=>{this.store.args.disable_wifi=!this.store.args.disable_wifi})),Ld("0",(()=>{this.store.args.disable_irix=!this.store.args.disable_irix}))}}};const tv=Fp((0,Yd.A)(Jy,[["render",function(t,e,r,n,i,o){const s=ec("glances-help"),a=ec("glances-plugin-hostname"),l=ec("glances-plugin-uptime"),c=ec("glances-plugin-system"),u=ec("glances-plugin-ip"),p=ec("glances-plugin-now"),d=ec("glances-plugin-cloud"),m=ec("glances-plugin-quicklook"),f=ec("glances-plugin-cpu"),h=ec("glances-plugin-gpu"),g=ec("glances-plugin-mem"),b=ec("glances-plugin-memswap"),y=ec("glances-plugin-load"),v=ec("glances-plugin-vms"),x=ec("glances-plugin-containers"),w=ec("glances-plugin-process"),_=ec("glances-plugin-alert");return o.dataLoaded?o.args.help_tag?(xu(),Eu(s,{key:1})):(xu(),Au("main",Gp,[Ru(" Display minimal header on low screen size (smarthphone) "),Iu("div",Wp,[Iu("div",Kp,[o.args.disable_system?Ru("v-if",!0):(xu(),Au("div",Xp,[Pu(a,{data:o.data},null,8,["data"])])),o.args.disable_uptime?Ru("v-if",!0):(xu(),Au("div",Qp,[Pu(l,{data:o.data},null,8,["data"])]))])]),Ru(" Display standard header on others screen sizes "),Iu("div",Zp,[Iu("div",Yp,[o.args.disable_system?Ru("v-if",!0):(xu(),Au("div",Jp,[Pu(c,{data:o.data},null,8,["data"])])),o.args.disable_ip?Ru("v-if",!0):(xu(),Au("div",td,[Pu(u,{data:o.data},null,8,["data"])])),o.args.disable_now?Ru("v-if",!0):(xu(),Au("div",ed,[Pu(p,{data:o.data},null,8,["data"])])),o.args.disable_uptime?Ru("v-if",!0):(xu(),Au("div",rd,[Pu(l,{data:o.data},null,8,["data"])]))])]),Iu("div",nd,[o.args.disable_cloud?Ru("v-if",!0):(xu(),Au("div",id,[Pu(d,{data:o.data},null,8,["data"])]))]),Ru(" Display top menu with CPU, MEM, LOAD..."),Iu("div",od,[Ru(" Quicklook "),o.args.disable_quicklook?Ru("v-if",!0):(xu(),Au("div",sd,[Pu(m,{data:o.data},null,8,["data"])])),Ru(" CPU "),o.args.disable_cpu&&o.args.percpu?Ru("v-if",!0):(xu(),Au("div",ad,[Pu(f,{data:o.data},null,8,["data"])])),Ru(' TODO: percpu need to be refactor\n
\n \n
\n
\n \n
'),Ru(" GPU "),!o.args.disable_gpu&&o.hasGpu?(xu(),Au("div",ld,[Pu(h,{data:o.data},null,8,["data"])])):Ru("v-if",!0),Ru(" MEM "),o.args.disable_mem?Ru("v-if",!0):(xu(),Au("div",cd,[Pu(g,{data:o.data},null,8,["data"])])),Ru(" SWAP "),o.args.disable_memswap?Ru("v-if",!0):(xu(),Au("div",ud,[Pu(b,{data:o.data},null,8,["data"])])),Ru(" LOAD "),o.args.disable_load?Ru("v-if",!0):(xu(),Au("div",pd,[Pu(y,{data:o.data},null,8,["data"])]))]),Ru(" Display bottom of the screen with sidebar and processlist "),Iu("div",dd,[Iu("div",md,[o.args.disable_left_sidebar?Ru("v-if",!0):(xu(),Au("div",{key:0,class:xs(["col-3 d-none d-md-block",{"sidebar-min":!o.args.percpu,"sidebar-max":o.args.percpu}])},[(xu(!0),Au(fu,null,oc(o.leftMenu,(t=>{return xu(),Au(fu,null,[o.args[`disable_${t}`]?Ru("v-if",!0):(xu(),Eu((e=`glances-plugin-${t}`,Wo(e)?nc(tc,e,!1)||e:e||rc),{key:0,id:`${t}`,data:o.data},null,8,["id","data"]))],64);var e})),256))],2)),Iu("div",{class:xs(["col",{"sidebar-min":!o.args.percpu,"sidebar-max":o.args.percpu}])},[o.args.disable_vms?Ru("v-if",!0):(xu(),Eu(v,{key:0,data:o.data},null,8,["data"])),o.args.disable_containers?Ru("v-if",!0):(xu(),Eu(x,{key:1,data:o.data},null,8,["data"])),Pu(w,{data:o.data},null,8,["data"]),o.args.disable_alert?Ru("v-if",!0):(xu(),Eu(_,{key:2,data:o.data},null,8,["data"]))],2)])])])):(xu(),Au("div",Vp,e[0]||(e[0]=[Iu("div",{class:"loader"},"Glances is loading...",-1)])))}]]));tv.config.globalProperties.$filters=e,tv.mount("#app")})()})(); \ No newline at end of file diff --git a/glances/plugins/diskio/__init__.py b/glances/plugins/diskio/__init__.py index 73951a1a..425ca6ea 100644 --- a/glances/plugins/diskio/__init__.py +++ b/glances/plugins/diskio/__init__.py @@ -42,6 +42,24 @@ fields_description = { 'rate': True, 'unit': 'byte', }, + 'read_time': { + 'description': 'Time spent reading.', + 'rate': True, + 'unit': 'millisecond', + }, + 'write_time': { + 'description': 'Time spent writing.', + 'rate': True, + 'unit': 'millisecond', + }, + 'read_latency': { + 'description': 'Mean time spent reading per operation.', + 'unit': 'millisecond', + }, + 'write_latency': { + 'description': 'Mean time spent writing per operation.', + 'unit': 'millisecond', + }, } # Define the history items list @@ -94,6 +112,9 @@ class DiskioPlugin(GlancesPluginModel): # Update the stats if self.input_method == 'local': stats = self.update_local() + + # Compute latency (need rate stats, so should be done after decorator) + stats = self.update_latency(stats) else: stats = self.get_init_value() @@ -102,6 +123,23 @@ class DiskioPlugin(GlancesPluginModel): return self.stats + def update_latency(self, stats): + """Update the latency stats.""" + # Compute read/write latency if we have the rate stats + for stat in stats: + # Compute read/write latency if we have the rate stats + if stat.get("read_count_rate_per_sec", 0) > 0: + stat["read_latency"] = int(stat["read_time_rate_per_sec"] / stat["read_count_rate_per_sec"]) + else: + stat["read_latency"] = 0 + + if stat.get("write_count_rate_per_sec", 0) > 0: + stat["write_latency"] = int(stat["write_time_rate_per_sec"] / stat["write_count_rate_per_sec"]) + else: + stat["write_latency"] = 0 + + return stats + @GlancesPluginModel._manage_rate def update_local(self): stats = self.get_init_value() @@ -143,22 +181,31 @@ class DiskioPlugin(GlancesPluginModel): # Call the father's method super().update_views() - # Add specifics information # Alert for i in self.get_raw(): disk_real_name = i['disk_name'] - # Skip alert if no timespan to measure - if not i.get('read_bytes_rate_per_sec') or not i.get('write_bytes_rate_per_sec'): - continue + # # Skip alert if no timespan to measure + # if not i.get('read_bytes_rate_per_sec') or not i.get('write_bytes_rate_per_sec'): + # continue # Decorate the bitrate with the configuration file alert_rx = self.get_alert(i['read_bytes'], header=disk_real_name + '_rx') alert_tx = self.get_alert(i['write_bytes'], header=disk_real_name + '_tx') self.views[i[self.get_key()]]['read_bytes']['decoration'] = alert_rx - self.views[i[self.get_key()]]['read_bytes_rate_per_sec']['decoration'] = alert_rx self.views[i[self.get_key()]]['write_bytes']['decoration'] = alert_tx - self.views[i[self.get_key()]]['write_bytes_rate_per_sec']['decoration'] = alert_tx + + # Decorate the latency with the configuration file + # Try to get the read/write latency for the current disk + alert_latency_rx = self.get_alert(i['read_latency'], header=disk_real_name + '_rx_latency') + alert_latency_tx = self.get_alert(i['write_latency'], header=disk_real_name + '_tx_latency') + # If the alert is not defined, use the default one + if alert_latency_rx == 'DEFAULT': + alert_latency_rx = self.get_alert(i['read_latency'], header='rx_latency') + if alert_latency_tx == 'DEFAULT': + alert_latency_tx = self.get_alert(i['write_latency'], header='tx_latency') + self.views[i[self.get_key()]]['read_latency']['decoration'] = alert_latency_rx + self.views[i[self.get_key()]]['write_latency']['decoration'] = alert_latency_tx def msg_curse(self, args=None, max_width=None): """Return the dict to display in the curse interface.""" @@ -185,6 +232,11 @@ class DiskioPlugin(GlancesPluginModel): ret.append(self.curse_add_line(msg)) msg = '{:>7}'.format('IOW/s') ret.append(self.curse_add_line(msg)) + elif args.diskio_latency: + msg = '{:>8}'.format('ms/opR') + ret.append(self.curse_add_line(msg)) + msg = '{:>7}'.format('ms/opW') + ret.append(self.curse_add_line(msg)) else: msg = '{:>8}'.format('R/s') ret.append(self.curse_add_line(msg)) @@ -220,6 +272,22 @@ class DiskioPlugin(GlancesPluginModel): msg, self.get_views(item=i[self.get_key()], key='write_count', option='decoration') ) ) + elif args.diskio_latency: + # latency (mean time spent reading/writing per operation) + txps = self.auto_unit(i.get('read_latency', None), low_precision=True) + rxps = self.auto_unit(i.get('write_latency', None), low_precision=True) + msg = f'{txps:>7}' + ret.append( + self.curse_add_line( + msg, self.get_views(item=i[self.get_key()], key='read_latency', option='decoration') + ) + ) + msg = f'{rxps:>7}' + ret.append( + self.curse_add_line( + msg, self.get_views(item=i[self.get_key()], key='write_latency', option='decoration') + ) + ) else: # Bitrate txps = self.auto_unit(i.get('read_bytes_rate_per_sec', None))