mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #134] [Question] How to kill a procedure named no-such-process #83
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#83
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 @HuXiLiFeng on GitHub (Jul 31, 2024).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/134
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Questions
after exec nvitop
1 56752 C N/A 32.34GiB 100 N/A N/A N/A No Such ProcessHowever, when i exec nvidia-smi, i cant find this process 56752.
I tried "kill -9 56752", but it didn't works.
I also tried "fuser -v /dev/nvidia1 | xargs -t -n 1 kill -9", it didn't works.
Question: how to kill 56752 process?
@XuehaiPan commented on GitHub (Oct 25, 2024):
@HuXiLiFeng If you are running in a docker container, the PID from the NVIDIA driver is the host PID rather than the one in the container. So, you got
No Such Process. You can add--pidwhen usingdocker:If you are running in a physical machine, try this: