jupyter-resource-usage icon indicating copy to clipboard operation
jupyter-resource-usage copied to clipboard

Jupyter Notebook Extension for monitoring your own Resource Usage

Results 62 jupyter-resource-usage issues
Sort by recently updated
recently updated
newest added

Currently, nbresuse shows the actively used memory but does not display the total on the server as shown in the docs. How can I show the total memory in "X...

Similar idea as in https://github.com/yuvipanda/nbresuse/issues/49, but for the Prometheus metrics. Since `nbresuse` reports metrics to Prometheus, we can document what metrics are being added.

Let's add tests to make sure the nbresuse endpoints are covered: - `/metrics` (for now, to be deprecated and then removed in other versions) - `/api/nbresuse/v1` when it is introduced...

Once the `/metrics` endpoint is back, we should document the API in the README. We can do the same for the new `/api/nbresuse/v1` endpoint that should be used in the...

Hi! I've been forwarded from the issue (See more detail in the link): https://discourse.jupyter.org/t/detecting-cpu-and-ram-limits-on-mybinder-org/4640 Since the CPU and memory total value reported by `psutil` is not reflecting docker hard limit...

Hi all, I am trying to expose metric via Prometheus. Versions I am using are: python 3.6 jupyterlab 1.2.15 notebook 6.0.3 [email protected] [email protected] i am passing MEM_LIMIT and CPU_LIMIT as...

Eventstreams are a much better fit for this than polling via HTTP requests as we do now. We should switch to it (plus a polyfill for IE users)

enhancement
help wanted

We'd like to automatically extract the total memory on the system via psutil rather than set the memory limit through a config option. It would also be useful to have...

1. Run : ``` jupyter notebook --ResourceUseDisplay.enable_prometheus_metrics=False --ResourceUseDisplay.track_cpu_percent=True --NotebookApp.quit_button=False --NotebookApp.default_url="/lab" ``` 2. See error ``` 12:50:30 notebook.1 | [W 12:50:30.817 NotebookApp] Error loading server extension nbresuse 12:50:30 notebook.1 | Traceback...

bug

Adds disk monitoring. I've also done a couple of tweaks - like moving the UI labelling to indicators to their individual View file, and use these labels as the main...

enhancement