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
26.63k stars 1.52k forks source link

Windows 10 permission denied running glances #1490

Closed michaelblight closed 4 months ago

michaelblight commented 5 years ago

Before filling this issue, please read the manual (https://glances.readthedocs.io/en/latest/) and search if the bug do not already exists in the database (https://github.com/nicolargo/glances/issues).

Description

I followed the process to install glances for Windows (install pip then pip install glances) and both worked ok. However, when I ran glances, I got a permission error. I ran it all under a command-line window as administrator. I "probably" installed python for all users, rather than just myself.

Background: This is after I successfully installed and later removed glances under docker for Windows. I already have VirtualBox running with glances running inside it, reporting on disk space and CPU usage. I want to also report on the bare metal machine. When I installed docker for Windows (Docker Toolbox, since Docker Desktop cannot be installed with VirtualBox), and then ran the glances image. Then I realised docker was running it under VirtualBox anyway. So glances appeared to be reporting on the VM, not the bare metal OS. Which is why I then tried to install and run glances directly.

C:\WINDOWS\system32>glances
Traceback (most recent call last):
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\_pswindows.py", line 790, in cmdline
    ret = cext.proc_cmdline(self.pid, use_peb=True)
PermissionError: [WinError 5] Access is denied

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "S:\Program Files (x86)\Python37-32\Scripts\glances-script.py", line 11, in <module>
    load_entry_point('Glances==3.1.0', 'console_scripts', 'glances')()
  File "s:\program files (x86)\python37-32\lib\site-packages\glances\__init__.py", line 140, in main
    start(config=config, args=args)
  File "s:\program files (x86)\python37-32\lib\site-packages\glances\__init__.py", line 106, in start
    mode = GlancesMode(config=config, args=args)
  File "s:\program files (x86)\python37-32\lib\site-packages\glances\webserver.py", line 41, in __init__
    self.stats.update()
  File "s:\program files (x86)\python37-32\lib\site-packages\glances\stats.py", line 222, in update
    self._plugins[p].update()
  File "s:\program files (x86)\python37-32\lib\site-packages\glances\plugins\glances_processcount.py", line 71, in update
    glances_processes.update()
  File "s:\program files (x86)\python37-32\lib\site-packages\glances\processes.py", line 247, in update
    ad_value=None)
  File "s:\program files (x86)\python37-32\lib\site-packages\glances\processes.py", line 246, in <listcomp>
    self.processlist = [p.info for p in psutil.process_iter(attrs=standard_attrs,
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\__init__.py", line 1566, in process_iter
    yield add(pid)
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\__init__.py", line 1543, in add
    proc.info = proc.as_dict(attrs=attrs, ad_value=ad_value)
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\__init__.py", line 638, in as_dict
    ret = meth()
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\__init__.py", line 790, in cmdline
    return self._proc.cmdline()
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\_pswindows.py", line 718, in wrapper
    raise convert_oserror(err, pid=self.pid, name=self._name)
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\_pswindows.py", line 708, in convert_oserror
    raise exc
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\_pswindows.py", line 716, in wrapper
    return fun(self, *args, **kwargs)
  File "s:\program files (x86)\python37-32\lib\site-packages\psutil\_pswindows.py", line 793, in cmdline
    ret = cext.proc_cmdline(self.pid, use_peb=False)
OSError: [WinError 1168] Element not found: '(originated from NtQueryInformationProcess(ProcessBasicInformation))'

Versions

Logs

2019-06-02 22:39:24,208 -- INFO -- Start Glances 3.1.0
2019-06-02 22:39:24,208 -- INFO -- CPython 3.7.3 and psutil 5.6.2 detected
2019-06-02 22:39:24,210 -- INFO -- Search glances.conf file in C:\Users\Michael\AppData\Roaming\glances\glances.conf
2019-06-02 22:39:24,210 -- INFO -- Search glances.conf file in C:\Users\Michael\AppData\Roaming\glances\glances.conf
2019-06-02 22:39:24,226 -- INFO -- Start GlancesWebServer mode
2019-06-02 22:39:24,348 -- WARNING -- Missing Python Lib (No module named 'docker'), Docker plugin is disabled
2019-06-02 22:39:24,348 -- ERROR -- docker plugin - Can not connect to Docker (name 'docker' is not defined)
2019-06-02 22:39:24,351 -- WARNING -- Missing Python Lib (No module named 'pynvml'), Nvidia GPU plugin is disabled
2019-06-02 22:39:24,353 -- WARNING -- Missing Python Lib (No module named 'netifaces'), IP plugin is disabled
2019-06-02 22:39:25,499 -- WARNING -- Missing Python Lib (No module named 'cpuinfo'), Quicklook plugin will not display CPU info
2019-06-02 22:39:25,500 -- WARNING -- Missing Python Lib (No module named 'pymdstat'), Raid plugin is disabled
2019-06-02 22:39:25,503 -- WARNING -- Missing Python Lib (No module named 'pySMART'), HDD Smart plugin is disabled
2019-06-02 22:39:25,506 -- WARNING -- Missing Python Lib (No module named 'wifi'), Wifi plugin is disabled
2019-06-02 22:39:25,506 -- WARNING -- Wifi lib is not compliant with Python 3, Wifi plugin is disabled
nicolargo commented 5 years ago

Look like a PsUtil issue. @giampaolo what do you think ?

Vasiley commented 5 years ago

I got same exact issue ....was working fine then power went out and workstation restarted ... i was not home but i think windows updated

giampaolo commented 5 years ago

Yup, it's fixed on psutil master but I still have to package a new release.

JakeShirley commented 4 years ago

Any update on this? I am just trying to start using Glances on Windows and it seems to be dying in a similar fashion. I don't see the "permissions denied" logging, but this is what my log looks like in debug mode:

2020-01-03 11:26:13,826 -- INFO -- Start Glances 3.1.3
2020-01-03 11:26:13,827 -- INFO -- CPython 3.8.1 and psutil 5.6.7 detected
2020-01-03 11:26:13,844 -- INFO -- Search glances.conf file in C:\Users\admin\AppData\Roaming\glances\glances.conf
2020-01-03 11:26:13,844 -- INFO -- Search glances.conf file in C:\Users\admin\AppData\Roaming\glances\glances.conf
2020-01-03 11:26:13,887 -- INFO -- Start GlancesWebServer mode
2020-01-03 11:26:13,901 -- DEBUG -- Pystache library not found (action scripts won't work)
2020-01-03 11:26:13,904 -- DEBUG -- Load section alert in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:13,905 -- DEBUG -- Plugin glances_alert.py started in 0.015995 seconds
2020-01-03 11:26:13,909 -- DEBUG -- Load section amps in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:13,909 -- DEBUG -- AMPs list: []
2020-01-03 11:26:13,909 -- DEBUG -- Plugin glances_amps.py started in 0.004001 seconds
2020-01-03 11:26:14,150 -- DEBUG -- Load section cloud in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,150 -- DEBUG -- cloud plugin - Create thread for OpenStack metadata
2020-01-03 11:26:14,152 -- DEBUG -- Plugin glances_cloud.py started in 0.243002 seconds
2020-01-03 11:26:14,157 -- DEBUG -- Load section connections in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,158 -- DEBUG -- Plugin glances_connections.py started in 0.006 seconds
2020-01-03 11:26:14,159 -- DEBUG -- Starting new HTTP connection (1): 169.254.169.254:80
2020-01-03 11:26:14,162 -- DEBUG -- Load section core in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,162 -- DEBUG -- Plugin glances_core.py started in 0.00395 seconds
2020-01-03 11:26:14,163 -- DEBUG -- cloud plugin - Cannot connect to the OpenStack metadata API http://169.254.169.254/latest/meta-data/ami-id: HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/meta-data/ami-id (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x05061B50>: Failed to establish a new connection: [WinError 10051] A socket operation was attempted to an unreachable network'))
2020-01-03 11:26:14,168 -- DEBUG -- Stats history activated for plugin cpu (items: ['user', 'system'])
2020-01-03 11:26:14,168 -- DEBUG -- Load section cpu in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,169 -- DEBUG -- Load limit: cpu_user_careful = 50.0
2020-01-03 11:26:14,169 -- DEBUG -- Load limit: cpu_user_warning = 70.0
2020-01-03 11:26:14,169 -- DEBUG -- Load limit: cpu_user_critical = 90.0
2020-01-03 11:26:14,170 -- DEBUG -- Load limit: cpu_system_careful = 50.0
2020-01-03 11:26:14,170 -- DEBUG -- Load limit: cpu_system_warning = 70.0
2020-01-03 11:26:14,170 -- DEBUG -- Load limit: cpu_system_critical = 90.0
2020-01-03 11:26:14,170 -- DEBUG -- Load limit: cpu_steal_careful = 50.0
2020-01-03 11:26:14,171 -- DEBUG -- Load limit: cpu_steal_warning = 70.0
2020-01-03 11:26:14,171 -- DEBUG -- Load limit: cpu_steal_critical = 90.0
2020-01-03 11:26:14,171 -- DEBUG -- Load limit: cpu_iowait_careful = 3.333333333333333
2020-01-03 11:26:14,171 -- DEBUG -- Load limit: cpu_iowait_warning = 3.7499999999999996
2020-01-03 11:26:14,172 -- DEBUG -- Load limit: cpu_iowait_critical = 4.166666666666666
2020-01-03 11:26:14,172 -- DEBUG -- Load limit: cpu_ctx_switches_careful = 960000.0
2020-01-03 11:26:14,172 -- DEBUG -- Load limit: cpu_ctx_switches_warning = 1080000.0
2020-01-03 11:26:14,173 -- DEBUG -- Load limit: cpu_ctx_switches_critical = 1200000.0
2020-01-03 11:26:14,173 -- DEBUG -- Plugin glances_cpu.py started in 0.01105 seconds
2020-01-03 11:26:14,175 -- DEBUG -- Stats history activated for plugin diskio (items: ['read_bytes', 'write_bytes'])
2020-01-03 11:26:14,175 -- DEBUG -- Load section diskio in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,176 -- DEBUG -- Plugin glances_diskio.py started in 0.003002 seconds
2020-01-03 11:26:14,180 -- WARNING -- Error loading Docker Python Lib. Docker plugin is disabled (No module named 'docker')
2020-01-03 11:26:14,180 -- DEBUG -- Stats history activated for plugin docker (items: ['cpu_percent'])
2020-01-03 11:26:14,180 -- DEBUG -- Load section docker in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,181 -- ERROR -- docker plugin - Can not connect to Docker (name 'docker' is not defined)
2020-01-03 11:26:14,181 -- DEBUG -- Plugin glances_docker.py started in 0.005001 seconds
2020-01-03 11:26:14,184 -- DEBUG -- Load section folders in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,185 -- DEBUG -- Plugin glances_folders.py started in 0.003996 seconds
2020-01-03 11:26:14,187 -- DEBUG -- Stats history activated for plugin fs (items: ['percent'])
2020-01-03 11:26:14,187 -- DEBUG -- Load section fs in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,188 -- DEBUG -- Load limit: fs_careful = 50.0
2020-01-03 11:26:14,188 -- DEBUG -- Load limit: fs_warning = 70.0
2020-01-03 11:26:14,188 -- DEBUG -- Load limit: fs_critical = 90.0
2020-01-03 11:26:14,188 -- DEBUG -- Plugin glances_fs.py started in 0.003 seconds
2020-01-03 11:26:14,192 -- WARNING -- Missing Python Lib (No module named 'pynvml'), Nvidia GPU plugin is disabled
2020-01-03 11:26:14,192 -- DEBUG -- Load section gpu in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,193 -- DEBUG -- pynvml could not be initialized.
2020-01-03 11:26:14,193 -- DEBUG -- Plugin glances_gpu.py started in 0.003996 seconds
2020-01-03 11:26:14,195 -- DEBUG -- Load section help in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,196 -- DEBUG -- Plugin glances_help.py started in 0.003006 seconds
2020-01-03 11:26:14,199 -- WARNING -- Missing Python Lib (No module named 'netifaces'), IP plugin is disabled
2020-01-03 11:26:14,200 -- DEBUG -- Load section ip in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,200 -- DEBUG -- Plugin glances_ip.py started in 0.003995 seconds
2020-01-03 11:26:14,202 -- DEBUG -- Load section irq in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,203 -- DEBUG -- Plugin glances_irq.py started in 0.003002 seconds
2020-01-03 11:26:14,205 -- DEBUG -- Stats history activated for plugin load (items: ['min1', 'min5', 'min15'])
2020-01-03 11:26:14,205 -- DEBUG -- Load section load in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,206 -- DEBUG -- Load limit: load_careful = 0.7
2020-01-03 11:26:14,206 -- DEBUG -- Load limit: load_warning = 1.0
2020-01-03 11:26:14,206 -- DEBUG -- Load limit: load_critical = 5.0
2020-01-03 11:26:14,207 -- DEBUG -- Plugin glances_load.py started in 0.002998 seconds
2020-01-03 11:26:14,209 -- DEBUG -- Stats history activated for plugin mem (items: ['percent'])
2020-01-03 11:26:14,209 -- DEBUG -- Load section mem in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,209 -- DEBUG -- Load limit: mem_careful = 50.0
2020-01-03 11:26:14,210 -- DEBUG -- Load limit: mem_warning = 70.0
2020-01-03 11:26:14,210 -- DEBUG -- Load limit: mem_critical = 90.0
2020-01-03 11:26:14,210 -- DEBUG -- Plugin glances_mem.py started in 0.003 seconds
2020-01-03 11:26:14,212 -- DEBUG -- Stats history activated for plugin memswap (items: ['percent'])
2020-01-03 11:26:14,213 -- DEBUG -- Load section memswap in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,213 -- DEBUG -- Load limit: memswap_careful = 50.0
2020-01-03 11:26:14,213 -- DEBUG -- Load limit: memswap_warning = 70.0
2020-01-03 11:26:14,214 -- DEBUG -- Load limit: memswap_critical = 90.0
2020-01-03 11:26:14,214 -- DEBUG -- Plugin glances_memswap.py started in 0.002997 seconds
2020-01-03 11:26:14,216 -- DEBUG -- Stats history activated for plugin network (items: ['rx', 'tx'])
2020-01-03 11:26:14,216 -- DEBUG -- Load section network in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,217 -- DEBUG -- Load limit: network_rx_careful = 50.0
2020-01-03 11:26:14,217 -- DEBUG -- Load limit: network_rx_warning = 70.0
2020-01-03 11:26:14,217 -- DEBUG -- Load limit: network_rx_critical = 90.0
2020-01-03 11:26:14,218 -- DEBUG -- Load limit: network_tx_careful = 50.0
2020-01-03 11:26:14,218 -- DEBUG -- Load limit: network_tx_warning = 70.0
2020-01-03 11:26:14,218 -- DEBUG -- Load limit: network_tx_critical = 90.0
2020-01-03 11:26:14,219 -- DEBUG -- Plugin glances_network.py started in 0.005004 seconds
2020-01-03 11:26:14,221 -- DEBUG -- Load section now in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,221 -- DEBUG -- Plugin glances_now.py started in 0.001998 seconds
2020-01-03 11:26:14,223 -- DEBUG -- Stats history activated for plugin percpu (items: ['user', 'system'])
2020-01-03 11:26:14,223 -- DEBUG -- Load section percpu in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,224 -- DEBUG -- Load limit: percpu_user_careful = 50.0
2020-01-03 11:26:14,224 -- DEBUG -- Load limit: percpu_user_warning = 70.0
2020-01-03 11:26:14,224 -- DEBUG -- Load limit: percpu_user_critical = 90.0
2020-01-03 11:26:14,225 -- DEBUG -- Load limit: percpu_system_careful = 50.0
2020-01-03 11:26:14,225 -- DEBUG -- Load limit: percpu_system_warning = 70.0
2020-01-03 11:26:14,225 -- DEBUG -- Load limit: percpu_system_critical = 90.0
2020-01-03 11:26:14,225 -- DEBUG -- Plugin glances_percpu.py started in 0.003999 seconds
2020-01-03 11:26:14,232 -- DEBUG -- Load section ports in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,233 -- DEBUG -- No [ports] section in the configuration file. Cannot load ports list.
2020-01-03 11:26:14,233 -- DEBUG -- No [ports] section in the configuration file. Cannot load ports list.
2020-01-03 11:26:14,233 -- DEBUG -- Plugin glances_ports.py started in 0.006998 seconds
2020-01-03 11:26:14,235 -- DEBUG -- Stats history activated for plugin processcount (items: ['total', 'running', 'sleeping', 'thread'])
2020-01-03 11:26:14,235 -- DEBUG -- Load section processcount in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,236 -- DEBUG -- Plugin glances_processcount.py started in 0.003002 seconds
2020-01-03 11:26:14,238 -- DEBUG -- Load section processlist in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,239 -- DEBUG -- Load limit: processlist_cpu_careful = 50.0
2020-01-03 11:26:14,239 -- DEBUG -- Load limit: processlist_cpu_warning = 70.0
2020-01-03 11:26:14,239 -- DEBUG -- Load limit: processlist_cpu_critical = 90.0
2020-01-03 11:26:14,240 -- DEBUG -- Load limit: processlist_mem_careful = 50.0
2020-01-03 11:26:14,240 -- DEBUG -- Load limit: processlist_mem_warning = 70.0
2020-01-03 11:26:14,240 -- DEBUG -- Load limit: processlist_mem_critical = 90.0
2020-01-03 11:26:14,241 -- DEBUG -- Plugin glances_processlist.py started in 0.004997 seconds
2020-01-03 11:26:14,243 -- DEBUG -- Load section psutilversion in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,243 -- DEBUG -- Plugin glances_psutilversion.py started in 0.001997 seconds
2020-01-03 11:26:14,250 -- WARNING -- Sparklines module not found (No module named 'sparklines')
2020-01-03 11:26:14,251 -- WARNING -- Missing Python Lib (No module named 'cpuinfo'), Quicklook plugin will not display CPU info
2020-01-03 11:26:14,252 -- DEBUG -- Stats history activated for plugin quicklook (items: ['cpu', 'percpu', 'mem', 'swap'])
2020-01-03 11:26:14,252 -- DEBUG -- Load section quicklook in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,252 -- DEBUG -- Load limit: quicklook_cpu_careful = 50.0
2020-01-03 11:26:14,253 -- DEBUG -- Load limit: quicklook_cpu_warning = 70.0
2020-01-03 11:26:14,253 -- DEBUG -- Load limit: quicklook_cpu_critical = 90.0
2020-01-03 11:26:14,253 -- DEBUG -- Load limit: quicklook_mem_careful = 50.0
2020-01-03 11:26:14,253 -- DEBUG -- Load limit: quicklook_mem_warning = 70.0
2020-01-03 11:26:14,254 -- DEBUG -- Load limit: quicklook_mem_critical = 90.0
2020-01-03 11:26:14,254 -- DEBUG -- Load limit: quicklook_swap_careful = 50.0
2020-01-03 11:26:14,254 -- DEBUG -- Load limit: quicklook_swap_warning = 70.0
2020-01-03 11:26:14,255 -- DEBUG -- Load limit: quicklook_swap_critical = 90.0
2020-01-03 11:26:14,255 -- DEBUG -- Plugin glances_quicklook.py started in 0.011955 seconds
2020-01-03 11:26:14,258 -- WARNING -- Missing Python Lib (No module named 'pymdstat'), Raid plugin is disabled
2020-01-03 11:26:14,259 -- DEBUG -- Load section raid in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,259 -- DEBUG -- Plugin glances_raid.py started in 0.004049 seconds
2020-01-03 11:26:14,266 -- DEBUG -- batinfo library not found. Fallback to psutil.
2020-01-03 11:26:14,268 -- DEBUG -- Load section sensors in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,269 -- DEBUG -- Load limit: sensors_temperature_core_careful = 60.0
2020-01-03 11:26:14,269 -- DEBUG -- Load limit: sensors_temperature_core_warning = 70.0
2020-01-03 11:26:14,269 -- DEBUG -- Load limit: sensors_temperature_core_critical = 80.0
2020-01-03 11:26:14,269 -- DEBUG -- Load limit: sensors_temperature_hdd_careful = 45.0
2020-01-03 11:26:14,270 -- DEBUG -- Load limit: sensors_temperature_hdd_warning = 52.0
2020-01-03 11:26:14,270 -- DEBUG -- Load limit: sensors_temperature_hdd_critical = 60.0
2020-01-03 11:26:14,270 -- DEBUG -- Load limit: sensors_battery_careful = 80.0
2020-01-03 11:26:14,271 -- DEBUG -- Load limit: sensors_battery_warning = 90.0
2020-01-03 11:26:14,271 -- DEBUG -- Load limit: sensors_battery_critical = 95.0
2020-01-03 11:26:14,271 -- DEBUG -- Cannot grab temperatures. Platform not supported.
2020-01-03 11:26:14,271 -- DEBUG -- Cannot grab fans speed. Platform not supported.
2020-01-03 11:26:14,272 -- DEBUG -- Generic sensor plugin init duration: 0.000999 seconds
2020-01-03 11:26:14,272 -- DEBUG -- Load section hddtemp in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,272 -- DEBUG -- HDDTemp sensor plugin init duration: 0.0 seconds
2020-01-03 11:26:14,273 -- DEBUG -- Load section batpercent in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,273 -- DEBUG -- Battery sensor plugin init duration: 0.0 seconds
2020-01-03 11:26:14,273 -- DEBUG -- Plugin glances_sensors.py started in 0.013996 seconds
2020-01-03 11:26:14,277 -- WARNING -- Missing Python Lib (No module named 'pySMART'), HDD Smart plugin is disabled
2020-01-03 11:26:14,277 -- DEBUG -- Load section smart in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,278 -- DEBUG -- Plugin glances_smart.py started in 0.004 seconds
2020-01-03 11:26:14,281 -- DEBUG -- Load section system in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,282 -- DEBUG -- Plugin glances_system.py started in 0.002008 seconds
2020-01-03 11:26:14,284 -- DEBUG -- Load section uptime in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,284 -- DEBUG -- Plugin glances_uptime.py started in 0.002004 seconds
2020-01-03 11:26:14,287 -- WARNING -- Missing Python Lib (No module named 'wifi'), Wifi plugin is disabled
2020-01-03 11:26:14,288 -- WARNING -- Wifi lib is not compliant with Python 3, Wifi plugin is disabled
2020-01-03 11:26:14,288 -- DEBUG -- Load section wifi in ['C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf', 'C:\\Users\\admin\\AppData\\Roaming\\glances\\glances.conf']
2020-01-03 11:26:14,288 -- DEBUG -- Plugin glances_wifi.py started in 0.004002 seconds
2020-01-03 11:26:14,289 -- DEBUG -- Active plugins list: ['alert', 'amps', 'cloud', 'connections', 'core', 'cpu', 'diskio', 'docker', 'folders', 'fs', 'gpu', 'help', 'ip', 'irq', 'load', 'mem', 'memswap', 'network', 'now', 'percpu', 'ports', 'processcount', 'processlist', 'psutilversion', 'quicklook', 'raid', 'sensors', 'smart', 'system', 'uptime', 'wifi']
2020-01-03 11:26:14,290 -- DEBUG -- Active exports modules list: []
2020-01-03 11:26:14,291 -- DEBUG -- Plugin amps update return []
2020-01-03 11:26:14,291 -- DEBUG -- Plugin cloud update return {}
2020-01-03 11:26:14,308 -- DEBUG -- Can not get network connections track ([Errno 2] No such file or directory: '/proc/sys/net/netfilter/nf_conntrack_count')
2020-01-03 11:26:14,308 -- DEBUG -- Plugin connections update return {'LISTEN': 86, 'ESTABLISHED': 121, 'SYN_SENT': 0, 'SYN_RECV': 0, 'initiated': 0, 'terminated': 0}
2020-01-03 11:26:14,309 -- DEBUG -- Plugin cpu update return {'total': 11.8, 'user': 6.4, 'system': 5.4, 'idle': 88.2}
2020-01-03 11:26:14,310 -- DEBUG -- Plugin diskio update return []
2020-01-03 11:26:14,310 -- DEBUG -- Plugin docker update return {}
2020-01-03 11:26:14,311 -- DEBUG -- docker plugin - Docker export error 'containers'
2020-01-03 11:26:14,311 -- DEBUG -- Plugin folders update return []
2020-01-03 11:26:14,327 -- DEBUG -- Plugin fs update return [{'device_name': 'C:\\', 'fs_type': 'NTFS', 'mnt_point': 'C:\\', 'size': 249028743168, 'used': 157950046208, 'free': 91078696960, 'percent': 63.4, 'key': 'mnt_point'}, {'device_name': 'D:\\', 'fs_type': 'NTFS', 'mnt_point': 'D:\\', 'size': 16001838084096, 'used': 15414153875456, 'free': 587684208640, 'percent': 96.3, 'key': 'mnt_point'}, {'device_name': 'E:\\', 'fs_type': 'NTFS', 'mnt_point': 'E:\\', 'size': 999650488320, 'used': 13562753024, 'free': 986087735296, 'percent': 1.4, 'key': 'mnt_point'}, {'device_name': 'F:\\', 'fs_type': 'NTFS', 'mnt_point': 'F:\\', 'size': 16001955524608, 'used': 4368364277760, 'free': 11633591246848, 'percent': 27.3, 'key': 'mnt_point'}, {'device_name': 'G:\\', 'fs_type': 'FAT32', 'mnt_point': 'G:\\', 'size': 249028743168, 'used': 162503983104, 'free': 86524760064, 'percent': 65.3, 'key': 'mnt_point'}, {'device_name': 'U:\\', 'fs_type': 'NTFS', 'mnt_point': 'U:\\', 'size': 8000850882560, 'used': 7848017182720, 'free': 152833699840, 'percent': 98.1, 'key': 'mnt_point'}, {'device_name': 'Y:\\', 'fs_type': 'NTFS', 'mnt_point': 'Y:\\', 'size': 1999840997376, 'used': 16284508160, 'free': 1983556489216, 'percent': 0.8, 'key': 'mnt_point'}]
2020-01-03 11:26:14,328 -- DEBUG -- Plugin gpu update return []
2020-01-03 11:26:14,328 -- DEBUG -- Plugin ip update return {}
2020-01-03 11:26:14,328 -- DEBUG -- Plugin irq update return []
2020-01-03 11:26:15,377 -- DEBUG -- Plugin load update return {'min1': 0.0, 'min5': 0.0, 'min15': 0.0, 'cpucore': 24}
2020-01-03 11:26:15,377 -- DEBUG -- Plugin mem update return {'total': 68705927168, 'available': 57420611584, 'percent': 16.4, 'used': 11285315584, 'free': 57420611584}
2020-01-03 11:26:15,378 -- DEBUG -- Plugin memswap update return {'total': 78906474496, 'used': 29017092096, 'free': 49889382400, 'percent': 36.8, 'sin': 0, 'sout': 0}
2020-01-03 11:26:15,409 -- DEBUG -- Plugin network update return []
2020-01-03 11:26:15,411 -- DEBUG -- Plugin percpu update return [{'key': 'cpu_number', 'cpu_number': 0, 'total': 0.7, 'user': 0.7, 'system': 0.0, 'idle': 99.3}, {'key': 'cpu_number', 'cpu_number': 1, 'total': 0.0, 'user': 0.0, 'system': 0.0, 'idle': 100.0}, {'key': 'cpu_number', 'cpu_number': 2, 'total': 71.2, 'user': 26.1, 'system': 45.1, 'idle': 28.8}, {'key': 'cpu_number', 'cpu_number': 3, 'total': 0.0, 'user': 0.0, 'system': 0.0, 'idle': 100.0}, {'key': 'cpu_number', 'cpu_number': 4, 'total': 19.0, 'user': 7.8, 'system': 11.1, 'idle': 81.0}, {'key': 'cpu_number', 'cpu_number': 5, 'total': 0.0, 'user': 0.0, 'system': 0.0, 'idle': 100.0}, {'key': 'cpu_number', 'cpu_number': 6, 'total': 16.6, 'user': 7.3, 'system': 9.3, 'idle': 83.4}, {'key': 'cpu_number', 'cpu_number': 7, 'total': 0.7, 'user': 0.0, 'system': 0.7, 'idle': 99.3}, {'key': 'cpu_number', 'cpu_number': 8, 'total': 4.6, 'user': 2.6, 'system': 2.0, 'idle': 95.4}, {'key': 'cpu_number', 'cpu_number': 9, 'total': 0.0, 'user': 0.0, 'system': 0.0, 'idle': 100.0}, {'key': 'cpu_number', 'cpu_number': 10, 'total': 0.7, 'user': 0.7, 'system': 0.0, 'idle': 99.3}, {'key': 'cpu_number', 'cpu_number': 11, 'total': 2.0, 'user': 0.0, 'system': 2.0, 'idle': 98.0}, {'key': 'cpu_number', 'cpu_number': 12, 'total': 0.0, 'user': 0.0, 'system': 0.0, 'idle': 100.0}, {'key': 'cpu_number', 'cpu_number': 13, 'total': 2.0, 'user': 0.7, 'system': 0.7, 'idle': 98.0}, {'key': 'cpu_number', 'cpu_number': 14, 'total': 91.5, 'user': 86.3, 'system': 5.2, 'idle': 8.5}, {'key': 'cpu_number', 'cpu_number': 15, 'total': 0.7, 'user': 0.0, 'system': 0.7, 'idle': 99.3}, {'key': 'cpu_number', 'cpu_number': 16, 'total': 4.6, 'user': 1.3, 'system': 3.3, 'idle': 95.4}, {'key': 'cpu_number', 'cpu_number': 17, 'total': 7.1, 'user': 3.2, 'system': 3.2, 'idle': 92.9}, {'key': 'cpu_number', 'cpu_number': 18, 'total': 7.2, 'user': 2.0, 'system': 5.3, 'idle': 92.8}, {'key': 'cpu_number', 'cpu_number': 19, 'total': 0.0, 'user': 0.0, 'system': 0.0, 'idle': 100.0}, {'key': 'cpu_number', 'cpu_number': 20, 'total': 18.5, 'user': 1.3, 'system': 17.2, 'idle': 81.5}, {'key': 'cpu_number', 'cpu_number': 21, 'total': 0.7, 'user': 0.7, 'system': 0.0, 'idle': 99.3}, {'key': 'cpu_number', 'cpu_number': 22, 'total': 5.3, 'user': 0.0, 'system': 5.3, 'idle': 94.7}, {'key': 'cpu_number', 'cpu_number': 23, 'total': 0.0, 'user': 0.0, 'system': 0.0, 'idle': 100.0}]
2020-01-03 11:26:15,412 -- DEBUG -- ports plugin - Create thread for scan list []
2020-01-03 11:26:15,413 -- DEBUG -- Plugin ports update return []

Any ideas?