这是纯 64 位系统的预期 CPU/内存使用情况吗13.04
?我只运行 Ubuntu,就像屏幕截图中那样。
ps faux
输出:粘贴箱
答案1
以下是您粘贴的相关行,其中 %CPU 不是 0.0。这些都是在典型用户登录会话期间会处于活动状态的正常进程。看起来您无需担心任何事情。
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1187 8.7 0.4 196172 38552 tty7 Ss+ 14:07 6:31 \_ /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none
deus 1995 4.6 1.2 1480928 96744 ? Sl 14:08 3:25 \_ compiz
deus 30695 1.5 0.2 607076 19668 ? Sl 15:21 0:00 | \_ gnome-terminal
deus 30702 0.1 0.0 26168 3200 pts/0 Ss 15:21 0:00 | \_ bash
deus 2015 0.1 0.5 1020772 45468 ? Sl 14:08 0:05 \_ nautilus -n
deus 2426 0.1 0.1 517176 14152 ? Sl 14:09 0:06 \_ update-notifier
deus 1972 2.2 0.0 365604 6776 ? S<l 14:08 1:41 /usr/bin/pulseaudio --start --log-target=syslog
deus 30029 5.3 0.3 553456 30216 ? Sl 14:59 1:12 gnome-system-monitor
答案2
很简单。系统监视器本身使用 CPU 来绘制所有内容。例如,
如果您使用top
, htop
您可以看到空闲时根本没有负载。
(也许 Compiz 也会使用很少的资源来绘制当前窗口,但它使用的资源远少于 Gnome 系统监视器。)
当然,有些程序会定期运行。比如 apt-get 检查更新等。
(现在我阅读了评论,有人已经提到了这一点。当我打开早期版本的 Ubuntu 时,我也看到了同样的问题,并且 CPU 使用率也随之上升。)