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?
Asked
Active
Viewed 2,680 times
1 Answers
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.
-
I use latest version, which is 1.0.3. – Dec 03 '15 at 15:40