上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: 1、tomcat调优项目可分为:调整Tomcat的线程池,调整Tomcat的连接器,调整tomcat的运行模式,禁用AJP的连接器, JVM的调优 Tomcat的线程池调优 调整server.xml <Executor name="tomcatThreadPool" namePrefix="cata 阅读全文
posted @ 2018-11-26 15:23 xiao_pai_pai 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Declarative 1、 pipeline{ agent options{ } stages{ stage(' '){ steps{ } } } post{ always{} changed{} fixed{} regression{} aborted{} failure{} success{} 阅读全文
posted @ 2018-11-23 09:42 xiao_pai_pai 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/bugsbunny/p/7919993.html 阅读全文
posted @ 2018-10-30 15:38 xiao_pai_pai 阅读(175) 评论(0) 推荐(0) 编辑
摘要: top - 13:32:13 up 128 days, 22:10, 1 user, load average: 0.20, 0.26, 0.30Tasks: 154 total, 1 running, 153 sleeping, 0 stopped, 0 zombieCpu(s): 0.3%us, 阅读全文
posted @ 2018-10-15 13:46 xiao_pai_pai 阅读(150) 评论(0) 推荐(0) 编辑
摘要: /logs/nginx/*/*access.log { daily rotate 30 missingok dateext #compress notifempty sharedscripts postrotate [ -e /var/run/nginx.pid ] && kill -USR1 `c 阅读全文
posted @ 2018-09-19 19:16 xiao_pai_pai 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 1、将http协议重写成https协议: (用户用http进行访问,但后端是https),则可添加80 http端口监听,然后进行https rewrite; server { listen 80; server_name www.xxxxx.com; if ($request_uri !~ /(n 阅读全文
posted @ 2018-09-05 14:17 xiao_pai_pai 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 1、下载对应的mysecureshell-1.33-1.x86_64.rpm包 2、安装mysecureshell-1.33-1.x86_64.rpm 3、添加ftp用户 useradd ftp 4、配置/etc/passwd,将ftp的登录属性进行修改 ftp:x:1002:50::/home/f 阅读全文
posted @ 2018-09-05 13:40 xiao_pai_pai 阅读(489) 评论(0) 推荐(0) 编辑
摘要: #!groovynode { stage('代码获取') { checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions: '', excluded 阅读全文
posted @ 2018-08-28 09:37 xiao_pai_pai 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 安装依赖 yum install -y gcc gcc-c++ make zlib zlib-devel pcre pcre-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2 阅读全文
posted @ 2018-08-21 14:33 xiao_pai_pai 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 监控脚本:python2.7 #!/usr/bin/python import urllib2, base64, re, struct, time, socket, sys, datetime, os.path try: import jsonexcept: import simplejson as 阅读全文
posted @ 2018-08-21 14:25 xiao_pai_pai 阅读(224) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页