mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2025-01-13 16:55:18 +00:00
Update Nlbench_beta.sh
This commit is contained in:
parent
ba50bb0f02
commit
4468e961f5
@ -211,13 +211,14 @@ run_script() {
|
|||||||
else
|
else
|
||||||
bash <(curl -sL bash.icu/speedtest) <<< "17" |tee "$temp_file"
|
bash <(curl -sL bash.icu/speedtest) <<< "17" |tee "$temp_file"
|
||||||
fi
|
fi
|
||||||
|
echo -e "运行${YELLOW}多线程测速...${NC}"
|
||||||
echo -e "运行${YELLOW}单线程测速...${NC}"
|
bash <(curl -sL bash.icu/speedtest) <<< "1" |tee "$temp_file"
|
||||||
sed -r -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
|
sed -r -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
|
||||||
sed -i -r '1,/序号\:/d' "$temp_file"
|
sed -i -r '1,/序号\:/d' "$temp_file"
|
||||||
sed -i -r 's/(⠋|⠙|⠹|⠸|⠼|⠴|⠦|⠧|⠇|⠏)/\n/g' "$temp_file"
|
sed -i -r 's/(⠋|⠙|⠹|⠸|⠼|⠴|⠦|⠧|⠇|⠏)/\n/g' "$temp_file"
|
||||||
sed -i -r '/测试进行中/d' "$temp_file"
|
sed -i -r '/测试进行中/d' "$temp_file"
|
||||||
cp "$temp_file" "${output_file}_single_thread"
|
cp "$temp_file" "${output_file}_single_thread"
|
||||||
|
;;
|
||||||
# iperf3测试
|
# iperf3测试
|
||||||
8)
|
8)
|
||||||
echo -e "运行${YELLOW}iperf3测试...${NC}"
|
echo -e "运行${YELLOW}iperf3测试...${NC}"
|
||||||
|
Loading…
Reference in New Issue
Block a user