Results 767 comments of BenBE

@Explorer09 Or disable the column, when the feature is not available at runtime.

> > @ Explorer09 Or disable the column, when the feature is not available at runtime. > > I wish a compile time option to disable it as well. Like...

> Does CI seem to have some issues? No. CI is waiting for approval by one of the maintainers as this is your first pull request for this project.

Please provide full memory statistics alongside the values shown in htop. We are programmers, not fortune tellers …

When we implemented the FD meter we briefly thought about this extra information but ultimately decided against collecting it, as this takes up a considerable amount of time to collect....

That's already implemented using Shift+H for userland threads and Shift+K for kernel threads. This is also documented if you press F1, ? or H (without Shift).

Both F9 and K intentionally exist, as on some systems the function keys are inaccessible for various reasons. Having both shortcuts available allows to still use these features even if...

Okay, something seems off here … Can you provide a copy of `/proc/meminfo` with what htop reports alongside? Shared memory should be handled already. Also, which htop version/release?

The reason for the `maxlen` argument had mostly two aspects: - Defense in depth regarding avoiding buffer overruns - Unless the input is all zero, every string above a certain...