全部博文(150)
发布时间:2019-02-15 14:04:34
nginx tcp stream 访问日志配置的优化需求记录tcp 访问日志只记录业务访问的日志,负载均衡器发起的探测端口存活的空数据包不记录;连接完成后马上写入日志(方便调试),默认nginx会写入缓存,缓存满后写入日志;环境系统:centos7.........【阅读全文】
发布时间:2017-08-02 19:01:25
centos 6.4 编译内核更改lvs的哈希表设置多年以前的在导航犬优化lvs的操作过程,留念。1、更新系统yum update2、编译前准备系统环境uname -aLinux GIS-test 2.6.32-220.el6.x86_64 #1 SMP Tue Dec 6 19:48:22 GMT 2011 x86_64 x86_64 x86_64 GNU/Linuxcat /etc/redhat-release CentOS release .........【阅读全文】
发布时间:2013-10-16 14:38:13
centos 6.4 编译内核更改lvs的哈希表设置1、更新系统yum update2、编译前准备确定安装所需的编译工具yum groupinstall "Development Tools"确定安装make config所需工具um install ncurses-devel确定编译centos6内核所需工具yum install hmaccalc zlib-devel binutils-devel elfutils-libelf-.........【阅读全文】