[GH-ISSUE #102] [Feature Request] Add shortcut that shows parent process's name for selected process #61

Closed
opened 2026-05-05 03:24:08 -06:00 by gitea-mirror · 1 comment
Owner

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

  • I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
  • I have tried the latest version of nvitop in a new isolated virtual environment.

Motivation

image

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

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 - [X] I have searched the [Issue Tracker](https://github.com/XuehaiPan/nvitop/issues) that this hasn't already been reported. (comment there if it has.) - [X] I have tried the latest version of nvitop in a new isolated virtual environment. ### Motivation ![image](https://github.com/XuehaiPan/nvitop/assets/5417257/2698b79e-c5c2-4487-8d37-6b97aa5a12b6) Training a deep learning model with [pytorch ddp](https://pytorch.org/tutorials/intermediate/ddp_tutorial.html) is useful because it can utilize multiple gpus simultaneously. The "COMMAND" description is not enough to get the information user need. [setproctitle](https://github.com/dvarrazzo/py-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_
gitea-mirror 2026-05-05 03:24:08 -06:00
Author
Owner

@XuehaiPan commented on GitHub (Oct 12, 2023):

Hi @ubless607, you can press the t key to switch to the treeview screen. That will show the GPU processes and their ancestors.

<!-- gh-comment-id:1759078631 --> @XuehaiPan commented on GitHub (Oct 12, 2023): Hi @ubless607, you can press the `t` key to switch to the treeview screen. That will show the GPU processes and their ancestors.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#61
No description provided.