jupyter-resource-usage
jupyter-resource-usage copied to clipboard
Jupyter Notebook Extension for monitoring your own Resource Usage
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...
This is continuation of what #232 is trying to enhance! Additionally, this PR: - Fixes computing the disk warning state - Propagates all resources in warning, not just memory -...
Hi! 👋 ### Problem Currently, the placeholder/blank content for the extension is not styled in the same way as the Table of Contents, something relevant now because of other related...
* The `standby` callback will put poll in standby mode when connection to the server is lost. Useful in JupyterHub deployments. See [discourse](https://discourse.jupyter.org/t/stopping-lumino-poll-when-jupyterlab-server-stops/35280/6) thread. * Drop support for Python 3.8...
Hello Jupyter Server community! Do you know if there is a way to set the "Enable resource usage indicators" from the Resource Usage Indicator settings to True (see attached image)...
pyproject.toml currently specifies `psutil~=5.6`: https://github.com/jupyter-server/jupyter-resource-usage/blob/97f87085567878bd9432d7bca3ee60c7ebdb5374/pyproject.toml#L41 This is preventing users from picking up newer versions of psutil. [Lots of bugfixes](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) have been released since the 5.6 series. See https://iscinumpy.dev/post/bound-version-constraints/ for why...
## Description After I enabled `track_cpu_percent` for the JupyterHub users I support, we noticed a significant regression in the input delay of the JupyterLab integrated terminal. I made a screen...
I would suggest to change that to an `opt-in`. At the moment jupyter-resource-usage is overloading tornado's task-pool for the prometheus-feature without taking into account that this will result in less...
Thank you for this great extension! It is one of the basic extensions in our system-wide JupyterLab installation on multiple clusters and we love it :) Because of that I...
### Problem /dev/shm usage is not accounted for in the resource usage. (We're only just increasing this space over the k8s default, so we didn't notice up until now). ###...