hello, is it possible to color the cpu and ram top processes?
For example, if the process is over 50%, display it in red, and if the ram exceeds 1gb, display the process in red?
I use :
TOPPROCESSCPU=interval:5,id:cputop,wide:1,align:2,font-face:Consolas,maxrows:5,display:%1[0.25s]%2[0.10s]%3[4.1f]%
and
TOPPROCESSMEM=interval:5,id:ramtop,wide:1,align:2,font-face:Consolas,maxrows:5,display:%1[0.25s]%2[0.10s]%3[1.1b]B
thanks