-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature wish: hotkey for expanded process details #183
Comments
Hmm. Could we just add a commandline switch for that? Then |
I think he's more looking for an info box like this:
|
On Fri, Oct 02, 2020 at 01:55:39AM -0700, Faster IT wrote:
I think he's more looking for an info box like this:
```
┌──────────────────────────────────┐
│ PID: 4711 │
│ User: DLange │
│ Pri: 20 │
│ Nice: -10 │
│ VIRT: 1500M │
│ ... │
│ Full command line: /usr/bin/htop ...│
│ ... │
└──────────────────────────────────┘
```
Exactly. It could show the values for all known columns (only
some of which are likely configured to be displayed in the
list of processes).
And then some :-)
Karsten
--
GPG 40BE 5B0E C98E 1713 AFA6 5BC0 3BEA AC80 7D4F C89B
|
I would like to have feature like this too, I was thinking about it for quite some time, but instead of "infobox" I would suggest same approach we do, when doing There is no point in This screen should give user access to as much and as detailed information as possible, probably it should implement even "deeper" sub-screens - it would be very comfortable to be able to descent into detailed memory maps process has and things like that. |
Typically, one has htop configured with only a few of all available columns.
Could we make (d)etails or (i)nfo key show a panel listing all columns with
their respective values regarding the process the selection bar was on ?
Thanks,
Karsten
The text was updated successfully, but these errors were encountered: