jupyter-resource-usage
jupyter-resource-usage copied to clipboard
Only showing memory
Hi everyone, I installed the new resource usage over the old system monitor. It seems to kinda work but I am not sure why it is showing only the memory and without the upper limit. Jupyter lab version in 4.1.8
In my old Jupyter lab 2.1.3 system monitor was working brilliantly and showing CPU percentage and memory used over the slashed max limit in this format"used/max".
Is there anything I can do? I also attache two screenshot of the current status.
<img width="426" alt="Screenshot 2024-05-03 at 22 23 29" src="https://github.com/jupyter-server/jupyter-resource-usage/assets/167303955/247982
e6-3886-4d80-8683-564300708429">
p.s. not sure why the second image was not uploaded, I have put it in the comments below
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
@jtpio Ran into this issue today as well. Saw that jtpio/jupyterlab-system-monitor has been archived and jupyter-server/jupyter-resource-usage#84 is still open. Is there any solution to get CPU info to display on Jupyter Lab 4.X UI?
Memory upper bound also don't show up for me. Do you have to set MEM_LIMIT
as opposed to detecting available memory?
Yes I confirm also for me memory memory upper bound do not show as well
Same here with jupyterlab=4.2.1
and jupyter-server-resource-usage=1.0.2
. Are there any plans to fix this, @jtpio?
By the way, the tachometer
shows the CPU load. Moreover, it seems to correctly show the total amount of RAM on my server.
Is this related to the PR https://github.com/jupyter-server/jupyter-resource-usage/pull/153 by any chance?