发布时间:2014-05-14 17:14:56
Tsung测试XMPP协议的集群配置(一)Tsung的安装和配置见 http://blog.chinaunix.net/uid-29485627-id-4241742.html(二)配置hosts文件[root@host141 ~]# cat /etc/hosts# Do not remove the following line, or various&nbs.........【阅读全文】
发布时间:2014-05-14 14:42:18
Linux不用重启修改主机名永久修改:1)修改/etc/sysconfig/network,在里面指定主机名称HOSTNAME=yourhostname2)在终端执行命令hostname yourhostname3)用ctrl+d注销一下系统,再重新登录之后就行了......【阅读全文】
发布时间:2014-05-14 13:57:13
java.lang.OutOfMemoryError: GC overhead limit exceeded解决方案 问题背景:用Tsung做压力测试,当tcp连接数达到16万5千时,服务器卡住,且出错信息为:{ERROR} [2014-05-09 14:58:45,077] <org.androidpn.server.xmpp.net.XmppIoHandler> : java.la.........【阅读全文】
发布时间:2014-05-12 10:16:58
You have new mail in /var/spool/mail/root禁止提醒解决方案:修改系统配置文件,告诉系统不要去检查邮箱[root@localhost]#echo “unset MAILCHECK” >> /etc/profile......【阅读全文】