Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created August 25, 2019 13:45
Show Gist options
  • Save zoonderkins/955f29c0537808b26398851b43859c6f to your computer and use it in GitHub Desktop.
Save zoonderkins/955f29c0537808b26398851b43859c6f to your computer and use it in GitHub Desktop.
Linux-bench-主机评测脚本 #bench

Collections of Linux bench script 各种主机评测脚本

  1. Lemonbench
curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bash -s fast
  1. Zbench
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
  1. teddsyun
wget -qO- https://oooo.b-cdn.net/bench.sh | bash

wget https://oooo.b-cdn.net/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

  1. SuperBench
wget -qO- git.io/superbench.sh | bash
  1. Supoerspeed
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment