Giter Site home page Giter Site logo

tindy2013 / stairspeedtest-reborn Goto Github PK

View Code? Open in Web Editor NEW
3.7K 51.0 653.0 33.29 MB

Proxy performance batch tester based on Shadowsocks(R) and V2Ray

License: MIT License

Batchfile 0.04% Shell 2.64% C++ 92.75% C 0.34% HTML 2.40% CMake 1.43% JavaScript 0.40%
v2ray shadowsocks shadowsocksr speedtest web-gui libevent

stairspeedtest-reborn's Introduction

Stair Speedtest Reborn

Proxy performance batch tester based on Shadowsocks(R), V2Ray and Trojan
Build Status GitHub tag (latest SemVer) GitHub release GitHub license

Intro

This is a C++ remake version of the original Stair Speedtest script. Despite its similarity to the script verion, this remake version works much more effectively, with faster node parsing, result picture rendering and even cross-platform support.

Special Thanks

Installation

Prebuilt release

Go to Release Page.

Build

In general, you need the following build dependencies:

  • curl
  • openssl
  • PNGwriter
  • libpng
  • freetype
  • zlib
  • yaml-cpp
  • libevent
  • pcre2
  • rapidjson

On non-Windows platforms, you also need to have the following clients installed to 'tools/clients/':

  • shadowsocks-libev
  • shadowsocksr-libev ('ss-local' installed as the name 'ssr-local')
  • v2ray-core
  • trojan

After installing all these dependencies, you can use CMake to configure and build:

cmake .
make -j

Usage

  • Run "stairspeedtest" for CLI speedtest, run "webgui" for Web GUI speedtest.
  • Results for subscribe link tests will be saved to a log file in "results" folder.
  • The result will be exported into a PNG file with the result log.
  • You can customize some settings by editing "pref.ini".

Compatibility

Tested platforms:

  • Windows 10 1903 x64, Windows Server 2008 R2 x64, Windows 7 SP1 x64
  • Ubuntu 18.10
  • Debian 6.3
  • CentOS 7.6
  • MacOS 10.13.6 High Sierra, 10.14.6 Mojave, 10.15 Catalina
  • Android 8.0, 9.0 (with Termux)
  • iOS/iPadOS 13 (with iSH Shell) Bad performance, only for testing purpose
  • Raspberry Pi 4B with Raspbian (armv7l)

Supported proxy types:

Proxy Client Config Parser
SSR ShadowsocksR-libev ShadowsocksR | Quantumult(X) | SSTap | Netch GSF
SS Shadowsocks-libev Shadowsocks | ShadowsocksD | Shadowsocks Android | SSTap | Clash | Surge 2 | Surge 3+ | Quantumult(X) | Netch GSF
V2RAY V2Ray-Core V2RayN | Quantumult(X) | Clash | Surge 4 | Netch GSF
TROJAN Trojan-Core Trojan | Quantumult(X) | Surge 4 | Clash | Netch GSF
SOCKS5 - Telegram | SSTap | Clash | Surge 2+ | Netch GSF

Known Bugs

  • Nothing yet

TODO

  • Nothing yet

stairspeedtest-reborn's People

Contributors

careywang avatar d4rkcrypto avatar masaiki avatar sleepyheeead avatar tindy2013 avatar we1even avatar wention avatar xyenon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stairspeedtest-reborn's Issues

部分机场无法测速

部分机场无法测速,SSR订阅链接,卡在downloading subscription data…
大概10秒之后自动关闭

GUI error

无法使用GUI测速,错误提示:后端连接错误!请检查后端运行情况!原因:SyntaxError: Failed to construct 'WebSocket': The URL 'ws://' is invalid.

在Android 9.0(Termux)上Prebuilt(arm64)无法下载订阅内容且尝试手动编译失败

Device: XiaoMi 5
Host: Mokee Android 9.0 (Termux 0.92)
Linux Kernel Version: 3.18.120
Architecture: aarch64

  1. Prebuilt(v0.6.1 arm64)无法正常运行
    脱敏Log:

[2020/02/11 Tue 04:53:00.540402][INFO]Stair Speedtest v0.6.1-beta started in CLI mode.
[2020/02/11 Tue 04:53:00.550165][INFO]Found V2Ray core at path tools/clients/v2ray
[2020/02/11 Tue 04:53:00.550315][INFO]Found Shadowsocks-libev at path tools/clients/ss-local
[2020/02/11 Tue 04:53:00.550366][INFO]Found ShadowsocksR-libev at path tools/clients/ssr-local
[2020/02/11 Tue 04:53:00.550541][INFO]Using local port: 65432
[2020/02/11 Tue 04:53:00.550579][INFO]Init completed.
[2020/02/11 Tue 04:53:02.775610][INFO]Input data: [A SSR Subscription Link]
[2020/02/11 Tue 04:53:02.776286][INFO]Received Link.
[2020/02/11 Tue 04:53:03.594876][INFO]Downloading subscription data...
[2020/02/11 Tue 04:53:08.616852][WARNING]Cannot download subscription directly. Using system proxy.
[2020/02/11 Tue 04:53:08.617466][WARNING]No system proxy is set. Skipping.
[2020/02/11 Tue 04:53:08.618070][ERROR]Cannot download subscription data.
[2020/02/11 Tue 04:53:08.618542][ERROR]No valid link found.
[2020/02/11 Tue 04:53:08.618868][INFO]Program terminated.
--EOF--

我翻了一下telegram的讨论组,有人说用termux-chroot可以正常运行subconverter,故尝试使用termux-chroot运行stairspeedtest,结果与直接运行一样。

  1. 手动编译失败
    拉取源代码后,修改scripts/config.termux.sh中安装包部分"libz-static"为"zlib-static",并添加了"pcre-static"、"pcre2-static"与"pkg-config"。
    执行此文件,正常结束。
    后执行
    “mkdir stairspeedtest-reborn-build"
    "cd stairspeedtest-reborn-build"
    "cmake ../stairspeedtest-reborn/"
    至此,一切正常结束
    在进行编译“make -j1”时,
    报error错误,编译失败,详见下方log。

CMake Log:

-- The CXX compiler identification is Clang 9.0.1
-- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++
-- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for MSG_NOSIGNAL
-- Looking for MSG_NOSIGNAL - found
-- Found PkgConfig: /data/data/com.termux/files/usr/bin/pkg-config (found version "0.29.2")
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Checking for module 'libevent'
-- Found libevent, version 2.1.11
-- Found CURL: /data/data/com.termux/files/usr/lib/libcurl.so (found suitable version "7.68.0", minimum required is "7.54.0")
-- Found OpenSSL: /data/data/com.termux/files/usr/lib/libcrypto.so (found suitable version "1.1.1d", minimum required is "1.1.0")
-- Found rapidjson header files in /data/data/com.termux/files/usr/include
-- Found ZLIB: /data/data/com.termux/files/usr/lib/libz.so (found version "1.2.11")
-- Found PNG: /data/data/com.termux/files/usr/lib/libpng.so (found suitable version "1.6.37", minimum required is "1.6")
-- Found Freetype: /data/data/com.termux/files/usr/lib/libfreetype.so (found version "2.10.1")
-- Found PNG: /data/data/com.termux/files/usr/lib/libpng.so (found version "1.6.37")
-- Checking for module 'yaml-cpp'
-- Found yaml-cpp, version 0.6.3
-- Found PCRECPP: /data/data/com.termux/files/usr/lib/libpcrecpp.so
-- Configuring done
-- Generating done
-- Build files have been written to: /data/data/com.termux/files/home/stairspeedtest-reborn-build

Build Log:

make[1]: Entering directory '/data/data/com.termux/files/home/stairspeedtest-reborn-build'
make[2]: Entering directory '/data/data/com.termux/files/home/stairspeedtest-reborn-build'
Scanning dependencies of target stairspeedtest
make[2]: Leaving directory '/data/data/com.termux/files/home/stairspeedtest-reborn-build'
make[2]: Entering directory '/data/data/com.termux/files/home/stairspeedtest-reborn-build'
[ 5%] Building CXX object CMakeFiles/stairspeedtest.dir/src/geoip.cpp.o
[ 11%] Building CXX object CMakeFiles/stairspeedtest.dir/src/logger.cpp.o
[ 17%] Building CXX object CMakeFiles/stairspeedtest.dir/src/main.cpp.o
[ 23%] Building CXX object CMakeFiles/stairspeedtest.dir/src/misc.cpp.o
/data/data/com.termux/files/home/stairspeedtest-reborn/src/misc.cpp:36:22: error: expected namespace name
using namespace std::__cxx11;
~~~~~^
1 error generated.
make[2]: *** [CMakeFiles/stairspeedtest.dir/build.make:102: CMakeFiles/stairspeedtest.dir/src/misc.cpp.o] Error 1
make[2]: Leaving directory '/data/data/com.termux/files/home/stairspeedtest-reborn-build'
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/stairspeedtest.dir/all] Error 2
make[1]: Leaving directory '/data/data/com.termux/files/home/stairspeedtest-reborn-build'
make: *** [Makefile:130: all] Error 2

测速成功但无法导出图片

系统版本:Centos7 64
使用测速版本:stairspeedtest_reborn_v0.5.0_linux64.tar.gz
测速完成的终端输出:
Result: DL.Speed: 5.76MB Max.Speed: 11.75MB UL.Speed: N/A Pk.Loss: 0.00% Avg.Ping: 97.67 Google Ping: 0.00
Now exporting picture...
Segmentation fault

日志:
[2019/12/04 Wed 21:25:26.228020][FILEDL]Test completed. Terminate all threads.
[2019/12/04 Wed 21:25:26.233122][FILEDL]Downloaded 61028096 bytes in 10108 milliseconds.
[2019/12/04 Wed 21:25:26.359943][FILEDL]Multi-thread download test completed.
[2019/12/04 Wed 21:25:26.360063][RAW]0 0 0 32768 259344 821088 1653808 2736576 3761952 6092740 8380114 9822232 11631638 9803948 11532380 11922618 10516054 8452228 14032928 10603776
[2019/12/04 Wed 21:25:26.360185][INFO]Average speed: 5.76MB Max speed: 11.75MB Upload speed: N/A Traffic used in bytes: 61028096
[2019/12/04 Wed 21:25:26.360251][INFO]Killing shadowsocksr-libev...
[2019/12/04 Wed 21:25:26.369034][INFO]All nodes tested. Total/Online nodes: 23/22 Traffic used: 505.99MB
[2019/12/04 Wed 21:25:26.371324][INFO]Now exporting result...
[2019/12/04 Wed 21:25:26.373485][RENDER]Start calculating basic string widths for font 'tools//misc//WenQuanYiMicroHei-01.ttf' at size 12.
[2019/12/04 Wed 21:25:26.374626][RENDER]Calculated basic string widths: Number=9 N/A=28 KB=21 MB=26 GB=23 Percent=14 Dot=5

是否支持域名地址的测速

我测试了Rixcloud的订阅地址,可以导入节点,但是我点Start开始测试,始终报错 invalid input。不知道是否是因为 Rixcloud的节点地址是域名而非IP地址导致的。所以想问一下是否支持域名形式的节点名称测速

纯小白, 请教各位mac怎么运行stairspeedtest呀

下载了darwin64的文件夹解压之后, 如果运行stairspeedtest文件,输入订阅,测试完一个节点之后直接结束进程了,然后webgui.sh无法运行, 提示

   /Users/Jacob/Downloads/stairspeedtest_reborn_darwin64/webgui.sh ; exit;

Jacobs-Wicked-Sick-Macbook-Pro:~ Jacob$ /Users/Jacob/Downloads/stairspeedtest_reborn_darwin64/webgui.sh ; exit;
/Users/Jacob/Downloads/stairspeedtest_reborn_darwin64/webgui.sh: line 2: tools/gui/websocketd: No such file or directory
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

延迟高的V2ray节点测速结果偏低

发现v2ray的部分高tcping节点(如美国/欧洲等地区)起速较慢 导致测速结果偏低
而同线路下使用ssr貌似不会就有这个问题(即使tcping更高)

No valid link found. Please check your link.

  • Android 5.1.1
  • Termux 0.73

订阅链接已作星号处理

$ termux-chroot ./stairspeedtest                  Welcome to Stair Speedtest v0.6.1-beta!           Which stair do you want to test today? (Supports single Shadowsocks/ShadowsocksD/ShadowsocksR/V2Ray link and their subscribe links)
If you want to test more than one link, separate them with '|'.
Link: http://***
Found subscribe link.
If you have imported an V2Ray subscribe link which doesn't contain a Group Name, you can specify a custom name below.
If you have imported an Shadowsocks/ShadowsocksR link which contains a Group Name, press Enter to skip.
Custom Group Name:
Downloading subscription data...
Nothing returned from subscribe link. Please check your subscribe link.
No valid link found. Please check your link.

Speed Test done. Press any key to exit...

我抓包了下,发现Termux没有向订阅发出请求,而curl则正常,如下
IMG_20200503_203646
这个issue问题貌似与我相似,但我并不想编译
希望可以直接提供订阅内容,而不作请求?

