cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.36k stars 436 forks source link

Double-digit thread support #158

Open jmuchovej opened 5 years ago

jmuchovej commented 5 years ago

i don't believe there's an issue related to this, but definitely close and link if there is. đŸ˜…

i have a TR1920X, which has 24-threads. running gotop -p, will list all the threads, however, i typically can't see more than the first 12 or so unless i fully maximize the window.

*would it be possible to adaptively place the cpus? (meaning, if the window which lists the cpus is able to "detect" an overflow, it repaints as a column?)

i know that i would take a temporal update hit to have that – meaning if it reduces the update frequency, that's definitely an acceptable trade-off, imo. (or maybe we can pass a flag?)