Giter Site home page Giter Site logo

bim's Introduction

中文 | English

bim

bim 是 bench.im 网站专用的测速客户端,提供交互式测速和后台定时测速功能,同时支持 Speedtest 和 Librespeed 的测速服务器。

使用方法

bim 0.7.3
Simple program to test network

USAGE:
    bim [OPTIONS] <SERVER>

ARGS:
    <SERVER>    

OPTIONS:
    -6, --ipv6               Enable IPv6 only test
    -d, --deploy             Deply mode
    -h, --help               Print help information
    -s, --server-list        Enable server list search
    -t, --thread <THREAD>    Number of thread [default: 4]
    -V, --version            Print version information

交互式测速

下载客户端,对于 Linux 系统使用:

wget https://bench.im/dl/linux/$(uname -m)/bim -O bim && chmod +x bim

运行客户端需要指定服务器,可以用 CN 来指代**区域的服务器:

./bim CN

支持地区代码、服务器 ID 和名称等,与 bench.im 网站本身的搜索结果一致。另外,也可以使用 -s 参数来指定服务器清单,如:

./bim -s 1

将对 1 号服务器清单中的服务器测速。

后台持续测速

注意:所有测速结果将上传到 bench.im 网站保存!

在 bench.im 注册账号后即可在用户中心获得密钥,使用账户邮箱和密钥即可开启后台模式:

./bim -d [email protected]:yourkey

具体测速任务请在 bench.im 设置。以下是 Systemd 示例配置文件:

[Unit]
Description=bim
After=network.target

[Service]
Environment="RUST_LOG=INFO"
ExecStart=/opt/bim/bim -d [email protected]:yourkey

[Install]
WantedBy=multi-user.target

运行截图

运行截图

bim's People

Contributors

veoco avatar

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.