nicolargo / glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
http://nicolargo.github.io/glances/
Other
25.65k stars 1.46k forks source link

REST API Stops responding on Windows #2005

Open revenz opened 2 years ago

revenz commented 2 years ago

Describe the bug The REST API just stops responding on Windows. REST calls begin to timeout

To Reproduce Steps to reproduce the behavior:

  1. Start glances on windows
  2. Call the REST API a few times
  3. Glances will then stop responding

Expected behavior It shouldn't stop responding

Screenshots image image

Desktop (please complete the following information):

Additional context Nothing in the event log, not sure where else to look. The glances python.exe itself exit/crash occasionally as well, but not always when this issue happens. It happens very quickly on my system. Within 5mins of starting, sometimes with 30seconds. Running with command > glances -w -d

I tried running the Docker version, but on Windows docker I couldn't get it to report the actual CPU/Memory usage, only the docker CPU/Memory info.

nicolargo commented 2 years ago

Any relevent log message in the Glances log file ?

revenz commented 2 years ago

Here is the full log, stopped responding 9 seconds this time

2022-03-04 08:25:27,677 -- WARNING -- PsUtil can not grab processes gids ('Process' object has no attribute 'gids')
2022-03-04 08:25:27,677 -- INFO -- Start Glances 3.2.4.2
2022-03-04 08:25:27,677 -- INFO -- CPython 2.7.16 (c:\python27\python.exe) and psutil 5.9.0 detected
2022-03-04 08:25:27,687 -- INFO -- Read configuration file 'C:\Users\john\AppData\Roaming\glances\glances.conf'
2022-03-04 08:25:27,687 -- DEBUG -- Global refresh rate is set to 2.0 seconds
2022-03-04 08:25:27,687 -- DEBUG -- connections disabled by the configuration file
2022-03-04 08:25:27,687 -- DEBUG -- wifi disabled by the configuration file
2022-03-04 08:25:27,687 -- DEBUG -- irq disabled by the configuration file
2022-03-04 08:25:27,687 -- DEBUG -- raid disabled by the configuration file
2022-03-04 08:25:27,687 -- DEBUG -- smart disabled by the configuration file
2022-03-04 08:25:27,762 -- INFO -- Start GlancesWebServer mode
2022-03-04 08:25:27,786 -- DEBUG -- Chevron library not found (action scripts won't work)
2022-03-04 08:25:27,792 -- DEBUG -- Load section alert in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:27,792 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:27,792 -- DEBUG -- Plugin glances_alert.py started in 0.03 seconds
2022-03-04 08:25:27,799 -- DEBUG -- Load section amps in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:27,799 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:27,801 -- DEBUG -- Load limit: amps_disable = [u'False']
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Init Dropbox version 1.1
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox: Load configuration
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox: Load parameter: enable = false
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox: Load parameter: regex = .*dropbox.*
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox: Load parameter: refresh = 3.0
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox: Load parameter: one_line = false
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox: Load parameter: command = dropbox status
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox: Load parameter: countmin = 1.0
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Dropbox is disabled
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Init Python version 1.1
2022-03-04 08:25:27,808 -- DEBUG -- AMP - Python: Load configuration
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Python: Load parameter: enable = false
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Python: Load parameter: regex = .*python.*
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Python: Load parameter: refresh = 3.0
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Python: Load parameter: countmax = 20.0
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Python is disabled
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Init Conntrack version 1.1
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Conntrack: Load configuration
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Conntrack: Load parameter: enable = false
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Conntrack: Load parameter: refresh = 30.0
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Conntrack: Load parameter: one_line = false
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Conntrack: Load parameter: command = sysctl net.netfilter.nf_conntrack_count;sysctl net.netfilter.nf_conntrack_max
2022-03-04 08:25:27,809 -- DEBUG -- AMP - Conntrack is disabled
2022-03-04 08:25:28,168 -- DEBUG -- AMP - Init Nginx version 1.0
2022-03-04 08:25:28,170 -- DEBUG -- AMP - Nginx: Load configuration
2022-03-04 08:25:28,170 -- DEBUG -- AMP - Nginx: Load parameter: enable = false
2022-03-04 08:25:28,170 -- DEBUG -- AMP - Nginx: Load parameter: regex = \/usr\/sbin\/nginx
2022-03-04 08:25:28,170 -- DEBUG -- AMP - Nginx: Load parameter: refresh = 60.0
2022-03-04 08:25:28,170 -- DEBUG -- AMP - Nginx: Load parameter: one_line = false
2022-03-04 08:25:28,170 -- DEBUG -- AMP - Nginx: Load parameter: status_url = http://localhost/nginx_status
2022-03-04 08:25:28,170 -- DEBUG -- AMP - Nginx is disabled
2022-03-04 08:25:28,173 -- DEBUG -- AMP - Init Systemd version 1.0
2022-03-04 08:25:28,173 -- DEBUG -- AMP - Systemd: Load configuration
2022-03-04 08:25:28,174 -- DEBUG -- AMP - Systemd: Load parameter: enable = false
2022-03-04 08:25:28,174 -- DEBUG -- AMP - Systemd: Load parameter: regex = \/lib\/systemd\/systemd
2022-03-04 08:25:28,174 -- DEBUG -- AMP - Systemd: Load parameter: refresh = 30.0
2022-03-04 08:25:28,174 -- DEBUG -- AMP - Systemd: Load parameter: one_line = true
2022-03-04 08:25:28,174 -- DEBUG -- AMP - Systemd: Load parameter: systemctl_cmd = /bin/systemctl --plain
2022-03-04 08:25:28,174 -- DEBUG -- AMP - Systemd is disabled
2022-03-04 08:25:28,177 -- DEBUG -- AMP - Init SystemV version 1.0
2022-03-04 08:25:28,177 -- DEBUG -- AMP - SystemV: Load configuration
2022-03-04 08:25:28,177 -- DEBUG -- AMP - SystemV: Load parameter: enable = false
2022-03-04 08:25:28,177 -- DEBUG -- AMP - SystemV: Load parameter: regex = \/sbin\/init
2022-03-04 08:25:28,177 -- DEBUG -- AMP - SystemV: Load parameter: refresh = 30.0
2022-03-04 08:25:28,177 -- DEBUG -- AMP - SystemV: Load parameter: one_line = true
2022-03-04 08:25:28,177 -- DEBUG -- AMP - SystemV: Load parameter: service_cmd = /usr/bin/service --status-all
2022-03-04 08:25:28,177 -- DEBUG -- AMP - SystemV is disabled
2022-03-04 08:25:28,177 -- DEBUG -- AMPs list: [u'systemd', u'python', u'systemv', u'nginx', u'conntrack', u'dropbox']
2022-03-04 08:25:28,177 -- DEBUG -- Plugin glances_amps.py started in 0.385 seconds
2022-03-04 08:25:28,180 -- DEBUG -- Load section cloud in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,180 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,181 -- DEBUG -- cloud plugin - Create thread for OpenStack metadata
2022-03-04 08:25:28,181 -- DEBUG -- Plugin glances_cloud.py started in 0.004 seconds
2022-03-04 08:25:28,188 -- DEBUG -- Load section connections in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,190 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,190 -- DEBUG -- Load limit: connections_disable = [u'True']
2022-03-04 08:25:28,190 -- DEBUG -- Load limit: connections_nf_conntrack_percent_careful = 70.0
2022-03-04 08:25:28,190 -- DEBUG -- Load limit: connections_nf_conntrack_percent_warning = 80.0
2022-03-04 08:25:28,190 -- DEBUG -- Load limit: connections_nf_conntrack_percent_critical = 90.0
2022-03-04 08:25:28,190 -- DEBUG -- Plugin glances_connections.py started in 0.009 seconds
2022-03-04 08:25:28,194 -- DEBUG -- Load section core in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,194 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,194 -- DEBUG -- Plugin glances_core.py started in 0.004 seconds
2022-03-04 08:25:28,203 -- DEBUG -- Starting new HTTP connection (1): 169.254.169.254:80
2022-03-04 08:25:28,203 -- DEBUG -- Stats history activated for plugin cpu (items: ['user', 'system'])
2022-03-04 08:25:28,203 -- DEBUG -- Load section cpu in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,203 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,203 -- DEBUG -- Load limit: cpu_disable = [u'False']
2022-03-04 08:25:28,203 -- DEBUG -- cloud plugin - Cannot connect to the OpenStack metadata API http://169.254.169.254/latest/meta-data/placement/availability-zone: HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/meta-data/placement/availability-zone (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000000042ACA20>: Failed to establish a new connection: [Errno 10051] A socket operation was attempted to an unreachable network',))
2022-03-04 08:25:28,203 -- DEBUG -- Load limit: cpu_total_careful = 65.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_total_warning = 75.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_total_critical = 85.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_total_log = [u'True']
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_user_careful = 50.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_user_warning = 70.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_user_critical = 90.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_user_log = [u'False']
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_system_careful = 50.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_system_warning = 70.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_system_critical = 90.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_system_log = [u'False']
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_steal_careful = 50.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_steal_warning = 70.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_steal_critical = 90.0
2022-03-04 08:25:28,204 -- DEBUG -- Load limit: cpu_iowait_careful = 5.0
2022-03-04 08:25:28,206 -- DEBUG -- Load limit: cpu_iowait_warning = 5.625
2022-03-04 08:25:28,206 -- DEBUG -- Load limit: cpu_iowait_critical = 6.25
2022-03-04 08:25:28,206 -- DEBUG -- Load limit: cpu_ctx_switches_careful = 640000.0
2022-03-04 08:25:28,206 -- DEBUG -- Load limit: cpu_ctx_switches_warning = 720000.0
2022-03-04 08:25:28,206 -- DEBUG -- Load limit: cpu_ctx_switches_critical = 800000.0
2022-03-04 08:25:28,206 -- DEBUG -- Plugin plugins.glances_core update return {'phys': 8, 'log': 16} in 0.0 seconds
2022-03-04 08:25:28,206 -- DEBUG -- Plugin glances_cpu.py started in 0.01 seconds
2022-03-04 08:25:28,210 -- DEBUG -- Stats history activated for plugin diskio (items: [u'read_bytes', u'write_bytes'])
2022-03-04 08:25:28,210 -- DEBUG -- Load section diskio in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,210 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,210 -- DEBUG -- Load limit: diskio_disable = [u'False']
2022-03-04 08:25:28,210 -- DEBUG -- Load limit: diskio_hide = [u'loop.*', u'/dev/loop*']
2022-03-04 08:25:28,210 -- DEBUG -- Plugin glances_diskio.py started in 0.004 seconds
2022-03-04 08:25:28,214 -- WARNING -- Error loading Docker Python Lib. Docker plugin is disabled (No module named docker)
2022-03-04 08:25:28,214 -- DEBUG -- Stats history activated for plugin docker (items: ['cpu_percent'])
2022-03-04 08:25:28,214 -- DEBUG -- Load section docker in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,214 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,214 -- DEBUG -- Load limit: docker_disable = [u'False']
2022-03-04 08:25:28,214 -- DEBUG -- Load limit: docker_max_name_size = 20.0
2022-03-04 08:25:28,214 -- DEBUG -- Load limit: docker_all = [u'False']
2022-03-04 08:25:28,214 -- ERROR -- docker plugin - Can not connect to Docker (global name 'docker' is not defined)
2022-03-04 08:25:28,214 -- DEBUG -- Plugin glances_docker.py started in 0.005 seconds
2022-03-04 08:25:28,223 -- DEBUG -- Load section folders in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,223 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,223 -- DEBUG -- Load limit: folders_disable = [u'False']
2022-03-04 08:25:28,223 -- ERROR -- Scandir not found. Please use Python 3.5+ or install the scandir lib
2022-03-04 08:25:28,223 -- DEBUG -- Plugin glances_folders.py started in 0.008 seconds
2022-03-04 08:25:28,226 -- DEBUG -- Stats history activated for plugin fs (items: [u'percent'])
2022-03-04 08:25:28,226 -- DEBUG -- Load section fs in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,226 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,226 -- DEBUG -- Load limit: fs_disable = [u'False']
2022-03-04 08:25:28,226 -- DEBUG -- Load limit: fs_hide = [u'/boot.*', u'/snap.*']
2022-03-04 08:25:28,226 -- DEBUG -- Load limit: fs_careful = 50.0
2022-03-04 08:25:28,226 -- DEBUG -- Load limit: fs_warning = 70.0
2022-03-04 08:25:28,226 -- DEBUG -- Load limit: fs_critical = 90.0
2022-03-04 08:25:28,226 -- DEBUG -- Plugin glances_fs.py started in 0.004 seconds
2022-03-04 08:25:28,230 -- WARNING -- Missing Python Lib (No module named py3nvml.py3nvml), Nvidia GPU plugin is disabled
2022-03-04 08:25:28,230 -- DEBUG -- Load section gpu in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,230 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,230 -- DEBUG -- Load limit: gpu_disable = [u'False']
2022-03-04 08:25:28,230 -- DEBUG -- Load limit: gpu_proc_careful = 50.0
2022-03-04 08:25:28,230 -- DEBUG -- Load limit: gpu_proc_warning = 70.0
2022-03-04 08:25:28,230 -- DEBUG -- Load limit: gpu_proc_critical = 90.0
2022-03-04 08:25:28,230 -- DEBUG -- Load limit: gpu_mem_careful = 50.0
2022-03-04 08:25:28,232 -- DEBUG -- Load limit: gpu_mem_warning = 70.0
2022-03-04 08:25:28,232 -- DEBUG -- Load limit: gpu_mem_critical = 90.0
2022-03-04 08:25:28,232 -- DEBUG -- pynvml could not be initialized.
2022-03-04 08:25:28,232 -- DEBUG -- Plugin glances_gpu.py started in 0.005 seconds
2022-03-04 08:25:28,234 -- DEBUG -- Load section help in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,234 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,234 -- DEBUG -- Plugin glances_help.py started in 0.003 seconds
2022-03-04 08:25:28,240 -- WARNING -- Missing Python Lib (No module named netifaces), IP plugin is disabled
2022-03-04 08:25:28,240 -- DEBUG -- Load section ip in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,240 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,240 -- DEBUG -- Load limit: ip_disable = [u'False']
2022-03-04 08:25:28,240 -- DEBUG -- Plugin glances_ip.py started in 0.005 seconds
2022-03-04 08:25:28,243 -- DEBUG -- Load section irq in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,243 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,243 -- DEBUG -- Load limit: irq_disable = [u'True']
2022-03-04 08:25:28,243 -- DEBUG -- Plugin glances_irq.py started in 0.004 seconds
2022-03-04 08:25:28,247 -- DEBUG -- Stats history activated for plugin load (items: ['min1', 'min5', 'min15'])
2022-03-04 08:25:28,247 -- DEBUG -- Load section load in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,247 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,247 -- DEBUG -- Load limit: load_disable = [u'False']
2022-03-04 08:25:28,247 -- DEBUG -- Load limit: load_careful = 0.7
2022-03-04 08:25:28,247 -- DEBUG -- Load limit: load_warning = 1.0
2022-03-04 08:25:28,247 -- DEBUG -- Load limit: load_critical = 5.0
2022-03-04 08:25:28,247 -- DEBUG -- Plugin plugins.glances_core update return {'phys': 8, 'log': 16} in 0.0 seconds
2022-03-04 08:25:28,247 -- DEBUG -- Plugin glances_load.py started in 0.004 seconds
2022-03-04 08:25:28,252 -- DEBUG -- Stats history activated for plugin mem (items: ['percent'])
2022-03-04 08:25:28,252 -- DEBUG -- Load section mem in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,252 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,252 -- DEBUG -- Load limit: mem_disable = [u'False']
2022-03-04 08:25:28,252 -- DEBUG -- Load limit: mem_careful = 50.0
2022-03-04 08:25:28,252 -- DEBUG -- Load limit: mem_warning = 70.0
2022-03-04 08:25:28,252 -- DEBUG -- Load limit: mem_critical = 90.0
2022-03-04 08:25:28,252 -- DEBUG -- Plugin glances_mem.py started in 0.004 seconds
2022-03-04 08:25:28,256 -- DEBUG -- Stats history activated for plugin memswap (items: ['percent'])
2022-03-04 08:25:28,256 -- DEBUG -- Load section memswap in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,256 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,256 -- DEBUG -- Load limit: memswap_disable = [u'False']
2022-03-04 08:25:28,256 -- DEBUG -- Load limit: memswap_careful = 50.0
2022-03-04 08:25:28,256 -- DEBUG -- Load limit: memswap_warning = 70.0
2022-03-04 08:25:28,256 -- DEBUG -- Load limit: memswap_critical = 90.0
2022-03-04 08:25:28,256 -- DEBUG -- Plugin glances_memswap.py started in 0.005 seconds
2022-03-04 08:25:28,260 -- DEBUG -- Stats history activated for plugin network (items: [u'rx', u'tx'])
2022-03-04 08:25:28,260 -- DEBUG -- Load section network in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,260 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,260 -- DEBUG -- Load limit: network_disable = [u'False']
2022-03-04 08:25:28,260 -- DEBUG -- Load limit: network_rx_careful = 70.0
2022-03-04 08:25:28,260 -- DEBUG -- Load limit: network_rx_warning = 80.0
2022-03-04 08:25:28,260 -- DEBUG -- Load limit: network_rx_critical = 90.0
2022-03-04 08:25:28,260 -- DEBUG -- Load limit: network_tx_careful = 70.0
2022-03-04 08:25:28,260 -- DEBUG -- Load limit: network_tx_warning = 80.0
2022-03-04 08:25:28,260 -- DEBUG -- Load limit: network_tx_critical = 90.0
2022-03-04 08:25:28,270 -- DEBUG -- Plugin network update return [] in 0.01 seconds
2022-03-04 08:25:28,272 -- DEBUG -- Plugin glances_network.py started in 0.015 seconds
2022-03-04 08:25:28,275 -- DEBUG -- Load section now in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,275 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,278 -- DEBUG -- Plugin glances_now.py started in 0.006 seconds
2022-03-04 08:25:28,282 -- DEBUG -- Stats history activated for plugin percpu (items: ['user', 'system'])
2022-03-04 08:25:28,282 -- DEBUG -- Load section percpu in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,282 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_disable = [u'False']
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_user_careful = 50.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_user_warning = 70.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_user_critical = 90.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_iowait_careful = 50.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_iowait_warning = 70.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_iowait_critical = 90.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_system_careful = 50.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_system_warning = 70.0
2022-03-04 08:25:28,282 -- DEBUG -- Load limit: percpu_system_critical = 90.0
2022-03-04 08:25:28,282 -- DEBUG -- Plugin glances_percpu.py started in 0.004 seconds
2022-03-04 08:25:28,292 -- DEBUG -- Load section ports in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,292 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,292 -- DEBUG -- Load limit: ports_disable = [u'False']
2022-03-04 08:25:28,292 -- DEBUG -- Load limit: ports_refresh = 30.0
2022-03-04 08:25:28,292 -- DEBUG -- Load limit: ports_timeout = 3.0
2022-03-04 08:25:28,293 -- DEBUG -- Load limit: ports_port_default_gateway = [u'True']
2022-03-04 08:25:28,293 -- DEBUG -- Start reading the [ports] section in the configuration file
2022-03-04 08:25:28,295 -- DEBUG -- Ports list loaded: []
2022-03-04 08:25:28,295 -- DEBUG -- Start reading the [ports] section in the configuration file
2022-03-04 08:25:28,296 -- DEBUG -- Web list loaded: []
2022-03-04 08:25:28,296 -- DEBUG -- Plugin glances_ports.py started in 0.015 seconds
2022-03-04 08:25:28,301 -- DEBUG -- Stats history activated for plugin processcount (items: ['total', 'running', 'sleeping', 'thread'])
2022-03-04 08:25:28,301 -- DEBUG -- Load section processcount in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,301 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,301 -- DEBUG -- Load limit: processcount_disable = [u'False']
2022-03-04 08:25:28,301 -- DEBUG -- Plugin glances_processcount.py started in 0.004 seconds
2022-03-04 08:25:28,305 -- DEBUG -- Load section processlist in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,305 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_disable = [u'False']
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_cpu_careful = 50.0
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_cpu_warning = 70.0
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_cpu_critical = 90.0
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_mem_careful = 50.0
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_mem_warning = 70.0
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_mem_critical = 90.0
2022-03-04 08:25:28,305 -- DEBUG -- Load limit: processlist_nice_warning = [u'-20', u'-19', u'-18', u'-17', u'-16', u'-15', u'-14', u'-13', u'-12', u'-11', u'-10', u'-9', u'-8', u'-7', u'-6', u'-5', u'-4', u'-3', u'-2', u'-1', u'1', u'2', u'3', u'4', u'5', u'6', u'7', u'8', u'9', u'10', u'11', u'12', u'13', u'14', u'15', u'16', u'17', u'18', u'19']
2022-03-04 08:25:28,305 -- DEBUG -- Plugin plugins.glances_core update return {'phys': 8, 'log': 16} in 0.0 seconds
2022-03-04 08:25:28,308 -- DEBUG -- Plugin glances_processlist.py started in 0.007 seconds
2022-03-04 08:25:28,312 -- DEBUG -- Load section psutilversion in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,312 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,312 -- DEBUG -- Plugin glances_psutilversion.py started in 0.004 seconds
2022-03-04 08:25:28,338 -- WARNING -- Sparklines module not found (No module named sparklines)
2022-03-04 08:25:28,345 -- DEBUG -- Stats history activated for plugin quicklook (items: ['cpu', 'percpu', 'mem', 'swap'])
2022-03-04 08:25:28,345 -- DEBUG -- Load section quicklook in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,345 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_disable = [u'False']
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_percentage_char = [u'|']
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_cpu_careful = 50.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_cpu_warning = 70.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_cpu_critical = 90.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_mem_careful = 50.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_mem_warning = 70.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_mem_critical = 90.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_swap_careful = 50.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_swap_warning = 70.0
2022-03-04 08:25:28,345 -- DEBUG -- Load limit: quicklook_swap_critical = 90.0
2022-03-04 08:25:28,345 -- DEBUG -- Plugin glances_quicklook.py started in 0.034 seconds
2022-03-04 08:25:28,351 -- WARNING -- Missing Python Lib (No module named pymdstat), Raid plugin is disabled
2022-03-04 08:25:28,351 -- DEBUG -- Load section raid in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,351 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,351 -- DEBUG -- Load limit: raid_disable = [u'True']
2022-03-04 08:25:28,351 -- DEBUG -- Plugin glances_raid.py started in 0.005 seconds
2022-03-04 08:25:28,358 -- DEBUG -- batinfo library not found. Fallback to psutil.
2022-03-04 08:25:28,362 -- DEBUG -- Load section sensors in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,362 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_disable = [u'False']
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_temperature_hdd_careful = 45.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_temperature_hdd_warning = 52.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_temperature_hdd_critical = 60.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_battery_careful = 80.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_battery_warning = 90.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_battery_critical = 95.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_temperature_core_careful = 60.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_temperature_core_warning = 70.0
2022-03-04 08:25:28,362 -- DEBUG -- Load limit: sensors_temperature_core_critical = 80.0
2022-03-04 08:25:28,362 -- DEBUG -- Cannot grab temperatures. Platform not supported.
2022-03-04 08:25:28,362 -- DEBUG -- Cannot grab fans speed. Platform not supported.
2022-03-04 08:25:28,362 -- DEBUG -- Generic sensor plugin init duration: 0.0 seconds
2022-03-04 08:25:28,362 -- DEBUG -- Load section hddtemp in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,362 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,364 -- DEBUG -- Load limit: hddtemp_disable = [u'False']
2022-03-04 08:25:28,364 -- DEBUG -- Load limit: hddtemp_host = [u'127.0.0.1']
2022-03-04 08:25:28,364 -- DEBUG -- Load limit: hddtemp_port = 7634.0
2022-03-04 08:25:28,364 -- DEBUG -- HDDTemp sensor plugin init duration: 0.001 seconds
2022-03-04 08:25:28,364 -- DEBUG -- Load section batpercent in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,364 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,364 -- DEBUG -- Battery sensor plugin init duration: 0.0 seconds
2022-03-04 08:25:28,364 -- DEBUG -- Plugin glances_sensors.py started in 0.013 seconds
2022-03-04 08:25:28,368 -- WARNING -- Missing Python Lib (No module named pySMART), HDD Smart plugin is disabled
2022-03-04 08:25:28,368 -- DEBUG -- Current user is not admin, HDD SMART plugin disabled.
2022-03-04 08:25:28,368 -- DEBUG -- Load section smart in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,368 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,368 -- DEBUG -- Load limit: smart_disable = [u'True']
2022-03-04 08:25:28,368 -- DEBUG -- Plugin glances_smart.py started in 0.004 seconds
2022-03-04 08:25:28,371 -- DEBUG -- Load section system in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,371 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,372 -- DEBUG -- Load limit: system_disable = [u'False']
2022-03-04 08:25:28,372 -- DEBUG -- Plugin glances_system.py started in 0.004 seconds
2022-03-04 08:25:28,375 -- DEBUG -- Load section uptime in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,375 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,377 -- DEBUG -- Plugin glances_uptime.py started in 0.004 seconds
2022-03-04 08:25:28,381 -- WARNING -- Missing Python Lib (No module named wifi.scan), Wifi plugin is disabled
2022-03-04 08:25:28,381 -- DEBUG -- Load section wifi in ['C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\john\\AppData\\Roaming\\glances\\glances.conf']
2022-03-04 08:25:28,381 -- DEBUG -- Load configuration key: history_size = 3600.0
2022-03-04 08:25:28,381 -- DEBUG -- Load limit: wifi_disable = [u'True']
2022-03-04 08:25:28,381 -- DEBUG -- Load limit: wifi_hide = [u'lo', u'docker.*']
2022-03-04 08:25:28,381 -- DEBUG -- Load limit: wifi_careful = -65.0
2022-03-04 08:25:28,381 -- DEBUG -- Load limit: wifi_warning = -75.0
2022-03-04 08:25:28,381 -- DEBUG -- Load limit: wifi_critical = -85.0
2022-03-04 08:25:28,381 -- DEBUG -- Plugin glances_wifi.py started in 0.004 seconds
2022-03-04 08:25:28,381 -- DEBUG -- Active plugins list: ['load', 'help', 'ip', 'memswap', 'processlist', 'cloud', 'uptime', 'network', 'percpu', 'system', 'diskio', 'gpu', 'folders', 'core', 'fs', 'mem', 'alert', 'psutilversion', 'sensors', 'now', 'quicklook', 'cpu', 'processcount', 'amps', 'docker', 'ports']
2022-03-04 08:25:28,381 -- DEBUG -- Active exports modules list: []
2022-03-04 08:25:28,585 -- DEBUG -- Plugin load update return {'cpucore': 16, 'min1': 0.0, 'min5': 0.0, 'min15': 0.0} in 0.204 seconds
2022-03-04 08:25:28,585 -- DEBUG -- Plugin ip update return {} in 0.0 seconds
2022-03-04 08:25:28,585 -- DEBUG -- Plugin memswap update return {'used': 7887613952L, 'percent': 61.2, 'free': 4997287936L, 'time_since_update': 1, 'sout': 0, 'total': 12884901888L, 'sin': 0} in 0.0 seconds
2022-03-04 08:25:28,585 -- DEBUG -- Plugin cloud update return {} in 0.0 seconds
2022-03-04 08:25:28,585 -- DEBUG -- Plugin uptime update return 5 days, 13:20:07 in 0.0 seconds
2022-03-04 08:25:28,592 -- DEBUG -- Plugin network update return [{u'time_since_update': 1, u'cx': 0L, u'is_up': True, u'key': u'interface_name', u'speed': 4502585344L, u'tx': 0L, u'cumulative_rx': 0L, u'rx': 0L, u'cumulative_cx': 3710164L, u'alias': None, u'cumulative_tx': 3710164L, u'interface_name': 'vEthernet (Default Switch)'}, {u'time_since_update': 1, u'cx': 0L, u'is_up': True, u'key': u'interface_name', u'speed': 4502585344L, u'tx': 0L, u'cumulative_rx': 10036L, u'rx': 0L, u'cumulative_cx': 3712908L, u'alias': None, u'cumulative_tx': 3702872L, u'interface_name': 'vEthernet (WSL)'}, {u'time_since_update': 1, u'cx': 1130L, u'is_up': True, u'key': u'interface_name', u'speed': 1048576000, u'tx': 371L, u'cumulative_rx': 938874180414L, u'rx': 759L, u'cumulative_cx': 1206686594732L, u'alias': None, u'cumulative_tx': 267812414318L, u'interface_name': 'vEthernet (New Virtual Switch)'}, {u'time_since_update': 1, u'cx': 0L, u'is_up': True, u'key': u'interface_name', u'speed': 1125122048, u'tx': 0L, u'cumulative_rx': 0L, u'rx': 0L, u'cumulative_cx': 0L, u'alias': None, u'cumulative_tx': 0L, u'interface_name': 'Loopback Pseudo-Interface 1'}] in 0.006 seconds
2022-03-04 08:25:28,592 -- DEBUG -- Plugin percpu update return [{'cpu_number': 0, 'system': 6.7, 'idle': 88.0, 'user': 4.0, 'key': 'cpu_number', 'total': 12.0}, {'cpu_number': 1, 'system': 5.3, 'idle': 93.3, 'user': 0.0, 'key': 'cpu_number', 'total': 6.7}, {'cpu_number': 2, 'system': 2.7, 'idle': 91.9, 'user': 5.4, 'key': 'cpu_number', 'total': 8.1}, {'cpu_number': 3, 'system': 0.0, 'idle': 100.0, 'user': 0.0, 'key': 'cpu_number', 'total': 0.0}, {'cpu_number': 4, 'system': 4.0, 'idle': 94.7, 'user': 0.0, 'key': 'cpu_number', 'total': 5.3}, {'cpu_number': 5, 'system': 0.0, 'idle': 100.0, 'user': 0.0, 'key': 'cpu_number', 'total': 0.0}, {'cpu_number': 6, 'system': 2.7, 'idle': 95.9, 'user': 1.4, 'key': 'cpu_number', 'total': 4.1}, {'cpu_number': 7, 'system': 0.0, 'idle': 98.6, 'user': 1.4, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 8, 'system': 8.1, 'idle': 86.5, 'user': 5.4, 'key': 'cpu_number', 'total': 13.5}, {'cpu_number': 9, 'system': 1.4, 'idle': 98.6, 'user': 0.0, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 10, 'system': 16.2, 'idle': 29.7, 'user': 54.1, 'key': 'cpu_number', 'total': 70.3}, {'cpu_number': 11, 'system': 1.4, 'idle': 98.6, 'user': 0.0, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 12, 'system': 0.0, 'idle': 98.6, 'user': 1.4, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 13, 'system': 0.0, 'idle': 100.0, 'user': 0.0, 'key': 'cpu_number', 'total': 0.0}, {'cpu_number': 14, 'system': 2.7, 'idle': 97.3, 'user': 0.0, 'key': 'cpu_number', 'total': 2.7}, {'cpu_number': 15, 'system': 0.0, 'idle': 98.6, 'user': 1.4, 'key': 'cpu_number', 'total': 1.4}] in 0.001 seconds
2022-03-04 08:25:28,592 -- DEBUG -- Plugin system update return {'platform': '64bit', 'os_name': 'Windows', 'hr_name': 'Windows 10  64bit', 'hostname': 'Jor-El', 'os_version': '10 '} in 0.0 seconds
2022-03-04 08:25:28,594 -- DEBUG -- Plugin diskio update return [{u'read_count': 0, u'write_bytes': 0, u'write_count': 0, u'time_since_update': 1, u'read_bytes': 0, u'key': u'disk_name', u'disk_name': 'PhysicalDrive1'}, {u'read_count': 0, u'write_bytes': 0, u'write_count': 0, u'time_since_update': 1, u'read_bytes': 0, u'key': u'disk_name', u'disk_name': 'PhysicalDrive0'}, {u'read_count': 0, u'write_bytes': 0, u'write_count': 0, u'time_since_update': 1, u'read_bytes': 0, u'key': u'disk_name', u'disk_name': 'PhysicalDrive3'}, {u'read_count': 0, u'write_bytes': 0, u'write_count': 0, u'time_since_update': 1, u'read_bytes': 0, u'key': u'disk_name', u'disk_name': 'PhysicalDrive2'}, {u'read_count': 0, u'write_bytes': 0, u'write_count': 0, u'time_since_update': 1, u'read_bytes': 0, u'key': u'disk_name', u'disk_name': 'PhysicalDrive5'}, {u'read_count': 0, u'write_bytes': 0, u'write_count': 0, u'time_since_update': 1, u'read_bytes': 0, u'key': u'disk_name', u'disk_name': 'PhysicalDrive4'}] in 0.0 seconds
2022-03-04 08:25:28,594 -- DEBUG -- Plugin gpu update return [] in 0.0 seconds
2022-03-04 08:25:28,594 -- DEBUG -- Plugin folders update return [] in 0.0 seconds
2022-03-04 08:25:28,594 -- DEBUG -- Plugin core update return {'phys': 8, 'log': 16} in 0.0 seconds
2022-03-04 08:25:28,595 -- DEBUG -- Plugin fs update return [{u'mnt_point': u'C:\\', u'fs_type': 'NTFS', u'free': 68879900672L, u'key': u'mnt_point', u'size': 239398621184L, u'percent': 71.2, u'used': 170518720512L, u'device_name': 'C:\\'}, {u'mnt_point': u'D:\\', u'fs_type': 'NTFS', u'free': 829067288576L, u'key': u'mnt_point', u'size': 1000203087872L, u'percent': 17.1, u'used': 171135799296L, u'device_name': 'D:\\'}, {u'mnt_point': u'E:\\', u'fs_type': 'NTFS', u'free': 410598707200L, u'key': u'mnt_point', u'size': 480102051840L, u'percent': 14.5, u'used': 69503344640L, u'device_name': 'E:\\'}] in 0.001 seconds
2022-03-04 08:25:28,595 -- DEBUG -- Plugin mem update return {'available': 31184752640L, 'total': 68659789824L, 'percent': 54.6, 'free': 31184752640L, 'used': 37475037184L} in 0.0 seconds
2022-03-04 08:25:28,595 -- DEBUG -- Plugin psutilversion update return (5, 9, 0) in 0.0 seconds
2022-03-04 08:25:30,637 -- DEBUG -- Cannot connect to an HDDtemp server (127.0.0.1:7634 => [Errno 10061] No connection could be made because the target machine actively refused it)
2022-03-04 08:25:30,637 -- DEBUG -- Disable the HDDtemp module. Use the --disable-hddtemp to hide the previous message.
2022-03-04 08:25:30,637 -- DEBUG -- Plugin plugins.sensors.glances_hddtemp update return [] in 2.042 seconds
2022-03-04 08:25:30,637 -- DEBUG -- Plugin plugins.sensors.glances_batpercent update return [] in 0.0 seconds
2022-03-04 08:25:30,637 -- DEBUG -- Plugin sensors update return [] in 2.042 seconds
2022-03-04 08:25:30,638 -- DEBUG -- Plugin quicklook update return {'percpu': [{'cpu_number': 0, 'system': 6.7, 'idle': 88.0, 'user': 4.0, 'key': 'cpu_number', 'total': 12.0}, {'cpu_number': 1, 'system': 5.3, 'idle': 93.3, 'user': 0.0, 'key': 'cpu_number', 'total': 6.7}, {'cpu_number': 2, 'system': 2.7, 'idle': 91.9, 'user': 5.4, 'key': 'cpu_number', 'total': 8.1}, {'cpu_number': 3, 'system': 0.0, 'idle': 100.0, 'user': 0.0, 'key': 'cpu_number', 'total': 0.0}, {'cpu_number': 4, 'system': 4.0, 'idle': 94.7, 'user': 0.0, 'key': 'cpu_number', 'total': 5.3}, {'cpu_number': 5, 'system': 0.0, 'idle': 100.0, 'user': 0.0, 'key': 'cpu_number', 'total': 0.0}, {'cpu_number': 6, 'system': 2.7, 'idle': 95.9, 'user': 1.4, 'key': 'cpu_number', 'total': 4.1}, {'cpu_number': 7, 'system': 0.0, 'idle': 98.6, 'user': 1.4, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 8, 'system': 8.1, 'idle': 86.5, 'user': 5.4, 'key': 'cpu_number', 'total': 13.5}, {'cpu_number': 9, 'system': 1.4, 'idle': 98.6, 'user': 0.0, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 10, 'system': 16.2, 'idle': 29.7, 'user': 54.1, 'key': 'cpu_number', 'total': 70.3}, {'cpu_number': 11, 'system': 1.4, 'idle': 98.6, 'user': 0.0, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 12, 'system': 0.0, 'idle': 98.6, 'user': 1.4, 'key': 'cpu_number', 'total': 1.4}, {'cpu_number': 13, 'system': 0.0, 'idle': 100.0, 'user': 0.0, 'key': 'cpu_number', 'total': 0.0}, {'cpu_number': 14, 'system': 2.7, 'idle': 97.3, 'user': 0.0, 'key': 'cpu_number', 'total': 2.7}, {'cpu_number': 15, 'system': 0.0, 'idle': 98.6, 'user': 1.4, 'key': 'cpu_number', 'total': 1.4}], 'mem': 54.6, 'cpu_hz': 3801000000.0, 'cpu_hz_current': 3801000000.0, 'cpu_name': 'CPU', 'swap': 61.2, 'cpu': 4.2} in 0.0 seconds
2022-03-04 08:25:30,638 -- DEBUG -- Plugin cpu update return {'interrupts': 0, 'system': 2.1, 'time_since_update': 1, 'idle': 95.8, 'dpc': 0.2, 'user': 1.8, 'syscalls': 0, 'interrupt': 0.1, 'cpucore': 16, 'total': 4.2, 'soft_interrupts': 0, 'ctx_switches': 0} in 0.0 seconds
2022-03-04 08:25:31,996 -- DEBUG -- Grab extended stats for process 16088
2022-03-04 08:25:31,997 -- DEBUG -- Plugin processcount update return {'running': 252, 'total': 257, 'pid_max': 0, 'thread': 3588, 'sleeping': 0} in 1.36 seconds
2022-03-04 08:25:31,997 -- DEBUG -- Plugin amps update return [{'count': 0, 'timer': 3.8249998092651367, 'countmax': None, 'name': 'Systemd', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 30.0, 'result': None}, {'count': 0, 'timer': 4.18999981880188, 'countmax': 20.0, 'name': u'Python', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 3.0, 'result': None}, {'count': 0, 'timer': 3.82099986076355, 'countmax': None, 'name': 'SystemV', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 30.0, 'result': None}, {'count': 0, 'timer': 3.8279998302459717, 'countmax': None, 'name': 'Nginx', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 60.0, 'result': None}, {'count': 0, 'timer': 4.188999891281128, 'countmax': None, 'name': u'Conntrack', 'key': 'name', 'regex': False, 'countmin': None, 'refresh': 30.0, 'result': None}, {'count': 0, 'timer': 4.18999981880188, 'countmax': None, 'name': u'Dropbox', 'key': 'name', 'regex': True, 'countmin': 1.0, 'refresh': 3.0, 'result': None}] in 0.0 seconds
2022-03-04 08:25:31,997 -- DEBUG -- Plugin docker update return {} in 0.0 seconds
2022-03-04 08:25:31,997 -- DEBUG -- docker plugin - Docker export error 'containers'
2022-03-04 08:25:31,997 -- DEBUG -- ports plugin - Create thread for scan list []
2022-03-04 08:25:31,997 -- DEBUG -- Plugin ports update return [] in 0.0 seconds
2022-03-04 08:25:31,997 -- DEBUG -- Read number of processes to display in the WebUI
2022-03-04 08:25:31,997 -- DEBUG -- Number of processes to display in the WebUI: 30
2022-03-04 08:25:32,005 -- INFO -- Glances RESTful API Server started on http://0.0.0.0:61208/api/3/
2022-03-04 08:25:32,006 -- INFO -- Glances Web User Interface started on http://0.0.0.0:61208/
2022-03-04 08:25:32,009 -- DEBUG -- Glances started in 4.321 seconds
2022-03-04 08:25:34,569 -- DEBUG -- Plugin load update return {'cpucore': 16, 'min1': 0.0, 'min5': 0.0, 'min15': 0.0} in 0.0 seconds
2022-03-04 08:25:34,569 -- DEBUG -- Plugin ip update return {} in 0.0 seconds
2022-03-04 08:25:34,569 -- DEBUG -- Plugin memswap update return {'used': 7901413376L, 'percent': 61.3, 'free': 4983488512L, 'time_since_update': 5.983999967575073, 'sout': 0, 'total': 12884901888L, 'sin': 0} in 0.0 seconds
2022-03-04 08:25:34,573 -- DEBUG -- Plugin cloud update return {} in 0.0 seconds
2022-03-04 08:25:34,573 -- DEBUG -- Plugin uptime update return 5 days, 13:20:13 in 0.0 seconds
2022-03-04 08:25:34,581 -- DEBUG -- Plugin network update return [{u'time_since_update': 5.989000082015991, u'cx': 0L, u'is_up': True, u'key': u'interface_name', u'speed': 4502585344L, u'tx': 0L, u'cumulative_rx': 0L, u'rx': 0L, u'cumulative_cx': 3710164L, u'alias': None, u'cumulative_tx': 3710164L, u'interface_name': 'vEthernet (Default Switch)'}, {u'time_since_update': 5.989000082015991, u'cx': 0L, u'is_up': True, u'key': u'interface_name', u'speed': 4502585344L, u'tx': 0L, u'cumulative_rx': 10036L, u'rx': 0L, u'cumulative_cx': 3712908L, u'alias': None, u'cumulative_tx': 3702872L, u'interface_name': 'vEthernet (WSL)'}, {u'time_since_update': 5.989000082015991, u'cx': 3890322L, u'is_up': True, u'key': u'interface_name', u'speed': 1048576000, u'tx': 598020L, u'cumulative_rx': 938877472716L, u'rx': 3292302L, u'cumulative_cx': 1206690485054L, u'alias': None, u'cumulative_tx': 267813012338L, u'interface_name': 'vEthernet (New Virtual Switch)'}, {u'time_since_update': 5.989000082015991, u'cx': 0L, u'is_up': True, u'key': u'interface_name', u'speed': 1125122048, u'tx': 0L, u'cumulative_rx': 0L, u'rx': 0L, u'cumulative_cx': 0L, u'alias': None, u'cumulative_tx': 0L, u'interface_name': 'Loopback Pseudo-Interface 1'}] in 0.007 seconds
2022-03-04 08:25:34,581 -- DEBUG -- Plugin percpu update return [{'cpu_number': 0, 'system': 10.6, 'idle': 83.2, 'user': 1.0, 'key': 'cpu_number', 'total': 16.8}, {'cpu_number': 1, 'system': 4.2, 'idle': 94.5, 'user': 0.8, 'key': 'cpu_number', 'total': 5.5}, {'cpu_number': 2, 'system': 3.1, 'idle': 95.0, 'user': 1.8, 'key': 'cpu_number', 'total': 5.0}, {'cpu_number': 3, 'system': 0.3, 'idle': 99.2, 'user': 0.5, 'key': 'cpu_number', 'total': 0.8}, {'cpu_number': 4, 'system': 3.1, 'idle': 95.8, 'user': 0.8, 'key': 'cpu_number', 'total': 4.2}, {'cpu_number': 5, 'system': 1.8, 'idle': 97.4, 'user': 0.8, 'key': 'cpu_number', 'total': 2.6}, {'cpu_number': 6, 'system': 2.1, 'idle': 97.7, 'user': 0.0, 'key': 'cpu_number', 'total': 2.3}, {'cpu_number': 7, 'system': 1.3, 'idle': 96.4, 'user': 2.1, 'key': 'cpu_number', 'total': 3.6}, {'cpu_number': 8, 'system': 13.7, 'idle': 83.7, 'user': 1.8, 'key': 'cpu_number', 'total': 16.3}, {'cpu_number': 9, 'system': 7.0, 'idle': 89.4, 'user': 2.6, 'key': 'cpu_number', 'total': 10.6}, {'cpu_number': 10, 'system': 9.9, 'idle': 86.4, 'user': 3.7, 'key': 'cpu_number', 'total': 13.6}, {'cpu_number': 11, 'system': 3.4, 'idle': 92.2, 'user': 4.2, 'key': 'cpu_number', 'total': 7.8}, {'cpu_number': 12, 'system': 6.7, 'idle': 91.5, 'user': 1.3, 'key': 'cpu_number', 'total': 8.5}, {'cpu_number': 13, 'system': 0.8, 'idle': 97.7, 'user': 1.3, 'key': 'cpu_number', 'total': 2.3}, {'cpu_number': 14, 'system': 2.9, 'idle': 94.3, 'user': 2.6, 'key': 'cpu_number', 'total': 5.7}, {'cpu_number': 15, 'system': 1.0, 'idle': 97.7, 'user': 1.3, 'key': 'cpu_number', 'total': 2.3}] in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin diskio update return [{u'read_count': 0, u'write_bytes': 0L, u'write_count': 0, u'time_since_update': 5.98799991607666, u'read_bytes': 0L, u'key': u'disk_name', u'disk_name': 'PhysicalDrive1'}, {u'read_count': 368, u'write_bytes': 4516352L, u'write_count': 377, u'time_since_update': 5.98799991607666, u'read_bytes': 2508288L, u'key': u'disk_name', u'disk_name': 'PhysicalDrive0'}, {u'read_count': 0, u'write_bytes': 0L, u'write_count': 0, u'time_since_update': 5.98799991607666, u'read_bytes': 0L, u'key': u'disk_name', u'disk_name': 'PhysicalDrive3'}, {u'read_count': 0, u'write_bytes': 0L, u'write_count': 0, u'time_since_update': 5.98799991607666, u'read_bytes': 0L, u'key': u'disk_name', u'disk_name': 'PhysicalDrive2'}, {u'read_count': 0, u'write_bytes': 0L, u'write_count': 0, u'time_since_update': 5.98799991607666, u'read_bytes': 0L, u'key': u'disk_name', u'disk_name': 'PhysicalDrive5'}, {u'read_count': 0, u'write_bytes': 53248L, u'write_count': 2, u'time_since_update': 5.98799991607666, u'read_bytes': 0L, u'key': u'disk_name', u'disk_name': 'PhysicalDrive4'}] in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin gpu update return [] in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin folders update return [] in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin core update return {'phys': 8, 'log': 16} in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin fs update return [{u'mnt_point': u'C:\\', u'fs_type': 'NTFS', u'free': 68880187392L, u'key': u'mnt_point', u'size': 239398621184L, u'percent': 71.2, u'used': 170518433792L, u'device_name': 'C:\\'}, {u'mnt_point': u'D:\\', u'fs_type': 'NTFS', u'free': 829067284480L, u'key': u'mnt_point', u'size': 1000203087872L, u'percent': 17.1, u'used': 171135803392L, u'device_name': 'D:\\'}, {u'mnt_point': u'E:\\', u'fs_type': 'NTFS', u'free': 410598707200L, u'key': u'mnt_point', u'size': 480102051840L, u'percent': 14.5, u'used': 69503344640L, u'device_name': 'E:\\'}] in 0.001 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin mem update return {'available': 31162355712L, 'total': 68659789824L, 'percent': 54.6, 'free': 31162355712L, 'used': 37497434112L} in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin psutilversion update return (5, 9, 0) in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin quicklook update return {'percpu': [{'cpu_number': 0, 'system': 10.6, 'idle': 83.2, 'user': 1.0, 'key': 'cpu_number', 'total': 16.8}, {'cpu_number': 1, 'system': 4.2, 'idle': 94.5, 'user': 0.8, 'key': 'cpu_number', 'total': 5.5}, {'cpu_number': 2, 'system': 3.1, 'idle': 95.0, 'user': 1.8, 'key': 'cpu_number', 'total': 5.0}, {'cpu_number': 3, 'system': 0.3, 'idle': 99.2, 'user': 0.5, 'key': 'cpu_number', 'total': 0.8}, {'cpu_number': 4, 'system': 3.1, 'idle': 95.8, 'user': 0.8, 'key': 'cpu_number', 'total': 4.2}, {'cpu_number': 5, 'system': 1.8, 'idle': 97.4, 'user': 0.8, 'key': 'cpu_number', 'total': 2.6}, {'cpu_number': 6, 'system': 2.1, 'idle': 97.7, 'user': 0.0, 'key': 'cpu_number', 'total': 2.3}, {'cpu_number': 7, 'system': 1.3, 'idle': 96.4, 'user': 2.1, 'key': 'cpu_number', 'total': 3.6}, {'cpu_number': 8, 'system': 13.7, 'idle': 83.7, 'user': 1.8, 'key': 'cpu_number', 'total': 16.3}, {'cpu_number': 9, 'system': 7.0, 'idle': 89.4, 'user': 2.6, 'key': 'cpu_number', 'total': 10.6}, {'cpu_number': 10, 'system': 9.9, 'idle': 86.4, 'user': 3.7, 'key': 'cpu_number', 'total': 13.6}, {'cpu_number': 11, 'system': 3.4, 'idle': 92.2, 'user': 4.2, 'key': 'cpu_number', 'total': 7.8}, {'cpu_number': 12, 'system': 6.7, 'idle': 91.5, 'user': 1.3, 'key': 'cpu_number', 'total': 8.5}, {'cpu_number': 13, 'system': 0.8, 'idle': 97.7, 'user': 1.3, 'key': 'cpu_number', 'total': 2.3}, {'cpu_number': 14, 'system': 2.9, 'idle': 94.3, 'user': 2.6, 'key': 'cpu_number', 'total': 5.7}, {'cpu_number': 15, 'system': 1.0, 'idle': 97.7, 'user': 1.3, 'key': 'cpu_number', 'total': 2.3}], 'mem': 54.6, 'cpu_hz': 3801000000.0, 'cpu_hz_current': 3801000000.0, 'cpu_name': 'CPU', 'swap': 61.3, 'cpu': 9.3} in 0.0 seconds
2022-03-04 08:25:34,582 -- DEBUG -- Plugin cpu update return {'interrupts': 268396L, 'system': 6.1, 'time_since_update': 3.944999933242798, 'idle': 90.7, 'dpc': 0.6, 'user': 2.4, 'syscalls': 2968914, 'interrupt': 0.2, 'cpucore': 16, 'total': 9.3, 'soft_interrupts': 0, 'ctx_switches': 262238L} in 0.0 seconds
2022-03-04 08:25:35,276 -- DEBUG -- Grab extended stats for process 16088
2022-03-04 08:25:35,276 -- DEBUG -- Plugin processcount update return {'running': 252, 'total': 257, 'pid_max': 0, 'thread': 3636, 'sleeping': 0} in 0.694 seconds
2022-03-04 08:25:35,278 -- DEBUG -- Plugin amps update return [{'count': 0, 'timer': 7.105000019073486, 'countmax': None, 'name': 'Systemd', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 30.0, 'result': None}, {'count': 0, 'timer': 7.4700000286102295, 'countmax': 20.0, 'name': u'Python', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 3.0, 'result': None}, {'count': 0, 'timer': 7.101000070571899, 'countmax': None, 'name': 'SystemV', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 30.0, 'result': None}, {'count': 0, 'timer': 7.108000040054321, 'countmax': None, 'name': 'Nginx', 'key': 'name', 'regex': True, 'countmin': None, 'refresh': 60.0, 'result': None}, {'count': 0, 'timer': 7.4690001010894775, 'countmax': None, 'name': u'Conntrack', 'key': 'name', 'regex': False, 'countmin': None, 'refresh': 30.0, 'result': None}, {'count': 0, 'timer': 7.4700000286102295, 'countmax': None, 'name': u'Dropbox', 'key': 'name', 'regex': True, 'countmin': 1.0, 'refresh': 3.0, 'result': None}] in 0.0 seconds
2022-03-04 08:25:35,278 -- DEBUG -- Plugin docker update return {} in 0.0 seconds
2022-03-04 08:25:35,278 -- DEBUG -- docker plugin - Docker export error 'containers'
2022-03-04 08:25:35,279 -- DEBUG -- Receive GET http://glances.lan/api/3/cpu/history/50 request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
2022-03-04 08:25:35,282 -- DEBUG -- Receive GET http://glances.lan/api/3/mem/history/50 request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
2022-03-04 08:25:35,440 -- DEBUG -- Receive GET http://glances.lan/api/3/cpu/total request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
2022-03-04 08:25:35,444 -- DEBUG -- Receive GET http://glances.lan/api/3/mem/percent request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
2022-03-04 08:25:35,585 -- DEBUG -- Receive GET http://glances.lan/api/3/cpu request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
2022-03-04 08:25:35,586 -- DEBUG -- Receive GET http://glances.lan/api/3/cpu/history/50 request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
2022-03-04 08:25:35,589 -- DEBUG -- Receive GET http://glances.lan/api/3/cpu request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
2022-03-04 08:25:35,591 -- DEBUG -- Receive GET http://glances.lan/api/3/mem/history/50 request with header: ['X-Forwarded-Scheme: http', 'X-Real-Ip: 172.17.0.1', 'User-Agent: node-fetch/1.0 (+https://github.com/bitinn/node-fetch)', 'Connection: close', 'Content-Length: ', 'X-Forwarded-Proto: http', 'Host: glances.lan', 'Accept: application/json', 'Accept-Encoding: gzip,deflate', 'X-Forwarded-For: 172.17.0.1', 'Content-Type: text/plain']
github-actions[bot] commented 4 days ago

This issue is stale because it has been open for 3 months with no activity.