Date: Tue, 6 Feb 2001 11:11:56 +0800 From: davidx <davidx@viasoft.com.cn> To: freebsd-hackers@freebsd.org Subject: make top better Message-ID: <1439047499.20010206111156@stocke.com>
next in thread | raw e-mail | index | archive | help
Hi, "top" always puts CPU idle time in last, but I think in CPU states, idle is most important field, could anyone move idle field to first. change from : CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle to: CPU states: 100% idle, 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt Regards, --- David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1439047499.20010206111156>