会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qinliang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2019年9月19日
linux服务器测试性能
摘要: 1)用到的工具以及指标 2)下载到需要测试机器的本地并执行 sudo wget -N --no-check-certificate https://raw.githubusercontent.com/learning2016/Server-evaluation/master/menu.sh&& ba
阅读全文
posted @ 2019-09-19 00:30 qinliang
阅读(1433)
评论(0)
推荐(0)
2019年8月12日
HAProxy1.5.x tcp example
摘要: # # Example configuration for a possible web application. See the # full configuration options online. # # http://haproxy.1wt.eu/download/1.4/doc/conf
阅读全文
posted @ 2019-08-12 18:21 qinliang
阅读(250)
评论(0)
推荐(0)
Haproxy开启日志
摘要: Centos6.x vim /etc/rsyslog.conf # Provides UDP syslog reception$ModLoad imudp$UDPServerRun 514 #### RULES ####local0.* /var/log/haproxy.log Centos6.x
阅读全文
posted @ 2019-08-12 18:11 qinliang
阅读(449)
评论(0)
推荐(0)
Fix rpmdb: Thread died in Berkeley DB library
摘要: # mkdir /var/lib/rpm/backup # cp -a /var/lib/rpm/__db* /var/lib/rpm/backup/ # rm -f /var/lib/rpm/__db.[0-9][0-9]* # rpm --quiet -qa # rpm --rebuilddb
阅读全文
posted @ 2019-08-12 15:00 qinliang
阅读(192)
评论(0)
推荐(0)
Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum-cron
摘要: rm -f /var/run/yum.pid
阅读全文
posted @ 2019-08-12 14:36 qinliang
阅读(276)
评论(0)
推荐(0)
2019年8月7日
服务器性能测试
摘要: 性能测试(CPU、内存、IO)~~~~~~CPU~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CPU指标为运算处理能力 一、cat /ptoc/cpuinfo1、直接查看逻辑CPU的个数,执行:cat /p
阅读全文
posted @ 2019-08-07 01:54 qinliang
阅读(4337)
评论(2)
推荐(0)
2019年7月23日
rsync参数,多目录传送,拉取数据,推送数据
摘要: 【Rsync的参数详细解释】 -v, --verbose 详细模式输出 -q, --quiet 精简输出模式 -c, --checksum 打开校验开关,强制对文件传输进行校验 -a, --archive 归档模式,表示以递归方式传输文件,并保持所有文件属性,等于-rlptgoD -r, --rec
阅读全文
posted @ 2019-07-23 19:07 qinliang
阅读(2594)
评论(1)
推荐(0)
JIRA 查询项目最后更新时间
摘要: Mysql SELECT DISTINCT i.PROJECT, MIN(i.UPDATED) as "Last Updated", p.pnameFROM jiraissue iINNER JOIN project pON p.ID = i.PROJECTGROUP BY i.PROJECT, p
阅读全文
posted @ 2019-07-23 17:38 qinliang
阅读(1238)
评论(0)
推荐(0)
JIRA问题显示时间
摘要:
阅读全文
posted @ 2019-07-23 12:14 qinliang
阅读(1135)
评论(0)
推荐(0)
JIRA统计工时,我们用Tempo
摘要: 设置团队成员,只要成员,在处理每个问题的时候,标记了log time ,就能在Tempo 统计显示出来,很方便。
阅读全文
posted @ 2019-07-23 12:07 qinliang
阅读(13182)
评论(1)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告