http://d.hatena.ne.jp/sugyan/20090317/1237258555にコメントをいただいたので、変更してみた。
uptime コマンドから、システムの平均負荷状態を得ることができるらしい。
The uptime utility displays the current time, the length of time the system has been up, the number of users, and the load average of the system over the last 1, 5, and 15 minutes.
ということで.zshrcを以下のようにしてみた。
(※追記した。これはひどい)
precmd () { PROMPT=$'%{\e[36m%}%* ('$(uptime | awk '{ print $8 }')$') %%%{\e[m%} ' } RPROMPT=$'%{\e[32m%}%/%{\e[m%}'