mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #102] [Feature Request] Add shortcut that shows parent process's name for selected process #61
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#61
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 @ubless607 on GitHub (Oct 12, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/102
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Motivation
Training a deep learning model with pytorch ddp is useful because it can utilize multiple gpus simultaneously.
The "COMMAND" description is not enough to get the information user need.
setproctitle allows user to change the name of a process.
If there was a shortcut to show the name of the parent process for the selected process, the user could distinguish the origin of the process or the purpose of the process.
Currently, user can use the tree-view mode to see the name of the parent process.
I would like to use a toggle shortcut working on the main screen. It would be useful for users working in the field of deep learning.
Solution
No response
Alternatives
No response
Additional context
No response
@XuehaiPan commented on GitHub (Oct 12, 2023):
Hi @ubless607, you can press the
tkey to switch to the treeview screen. That will show the GPU processes and their ancestors.