We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Tested on Ubuntu 22.04 and on a SLURM cluster running JupyterLab inside an Singularity container.
returns
The text was updated successfully, but these errors were encountered: