5

I try to enlarge the htop column's width. I've found a solution here, but it seems very specific and also too difficult. Is there any simpler way to make all the characters in a column visible?

cadaniluk
  • 15,027
  • 2
  • 39
  • 67

1 Answers1

3

Got here from this question: https://serverfault.com/questions/740496/htop-cgroup-column-widen/740533?noredirect=1#comment926040_740533 which is a duplicate of yours.

In short, in current versions the column width is fixed. You can ask for this enhancement to the devs or implement it yourself :-)

You can use ps to find the processes in control groups you're interested in.

Community
  • 1
  • 1
Fredi
  • 216
  • 1
  • 8