master ZBench/ZBench-CN.sh Go to file executable file 425 lines (370 sloc) 16.3 KB Raw Blame # Check if user is root [ $(id -u) != "0" ] && { echo "${CFAILURE}Error: You must be root to run this script${CEND}"; exit 1; }# Check if wget installed...
# Install Zping-CN if [ ! -e '/tmp/ZPing-CN.py' ]; then echo "Installing ZPing-CN.py..." dir=$(pwd) cd /tmp/ wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZPing-CN.py > /dev/null 2>&1 cd ...
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZPing-CN.py > /dev/null 2>&1 cd $dir fi chmod a+rx /tmp/ZPing-CN.py #"TraceRoute to Shanghai Telecom" /tmp/besttrace 61.129.42.6 > /tmp/sht.txt 2>&1 & ...
Zbench概念 由于品质特性有定性(不良率、RTY、dpmo…)、定量(Cp、Cpk、Pp、Ppk…)、单边规格、双边规格等过程能力指针,彼此之间无法比较. Zbench值之计算,是将过程之良率,以标准常态反函数计算其相对应的Z值,即『六标准偏差值』. ZST=6,长期过程表现为3.4DPMO(ZLT=4.5). Zbench计算范例 例:每周取样二次,每次...
又一个Linux VPS测评脚本. Contribute to xltzsoft/ZBench development by creating an account on GitHub.
又一个Linux VPS测评脚本. Contribute to ghomnet/ZBench development by creating an account on GitHub.
又一个Linux VPS测评脚本. Contribute to dxddgwc/ZBench development by creating an account on GitHub.
Update ZBench-CN.sh 4 years ago 393 echo "访问 http://${myip}:8001/index.html 查看您的测试报告,按 Ctrl + C 退出" Fix 4 years ago 394 cd /tmp/report 395 python -m SimpleHTTPServer 8001 396 iptables -I INPUT -m state --state NEW -m tcp -p tcp --dport 8001 -j ACCEPT...
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh 英文版: wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh 效果图 引用 Bench.sh ( https...
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/besttrace > /dev/null 2>&1 cd $dir fi chmod a+rx /tmp/besttrace# Check Python if [ ! -e '/usr/bin/python' ]; then echo "Installing Python..." if [...