Skip to content
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

DISK I/O BANDWIDTH and NETWORK I/O BANDWIDTH are empty. #206

Open
sorenwacker opened this issue Oct 29, 2024 · 0 comments
Open

DISK I/O BANDWIDTH and NETWORK I/O BANDWIDTH are empty. #206

sorenwacker opened this issue Oct 29, 2024 · 0 comments

Comments

@sorenwacker
Copy link

sorenwacker commented Oct 29, 2024

Hi,

I tried on different computers the nightly build for jupyter >=4. In all cases the DISK I/O BANDWIDTH and NETWORK I/O BANDWIDTH graphs are empty.

Image

Tested on Ubuntu 22.04 and on a SLURM cluster running JupyterLab inside an Singularity container.

import psutil

# Get CPU usage
cpu_usage = psutil.cpu_percent(interval=1)
print(f"CPU Usage: {cpu_usage}%")

# Get memory usage
memory_info = psutil.virtual_memory()
print(f"Memory Usage: {memory_info.percent}%")

returns

CPU Usage: 3.2%
Memory Usage: 2.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

1 participant