Results 767 comments of BenBE

Step 0: Read [this document](https://github.com/htop-dev/htop/blob/main/docs/styleguide.md) Step 0.5: https://github.com/htop-dev/htop/blob/9c316cc14cafce1097583247710b6d74c1feb505/Process.h#L38-L56 and https://github.com/htop-dev/htop/blob/9c316cc14cafce1097583247710b6d74c1feb505/Process.h#L192

If you like you can do a second PR for this to create this meter. Be sure to keep changes minimal and streamlined. Counting the number of processes/threads in each...

If I'm reading your issue correctly, this, together with the comment in #243, would allow for proper preservation of the bold attribute without also introducing brightened-up colors if we were...

> > this, together with the comment in #243, would allow for proper preservation of the bold attribute without also introducing brightened-up colors if we were to update the mentioned...

The cgroup information on Linux is read as part of the process list refresh and stored alongside the other information for each process. You could internally just look up that...

There was a bug reported recently, that changing the existing CPU count on-the-fly (i.e. change number of CPUs in a VM), can cause crashes. Will have to look into the...

Basically requires creativity, understanding of the system you are attacking, and a lack of a moral compass …

Is the libsensors output from 6.12.24 or from any of the newer versions? Does libsensors still report proper temperatures with 6.16?

In order to group the logical cores together and only show the "physical" cores requires the CPU topology to be processed (for each update of the load information). Currently we...

> Thank you for your response. > > > like multi-CPU systems, where one CPU has SMT, the other does not > > May I ask how many objects/indicators you...