panel icon indicating copy to clipboard operation
panel copied to clipboard

Panel does not show memory / cpu usage with py3.9

Open tomascsantos opened this issue 1 year ago • 2 comments

Description of expected behavior and the observed behavior

Admin panel shows CPU/Memory usage with python 3.7 but not python 3.9

image image

tomascsantos avatar Aug 26 '22 20:08 tomascsantos

You are probably missing the package psutil in the python-3.9 environment. I have it available: image

I think adding a small note in the Overview tab about psutil is needed to show CPU and Memory Usage would harm no one.

hoxbro avatar Aug 28 '22 07:08 hoxbro

You are quite right, thanks!

tomascsantos avatar Aug 29 '22 16:08 tomascsantos