tmux 1.5 x86_64 eating a full core (CentOS-5 x86_64)

2011-10-03 Thread Tru Huynh
Hi, After a week of uptime, several users have tmux session eating a full core on a CentOS-5 x86_64 linux machine. The cpu usage is initialy fine but it seems to increase to some unexpected values! top - 15:54:17 up 11 days, 20:10, 4 users, load average: 0.25, 0.31, 0.31 Tasks: 201 total, 1 r

Re: tmux 1.5 x86_64 eating a full core (CentOS-5 x86_64)

2011-10-03 Thread Thomas Adam
On 3 October 2011 15:16, Tru Huynh wrote: > Possible cause: ~user/.tmux.conf > set -g status-left '#[fg=green,bg=black]#(whoami)@#h #[fg=white,bold]#(date > +"%T") #[default]' Don't shell out to date here -- the status lines get run via strftime() -- so just use the format specifiers for that di