Giter Site home page Giter Site logo

spiritlhls / speedtest.net-cn-id Goto Github PK

View Code? Open in Web Editor NEW
129.0 2.0 6.0 395 KB

speedtest.net部分地区的测速节点合集(数据每天更新一次)

Home Page: https://github.com/spiritLHLS/ecsspeed

License: MIT License

Python 100.00%
speedtest speedtest-cli

speedtest.net-cn-id's Issues

关于测速脚本里的一段

请教
这段函数是在做什么用呢?

SystemInfo_GetSystemBit() {
_yellow "checking SystemBit"
local sysarch="$(uname -m)"
if [ "${sysarch}" = "unknown" ] || [ "${sysarch}" = "" ]; then
local sysarch="$(arch)"
fi
# 根据架构信息设置系统位数并下载文件,其余 * 包括了 x86_64
case "${sysarch}" in
"i386" | "i686")
LBench_Result_SystemBit_Short="32"
LBench_Result_SystemBit_Full="i386"
BESTTRACE_FILE=besttracemac
;;
"armv7l" | "armv8" | "armv8l" | "aarch64")
LBench_Result_SystemBit_Short="arm"
LBench_Result_SystemBit_Full="arm"
BESTTRACE_FILE=besttracearm
BACKTRACE_FILE=backtrace-linux-arm64.tar.gz
;;
*)
LBench_Result_SystemBit_Short="64"
LBench_Result_SystemBit_Full="amd64"
BESTTRACE_FILE=besttrace
BACKTRACE_FILE=backtrace-linux-amd64.tar.gz
;;
esac
}

也没有看到backtrace-linux-amd64.tar.gz 或 backtrace-linux-arm64.tar.gz 后续的下载和使用的

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.