摘要:
1)用到的工具以及指标 2)下载到需要测试机器的本地并执行 sudo wget -N --no-check-certificate https://raw.githubusercontent.com/learning2016/Server-evaluation/master/menu.sh&& ba 阅读全文
摘要:
# # Example configuration for a possible web application. See the # full configuration options online. # # http://haproxy.1wt.eu/download/1.4/doc/conf 阅读全文
摘要:
Centos6.x vim /etc/rsyslog.conf # Provides UDP syslog reception$ModLoad imudp$UDPServerRun 514 #### RULES ####local0.* /var/log/haproxy.log Centos6.x 阅读全文
摘要:
# 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 阅读全文
摘要:
rm -f /var/run/yum.pid 阅读全文
摘要:
性能测试(CPU、内存、IO)~~~~~~CPU~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CPU指标为运算处理能力 一、cat /ptoc/cpuinfo1、直接查看逻辑CPU的个数,执行:cat /p 阅读全文
摘要:
【Rsync的参数详细解释】 -v, --verbose 详细模式输出 -q, --quiet 精简输出模式 -c, --checksum 打开校验开关,强制对文件传输进行校验 -a, --archive 归档模式,表示以递归方式传输文件,并保持所有文件属性,等于-rlptgoD -r, --rec 阅读全文
摘要:
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 阅读全文
摘要:
阅读全文
摘要:
设置团队成员,只要成员,在处理每个问题的时候,标记了log time ,就能在Tempo 统计显示出来,很方便。 阅读全文