发布时间:2013-02-22 16:06:18
nohup ping 7cbox.cn | gawk '{print strftime("%Y-%m-%d %H:%M:%S") "\t" $0}' >>/mnt/7cbox.cn.txt &......【阅读全文】
发布时间:2013-02-19 17:58:19
通过mysql+keepalived实现mysql双主,达到mysql高可用的目的......【阅读全文】
发布时间:2013-01-28 15:23:05
查看内存使用情况free可用内存=free+buffers+cached以用内存=used-buffers-cached 所以看内存的使用不要看used 和free ,看 -/+ buffers/cache 就可以了查看磁盘性能iostatiostat -x 1 5 %util 接近100%的时候,产生 的I/O 请求太多,I/O 系统已经满负荷,该磁盘可能.........【阅读全文】
发布时间:2013-01-23 17:01:08
安装snmp yum install net-snmp net-snmp-utils -y 配置snmp vim /etc/snmp/snmpd.conf 替换 com2sec notConfigUser default public 为 com2sec local localhost .........【阅读全文】