I used to have a setting in my .emacs file which enabled the cpu load in my emacs23 status bar. But I don’t seem to be able to find the command anymore.
It used to be on the emacs.wiki but somehow I couldn’t find it. Any ideas?
I used to have a setting in my .emacs file which enabled the cpu
Share
The system load is shown right beside the time in the status bar. You can display the time when you set the variable
display-time-modetot.There are a few options you can set, especially
Display Time Load Average Threshold(set to 0.1, so load isn’t showing up when it is beyond 0.1). You can set these options very easily viaM-x customize-group RET display-time RETThere are also some packages for further customization.