[GH-ISSUE #137] [Question] How on earth does the sorting work? #85

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

Originally created by @smbell1979 on GitHub (Oct 24, 2024).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/137

Originally assigned to: @XuehaiPan on GitHub.

Required prerequisites

  • I have read the documentation https://nvitop.readthedocs.io.
  • 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.

Questions

I might be an idiot, but I cannot for the life of me, figure out how to sort by CPU usage, or GPU usage for instance...

What does oc oC or og oG mean? Is this a combo of o and c, because I can't get it to work.

Originally created by @smbell1979 on GitHub (Oct 24, 2024). Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/137 Originally assigned to: @XuehaiPan on GitHub. ### Required prerequisites - [X] I have read the documentation <https://nvitop.readthedocs.io>. - [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. ### Questions I might be an idiot, but I cannot for the life of me, figure out how to sort by CPU usage, or GPU usage for instance... What does oc oC or og oG mean? Is this a combo of o and c, because I can't get it to work.
gitea-mirror 2026-05-05 03:25:01 -06:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@XuehaiPan commented on GitHub (Oct 24, 2024):

Hi @smbell1979, the combination key means sequentially pressing the keys one-by-one. If you are familiar with vim/vi, I think you can understand that easily.

oc:
<press> o
<release>
<press> c
<release>

oC:
<press> o
<release>
<press and hold> shift
<press> c
<release>
<!-- gh-comment-id:2434396006 --> @XuehaiPan commented on GitHub (Oct 24, 2024): Hi @smbell1979, the combination key means sequentially pressing the keys one-by-one. If you are familiar with vim/vi, I think you can understand that easily. ```text oc: <press> o <release> <press> c <release> oC: <press> o <release> <press and hold> shift <press> c <release> ```
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#85
No description provided.