内网有台dell r620 做测试用;4个网口都插了 网线,通过小交换直接连在中心路由的第3个口上;安装了kvm,有virbr0 ;但还没装其它的虚拟机。ping 外网域名 ,IP地址 都超慢; 近乎1分钟返回一次;尝试:/etc/sysconfig/network-scripts 目录下新件了 ....
分类:
其他好文 时间:
2014-06-29 00:47:00
阅读次数:
283
- (void)yourButtonTitleTime{ __block int timeout=30; //倒计时时间 dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);.....
分类:
其他好文 时间:
2014-06-26 00:43:27
阅读次数:
305
配置环境说明 192.168.3.80-XSCF地址192.168.2.80-solaris操作系统IP地址 (nagios客户端)192.168.2.120-nagios服务器端check_xscf.pl-检查xscf的执行脚本,放在nagios客户端上。check_xscf.cfg-检查xscf...
分类:
移动开发 时间:
2014-06-25 21:23:57
阅读次数:
208
Nagios是一个监视系统运行状态和网络信息的监视系统。Nagios能监视所指定的本地或远程主机以及服务,同时提供异常通知功能等。Nagios可运行在Linux/Unix平台之上,同时提供一个可选的基于浏览器的WEB界面以方便系统管理人员查看网络状态,各种系统问题,以及日志等等。安装完成..
分类:
移动开发 时间:
2014-06-24 16:20:57
阅读次数:
354
1在lvs 服务器上安装nrpe客户端:1.1,rpm方式安装nrpe客户端下载地址:http://download.csdn.net/detail/mchdba/7493875[root@localhost nagios]# ll
总计 768
-rw-r--r-- 1 root root 713389 12-16 12:08 nagios-plugins-1.4.11-1.x86_64.rp...
分类:
移动开发 时间:
2014-06-22 20:19:40
阅读次数:
330
/// /// 网络工具类。 /// public sealed class WebUtils { private int _timeout = 100000; /// /// 请求与响应的超时时间 /// ...
分类:
其他好文 时间:
2014-06-21 17:18:41
阅读次数:
225
原文: http://www.cnblogs.com/codingmyworld/archive/2011/08/17/2141706.html /* 从连接池中取连接的超时时间 */ConnManagerParams.setTimeout(params, 1000);/* 连接超时 */HttpC...
分类:
移动开发 时间:
2014-06-21 13:56:13
阅读次数:
247
今天在工作的时候发现自己update 一个表的某个字段超时,想了好久,首先想到的办法是,延长操作时间:mysql> set innodb_lock_wait_timeout=100mysql> show variables like 'innodb_lock_wait_timeout'; 但是时间....
分类:
数据库 时间:
2014-06-21 11:38:08
阅读次数:
277
监控server端的安装部署一、apache的安装下载httpd-2.2.15.tar.gz gunzip httpd-2.2.15.tar.gztar xvf httpd-2.2.15.tarcd httpd-2.2.15./configure --prefix=/usr/local/apache...
分类:
移动开发 时间:
2014-06-21 07:24:13
阅读次数:
319
默认的timeout是5000ms毫秒,如果是断点调试的时候,经常会出现timeout,所以修改这个值就不会出现timeout了,Eclipse下的设置位置:Window->Preferences->Android->DDMSADB connection time out(ms):5000
分类:
数据库 时间:
2014-06-20 15:21:50
阅读次数:
798