Skip to content
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

Open
ncqgm opened this issue Sep 26, 2020 · 4 comments
Open

feature wish: hotkey for expanded process details #183

ncqgm opened this issue Sep 26, 2020 · 4 comments
Labels
new feature Completely new feature

Comments

@ncqgm
Copy link

ncqgm commented Sep 26, 2020

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

@ncqgm ncqgm changed the title feature wish: hotkey for process details feature wish: hotkey for expanded process details Sep 26, 2020
@rubyFeedback
Copy link

Hmm. Could we just add a commandline switch for that? Then
people could just alias htop to that --flag. It's not the same as
your issue request, but people could just alias htop to that
variant with the --flag, and have those expanded columns
on start of htop.

@fasterit
Copy link
Member

fasterit commented Oct 2, 2020

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 ...│
│ ...                                 │
└──────────────────────────────────┘

@ncqgm
Copy link
Author

ncqgm commented Oct 2, 2020 via email

@fasterit fasterit added the Hacktoberfest Issues for DigitalOcean Hacktoberfest label Oct 5, 2020
@fasterit fasterit removed the Hacktoberfest Issues for DigitalOcean Hacktoberfest label Nov 15, 2020
@BenBE BenBE added the new feature Completely new feature label Dec 16, 2020
@etosan
Copy link
Contributor

etosan commented Apr 4, 2021

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 lsof display with l.

There is no point in infoboxing. When I am drilling down into the specific process I don't care about other processes, same way when I am drilling down into it's open files with l, i don't care about other processes.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Completely new feature
Projects
None yet
Development

No branches or pull requests

5 participants