很奇怪的事情,什么都没有开,内存使用率这么高?
Mem: 15.682G total, 14.957G used, 742.301M free
[root@localhost ~]# top M
top - 14:35:24 up 1 day, 8 min, 3 users, load average: 66.29, 61.72, 54.23
Tasks: 409 total, 2 running, 400 sleeping, 7 stopped, 0 zombie
Cpu(s): 58.4%us, 2.8%sy, 0.0%ni, 33.1%id, 5.1%wa, 0.1%hi, 0.5%si, 0.0%st
Mem: 15.682G total, 14.957G used, 742.301M free, 175.434M buffers
Swap: 17.625G total, 148.000k used, 17.625G free, 14.381G cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4174 root 18 0 4024 556 248 D 15.9 0.0 1:00.01 gzip
3858 root 18 0 4024 552 248 D 13.5 0.0 2:10.69 gzip
4545 root 18 0 4024 548 248 D 12.9 0.0 0:01.22 gzip
3601 root 18 0 4024 556 248 D 12.3 0.0 4:10.15 gzip
4119 root 18 0 4024 556 248 D 12.3 0.0 1:11.63 gzip
3422 root 18 0 4024 560 248 D 11.8 0.0 8:15.94 gzip
pl_014 于 2010-12-22 21:07:18发表:
一般地,swap用的很少就可以说明其它的内存用作虚拟内存了,不过如沙发所说,有许多gzip进程,不知道是干什么用的。再有,有的服务器软件,如oracle的数据库服务器,会通吃内存(有多少就用多少)
colinwsc 于 2010-12-22 13:17:58发表:
To confession,
看你的系统怎么调用 /opt/daily_clearlog.sh
如果cron调用并有修改crontab的权限, 运行crntab -e,再删除相应行就可以了。
其它方法,
1. 如crontab直接调用文件。
chmod -x /opt/daily_clearlog.sh
2. 最直接方法,改文件名。
mv /opt/daily_clearlog.sh /opt/daily_clearlog.sh.bak
colinwsc 于 2010-12-22 13:12:43发表:
To yhzm1314,
是哈,已经注册相当久了。 最近有兴趣上网,看能不能帮助人,也提升自己学习的动力。
confession 于 2010-12-21 16:45:52发表:
不停的运行tar,pkill tar之后,如何禁止对应的/opt/daily_clearlog.sh 这个脚本运行?
[root@localhost ~]# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 10352 684 ? Ss Dec20 0:02 init [5]
root 2 0.0 0.0 0 0 ? S< Dec20 0:00 [migration/0]
root 3 0.0 0.0 0 0 ? SN Dec20 0:00 [ksoftirqd/0]
root 4 0.0 0.0 0 0 ? S< Dec20 0:00 [watchdog/0]
root 5 0.0 0.0 0 0 ? S< Dec20 0:00 [migration/1]
root 6 0.0 0.0 0 0 ? SN Dec20 0:00 [ksoftirqd/1]
root 7 0.0 0.0 0 0 ? S< Dec20 0:00 [watchdog/1]
root 8 0.0 0.0 0 0 ? S< Dec20 0:00 [migration/2]
root 9 0.0 0.0 0 0 ? SN Dec20 0:00 [ksoftirqd/2]
root 10 0.0 0.0 0 0 ? S< Dec20 0:00 [watchdog/2]
root 11 0.0 0.0 0 0 ? S< Dec20 0:00 [migration/3]
root 12 0.0 0.0 0 0 ? SN Dec20 0:00 [ksoftirqd/3]
root 13 0.0 0.0 0 0 ? S< Dec20 0:00 [watchdog/3]
root 14 0.0 0.0 0 0 ? S< Dec20 0:00 [migration/4]
root 15 0.0 0.0 0 0 ? SN Dec20 0:00 [ksoftirqd/4]
root 16 0.0 0.0 0 0 ? S< Dec20 0:00 [watchdog/4]
root 17 0.0 0.0 0 0 ? S< Dec20 0:00 [migration/5]
root 18 0.0 0.0 0 0 ? SN Dec20 0:00 [ksoftirqd/5]
root 19 0.0 0.0 0 0 ? S< Dec20 0:00 [watchdog/5]
root 20 0.0 0.0 0 0 ? S< Dec20 0:00 [migration/6]
yhzm1314 于 2010-12-21 16:15:52发表:
发现楼上潜水好厉害,08年注册到今天才回一帖。~~~(e:e2s
colinwsc 于 2010-12-21 16:09:05发表:
你这个不是什么都没开,而是开了很多!!!
Tasks: 409 total, 2 running, 400 sleeping, 7 stopped, 0 zombie
409个任务,大部分是gzip吧,只有2个再运行(你的机器是2个核心吧)。
你运行的任务太多,远远超过系统能力了。