上传节点文件失败

究竟支持什么格式的文件,上传txt文件说格式错误,也没有提示说要什么格式

命令行以/u参数方式测试时,只能完成第一个节点测试,然后就Terminated

~/gsw/stairspeedtest_reborn_linux64$ ./stairspeedtest /u https://raw.githubusercontent.com/cdp2020/v2ray/master/README.md
Welcome to Stair Speedtest v0.6.1-beta!
Which stair do you want to test today? (Supports single Shadowsocks/ShadowsocksD/ShadowsocksR/V2Ray link and their subscribe links)
If you want to test more than one link, separate them with '|'.
Link: Provided from argument.

Found subscribe link.
Downloading subscription data...
Speed Test will now begin.

Current Server Group: V2RayProvider Remarks: 达拉斯:电报频道:https://t.me/cnhumanright99 Index: 1/27
Now performing TCP Ping...
[------] 6/6 199ms
Now performing GeoIP parse...
Parsed outbound server ISP: Choopa, LLC  Country Code: US
Now performing Google Ping...
[*--* 4/10 0msms
Now performing Speed Test...
[====================] 100% 1.51MB
Result: DL.Speed: 1012.21KB Max.Speed: 1.76MB UL.Speed: N/A Pk.Loss: 0.00% Avg.Ping: 201.50 Google Ping: 1088.00
Terminated

而同样的订阅地址,采用./webgui.sh,就能完成

Undefined symbols for architecture x86_64:

2 warnings generated.
CCLD ss-local
2 warnings generated.
CCLD libshadowsocks-libev.la
ld: warning: directory not found for option '-L/usr/local/opt/ruby/lib'
make[2]: Nothing to be done for `all-am'.
installing v2ray from brew
==> Installing v2ray-core from v2ray/v2ray
==> Downloading https://github.com/v2ray/v2ray-core/releases/download/v4.21.3/v2ray-macos.zip
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/41912791/57563e00-f9d9-11e9-91ca-6263c0465e11?X-Amz-
######################################################################## 100.0%
==> Caveats
To have launchd start v2ray/v2ray/v2ray-core now and restart at login:
brew services start v2ray/v2ray/v2ray-core
Or, if you don't want/need a background service you can just run:
v2ray -config=/usr/local/etc/v2ray/config.json
==> Summary
🍺 /usr/local/Cellar/v2ray-core/4.21.3: 7 files, 34MB, built in 53 seconds
all done!
➜ stairspeedtest-reborn git:(master) ✗ sh ./build.macos.sh
Undefined symbols for architecture x86_64:
"ssrspeed_webserver_routine(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, int)", referenced from:
_main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
➜ stairspeedtest-reborn git:(master) ✗
➜ stairspeedtest-reborn git:(master) ✗
➜ stairspeedtest-reborn git:(master) ✗
➜ stairspeedtest-reborn git:(master) ✗
➜ stairspeedtest-reborn git:(master) ✗ sh ./build.macos.sh
mkdir: obj: File exists
mkdir: bin: File exists
Undefined symbols for architecture x86_64:
"ssrspeed_webserver_routine(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, int)", referenced from:
_main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Web GUI中结果的速度排序无效

环境:
v0.6.1-beta stairspeedtest_reborn_win64.7z
Windows 10 1909/Windows Server 2012 R2
Chrome 81.0.4044.92

运行webgui.bat进行测速后,Group/Remark/Loss/Ping均可通过点击进行排序,点击AvgSpeed/MaxSpeed后,右侧也会相应出现蓝色三角箭头,但下方数据仍然保持原样。

geoip不可用

[2020/01/25 Sat 16:28:00.218635][INFO]Stair Speedtest v0.6.1-beta started in CLI mode.

[2020/01/25 Sat 16:28:00.237634][INFO]Found V2Ray core at path tools\clients\v2ray-core\v2-core.exe
[2020/01/25 Sat 16:28:00.242634][INFO]Found Shadowsocks-libev at path tools\clients\shadowsocks-libev\ss-libev.exe
[2020/01/25 Sat 16:28:00.248636][INFO]Found ShadowsocksR-libev at path tools\clients\shadowsocksr-libev\ssr-libev.exe
[2020/01/25 Sat 16:28:00.254633][INFO]Using local port: 65432
[2020/01/25 Sat 16:28:00.280192][INFO]Downloading subscription data...
[2020/01/25 Sat 16:28:00.788190][INFO]Parsing subscription data...
[2020/01/25 Sat 16:28:00.797198][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.803181][INFO]Node  V2RayProvider - ipv6节点|更改节点域名为该节点域名(1.0)  has been ignored and will not be added.
[2020/01/25 Sat 16:28:00.809193][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.814196][INFO]Node  V2RayProvider - RU|Novosibirsk(0.1)  has been added.
[2020/01/25 Sat 16:28:00.820181][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.826182][INFO]Node  V2RayProvider - IN|Linode(0.2)  has been added.
[2020/01/25 Sat 16:28:00.832179][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.837184][INFO]Node  V2RayProvider - HK|Microsoft-I(1.0)  has been added.
[2020/01/25 Sat 16:28:00.843184][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.848182][INFO]Node  V2RayProvider - HK|Microsoft-II(1.0)  has been added.
[2020/01/25 Sat 16:28:00.853186][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.859190][INFO]Node  V2RayProvider - HK|HKBN(1.0)  has been added.
[2020/01/25 Sat 16:28:00.864186][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.871182][INFO]Node  V2RayProvider - HK|HGC Global(1.0)  has been added.
[2020/01/25 Sat 16:28:00.877181][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.884188][INFO]Node  V2RayProvider - JP|Dix(1.0)  has been added.
[2020/01/25 Sat 16:28:00.891183][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.897180][INFO]Node  V2RayProvider - JP|WebARENA(1.0)  has been added.
[2020/01/25 Sat 16:28:00.904180][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.911179][INFO]Node  V2RayProvider - TW|HiNet-I(1.0)  has been added.
[2020/01/25 Sat 16:28:00.919186][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.926185][INFO]Node  V2RayProvider - TW|HiNet-II(1.0)  has been added.
[2020/01/25 Sat 16:28:00.932183][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.937179][INFO]Node  V2RayProvider - MC|CTM(1.0)  has been added.
[2020/01/25 Sat 16:28:00.942177][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.949189][INFO]Node  V2RayProvider - US|Cogent(1.0)  has been added.
[2020/01/25 Sat 16:28:00.955189][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.961182][INFO]Node  V2RayProvider - US|Cogent GIA(3.0)  has been ignored and will not be added.
[2020/01/25 Sat 16:28:00.967186][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.973200][INFO]Node  V2RayProvider - US|Raksmart GIA(3.0)  has been ignored and will not be added.
[2020/01/25 Sat 16:28:00.979194][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.986180][INFO]Node  V2RayProvider - HK|Alibaba IPLC(3.0)  has been ignored and will not be added.
[2020/01/25 Sat 16:28:00.993180][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:00.998180][INFO]Node  V2RayProvider - SG|Alibaba IPLC(3.0)  has been ignored and will not be added.
[2020/01/25 Sat 16:28:01.004180][INFO]Received Link.
[2020/01/25 Sat 16:28:01.011183][INFO]Downloading subscription data...
[2020/01/25 Sat 16:28:01.989178][INFO]Parsing subscription data...
[2020/01/25 Sat 16:28:01.997183][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:02.004186][INFO]Node  V2RayProvider - MOON-IN(1.0)  has been added.
[2020/01/25 Sat 16:28:02.009188][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:02.014187][INFO]Node  V2RayProvider - MOON-JP(1.0)  has been added.
[2020/01/25 Sat 16:28:02.021190][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:02.027191][INFO]Node  V2RayProvider - MOON-HK(1.0)  has been added.
[2020/01/25 Sat 16:28:02.033184][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:02.039191][INFO]Node  V2RayProvider - MOON-TW(1.0)  has been added.
[2020/01/25 Sat 16:28:02.045189][INFO]Comparing exclude remarks...
[2020/01/25 Sat 16:28:02.051190][INFO]Node  V2RayProvider - MOON-IPLC-30倍(30)  has been ignored and will not be added.
[2020/01/25 Sat 16:28:02.059194][INFO]Total node(s) found: 16
[2020/01/25 Sat 16:28:02.065177][INFO]Speedtest will now begin.
[2020/01/25 Sat 16:28:02.071180][INFO]Writing config file...
[2020/01/25 Sat 16:28:02.081177][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:28:02.743179][INFO]Received server. Group: V2RayProvider Name: RU|Novosibirsk(0.1)
[2020/01/25 Sat 16:28:02.759192][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:28:02.771181][RULES]Rule match started.
[2020/01/25 Sat 16:28:02.784182][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:28:02.792181][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:28:02.803181][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:28:12.818203][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:28:12.825197][RULES]Searching default rule.
[2020/01/25 Sat 16:28:12.831181][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:28:12.838182][RULES]Node  V2RayProvider - RU|Novosibirsk(0.1)  matches no rule. Using default rule.
[2020/01/25 Sat 16:28:12.844178][RULES]Node  V2RayProvider - RU|Novosibirsk(0.1)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:28:12.851188][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:28:12.858180][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:28:12.865182][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:28:12.871186][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:28:12.877184][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:28:12.884181][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:28:12.890183][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:28:12.897180][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:28:12.904192][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:28:12.910183][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:28:12.917180][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:28:12.924178][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:28:12.931185][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:28:12.938174][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:28:12.945180][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:28:12.952185][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:28:12.959193][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:28:12.966182][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:28:12.972181][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:28:12.980183][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:28:12.987197][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:28:12.994196][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:28:13.001186][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:28:13.008181][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:28:13.015184][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:28:13.021187][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:28:13.028180][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:28:13.035182][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:28:13.041183][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:28:13.566189][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:28:14.082188][FILEDL]Running threads: 24, total received bytes: 51091, current received bytes: 102182.
[2020/01/25 Sat 16:28:14.599186][FILEDL]Running threads: 24, total received bytes: 2421112, current received bytes: 4740042.
[2020/01/25 Sat 16:28:15.113192][FILEDL]Running threads: 24, total received bytes: 8074494, current received bytes: 11306764.
[2020/01/25 Sat 16:28:15.631188][FILEDL]Running threads: 24, total received bytes: 13464208, current received bytes: 10779428.
[2020/01/25 Sat 16:28:16.162237][FILEDL]Running threads: 24, total received bytes: 21013600, current received bytes: 15098784.
[2020/01/25 Sat 16:28:16.692183][FILEDL]Running threads: 24, total received bytes: 24336352, current received bytes: 6645504.
[2020/01/25 Sat 16:28:17.207186][FILEDL]Running threads: 24, total received bytes: 27178224, current received bytes: 5683744.
[2020/01/25 Sat 16:28:17.723184][FILEDL]Running threads: 24, total received bytes: 28147456, current received bytes: 1938464.
[2020/01/25 Sat 16:28:18.237200][FILEDL]Running threads: 24, total received bytes: 28961664, current received bytes: 1628416.
[2020/01/25 Sat 16:28:18.755183][FILEDL]Running threads: 24, total received bytes: 29939328, current received bytes: 1955328.
[2020/01/25 Sat 16:28:19.283191][FILEDL]Running threads: 24, total received bytes: 36182774, current received bytes: 12486892.
[2020/01/25 Sat 16:28:19.802181][FILEDL]Running threads: 24, total received bytes: 41621744, current received bytes: 10877940.
[2020/01/25 Sat 16:28:20.332186][FILEDL]Running threads: 24, total received bytes: 47095670, current received bytes: 10947852.
[2020/01/25 Sat 16:28:20.862187][FILEDL]Running threads: 24, total received bytes: 53543985, current received bytes: 12896630.
[2020/01/25 Sat 16:28:21.393183][FILEDL]Running threads: 24, total received bytes: 55571876, current received bytes: 4055782.
[2020/01/25 Sat 16:28:21.911183][FILEDL]Running threads: 24, total received bytes: 60816362, current received bytes: 10488972.
[2020/01/25 Sat 16:28:22.429187][FILEDL]Running threads: 24, total received bytes: 63494341, current received bytes: 5355958.
[2020/01/25 Sat 16:28:22.958188][FILEDL]Running threads: 24, total received bytes: 64235349, current received bytes: 1482016.
[2020/01/25 Sat 16:28:23.487202][FILEDL]Running threads: 24, total received bytes: 64951733, current received bytes: 1432768.
[2020/01/25 Sat 16:28:23.497181][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:28:23.518359][FILEDL]Downloaded 64951733 bytes in 10456 milliseconds.
[2020/01/25 Sat 16:28:24.597204][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:28:24.609203][RAW]0 102182 4740042 11306764 10779428 15098784 6645504 5683744 1938464 1628416 1955328 12486892 10877940 10947852 12896630 4055782 10488972 5355958 1482016 1432768 
[2020/01/25 Sat 16:28:24.620180][INFO]Average speed: 5.92MB  Max speed: 12.34MB  Upload speed: N/A  Traffic used in bytes: 64951733
[2020/01/25 Sat 16:28:24.939185][INFO]Writing config file...
[2020/01/25 Sat 16:28:24.953178][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:28:24.966180][INFO]Received server. Group: V2RayProvider Name: IN|Linode(0.2)
[2020/01/25 Sat 16:28:24.975181][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:28:24.983191][RULES]Rule match started.
[2020/01/25 Sat 16:28:24.991181][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:28:24.999181][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:28:25.007182][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:28:35.016196][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:28:35.025198][RULES]Searching default rule.
[2020/01/25 Sat 16:28:35.032188][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:28:35.040184][RULES]Node  V2RayProvider - IN|Linode(0.2)  matches no rule. Using default rule.
[2020/01/25 Sat 16:28:35.048188][RULES]Node  V2RayProvider - IN|Linode(0.2)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:28:35.059195][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:28:35.068189][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:28:35.075176][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:28:35.082185][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:28:35.090182][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:28:35.097180][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:28:35.105183][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:28:35.112199][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:28:35.120181][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:28:35.128186][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:28:35.137180][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:28:35.145180][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:28:35.155188][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:28:35.164181][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:28:35.173187][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:28:35.182194][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:28:35.190181][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:28:35.198182][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:28:35.206191][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:28:35.213428][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:28:35.221181][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:28:35.229197][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:28:35.237184][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:28:35.245187][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:28:35.253184][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:28:35.260240][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:28:35.268184][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:28:35.276185][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:28:35.283180][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:28:35.804183][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:28:36.319182][FILEDL]Running threads: 24, total received bytes: 692057, current received bytes: 1384114.
[2020/01/25 Sat 16:28:36.846183][FILEDL]Running threads: 24, total received bytes: 4877649, current received bytes: 8371184.
[2020/01/25 Sat 16:28:37.362211][FILEDL]Running threads: 24, total received bytes: 9904504, current received bytes: 10053710.
[2020/01/25 Sat 16:28:37.878182][FILEDL]Running threads: 24, total received bytes: 19099752, current received bytes: 18390496.
[2020/01/25 Sat 16:28:38.397179][FILEDL]Running threads: 24, total received bytes: 22536616, current received bytes: 6873728.
[2020/01/25 Sat 16:28:38.925205][FILEDL]Running threads: 24, total received bytes: 26376194, current received bytes: 7679156.
[2020/01/25 Sat 16:28:39.457182][FILEDL]Running threads: 24, total received bytes: 33489756, current received bytes: 14227124.
[2020/01/25 Sat 16:28:39.988188][FILEDL]Running threads: 24, total received bytes: 45194420, current received bytes: 23409328.
[2020/01/25 Sat 16:28:40.505187][FILEDL]Running threads: 24, total received bytes: 49591206, current received bytes: 8793572.
[2020/01/25 Sat 16:28:41.036210][FILEDL]Running threads: 24, total received bytes: 56079002, current received bytes: 12975592.
[2020/01/25 Sat 16:28:41.569191][FILEDL]Running threads: 24, total received bytes: 62202754, current received bytes: 12247504.
[2020/01/25 Sat 16:28:42.099177][FILEDL]Running threads: 24, total received bytes: 66654129, current received bytes: 8902750.
[2020/01/25 Sat 16:28:42.629185][FILEDL]Running threads: 24, total received bytes: 69940587, current received bytes: 6572916.
[2020/01/25 Sat 16:28:43.146179][FILEDL]Running threads: 24, total received bytes: 73463925, current received bytes: 7046676.
[2020/01/25 Sat 16:28:43.676209][FILEDL]Running threads: 24, total received bytes: 76885595, current received bytes: 6843340.
[2020/01/25 Sat 16:28:44.192183][FILEDL]Running threads: 24, total received bytes: 80370559, current received bytes: 6969928.
[2020/01/25 Sat 16:28:44.708187][FILEDL]Running threads: 24, total received bytes: 83489759, current received bytes: 6238400.
[2020/01/25 Sat 16:28:45.237200][FILEDL]Running threads: 24, total received bytes: 87190611, current received bytes: 7401704.
[2020/01/25 Sat 16:28:45.755190][FILEDL]Running threads: 24, total received bytes: 96063955, current received bytes: 17746688.
[2020/01/25 Sat 16:28:45.770179][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:28:45.784183][FILEDL]Downloaded 96609994 bytes in 10488 milliseconds.
[2020/01/25 Sat 16:28:46.019195][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:28:46.030190][RAW]0 1384114 8371184 10053710 18390496 6873728 7679156 14227124 23409328 8793572 12975592 12247504 8902750 6572916 7046676 6843340 6969928 6238400 7401704 17746688 
[2020/01/25 Sat 16:28:46.039202][INFO]Average speed: 8.78MB  Max speed: 15.36MB  Upload speed: N/A  Traffic used in bytes: 96600787
[2020/01/25 Sat 16:28:46.363188][INFO]Writing config file...
[2020/01/25 Sat 16:28:46.376201][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:28:46.388177][INFO]Received server. Group: V2RayProvider Name: HK|Microsoft-I(1.0)
[2020/01/25 Sat 16:28:46.397178][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:28:46.406183][RULES]Rule match started.
[2020/01/25 Sat 16:28:46.413182][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:28:46.420194][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:28:46.428181][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:28:56.436180][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:28:56.444186][RULES]Searching default rule.
[2020/01/25 Sat 16:28:56.450187][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:28:56.456176][RULES]Node  V2RayProvider - HK|Microsoft-I(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:28:56.464179][RULES]Node  V2RayProvider - HK|Microsoft-I(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:28:56.472196][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:28:56.479195][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:28:56.486177][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:28:56.494184][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:28:56.501180][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:28:56.508180][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:28:56.516184][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:28:56.523228][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:28:56.532184][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:28:56.540183][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:28:56.548183][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:28:56.557180][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:28:56.565181][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:28:56.573177][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:28:56.581177][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:28:56.590190][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:28:56.598182][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:28:56.605177][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:28:56.612180][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:28:56.620181][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:28:56.627176][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:28:56.635185][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:28:56.644182][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:28:56.652178][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:28:56.659188][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:28:56.667180][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:28:56.675178][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:28:56.683175][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:28:56.690180][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:28:57.206196][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:28:57.722208][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:28:58.237188][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:28:58.752213][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:28:59.269222][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:28:59.786193][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:00.301227][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:00.819196][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:01.346181][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:01.862191][FILEDL]Running threads: 0, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:01.870185][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:29:01.893184][FILEDL]Downloaded 0 bytes in 5179 milliseconds.
[2020/01/25 Sat 16:29:01.899187][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:29:01.905187][RAW]0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
[2020/01/25 Sat 16:29:01.912201][ERROR]Speedtest returned no speed.
[2020/01/25 Sat 16:29:01.918179][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:29:01.924183][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:29:01.930190][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:29:01.936186][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:29:01.943181][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:29:01.951184][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:29:01.958180][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:29:01.965182][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:29:01.972186][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:29:01.980184][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:29:01.987176][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:29:01.994183][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:29:02.002184][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:29:02.009190][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:29:02.016200][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:29:02.024181][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:29:02.031179][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:29:02.037184][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:29:02.044183][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:29:02.052180][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:29:02.059188][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:29:02.066185][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:29:02.074186][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:29:02.080177][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:29:02.087180][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:29:02.095180][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:29:02.103179][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:29:02.110184][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:29:02.627186][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:03.147182][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:03.661194][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:04.177182][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:04.693197][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:05.208184][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:05.724259][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:06.237202][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:06.752205][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:07.269201][FILEDL]Running threads: 0, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:29:07.277195][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:29:07.299191][FILEDL]Downloaded 0 bytes in 5170 milliseconds.
[2020/01/25 Sat 16:29:07.307190][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:29:07.316177][RAW]0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
[2020/01/25 Sat 16:29:07.324186][ERROR]Speedtest returned no speed 2 times.
[2020/01/25 Sat 16:29:07.332183][INFO]Writing config file...
[2020/01/25 Sat 16:29:07.348185][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:29:07.360180][INFO]Received server. Group: V2RayProvider Name: HK|Microsoft-II(1.0)
[2020/01/25 Sat 16:29:07.369183][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:29:07.378183][RULES]Rule match started.
[2020/01/25 Sat 16:29:07.386178][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:29:07.394177][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:29:07.403177][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:29:17.412185][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:29:17.422188][RULES]Searching default rule.
[2020/01/25 Sat 16:29:17.430180][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:29:17.437187][RULES]Node  V2RayProvider - HK|Microsoft-II(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:29:17.446207][RULES]Node  V2RayProvider - HK|Microsoft-II(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:29:17.457186][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:29:17.464177][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:29:17.471183][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:29:17.478182][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:29:17.486182][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:29:17.493180][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:29:17.501190][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:29:17.510185][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:29:17.518188][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:29:17.526189][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:29:17.534184][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:29:17.542184][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:29:17.550188][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:29:17.557182][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:29:17.564184][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:29:17.572262][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:29:17.579186][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:29:17.587187][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:29:17.594183][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:29:17.601188][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:29:17.607192][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:29:17.614217][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:29:17.622193][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:29:17.634179][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:29:17.643237][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:29:17.650184][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:29:17.658183][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:29:17.666181][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:29:17.675183][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:29:18.189182][FILEDL]Running threads: 24, total received bytes: 3561344, current received bytes: 7122688.
[2020/01/25 Sat 16:29:18.709183][FILEDL]Running threads: 24, total received bytes: 11570312, current received bytes: 16017936.
[2020/01/25 Sat 16:29:19.239197][FILEDL]Running threads: 24, total received bytes: 20218865, current received bytes: 17297106.
[2020/01/25 Sat 16:29:19.755189][FILEDL]Running threads: 24, total received bytes: 26364002, current received bytes: 12290274.
[2020/01/25 Sat 16:29:20.270185][FILEDL]Running threads: 24, total received bytes: 34104677, current received bytes: 15481350.
[2020/01/25 Sat 16:29:20.799181][FILEDL]Running threads: 24, total received bytes: 44076942, current received bytes: 19944530.
[2020/01/25 Sat 16:29:21.316185][FILEDL]Running threads: 24, total received bytes: 56708329, current received bytes: 25262774.
[2020/01/25 Sat 16:29:21.834194][FILEDL]Running threads: 24, total received bytes: 69446260, current received bytes: 25475862.
[2020/01/25 Sat 16:29:22.366198][FILEDL]Running threads: 24, total received bytes: 82366773, current received bytes: 25841026.
[2020/01/25 Sat 16:29:22.893254][FILEDL]Running threads: 24, total received bytes: 92198087, current received bytes: 19662628.
[2020/01/25 Sat 16:29:23.410195][FILEDL]Running threads: 24, total received bytes: 107924678, current received bytes: 31453182.
[2020/01/25 Sat 16:29:23.927178][FILEDL]Running threads: 24, total received bytes: 120376694, current received bytes: 24904032.
[2020/01/25 Sat 16:29:24.455186][FILEDL]Running threads: 24, total received bytes: 130834320, current received bytes: 20915252.
[2020/01/25 Sat 16:29:24.975179][FILEDL]Running threads: 24, total received bytes: 139439680, current received bytes: 17210720.
[2020/01/25 Sat 16:29:25.490185][FILEDL]Running threads: 24, total received bytes: 146767398, current received bytes: 14655436.
[2020/01/25 Sat 16:29:26.006187][FILEDL]Running threads: 24, total received bytes: 155058707, current received bytes: 16582618.
[2020/01/25 Sat 16:29:26.535180][FILEDL]Running threads: 24, total received bytes: 161960816, current received bytes: 13804218.
[2020/01/25 Sat 16:29:27.054182][FILEDL]Running threads: 24, total received bytes: 175158429, current received bytes: 26395226.
[2020/01/25 Sat 16:29:27.568251][FILEDL]Running threads: 24, total received bytes: 182395942, current received bytes: 14475026.
[2020/01/25 Sat 16:29:28.096181][FILEDL]Running threads: 24, total received bytes: 189889479, current received bytes: 14987074.
[2020/01/25 Sat 16:29:28.104180][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:29:28.128184][FILEDL]Downloaded 190117319 bytes in 10429 milliseconds.
[2020/01/25 Sat 16:29:28.811176][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:29:28.819220][RAW]7122688 16017936 17297106 12290274 15481350 19944530 25262774 25475862 25841026 19662628 31453182 24904032 20915252 17210720 14655436 16582618 13804218 26395226 14475026 14987074 
[2020/01/25 Sat 16:29:28.828188][INFO]Average speed: 17.39MB  Max speed: 26.87MB  Upload speed: N/A  Traffic used in bytes: 190117319
[2020/01/25 Sat 16:29:29.144184][INFO]Writing config file...
[2020/01/25 Sat 16:29:29.155179][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:29:29.168181][INFO]Received server. Group: V2RayProvider Name: HK|HKBN(1.0)
[2020/01/25 Sat 16:29:29.175178][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:29:29.183197][RULES]Rule match started.
[2020/01/25 Sat 16:29:29.190190][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:29:29.198180][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:29:29.205181][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:29:39.214182][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:29:39.222182][RULES]Searching default rule.
[2020/01/25 Sat 16:29:39.230191][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:29:39.237183][RULES]Node  V2RayProvider - HK|HKBN(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:29:39.244184][RULES]Node  V2RayProvider - HK|HKBN(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:29:39.253184][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:29:39.260201][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:29:39.268184][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:29:39.275182][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:29:39.282183][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:29:39.290188][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:29:39.297181][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:29:39.305220][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:29:39.312185][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:29:39.319181][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:29:39.327179][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:29:39.334180][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:29:39.342181][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:29:39.350190][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:29:39.358184][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:29:39.366183][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:29:39.373180][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:29:39.380183][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:29:39.388182][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:29:39.395184][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:29:39.402184][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:29:39.409533][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:29:39.417191][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:29:39.424183][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:29:39.431179][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:29:39.438184][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:29:39.444182][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:29:39.451183][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:29:39.459194][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:29:39.974181][FILEDL]Running threads: 24, total received bytes: 978530, current received bytes: 1957060.
[2020/01/25 Sat 16:29:40.491200][FILEDL]Running threads: 24, total received bytes: 5903425, current received bytes: 9849790.
[2020/01/25 Sat 16:29:41.020183][FILEDL]Running threads: 24, total received bytes: 17626069, current received bytes: 23445288.
[2020/01/25 Sat 16:29:41.538186][FILEDL]Running threads: 24, total received bytes: 31744402, current received bytes: 28236666.
[2020/01/25 Sat 16:29:42.067185][FILEDL]Running threads: 24, total received bytes: 50342126, current received bytes: 37195448.
[2020/01/25 Sat 16:29:42.584179][FILEDL]Running threads: 24, total received bytes: 65499118, current received bytes: 30313984.
[2020/01/25 Sat 16:29:43.113184][FILEDL]Running threads: 24, total received bytes: 78752672, current received bytes: 26507108.
[2020/01/25 Sat 16:29:43.629187][FILEDL]Running threads: 24, total received bytes: 92610180, current received bytes: 27715016.
[2020/01/25 Sat 16:29:44.145184][FILEDL]Running threads: 24, total received bytes: 114121354, current received bytes: 43022348.
[2020/01/25 Sat 16:29:44.675216][FILEDL]Running threads: 24, total received bytes: 135842090, current received bytes: 43441472.
[2020/01/25 Sat 16:29:45.194184][FILEDL]Running threads: 24, total received bytes: 159509012, current received bytes: 47333844.
[2020/01/25 Sat 16:29:45.720182][FILEDL]Running threads: 24, total received bytes: 186508343, current received bytes: 53998662.
[2020/01/25 Sat 16:29:46.237235][FILEDL]Running threads: 24, total received bytes: 213511777, current received bytes: 54006868.
[2020/01/25 Sat 16:29:46.754210][FILEDL]Running threads: 24, total received bytes: 238814640, current received bytes: 50605726.
[2020/01/25 Sat 16:29:47.271421][FILEDL]Running threads: 24, total received bytes: 261561938, current received bytes: 45494596.
[2020/01/25 Sat 16:29:47.801189][FILEDL]Running threads: 24, total received bytes: 281718815, current received bytes: 40313754.
[2020/01/25 Sat 16:29:48.330486][FILEDL]Running threads: 24, total received bytes: 305872579, current received bytes: 48307528.
[2020/01/25 Sat 16:29:48.864280][FILEDL]Running threads: 24, total received bytes: 324105481, current received bytes: 36465804.
[2020/01/25 Sat 16:29:49.394266][FILEDL]Running threads: 24, total received bytes: 335279532, current received bytes: 22348102.
[2020/01/25 Sat 16:29:49.912190][FILEDL]Running threads: 24, total received bytes: 341384938, current received bytes: 12210812.
[2020/01/25 Sat 16:29:49.922184][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:29:49.939197][FILEDL]Downloaded 341604922 bytes in 10464 milliseconds.
[2020/01/25 Sat 16:29:51.130216][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:29:51.139199][RAW]1957060 9849790 23445288 28236666 37195448 30313984 26507108 27715016 43022348 43441472 47333844 53998662 54006868 50605726 45494596 40313754 48307528 36465804 22348102 12210812 
[2020/01/25 Sat 16:29:51.155204][INFO]Average speed: 31.13MB  Max speed: 49.88MB  Upload speed: N/A  Traffic used in bytes: 341604922
[2020/01/25 Sat 16:29:51.472199][INFO]Writing config file...
[2020/01/25 Sat 16:29:51.485183][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:29:51.497195][INFO]Received server. Group: V2RayProvider Name: HK|HGC Global(1.0)
[2020/01/25 Sat 16:29:51.506181][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:29:51.516178][RULES]Rule match started.
[2020/01/25 Sat 16:29:51.525182][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:29:51.532185][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:29:51.540183][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:30:01.550182][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:30:01.557179][RULES]Searching default rule.
[2020/01/25 Sat 16:30:01.563187][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:30:01.571251][RULES]Node  V2RayProvider - HK|HGC Global(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:30:01.578181][RULES]Node  V2RayProvider - HK|HGC Global(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:30:01.587176][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:30:01.594185][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:30:01.602184][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:30:01.608184][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:30:01.616176][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:30:01.623192][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:30:01.629185][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:30:01.637185][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:30:01.646179][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:30:01.652183][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:30:01.661180][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:30:01.669182][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:30:01.676180][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:30:01.683182][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:30:01.691184][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:30:01.699239][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:30:01.706182][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:30:01.713199][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:30:01.721188][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:30:01.729181][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:30:01.737180][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:30:01.745184][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:30:01.756182][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:30:01.766192][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:30:01.777191][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:30:01.785186][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:30:01.794182][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:30:01.803187][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:30:01.810186][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:30:02.330183][FILEDL]Running threads: 24, total received bytes: 72576, current received bytes: 145152.
[2020/01/25 Sat 16:30:02.846193][FILEDL]Running threads: 24, total received bytes: 959504, current received bytes: 1773856.
[2020/01/25 Sat 16:30:03.362183][FILEDL]Running threads: 24, total received bytes: 4745120, current received bytes: 7571232.
[2020/01/25 Sat 16:30:03.877182][FILEDL]Running threads: 24, total received bytes: 10167944, current received bytes: 10845648.
[2020/01/25 Sat 16:30:04.393191][FILEDL]Running threads: 24, total received bytes: 16722616, current received bytes: 13109344.
[2020/01/25 Sat 16:30:04.910181][FILEDL]Running threads: 24, total received bytes: 22321256, current received bytes: 11197280.
[2020/01/25 Sat 16:30:05.425187][FILEDL]Running threads: 24, total received bytes: 30360559, current received bytes: 16078606.
[2020/01/25 Sat 16:30:05.940191][FILEDL]Running threads: 24, total received bytes: 38323475, current received bytes: 15925832.
[2020/01/25 Sat 16:30:06.458183][FILEDL]Running threads: 24, total received bytes: 44524190, current received bytes: 12401430.
[2020/01/25 Sat 16:30:06.974198][FILEDL]Running threads: 24, total received bytes: 50005582, current received bytes: 10962784.
[2020/01/25 Sat 16:30:07.488187][FILEDL]Running threads: 24, total received bytes: 56358794, current received bytes: 12706424.
[2020/01/25 Sat 16:30:08.004188][FILEDL]Running threads: 24, total received bytes: 63468544, current received bytes: 14219500.
[2020/01/25 Sat 16:30:08.521190][FILEDL]Running threads: 24, total received bytes: 69474475, current received bytes: 12011862.
[2020/01/25 Sat 16:30:09.035184][FILEDL]Running threads: 24, total received bytes: 75680395, current received bytes: 12411840.
[2020/01/25 Sat 16:30:09.550183][FILEDL]Running threads: 24, total received bytes: 84553355, current received bytes: 17745920.
[2020/01/25 Sat 16:30:10.065184][FILEDL]Running threads: 24, total received bytes: 89126283, current received bytes: 9145856.
[2020/01/25 Sat 16:30:10.581183][FILEDL]Running threads: 24, total received bytes: 95503654, current received bytes: 12754742.
[2020/01/25 Sat 16:30:11.096182][FILEDL]Running threads: 24, total received bytes: 100662806, current received bytes: 10318304.
[2020/01/25 Sat 16:30:11.611185][FILEDL]Running threads: 24, total received bytes: 106420998, current received bytes: 11516384.
[2020/01/25 Sat 16:30:12.127236][FILEDL]Running threads: 24, total received bytes: 109800950, current received bytes: 6759904.
[2020/01/25 Sat 16:30:12.140181][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:30:12.158181][FILEDL]Downloaded 110867814 bytes in 10331 milliseconds.
[2020/01/25 Sat 16:30:14.679178][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:30:14.689192][RAW]145152 1773856 7571232 10845648 13109344 11197280 16078606 15925832 12401430 10962784 12706424 14219500 12011862 12411840 17745920 9145856 12754742 10318304 11516384 6759904 
[2020/01/25 Sat 16:30:14.699197][INFO]Average speed: 10.23MB  Max speed: 15.26MB  Upload speed: N/A  Traffic used in bytes: 110867814
[2020/01/25 Sat 16:30:15.019183][INFO]Writing config file...
[2020/01/25 Sat 16:30:15.032178][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:30:15.044182][INFO]Received server. Group: V2RayProvider Name: JP|Dix(1.0)
[2020/01/25 Sat 16:30:15.054190][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:30:15.062182][RULES]Rule match started.
[2020/01/25 Sat 16:30:15.070178][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:30:15.079188][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:30:15.086182][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:30:25.096187][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:30:25.104185][RULES]Searching default rule.
[2020/01/25 Sat 16:30:25.112182][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:30:25.119192][RULES]Node  V2RayProvider - JP|Dix(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:30:25.126193][RULES]Node  V2RayProvider - JP|Dix(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:30:25.134187][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:30:25.141181][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:30:25.148194][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:30:25.155177][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:30:25.163185][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:30:25.171180][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:30:25.178184][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:30:25.186187][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:30:25.194177][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:30:25.202184][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:30:25.210204][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:30:25.218183][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:30:25.226181][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:30:25.234185][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:30:25.244189][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:30:25.252186][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:30:25.260186][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:30:25.268195][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:30:25.276183][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:30:25.284186][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:30:25.292203][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:30:25.301189][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:30:25.309202][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:30:25.316200][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:30:25.324193][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:30:25.332213][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:30:25.340182][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:30:25.348216][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:30:25.356187][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:30:25.877181][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:30:26.393187][FILEDL]Running threads: 24, total received bytes: 3117324, current received bytes: 6234648.
[2020/01/25 Sat 16:30:26.908199][FILEDL]Running threads: 24, total received bytes: 10893140, current received bytes: 15551632.
[2020/01/25 Sat 16:30:27.441177][FILEDL]Running threads: 24, total received bytes: 23843722, current received bytes: 25901164.
[2020/01/25 Sat 16:30:27.956187][FILEDL]Running threads: 24, total received bytes: 32907742, current received bytes: 18128040.
[2020/01/25 Sat 16:30:28.473188][FILEDL]Running threads: 24, total received bytes: 42983004, current received bytes: 20150524.
[2020/01/25 Sat 16:30:28.991187][FILEDL]Running threads: 24, total received bytes: 52417522, current received bytes: 18869036.
[2020/01/25 Sat 16:30:29.505219][FILEDL]Running threads: 24, total received bytes: 63029418, current received bytes: 21223792.
[2020/01/25 Sat 16:30:30.037179][FILEDL]Running threads: 24, total received bytes: 73426687, current received bytes: 20794538.
[2020/01/25 Sat 16:30:30.566190][FILEDL]Running threads: 24, total received bytes: 84377166, current received bytes: 21900958.
[2020/01/25 Sat 16:30:31.083192][FILEDL]Running threads: 24, total received bytes: 93871766, current received bytes: 18989200.
[2020/01/25 Sat 16:30:31.612183][FILEDL]Running threads: 24, total received bytes: 104035808, current received bytes: 20328084.
[2020/01/25 Sat 16:30:32.127192][FILEDL]Running threads: 24, total received bytes: 114199856, current received bytes: 20328096.
[2020/01/25 Sat 16:30:32.645185][FILEDL]Running threads: 24, total received bytes: 123647855, current received bytes: 18895998.
[2020/01/25 Sat 16:30:33.175401][FILEDL]Running threads: 24, total received bytes: 133033599, current received bytes: 18771488.
[2020/01/25 Sat 16:30:33.693179][FILEDL]Running threads: 24, total received bytes: 141914847, current received bytes: 17762496.
[2020/01/25 Sat 16:30:34.222200][FILEDL]Running threads: 24, total received bytes: 151712127, current received bytes: 19594560.
[2020/01/25 Sat 16:30:34.737211][FILEDL]Running threads: 24, total received bytes: 161836695, current received bytes: 20249136.
[2020/01/25 Sat 16:30:35.254209][FILEDL]Running threads: 24, total received bytes: 173112755, current received bytes: 22552120.
[2020/01/25 Sat 16:30:35.771205][FILEDL]Running threads: 24, total received bytes: 181769970, current received bytes: 17314430.
[2020/01/25 Sat 16:30:35.786179][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:30:35.799187][FILEDL]Downloaded 183431058 bytes in 10431 milliseconds.
[2020/01/25 Sat 16:30:36.002183][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:30:36.012182][RAW]0 6234648 15551632 25901164 18128040 20150524 18869036 21223792 20794538 21900958 18989200 20328084 20328096 18895998 18771488 17762496 19594560 20249136 22552120 17314430 
[2020/01/25 Sat 16:30:36.020181][INFO]Average speed: 16.77MB  Max speed: 20.36MB  Upload speed: N/A  Traffic used in bytes: 183431058
[2020/01/25 Sat 16:30:36.330182][INFO]Writing config file...
[2020/01/25 Sat 16:30:36.343186][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:30:36.355784][INFO]Received server. Group: V2RayProvider Name: JP|WebARENA(1.0)
[2020/01/25 Sat 16:30:36.364180][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:30:36.375185][RULES]Rule match started.
[2020/01/25 Sat 16:30:36.384181][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:30:36.392178][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:30:36.400181][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:30:46.411185][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:30:46.421190][RULES]Searching default rule.
[2020/01/25 Sat 16:30:46.430187][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:30:46.437181][RULES]Node  V2RayProvider - JP|WebARENA(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:30:46.444199][RULES]Node  V2RayProvider - JP|WebARENA(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:30:46.453177][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:30:46.461179][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:30:46.469205][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:30:46.476184][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:30:46.481177][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:30:46.487183][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:30:46.493183][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:30:46.500189][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:30:46.507183][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:30:46.516187][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:30:46.523192][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:30:46.529263][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:30:46.536192][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:30:46.544195][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:30:46.551185][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:30:46.559217][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:30:46.566198][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:30:46.573195][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:30:46.580209][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:30:46.587194][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:30:46.594191][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:30:46.601184][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:30:46.609192][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:30:46.616197][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:30:46.622188][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:30:46.631182][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:30:46.639218][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:30:46.646182][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:30:46.652197][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:30:47.177180][FILEDL]Running threads: 24, total received bytes: 227590, current received bytes: 455180.
[2020/01/25 Sat 16:30:47.690190][FILEDL]Running threads: 24, total received bytes: 9995894, current received bytes: 19536608.
[2020/01/25 Sat 16:30:48.209190][FILEDL]Running threads: 24, total received bytes: 24992223, current received bytes: 29992658.
[2020/01/25 Sat 16:30:48.722188][FILEDL]Running threads: 24, total received bytes: 41521089, current received bytes: 33057732.
[2020/01/25 Sat 16:30:49.240179][FILEDL]Running threads: 24, total received bytes: 55040816, current received bytes: 27039454.
[2020/01/25 Sat 16:30:49.757180][FILEDL]Running threads: 24, total received bytes: 63991508, current received bytes: 17901384.
[2020/01/25 Sat 16:30:50.288175][FILEDL]Running threads: 24, total received bytes: 79786814, current received bytes: 31590612.
[2020/01/25 Sat 16:30:50.818201][FILEDL]Running threads: 24, total received bytes: 96320324, current received bytes: 33067020.
[2020/01/25 Sat 16:30:51.347191][FILEDL]Running threads: 24, total received bytes: 108662056, current received bytes: 24683464.
[2020/01/25 Sat 16:30:51.861180][FILEDL]Running threads: 24, total received bytes: 117976228, current received bytes: 18628344.
[2020/01/25 Sat 16:30:52.381180][FILEDL]Running threads: 24, total received bytes: 130578804, current received bytes: 25205152.
[2020/01/25 Sat 16:30:52.895189][FILEDL]Running threads: 24, total received bytes: 137475768, current received bytes: 13793928.
[2020/01/25 Sat 16:30:53.425198][FILEDL]Running threads: 24, total received bytes: 147222244, current received bytes: 19492952.
[2020/01/25 Sat 16:30:53.943228][FILEDL]Running threads: 24, total received bytes: 155703764, current received bytes: 16963040.
[2020/01/25 Sat 16:30:54.474183][FILEDL]Running threads: 24, total received bytes: 163584304, current received bytes: 15761080.
[2020/01/25 Sat 16:30:54.990195][FILEDL]Running threads: 24, total received bytes: 175860978, current received bytes: 24553348.
[2020/01/25 Sat 16:30:55.519192][FILEDL]Running threads: 24, total received bytes: 182812907, current received bytes: 13903858.
[2020/01/25 Sat 16:30:56.036215][FILEDL]Running threads: 24, total received bytes: 190753023, current received bytes: 15880232.
[2020/01/25 Sat 16:30:56.553180][FILEDL]Running threads: 24, total received bytes: 201392938, current received bytes: 21279830.
[2020/01/25 Sat 16:30:57.083183][FILEDL]Running threads: 24, total received bytes: 207928327, current received bytes: 13070778.
[2020/01/25 Sat 16:30:57.093179][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:30:57.111191][FILEDL]Downloaded 208107207 bytes in 10443 milliseconds.
[2020/01/25 Sat 16:30:57.340182][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:30:57.348185][RAW]455180 19536608 29992658 33057732 27039454 17901384 31590612 33067020 24683464 18628344 25205152 13793928 19492952 16963040 15761080 24553348 13903858 15880232 21279830 13070778 
[2020/01/25 Sat 16:30:57.357189][INFO]Average speed: 19.00MB  Max speed: 30.83MB  Upload speed: N/A  Traffic used in bytes: 208107207
[2020/01/25 Sat 16:30:57.676182][INFO]Writing config file...
[2020/01/25 Sat 16:30:57.689190][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:30:57.700182][INFO]Received server. Group: V2RayProvider Name: TW|HiNet-I(1.0)
[2020/01/25 Sat 16:30:57.707180][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:30:57.715177][RULES]Rule match started.
[2020/01/25 Sat 16:30:57.723181][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:30:57.731192][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:30:57.739194][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:31:07.748196][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:31:07.756197][RULES]Searching default rule.
[2020/01/25 Sat 16:31:07.762189][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:31:07.768183][RULES]Node  V2RayProvider - TW|HiNet-I(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:31:07.774207][RULES]Node  V2RayProvider - TW|HiNet-I(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:31:07.782179][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:31:07.789224][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:31:07.795185][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:31:07.801184][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:31:07.807195][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:31:07.814202][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:31:07.820184][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:31:07.826210][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:31:07.833185][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:31:07.840181][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:31:07.846190][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:31:07.852195][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:31:07.858186][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:31:07.864193][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:31:07.871178][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:31:07.879188][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:31:07.885181][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:31:07.892188][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:31:07.898180][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:31:07.905186][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:31:07.912181][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:31:07.918185][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:31:07.925184][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:31:07.931192][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:31:07.938178][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:31:07.944184][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:31:07.950182][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:31:07.957187][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:31:07.963206][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:31:08.475181][FILEDL]Running threads: 24, total received bytes: 203033, current received bytes: 406066.
[2020/01/25 Sat 16:31:08.989182][FILEDL]Running threads: 24, total received bytes: 14185486, current received bytes: 27964906.
[2020/01/25 Sat 16:31:09.520183][FILEDL]Running threads: 24, total received bytes: 34475704, current received bytes: 40580436.
[2020/01/25 Sat 16:31:10.053181][FILEDL]Running threads: 24, total received bytes: 52400633, current received bytes: 35849858.
[2020/01/25 Sat 16:31:10.566183][FILEDL]Running threads: 24, total received bytes: 66862369, current received bytes: 28923472.
[2020/01/25 Sat 16:31:11.098185][FILEDL]Running threads: 24, total received bytes: 80295377, current received bytes: 26866016.
[2020/01/25 Sat 16:31:11.616180][FILEDL]Running threads: 24, total received bytes: 93912521, current received bytes: 27234288.
[2020/01/25 Sat 16:31:12.144185][FILEDL]Running threads: 24, total received bytes: 107183906, current received bytes: 26542770.
[2020/01/25 Sat 16:31:12.658251][FILEDL]Running threads: 24, total received bytes: 124490187, current received bytes: 34612562.
[2020/01/25 Sat 16:31:13.175179][FILEDL]Running threads: 24, total received bytes: 138796734, current received bytes: 28613094.
[2020/01/25 Sat 16:31:13.693184][FILEDL]Running threads: 24, total received bytes: 157474821, current received bytes: 37356174.
[2020/01/25 Sat 16:31:14.208190][FILEDL]Running threads: 24, total received bytes: 174492308, current received bytes: 34034974.
[2020/01/25 Sat 16:31:14.737212][FILEDL]Running threads: 24, total received bytes: 192788113, current received bytes: 36591610.
[2020/01/25 Sat 16:31:15.253179][FILEDL]Running threads: 24, total received bytes: 208169129, current received bytes: 30762032.
[2020/01/25 Sat 16:31:15.767186][FILEDL]Running threads: 24, total received bytes: 222243488, current received bytes: 28148718.
[2020/01/25 Sat 16:31:16.283182][FILEDL]Running threads: 24, total received bytes: 238733987, current received bytes: 32980998.
[2020/01/25 Sat 16:31:16.804194][FILEDL]Running threads: 24, total received bytes: 252722615, current received bytes: 27977256.
[2020/01/25 Sat 16:31:17.330181][FILEDL]Running threads: 24, total received bytes: 268823356, current received bytes: 32201482.
[2020/01/25 Sat 16:31:17.849183][FILEDL]Running threads: 24, total received bytes: 285180604, current received bytes: 32714496.
[2020/01/25 Sat 16:31:18.378181][FILEDL]Running threads: 24, total received bytes: 299675026, current received bytes: 28988844.
[2020/01/25 Sat 16:31:18.394180][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:31:18.424181][FILEDL]Downloaded 301514422 bytes in 10440 milliseconds.
[2020/01/25 Sat 16:31:18.436207][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:31:18.446182][RAW]406066 27964906 40580436 35849858 28923472 26866016 27234288 26542770 34612562 28613094 37356174 34034974 36591610 30762032 28148718 32980998 27977256 32201482 32714496 28988844 
[2020/01/25 Sat 16:31:18.454181][INFO]Average speed: 27.54MB  Max speed: 36.44MB  Upload speed: N/A  Traffic used in bytes: 301514422
[2020/01/25 Sat 16:31:18.768184][INFO]Writing config file...
[2020/01/25 Sat 16:31:18.780192][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:31:18.792184][INFO]Received server. Group: V2RayProvider Name: TW|HiNet-II(1.0)
[2020/01/25 Sat 16:31:18.801182][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:31:18.808204][RULES]Rule match started.
[2020/01/25 Sat 16:31:18.815180][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:31:18.822183][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:31:18.829187][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:31:28.837199][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:31:28.844200][RULES]Searching default rule.
[2020/01/25 Sat 16:31:28.851184][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:31:28.858187][RULES]Node  V2RayProvider - TW|HiNet-II(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:31:28.865200][RULES]Node  V2RayProvider - TW|HiNet-II(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:31:28.873184][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:31:28.880185][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:31:28.887179][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:31:28.893183][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:31:28.900178][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:31:28.908205][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:31:28.915191][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:31:28.921208][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:31:28.929190][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:31:28.936188][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:31:28.944185][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:31:28.951183][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:31:28.958181][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:31:28.965182][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:31:28.973210][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:31:28.979186][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:31:28.985193][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:31:28.992191][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:31:28.999199][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:31:29.006185][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:31:29.012213][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:31:29.020193][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:31:29.029182][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:31:29.036201][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:31:29.043186][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:31:29.050187][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:31:29.058183][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:31:29.067190][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:31:29.074183][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:31:29.598189][FILEDL]Running threads: 24, total received bytes: 2672710, current received bytes: 5345420.
[2020/01/25 Sat 16:31:30.116206][FILEDL]Running threads: 24, total received bytes: 15412230, current received bytes: 25479040.
[2020/01/25 Sat 16:31:30.642183][FILEDL]Running threads: 24, total received bytes: 34931822, current received bytes: 39039184.
[2020/01/25 Sat 16:31:31.161183][FILEDL]Running threads: 24, total received bytes: 59197453, current received bytes: 48531262.
[2020/01/25 Sat 16:31:31.693185][FILEDL]Running threads: 24, total received bytes: 86937083, current received bytes: 55479260.
[2020/01/25 Sat 16:31:32.225200][FILEDL]Running threads: 24, total received bytes: 115743104, current received bytes: 57612042.
[2020/01/25 Sat 16:31:32.755188][FILEDL]Running threads: 24, total received bytes: 147437891, current received bytes: 63389574.
[2020/01/25 Sat 16:31:33.285197][FILEDL]Running threads: 24, total received bytes: 178263597, current received bytes: 61651412.
[2020/01/25 Sat 16:31:33.816267][FILEDL]Running threads: 24, total received bytes: 210022199, current received bytes: 63517204.
[2020/01/25 Sat 16:31:34.345262][FILEDL]Running threads: 24, total received bytes: 241215152, current received bytes: 62385906.
[2020/01/25 Sat 16:31:34.881179][FILEDL]Running threads: 24, total received bytes: 272210730, current received bytes: 61991156.
[2020/01/25 Sat 16:31:35.410188][FILEDL]Running threads: 24, total received bytes: 304224045, current received bytes: 64026630.
[2020/01/25 Sat 16:31:35.939190][FILEDL]Running threads: 24, total received bytes: 335394607, current received bytes: 62341124.
[2020/01/25 Sat 16:31:36.474182][FILEDL]Running threads: 24, total received bytes: 365447448, current received bytes: 60105682.
[2020/01/25 Sat 16:31:37.005186][FILEDL]Running threads: 24, total received bytes: 396508616, current received bytes: 62122336.
[2020/01/25 Sat 16:31:37.535193][FILEDL]Running threads: 24, total received bytes: 427098920, current received bytes: 61180608.
[2020/01/25 Sat 16:31:38.069186][FILEDL]Running threads: 24, total received bytes: 457387608, current received bytes: 60577376.
[2020/01/25 Sat 16:31:38.633200][FILEDL]Running threads: 24, total received bytes: 490094872, current received bytes: 65414528.
[2020/01/25 Sat 16:31:39.175181][FILEDL]Running threads: 24, total received bytes: 519908120, current received bytes: 59626496.
[2020/01/25 Sat 16:31:39.706196][FILEDL]Running threads: 24, total received bytes: 546559336, current received bytes: 53302432.
[2020/01/25 Sat 16:31:39.725180][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:31:39.753181][FILEDL]Downloaded 548706118 bytes in 10657 milliseconds.
[2020/01/25 Sat 16:31:39.922188][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:31:39.931210][RAW]5345420 25479040 39039184 48531262 55479260 57612042 63389574 61651412 63517204 62385906 61991156 64026630 62341124 60105682 62122336 61180608 60577376 65414528 59626496 53302432 
[2020/01/25 Sat 16:31:39.939225][INFO]Average speed: 49.10MB  Max speed: 60.09MB  Upload speed: N/A  Traffic used in bytes: 548706118
[2020/01/25 Sat 16:31:40.253198][INFO]Writing config file...
[2020/01/25 Sat 16:31:40.265186][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:31:40.278179][INFO]Received server. Group: V2RayProvider Name: MC|CTM(1.0)
[2020/01/25 Sat 16:31:40.287334][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:31:40.294181][RULES]Rule match started.
[2020/01/25 Sat 16:31:40.301186][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:31:40.307189][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:31:40.314185][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:31:50.323183][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:31:50.331186][RULES]Searching default rule.
[2020/01/25 Sat 16:31:50.337186][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:31:50.342182][RULES]Node  V2RayProvider - MC|CTM(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:31:50.347180][RULES]Node  V2RayProvider - MC|CTM(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:31:50.354182][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:31:50.359215][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:31:50.365187][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:31:50.371190][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:31:50.376181][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:31:50.383192][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:31:50.391195][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:31:50.398194][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:31:50.406189][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:31:50.413178][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:31:50.420191][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:31:50.427190][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:31:50.434185][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:31:50.440203][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:31:50.448189][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:31:50.455186][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:31:50.462189][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:31:50.469189][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:31:50.476181][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:31:50.483184][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:31:50.490180][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:31:50.496180][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:31:50.503177][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:31:50.510183][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:31:50.516181][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:31:50.523195][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:31:50.530202][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:31:50.536184][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:31:50.544199][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:31:51.067189][FILEDL]Running threads: 24, total received bytes: 438796, current received bytes: 877592.
[2020/01/25 Sat 16:31:51.585182][FILEDL]Running threads: 24, total received bytes: 5698648, current received bytes: 10519704.
[2020/01/25 Sat 16:31:52.111181][FILEDL]Running threads: 24, total received bytes: 12919302, current received bytes: 14441308.
[2020/01/25 Sat 16:31:52.631182][FILEDL]Running threads: 24, total received bytes: 21816439, current received bytes: 17794274.
[2020/01/25 Sat 16:31:53.158206][FILEDL]Running threads: 24, total received bytes: 33263583, current received bytes: 22894288.
[2020/01/25 Sat 16:31:53.676180][FILEDL]Running threads: 24, total received bytes: 45042299, current received bytes: 23557432.
[2020/01/25 Sat 16:31:54.192186][FILEDL]Running threads: 24, total received bytes: 54393362, current received bytes: 18702126.
[2020/01/25 Sat 16:31:54.707187][FILEDL]Running threads: 24, total received bytes: 67133428, current received bytes: 25480132.
[2020/01/25 Sat 16:31:55.223180][FILEDL]Running threads: 24, total received bytes: 80564497, current received bytes: 26862138.
[2020/01/25 Sat 16:31:55.737180][FILEDL]Running threads: 24, total received bytes: 89400058, current received bytes: 17671122.
[2020/01/25 Sat 16:31:56.253207][FILEDL]Running threads: 24, total received bytes: 97406178, current received bytes: 16012240.
[2020/01/25 Sat 16:31:56.769205][FILEDL]Running threads: 24, total received bytes: 107957040, current received bytes: 21101724.
[2020/01/25 Sat 16:31:57.287212][FILEDL]Running threads: 24, total received bytes: 118654440, current received bytes: 21394800.
[2020/01/25 Sat 16:31:57.803181][FILEDL]Running threads: 24, total received bytes: 126849864, current received bytes: 16390848.
[2020/01/25 Sat 16:31:58.316208][FILEDL]Running threads: 24, total received bytes: 137148972, current received bytes: 20598216.
[2020/01/25 Sat 16:31:58.831237][FILEDL]Running threads: 24, total received bytes: 153969478, current received bytes: 33641012.
[2020/01/25 Sat 16:31:59.349190][FILEDL]Running threads: 24, total received bytes: 166201145, current received bytes: 24463334.
[2020/01/25 Sat 16:31:59.879194][FILEDL]Running threads: 24, total received bytes: 174821304, current received bytes: 17240318.
[2020/01/25 Sat 16:32:00.395264][FILEDL]Running threads: 24, total received bytes: 186056552, current received bytes: 22470496.
[2020/01/25 Sat 16:32:00.912294][FILEDL]Running threads: 24, total received bytes: 195059909, current received bytes: 18006714.
[2020/01/25 Sat 16:32:00.923193][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:32:00.939202][FILEDL]Downloaded 195377621 bytes in 10381 milliseconds.
[2020/01/25 Sat 16:32:01.408179][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:32:01.418190][RAW]877592 10519704 14441308 17794274 22894288 23557432 18702126 25480132 26862138 17671122 16012240 21101724 21394800 16390848 20598216 33641012 24463334 17240318 22470496 18006714 
[2020/01/25 Sat 16:32:01.432188][INFO]Average speed: 17.95MB  Max speed: 25.86MB  Upload speed: N/A  Traffic used in bytes: 195377621
[2020/01/25 Sat 16:32:01.753181][INFO]Writing config file...
[2020/01/25 Sat 16:32:01.766183][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:32:01.780183][INFO]Received server. Group: V2RayProvider Name: US|Cogent(1.0)
[2020/01/25 Sat 16:32:01.787213][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:32:01.797177][RULES]Rule match started.
[2020/01/25 Sat 16:32:01.803185][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:32:01.810182][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:32:01.818179][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:32:11.826189][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:32:11.833180][RULES]Searching default rule.
[2020/01/25 Sat 16:32:11.840187][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:32:11.846184][RULES]Node  V2RayProvider - US|Cogent(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:32:11.852180][RULES]Node  V2RayProvider - US|Cogent(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:32:11.858179][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:32:11.865185][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:32:11.871178][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:32:11.877177][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:32:11.883181][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:32:11.889191][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:32:11.896178][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:32:11.902197][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:32:11.909186][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:32:11.916180][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:32:11.923181][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:32:11.930177][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:32:11.937180][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:32:11.943179][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:32:11.950190][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:32:11.956180][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:32:11.962213][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:32:11.969187][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:32:11.975186][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:32:11.983186][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:32:11.990182][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:32:11.997228][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:32:12.003186][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:32:12.010185][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:32:12.017188][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:32:12.024191][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:32:12.030190][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:32:12.038194][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:32:12.045176][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:32:12.568190][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:13.080207][FILEDL]Running threads: 24, total received bytes: 141886, current received bytes: 283772.
[2020/01/25 Sat 16:32:13.600183][FILEDL]Running threads: 24, total received bytes: 1220207, current received bytes: 2156642.
[2020/01/25 Sat 16:32:14.129193][FILEDL]Running threads: 24, total received bytes: 5315880, current received bytes: 8191346.
[2020/01/25 Sat 16:32:14.643184][FILEDL]Running threads: 24, total received bytes: 12805411, current received bytes: 14979062.
[2020/01/25 Sat 16:32:15.158182][FILEDL]Running threads: 24, total received bytes: 20662786, current received bytes: 15714750.
[2020/01/25 Sat 16:32:15.675204][FILEDL]Running threads: 24, total received bytes: 28529772, current received bytes: 15733972.
[2020/01/25 Sat 16:32:16.191195][FILEDL]Running threads: 24, total received bytes: 36409158, current received bytes: 15758772.
[2020/01/25 Sat 16:32:16.709184][FILEDL]Running threads: 24, total received bytes: 44371396, current received bytes: 15924476.
[2020/01/25 Sat 16:32:17.237225][FILEDL]Running threads: 24, total received bytes: 52401548, current received bytes: 16060304.
[2020/01/25 Sat 16:32:17.754189][FILEDL]Running threads: 24, total received bytes: 60460604, current received bytes: 16118112.
[2020/01/25 Sat 16:32:18.269192][FILEDL]Running threads: 24, total received bytes: 68500248, current received bytes: 16079288.
[2020/01/25 Sat 16:32:18.787190][FILEDL]Running threads: 24, total received bytes: 76460058, current received bytes: 15919620.
[2020/01/25 Sat 16:32:19.303184][FILEDL]Running threads: 24, total received bytes: 84199944, current received bytes: 15479772.
[2020/01/25 Sat 16:32:19.818186][FILEDL]Running threads: 24, total received bytes: 92096056, current received bytes: 15792224.
[2020/01/25 Sat 16:32:20.348198][FILEDL]Running threads: 24, total received bytes: 100163620, current received bytes: 16135128.
[2020/01/25 Sat 16:32:20.863217][FILEDL]Running threads: 24, total received bytes: 108177892, current received bytes: 16028544.
[2020/01/25 Sat 16:32:21.381185][FILEDL]Running threads: 24, total received bytes: 116244788, current received bytes: 16133792.
[2020/01/25 Sat 16:32:21.897181][FILEDL]Running threads: 24, total received bytes: 124238292, current received bytes: 15987008.
[2020/01/25 Sat 16:32:22.425196][FILEDL]Running threads: 24, total received bytes: 132251560, current received bytes: 16026536.
[2020/01/25 Sat 16:32:22.436187][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:32:22.456178][FILEDL]Downloaded 132821352 bytes in 10396 milliseconds.
[2020/01/25 Sat 16:32:23.147193][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:32:23.155221][RAW]0 283772 2156642 8191346 14979062 15714750 15733972 15758772 15924476 16060304 16118112 16079288 15919620 15479772 15792224 16135128 16028544 16133792 15987008 16026536 
[2020/01/25 Sat 16:32:23.165198][INFO]Average speed: 12.18MB  Max speed: 15.35MB  Upload speed: N/A  Traffic used in bytes: 132821352
[2020/01/25 Sat 16:32:23.486190][INFO]Writing config file...
[2020/01/25 Sat 16:32:23.498180][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:32:23.509187][INFO]Received server. Group: V2RayProvider Name: MOON-IN(1.0)
[2020/01/25 Sat 16:32:23.516179][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:32:23.525185][RULES]Rule match started.
[2020/01/25 Sat 16:32:23.532191][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:32:23.538186][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:32:23.545182][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:32:33.554178][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:32:33.560182][RULES]Searching default rule.
[2020/01/25 Sat 16:32:33.566186][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:32:33.571176][RULES]Node  V2RayProvider - MOON-IN(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:32:33.576196][RULES]Node  V2RayProvider - MOON-IN(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:32:33.583176][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:32:33.589175][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:32:33.595176][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:32:33.601180][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:32:33.606176][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:32:33.612179][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:32:33.618183][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:32:33.624181][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:32:33.630186][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:32:33.636182][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:32:33.643179][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:32:33.650185][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:32:33.657178][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:32:33.663178][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:32:33.670177][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:32:33.677181][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:32:33.683187][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:32:33.689190][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:32:33.697183][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:32:33.703178][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:32:33.711203][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:32:33.718185][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:32:33.725183][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:32:33.732184][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:32:33.738184][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:32:33.744184][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:32:33.751185][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:32:33.757186][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:32:33.764186][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:32:34.288187][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:34.803180][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:35.318187][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:35.831183][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:36.345182][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:36.865182][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:37.380243][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:37.894187][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:38.413187][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:38.929197][FILEDL]Running threads: 0, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:38.936177][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:32:38.955186][FILEDL]Downloaded 0 bytes in 5173 milliseconds.
[2020/01/25 Sat 16:32:38.961179][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:32:38.967185][RAW]0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
[2020/01/25 Sat 16:32:38.974189][ERROR]Speedtest returned no speed.
[2020/01/25 Sat 16:32:38.981206][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:32:38.987187][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:32:38.994179][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:32:39.001181][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:32:39.007181][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:32:39.014182][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:32:39.021180][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:32:39.027183][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:32:39.034177][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:32:39.041182][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:32:39.047184][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:32:39.054183][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:32:39.062190][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:32:39.068186][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:32:39.074188][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:32:39.081188][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:32:39.087188][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:32:39.094186][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:32:39.102181][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:32:39.108183][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:32:39.115187][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:32:39.121194][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:32:39.130181][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:32:39.137231][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:32:39.143185][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:32:39.150197][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:32:39.157180][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:32:39.165183][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:32:39.678185][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:40.194183][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:40.707183][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:41.225186][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:41.738184][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:42.253186][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:42.768185][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:43.287184][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:43.801182][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:44.315196][FILEDL]Running threads: 0, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:32:44.322177][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:32:44.331182][FILEDL]Downloaded 0 bytes in 5157 milliseconds.
[2020/01/25 Sat 16:32:44.336183][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:32:44.342179][RAW]0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
[2020/01/25 Sat 16:32:44.349187][ERROR]Speedtest returned no speed 2 times.
[2020/01/25 Sat 16:32:44.356183][INFO]Writing config file...
[2020/01/25 Sat 16:32:44.371182][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:32:44.385183][INFO]Received server. Group: V2RayProvider Name: MOON-JP(1.0)
[2020/01/25 Sat 16:32:44.394183][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:32:44.402179][RULES]Rule match started.
[2020/01/25 Sat 16:32:44.409186][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:32:44.416183][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:32:44.422183][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:32:54.431186][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:32:54.442183][RULES]Searching default rule.
[2020/01/25 Sat 16:32:54.451250][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:32:54.458176][RULES]Node  V2RayProvider - MOON-JP(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:32:54.464184][RULES]Node  V2RayProvider - MOON-JP(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:32:54.472190][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:32:54.479181][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:32:54.487181][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:32:54.493178][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:32:54.500181][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:32:54.506193][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:32:54.513194][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:32:54.520185][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:32:54.527198][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:32:54.534178][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:32:54.541180][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:32:54.548183][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:32:54.556186][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:32:54.565183][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:32:54.574193][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:32:54.581178][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:32:54.588189][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:32:54.596186][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:32:54.603183][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:32:54.610181][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:32:54.618181][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:32:54.625179][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:32:54.632188][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:32:54.639196][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:32:54.645184][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:32:54.653177][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:32:54.660181][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:32:54.667180][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:32:54.674181][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:32:55.193184][FILEDL]Running threads: 24, total received bytes: 129987, current received bytes: 259974.
[2020/01/25 Sat 16:32:55.708184][FILEDL]Running threads: 24, total received bytes: 2478743, current received bytes: 4697512.
[2020/01/25 Sat 16:32:56.223205][FILEDL]Running threads: 24, total received bytes: 12940524, current received bytes: 20923562.
[2020/01/25 Sat 16:32:56.740244][FILEDL]Running threads: 24, total received bytes: 31239330, current received bytes: 36597612.
[2020/01/25 Sat 16:32:57.255183][FILEDL]Running threads: 24, total received bytes: 51660864, current received bytes: 40843068.
[2020/01/25 Sat 16:32:57.784211][FILEDL]Running threads: 24, total received bytes: 71150693, current received bytes: 38979658.
[2020/01/25 Sat 16:32:58.299190][FILEDL]Running threads: 24, total received bytes: 83115749, current received bytes: 23930112.
[2020/01/25 Sat 16:32:58.815210][FILEDL]Running threads: 24, total received bytes: 95669971, current received bytes: 25108444.
[2020/01/25 Sat 16:32:59.335183][FILEDL]Running threads: 24, total received bytes: 107269678, current received bytes: 23199414.
[2020/01/25 Sat 16:32:59.863187][FILEDL]Running threads: 24, total received bytes: 119722589, current received bytes: 24905822.
[2020/01/25 Sat 16:33:00.380214][FILEDL]Running threads: 24, total received bytes: 131140322, current received bytes: 22835466.
[2020/01/25 Sat 16:33:00.896190][FILEDL]Running threads: 24, total received bytes: 143898642, current received bytes: 25516640.
[2020/01/25 Sat 16:33:01.413180][FILEDL]Running threads: 24, total received bytes: 154477535, current received bytes: 21157786.
[2020/01/25 Sat 16:33:01.929185][FILEDL]Running threads: 24, total received bytes: 167598382, current received bytes: 26241694.
[2020/01/25 Sat 16:33:02.459194][FILEDL]Running threads: 24, total received bytes: 179036844, current received bytes: 22876924.
[2020/01/25 Sat 16:33:02.987190][FILEDL]Running threads: 24, total received bytes: 192332668, current received bytes: 26591648.
[2020/01/25 Sat 16:33:03.504228][FILEDL]Running threads: 24, total received bytes: 204566246, current received bytes: 24467156.
[2020/01/25 Sat 16:33:04.020181][FILEDL]Running threads: 24, total received bytes: 216271979, current received bytes: 23411466.
[2020/01/25 Sat 16:33:04.536176][FILEDL]Running threads: 24, total received bytes: 227714874, current received bytes: 22885790.
[2020/01/25 Sat 16:33:05.050181][FILEDL]Running threads: 24, total received bytes: 240319123, current received bytes: 25208498.
[2020/01/25 Sat 16:33:05.064182][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:33:05.080177][FILEDL]Downloaded 240850569 bytes in 10390 milliseconds.
[2020/01/25 Sat 16:33:05.421185][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:33:05.430185][RAW]259974 4697512 20923562 36597612 40843068 38979658 23930112 25108444 23199414 24905822 22835466 25516640 21157786 26241694 22876924 26591648 24467156 23411466 22885790 25208498 
[2020/01/25 Sat 16:33:05.438180][INFO]Average speed: 22.11MB  Max speed: 38.06MB  Upload speed: N/A  Traffic used in bytes: 240840339
[2020/01/25 Sat 16:33:05.754185][INFO]Writing config file...
[2020/01/25 Sat 16:33:05.766219][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:33:05.776181][INFO]Received server. Group: V2RayProvider Name: MOON-HK(1.0)
[2020/01/25 Sat 16:33:05.783180][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:33:05.790181][RULES]Rule match started.
[2020/01/25 Sat 16:33:05.798184][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:33:05.804187][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:33:05.811178][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:33:15.819184][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:33:15.826186][RULES]Searching default rule.
[2020/01/25 Sat 16:33:15.832110][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:33:15.839185][RULES]Node  V2RayProvider - MOON-HK(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:33:15.845185][RULES]Node  V2RayProvider - MOON-HK(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:33:15.853201][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:33:15.860183][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:33:15.866516][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:33:15.873200][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:33:15.879214][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:33:15.885188][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:33:15.893188][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:33:15.899188][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:33:15.906194][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:33:15.913183][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:33:15.920187][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:33:15.927185][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:33:15.935203][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:33:15.941180][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:33:15.950202][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:33:15.956225][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:33:15.963182][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:33:15.969190][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:33:15.976184][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:33:15.982186][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:33:15.989194][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:33:15.995184][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:33:16.002190][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:33:16.008186][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:33:16.015186][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:33:16.021192][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:33:16.027177][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:33:16.033182][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:33:16.040188][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:33:16.551186][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:17.065183][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:17.583188][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:18.097191][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:18.611185][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:19.127192][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:19.645184][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:20.159937][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:20.678182][FILEDL]Running threads: 24, total received bytes: 0, current received bytes: 0.
[2020/01/25 Sat 16:33:21.192186][FILEDL]Running threads: 7, total received bytes: 138198, current received bytes: 276396.
[2020/01/25 Sat 16:33:21.708178][FILEDL]Running threads: 7, total received bytes: 6676658, current received bytes: 13076920.
[2020/01/25 Sat 16:33:22.223195][FILEDL]Running threads: 7, total received bytes: 18428403, current received bytes: 23503490.
[2020/01/25 Sat 16:33:22.739183][FILEDL]Running threads: 7, total received bytes: 27696587, current received bytes: 18536368.
[2020/01/25 Sat 16:33:23.256186][FILEDL]Running threads: 7, total received bytes: 37062474, current received bytes: 18731774.
[2020/01/25 Sat 16:33:23.785180][FILEDL]Running threads: 7, total received bytes: 44583672, current received bytes: 15042396.
[2020/01/25 Sat 16:33:24.301181][FILEDL]Running threads: 7, total received bytes: 51762775, current received bytes: 14358206.
[2020/01/25 Sat 16:33:24.819182][FILEDL]Running threads: 7, total received bytes: 60994504, current received bytes: 18463458.
[2020/01/25 Sat 16:33:25.335179][FILEDL]Running threads: 7, total received bytes: 67668824, current received bytes: 13348640.
[2020/01/25 Sat 16:33:25.849184][FILEDL]Running threads: 7, total received bytes: 72922467, current received bytes: 10507286.
[2020/01/25 Sat 16:33:26.365180][FILEDL]Running threads: 7, total received bytes: 78129767, current received bytes: 10414600.
[2020/01/25 Sat 16:33:26.373192][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:33:26.392187][FILEDL]Downloaded 78129767 bytes in 10335 milliseconds.
[2020/01/25 Sat 16:33:26.720177][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:33:26.727193][RAW]0 0 0 0 0 0 0 0 0 276396 13076920 23503490 18536368 18731774 15042396 14358206 18463458 13348640 10507286 10414600 
[2020/01/25 Sat 16:33:26.734230][INFO]Average speed: 7.21MB  Max speed: 17.77MB  Upload speed: N/A  Traffic used in bytes: 78129767
[2020/01/25 Sat 16:33:27.052185][INFO]Writing config file...
[2020/01/25 Sat 16:33:27.063187][INFO]Starting up v2ray core...
[2020/01/25 Sat 16:33:27.074178][INFO]Received server. Group: V2RayProvider Name: MOON-TW(1.0)
[2020/01/25 Sat 16:33:27.081182][INFO]Now performing GeoIP parse...
[2020/01/25 Sat 16:33:27.089190][RULES]Rule match started.
[2020/01/25 Sat 16:33:27.096181][RULES]Fetching inbound GeoIP info.
[2020/01/25 Sat 16:33:27.103177][GEOIP]GeoIP parse begin.
[2020/01/25 Sat 16:33:27.110194][GEOIP]No address provided, getting GeoIP through proxy 'socks5://127.0.0.1:65432'.
[2020/01/25 Sat 16:33:37.118190][GEOIP]No GeoIP result. Leaving.
[2020/01/25 Sat 16:33:37.125199][RULES]Searching default rule.
[2020/01/25 Sat 16:33:37.131185][RULES]Using default rule: 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:33:37.137185][RULES]Node  V2RayProvider - MOON-TW(1.0)  matches no rule. Using default rule.
[2020/01/25 Sat 16:33:37.143205][RULES]Node  V2RayProvider - MOON-TW(1.0)  uses test file 'https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe'.
[2020/01/25 Sat 16:33:37.151176][INFO]Now performing file download speed test...
[2020/01/25 Sat 16:33:37.157194][FILEDL]Multi-thread download test started.
[2020/01/25 Sat 16:33:37.164188][FILEDL]Fetch target: https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe
[2020/01/25 Sat 16:33:37.171190][FILEDL]Found HTTPS URL. Initializing OpenSSL library.
[2020/01/25 Sat 16:33:37.177198][FILEDL]Starting up thread #1.
[2020/01/25 Sat 16:33:37.184181][FILEDL]Starting up thread #2.
[2020/01/25 Sat 16:33:37.190221][FILEDL]Starting up thread #3.
[2020/01/25 Sat 16:33:37.198186][FILEDL]Starting up thread #4.
[2020/01/25 Sat 16:33:37.205179][FILEDL]Starting up thread #5.
[2020/01/25 Sat 16:33:37.213185][FILEDL]Starting up thread #6.
[2020/01/25 Sat 16:33:37.220180][FILEDL]Starting up thread #7.
[2020/01/25 Sat 16:33:37.228185][FILEDL]Starting up thread #8.
[2020/01/25 Sat 16:33:37.235197][FILEDL]Starting up thread #9.
[2020/01/25 Sat 16:33:37.241196][FILEDL]Starting up thread #10.
[2020/01/25 Sat 16:33:37.247211][FILEDL]Starting up thread #11.
[2020/01/25 Sat 16:33:37.254189][FILEDL]Starting up thread #12.
[2020/01/25 Sat 16:33:37.261187][FILEDL]Starting up thread #13.
[2020/01/25 Sat 16:33:37.267185][FILEDL]Starting up thread #14.
[2020/01/25 Sat 16:33:37.274193][FILEDL]Starting up thread #15.
[2020/01/25 Sat 16:33:37.281184][FILEDL]Starting up thread #16.
[2020/01/25 Sat 16:33:37.287181][FILEDL]Starting up thread #17.
[2020/01/25 Sat 16:33:37.295181][FILEDL]Starting up thread #18.
[2020/01/25 Sat 16:33:37.301191][FILEDL]Starting up thread #19.
[2020/01/25 Sat 16:33:37.309191][FILEDL]Starting up thread #20.
[2020/01/25 Sat 16:33:37.316198][FILEDL]Starting up thread #21.
[2020/01/25 Sat 16:33:37.324180][FILEDL]Starting up thread #22.
[2020/01/25 Sat 16:33:37.331197][FILEDL]Starting up thread #23.
[2020/01/25 Sat 16:33:37.338185][FILEDL]Starting up thread #24.
[2020/01/25 Sat 16:33:37.345199][FILEDL]All threads launched. Start accumulating data.
[2020/01/25 Sat 16:33:37.864179][FILEDL]Running threads: 24, total received bytes: 105513, current received bytes: 211026.
[2020/01/25 Sat 16:33:38.378197][FILEDL]Running threads: 24, total received bytes: 8172026, current received bytes: 16133026.
[2020/01/25 Sat 16:33:38.893255][FILEDL]Running threads: 24, total received bytes: 21078927, current received bytes: 25813802.
[2020/01/25 Sat 16:33:39.409192][FILEDL]Running threads: 24, total received bytes: 31662295, current received bytes: 21166736.
[2020/01/25 Sat 16:33:39.926194][FILEDL]Running threads: 24, total received bytes: 46957399, current received bytes: 30590208.
[2020/01/25 Sat 16:33:40.441202][FILEDL]Running threads: 24, total received bytes: 60728896, current received bytes: 27542994.
[2020/01/25 Sat 16:33:40.960192][FILEDL]Running threads: 24, total received bytes: 71537656, current received bytes: 21617520.
[2020/01/25 Sat 16:33:41.475182][FILEDL]Running threads: 24, total received bytes: 78430805, current received bytes: 13786298.
[2020/01/25 Sat 16:33:42.003191][FILEDL]Running threads: 24, total received bytes: 86461327, current received bytes: 16061044.
[2020/01/25 Sat 16:33:42.519234][FILEDL]Running threads: 24, total received bytes: 93981873, current received bytes: 15041092.
[2020/01/25 Sat 16:33:43.033206][FILEDL]Running threads: 24, total received bytes: 100240311, current received bytes: 12516876.
[2020/01/25 Sat 16:33:43.550186][FILEDL]Running threads: 24, total received bytes: 107512537, current received bytes: 14544452.
[2020/01/25 Sat 16:33:44.067200][FILEDL]Running threads: 24, total received bytes: 113556631, current received bytes: 12088188.
[2020/01/25 Sat 16:33:44.585314][FILEDL]Running threads: 24, total received bytes: 120891375, current received bytes: 14669488.
[2020/01/25 Sat 16:33:45.113182][FILEDL]Running threads: 24, total received bytes: 127781822, current received bytes: 13780894.
[2020/01/25 Sat 16:33:45.629196][FILEDL]Running threads: 24, total received bytes: 134238793, current received bytes: 12913942.
[2020/01/25 Sat 16:33:46.144211][FILEDL]Running threads: 24, total received bytes: 141454137, current received bytes: 14430688.
[2020/01/25 Sat 16:33:46.660230][FILEDL]Running threads: 24, total received bytes: 148425543, current received bytes: 13942812.
[2020/01/25 Sat 16:33:47.175184][FILEDL]Running threads: 24, total received bytes: 154135648, current received bytes: 11420210.
[2020/01/25 Sat 16:33:47.692185][FILEDL]Running threads: 24, total received bytes: 159828488, current received bytes: 11385680.
[2020/01/25 Sat 16:33:47.703188][FILEDL]Test completed. Terminate all threads.
[2020/01/25 Sat 16:33:47.721190][FILEDL]Downloaded 160187112 bytes in 10359 milliseconds.
[2020/01/25 Sat 16:33:48.101181][FILEDL]Multi-thread download test completed.
[2020/01/25 Sat 16:33:48.110198][RAW]211026 16133026 25813802 21166736 30590208 27542994 21617520 13786298 16061044 15041092 12516876 14544452 12088188 14669488 13780894 12913942 14430688 13942812 11420210 11385680 
[2020/01/25 Sat 16:33:48.117180][INFO]Average speed: 14.75MB  Max speed: 27.72MB  Upload speed: N/A  Traffic used in bytes: 160187112
[2020/01/25 Sat 16:33:48.427184][INFO]All nodes tested. Total/Online nodes: 16/14 Traffic used: 2.66GB
[2020/01/25 Sat 16:33:48.442184][INFO]Now exporting result...
[2020/01/25 Sat 16:33:48.450176][RENDER]Start calculating basic string widths for font 'tools\misc\WenQuanYiMicroHei-01.ttf' at size 12.
[2020/01/25 Sat 16:33:48.466189][RENDER]Calculated basic string widths: Number=9 N/A=28 KB=21 MB=26 GB=23 Percent=14 Dot=5
[2020/01/25 Sat 16:33:48.743182][INFO]Result saved to results\20200125-162802.png .
[2020/01/25 Sat 16:33:48.750177][INFO]Now exporting result...
[2020/01/25 Sat 16:33:48.758184][RENDER]Start calculating basic string widths for font 'tools\misc\WenQuanYiMicroHei-01.ttf' at size 12.
[2020/01/25 Sat 16:33:48.770180][RENDER]Calculated basic string widths: Number=9 N/A=28 KB=21 MB=26 GB=23 Percent=14 Dot=5
[2020/01/25 Sat 16:33:49.033179][INFO]Result saved to results\20200125-162802-multilink-all.png .
[2020/01/25 Sat 16:33:49.039180][INFO]Multi-link test completed.
[2020/01/25 Sat 16:33:49.044184][INFO]Program terminated.
--EOF--

平台win10

太难编译了

在centos 7上提示缺少各种依赖
对cmake,libcurl版本要求也挺高

能否给一个docker镜像的版本?
另外releases打包的能更新一下吗?上次更新是1月份了

skip-cert-verify 被忽略

最近测试有些中继小鸡发现有Ping,但是测速结果为 N/A

但是使用 Clash / V2rayN 均可正常使用。

后来发现配置文件中的 skip-cert-verify: true 被忽略

problems

please change libz-static in the config.termux.sh to zlib-static

没法生成结果图片

PNGwriter::plot_text - ERROR **: FreeType: Could not find or load font file
mac 最新系统。

能否做成api方式?

您好,可否做成dll 是输入订阅地址或者ssr地址函数 输出详细信息的 api 二次开发使用, 由于不会c语言,希望提供dll版本

感觉测速不是很准

中转节点,选的 ping google 出来都是30+ms,但自己 ping 基本都在 100ms 以上,感觉是 ping 到了中转节点上。

build on macos fail on dev

  • c++ -o stairspeedtest obj/geoip.o obj/logger.o obj/main.o obj/misc.o obj/multithread_test.o obj/printout.o obj/processes.o obj/rapidjson_extra.o obj/renderer.o obj/rulematch.o obj/socket.o obj/speedtestutil.o obj/tcping.o obj/webget.o obj/webgui_wrapper.o obj/webserver_libevent.o -L/usr/local/opt/[email protected]/lib -lcurl -lPNGwriter -lpng -lfreetype -lz -lssl -lcrypto -lyaml-cpp -ldl -lpthread
    Undefined symbols for architecture x86_64:
    "_evbuffer_add", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evbuffer_get_length", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evbuffer_pullup", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_event_base_dispatch", referenced from:
    httpserver_dispatch(void*) in webserver_libevent.o
    "_event_dispatch", referenced from:
    start_web_server(void*) in webserver_libevent.o
    "_event_init", referenced from:
    start_web_server(void*) in webserver_libevent.o
    start_web_server_multi(void*) in webserver_libevent.o
    "_evhttp_accept_socket", referenced from:
    start_web_server_multi(void*) in webserver_libevent.o
    "_evhttp_add_header", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evhttp_find_header", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evhttp_free", referenced from:
    start_web_server(void*) in webserver_libevent.o
    "_evhttp_new", referenced from:
    start_web_server_multi(void*) in webserver_libevent.o
    "_evhttp_request_get_output_buffer", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evhttp_request_get_uri", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evhttp_send_error", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evhttp_send_reply", referenced from:
    OnReq(evhttp_request*, void*) in webserver_libevent.o
    "_evhttp_set_allowed_methods", referenced from:
    start_web_server(void*) in webserver_libevent.o
    start_web_server_multi(void*) in webserver_libevent.o
    "_evhttp_set_gencb", referenced from:
    start_web_server(void*) in webserver_libevent.o
    start_web_server_multi(void*) in webserver_libevent.o
    "_evhttp_start", referenced from:
    start_web_server(void*) in webserver_libevent.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    ➜ stairspeedtest-reborn git:(dev) ✗

输出图像中没有MaxSpeed项

Win7 32位。

已经在配置文件中把“导出maxspeed”和“多个测试链接输出为一个图像”都设置为true了,但仍然输出多个图像,并且图片中没有Maxspeed项。

ss 链接中含有复杂密码时,stairspeedtest 不能正确解析。

遇到问题的 ss 链接如下(我将所有的字母替换成了A,所有的数字替换成了1,没有改其他的字符或者调换位置):
ss://YWVzLTI1Ni1nY206fCp9QUFBJkFAQS4pJEFBL0FBMUFBQT9bQUFBQUFBQX1AMS4xLjEuMTo1NTU1NQ#备注
密码部分单独拎出来如下:
|*}AAA&A@A.)$AA/AA1AAA?[AAAAAAA}

错误日志如下:

Current Server Group: SSProvider Remarks: 备注 Index: 1/1
Now performing TCP Ping...
Cannot resolve server address.
Now exporting picture...
Result picture saved to "results\20200430-180204.png".

Speed Test done. Press any key to exit...

我这段链接丢给官方的客户端是没有问题的。这块我已经尝试过很多次,筛掉了所有会导致 ss-server 不能正常运作的特殊字符。
希望 stairspeedtest 能改善对 ss 链接的解析。

部分节点不能测试

部分节点无法测试
Loss 100%,Ping AvgSpeed,MaxSpeed皆为0
但是节点实际情况是正常的,手动也可以ping通,windows,linux都试了,弄了一个晚上实在有点无解,SSRSpeed的也有这个问题

关于测速的建议

测线路有个很重要的指标:丢包率。建议在里面添加多一个选项,测试ping 100个到谷歌的丢包率 url:http://www.gstatic.com/generate_204 多次测谷歌首页可能被封,用这个地址就不会,机场情况很复杂,用测试跑速度很快,但打开网页或者油管速度很慢,需要看多个数据,如ping值,带宽,丢包率

软件包下载解压问题

系统信息
捕获

WinRAR 3.80
解压出来是空的
隔壁SSRSpeed没有问题

!   C:\Users\Administrator\Downloads\stairspeedtest_reborn_v0.5.0_win32.7z: 未知方式于 
!   C:\Users\Administrator\Downloads\stairspeedtest_reborn_v0.5.0_win32.7z: 未知方式于 
!   C:\Users\Administrator\Downloads\stairspeedtest_reborn_v0.5.0_win32.7z: 错误 - 操作失败

V2ray is fine, but ssr has some problems

Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:51 INFO: obfs_param 862c627950.jd.hk
Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:51 ERROR: getaddrinfo: Name does not resolve
Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:51 ERROR: failed to resolve the provided hostname
Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' |
Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted
Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted
Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted
Sat, 28 Mar 2020 09:30:51 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' |
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 ERROR: failed to resolve server name, wait 2 seconds
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 ERROR: getaddrinfo: Name does not resolve
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 ERROR: failed to resolve the provided hostname
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: protocol auth_aes128_sha1
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted 2020-03-28 09:30:52 INFO: protocol_param 27950:1Ww3ih
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: method chacha20
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: obfs tls1.2_ticket_auth
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: obfs_param 862c627950.jd.hk
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' |
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | socks5: connect not accepted
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: initializing ciphers... chacha20
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: tcp port reuse enabled
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: listening at 127.0.0.1:65432
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' | 2020-03-28 09:30:52 INFO: running from root user
Sat, 28 Mar 2020 09:30:52 +0800 | ERROR | stderr | url:'http://192.168.0.249:65430/' id:'1585358917884565561' remote:'192.168.0.9' command:'./stairspeedtest' origin:'http://192.168.0.249:65430' pid:'13356' |
^C

Log as above. Do you know why?

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.