Skip to content

CPU Usage in JupyterLab extension #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Jeffwan opened this issue Dec 22, 2020 · 1 comment
Open

CPU Usage in JupyterLab extension #84

Jeffwan opened this issue Dec 22, 2020 · 1 comment

Comments

@Jeffwan
Copy link

Jeffwan commented Dec 22, 2020

Seems this project only has memory UI in jupyter lab extension.

https://github.com/jupyter-server/jupyter-resource-usage/tree/master/packages/labextension/src

I know CPU metrics needs to be enabled on the server side through c.NotebookApp.ResourceUseDisplay.track_cpu_percent = True. Is there a plan to add CPU metrics visualization as memory in the lab extension?

@Jeffwan Jeffwan changed the title CPU Usage in JupyterLab CPU Usage in JupyterLab extension Dec 22, 2020
@jtpio
Copy link
Member

jtpio commented Dec 23, 2020

Thanks @Jeffwan.

Yes it would make sense to also add CPU metrics 👍

There is this project that adds the CPU usage to the status bar: https://github.com/NERSC/jupyterlab-cpustatus

The second idea would be to start moving the components from this repo, so usage resource components are in one place: jtpio/jupyterlab-system-monitor#51
Which should now be easier to do with the new distribution system in JupyterLab 3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants