hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.83k stars 581 forks source link

[POC/WIP] Topology in affinity panel #1025

Closed bertwesarg closed 4 years ago

bertwesarg commented 4 years ago

Not yet fully tested with large topologies. Also the code in AffinityPanel.c is to poised with #ifdef HAVE_LIBHWLOC.

bertwesarg commented 4 years ago

@jozie @blastmaster

natoscott commented 4 years ago

FYI - https://github.com/hishamhm/htop/issues/992

bertwesarg commented 4 years ago

FYI - #992

thanks, I will rebase to the new fork, when I think this can go into review

bertwesarg commented 4 years ago

I have one problem left, that is te widt of the affinity panel, somehow I'm not able to force a specific width. any ideas?

bertwesarg commented 4 years ago

I have one problem left, that is te widt of the affinity panel, somehow I'm not able to force a specific width. any ideas?

solved

bertwesarg commented 4 years ago

New PR here: htop-dev/htop#11