当前位置:首页 > 技术分享 > 正文内容

主机测试常用的脚本,包含性能、网络、回程等。

admini3年前 (2021-04-02)技术分享5577

主机测试常用的脚本,今天整理了一份供大家享用.

  1. 测速脚本
    bash <(curl -Lso- https://git.io/superspeed)

  2. 配置信息
    wget -q https://github.com/Aniverse/A/raw/i/a && bash a

  3. 回程路由
    wget --no-check-certificate https://github.com/zq/shell/raw/master/autoBestTrace.sh && bash autoBestTrace.sh

  4. CPU跑分
    wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && bash unixbench.sh

  5. 流媒体解锁
    wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf


扫一扫左侧二维码,可手机查看。

如无特别说明,文章均为本站原创。转载请注明出处。

本文链接:http://www.nm263.com/202104/32.html

评论列表

2021项目实时通讯
3年前 (2021-04-03)

感谢分享,坚持下去。

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。