线上配置/etc/rsyncd.confuid = rootgid = rootuse chroot = yesmax connections = 10pid file=/var/run/rsyncd.pidlist = yesstrict modes = nohosts ...
分类:
其他好文 时间:
2014-06-28 16:24:42
阅读次数:
327
performance_schema在 MySQL 5.6 中默认是开启的,但相关的很多参数相比 MySQL 5.5 却是降低了,例如 performance_schema 自动调整到 445 个表和 224 线程,比 MySQL 5.5 低。尽管默认 max_connections 只是 150 ...
分类:
数据库 时间:
2014-06-28 11:59:15
阅读次数:
361
最近网站出现 User 数据库名称 has already more than 'max_user_connections' active connections 的报错,网站瘫痪。有必要研究下这个问题。max_user_connections 是 MySQL 用户连接数的最大值设置,整段语句的意思...
分类:
数据库 时间:
2014-06-25 11:06:23
阅读次数:
246
1. 登录服务器查看后,发现router的日志很大,有超过100G,导致无法打开, 决定,先重启router服务,删除日志。
2. 重启完毕router后,日志又出现了猛刷的情况,进入查看,显示
2014-06-19T20:08:25.170+0800[conn8956] end connection 10.4.1.101:7389(100 connections now...
分类:
数据库 时间:
2014-06-22 20:35:45
阅读次数:
243
在网上找到解决方案:SolutionEnable RDP security layer in
Group Policy on the machine:Verify that the firewall allows remote desktop
connections with RDP (Port 3...
sudo netstat -tap | grep mysql命令行输出:tcp6 0 0
[::]:mysql [::]:* LISTEN 1740/mysqldsudo netstat -tapActive Internet connections
(servers and established...
分类:
数据库 时间:
2014-06-09 13:18:40
阅读次数:
1299
查了一大堆网上的资料全都没用,Google得知,是Windows 7 的socket泄漏
:https://supportkb.riverbed.com/support/index?page=content&id=S23580&actp=LIST_RECENT补丁下载地址:
http://suppo...
分类:
编程语言 时间:
2014-06-07 22:19:32
阅读次数:
857
今天早上9:06左右,Windows性能监视器监测到主站的Web服务器出现了CPU
100%的情况,伴随着Requests/Sec的上升。QPS最高冲到了601。IIS的Current Connections也随之上升。
分类:
Web程序 时间:
2014-06-06 09:47:56
阅读次数:
303
mysql too many open
connections问题解决方法。原文参考:http://www.jbxue.com/db/10068.html原因主要是:max_connections配置问题导致,它必须在[mysqld]下面才会生效。曾经以为在my.cnf写入max_connectio...
分类:
数据库 时间:
2014-05-30 05:22:53
阅读次数:
319
Windows Server Failover Clustering is a high
availability platform that is constantly monitoring the network connections and
health of the nodes in a ...
分类:
其他好文 时间:
2014-05-27 23:48:23
阅读次数:
550