mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #136] [BUG] Windows Server Unexpectedly Shuts Down When Using Nvitop to Monitor GPU Usage #86
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NI-MingCheng on GitHub (Oct 23, 2024).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/136
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
1.3.2
Operating system and version
Windows Server 2022 Datacenter
NVIDIA driver version
516.01
NVIDIA-SMI
Python environment
python -m pip freeze
Problem description
When monitoring GPU usage with nvitop on Windows Server systems, the system experiences unexpected shutdowns. This issue appears to be caused by compatibility conflicts between nvitop and Windows Server's hardware monitoring system.
Steps to Reproduce
Deep learning training using GPU first
Then use Nvitop to view GPU usage
Unexpected system shutdown
Traceback
Logs
Expected behavior
None
Additional context
None
@XuehaiPan commented on GitHub (Oct 23, 2024):
@NI-MingCheng thanks for the report, I wonder if the R515 driver can work with CUDA 11.7 on Windows. I found the latest production driver for WinServer 2022 for RTX A5000 is the R550 driver NVIDIA RTX Server Driver Release 550 R550 U10 (553.24) | Windows Server 2022.
It would be helpful if you could run the following Python code in a REPL (e.g.
ipythonor just typepythonin the terminal) manually:@NI-MingCheng commented on GitHub (Oct 23, 2024):
The results are as follows.
Xuehai Pan @.***> 于2024年10月23日周三 16:14写道:
@NI-MingCheng commented on GitHub (Oct 23, 2024):
倪明成 @.***> 于2024年10月23日周三 17:23写道:
@NI-MingCheng commented on GitHub (Mar 29, 2025):