Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2809526
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

发布时间:2016-06-21 19:02:15

中午的时候,后端两台iis服务器的并发连接数突然大幅度的增加,于是zabbix报警,客服通知网站某些功能挂掉了!突增截图如下: 后端两台服务器iis并发连接数过多,导致nginx调度机也报警,并发连接数太多!怀疑问题 :1:被攻击 2:修改了代码,代码有问题上面两个问题都被查证了,没有!有人提出来添加we.........【阅读全文】

阅读(2130) | 评论(0) | 转发(0)

发布时间:2016-06-03 18:26:39

搭建好ansible后,在/etc/ansible/hosts 文件中添加如下:[all]192.168.220.141 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass=root然后在机器上执行:[root@localhost ansible]#  ansible all -m ping192.168.220.141 | UNREACHABLE! => {    "changed": false,    .........【阅读全文】

阅读(7805) | 评论(0) | 转发(0)

发布时间:2016-06-03 10:48:13

1:explain sql ? 在mysql5.6 下无论是insert/update/delete 都是可以的2:show create ?table tbname3:只导出表结构mysqldump -uroot -p'password' ?--no-data ?表名> biaoming.sql4: ?show index from ?tablename; ##一般一个表上最多有5个索引5:show table status like '表名'; #.........【阅读全文】

阅读(1040) | 评论(0) | 转发(0)

发布时间:2016-06-02 16:18:02

1:local&Remote backupsmysqldump can ?connect to local or remote serversmysqlhotcopy performs only local backupselect ?..... into outfilesnapshotlvm2:full & incremental ba lckupsA full backup includes all data managed by a mysql ?server at a given point timeAn incremental back.........【阅读全文】

阅读(886) | 评论(0) | 转发(0)

发布时间:2016-06-02 15:22:18

查看redis日志发现有大量的附件信息:The message indicates that there's a fsync operation on the AOF file and it has been last for a little while, to protect your data from lose, redis will slow down to wait for that fsync. This often happens when:1. you have a slow disk, or2. you write too many.........【阅读全文】

阅读(3524) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-04-10 18:37

呵呵,文章中露点了!

回复 |  删除 |  举报

chinaunix网友2009-11-05 22:00

写的非常好,收益匪浅,加油啊,caoshouwen!

回复 |  删除 |  举报

chinaunix网友2008-12-02 15:50

强嘎~!

回复 |  删除 |  举报

yexin2182008-11-26 23:38

不错啊,加油哦

回复  |  举报
留言热议
请登录后留言。

登录 注册