一键脚本收集

网络测试类脚本
三网测速
bash <(curl -Lso- https://www.infski.com/files/superspeed.sh) 来源:https://www.hostloc.com/thread-1076459-1-1.html 用途:三网多线程测速 Hyperspeed bash <(curl -Lso- https://bench.im/hyperspeed) 来源:https://hostloc.com/thread-1076585-1-1.html 用途:测试三网单线程测速,比方说油管速度就是单线程 硬件测试类脚本 geekbench和yabs geekbench5 curl -sL yabs.sh|bash -s -- -if -fdi5 yabs curl -sL yabs.sh | bash 来源: masonr/yet-another-bench-script 用途:geekbench5只测试小鸡的cpu的geekbench5的跑分,去掉了网络和硬盘测试 现在的yabs默认是6,yabs同时还提供小鸡的硬盘和网络测试,具体详细的参数看作者github的readme bench.sh wget -qO- bench.sh | bash 来源:https://teddysun.com/444.html 用途:秋水大佬的脚本,可以显示linux小鸡的详细信息,以及硬盘和网络的测试 如果要测试小鸡国外的速度的话,用这个 硬盘测试 dd bs=64k count=4k if=/dev/zero of=test oflag=dsync 用途:用dd命令测试小鸡的硬盘性能 超售检测 curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh 来源:https://hostloc.com/thread-1187330-1-1.html 用途:检测小鸡是否超售,不过其实自己买小鸡那价格超没超售,都应该心知肚明了 有钱还是上杜甫 ip检测 流媒体检测 bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh) 来源: lmc999/RegionRestrictionCheck 用途:测试小鸡ip的流媒体以及chatgpt解锁,同时这个脚本在安卓的temux,ios上ish,mac的终端上也是能用的,可以用来判断机场的节点是否支持解锁 windows的话可以用linux子系统 四网回程测试 wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh && chmod +x jcnf.sh && clear &&./jcnf.sh 来源: Netflixxp/jcnfbesttrace 用途:测试小鸡的四网回程路由,三大运营商和教育网的路由 综合脚本 融合怪 bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh) 来源: spiritLHLS/ecs lemonbench wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast 来源: LemonBench/LemonBench 用途:上面两个都是综合测试小鸡的各项性能,怎么用看作者的readme

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注