From 5eb78f280279d0047dd8f90ce2c8b3b92a88ea09 Mon Sep 17 00:00:00 2001 From: zhao xin Date: Sat, 4 Jan 2020 18:30:28 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0db0e..b38a517 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,17 @@ pingtunnel.exe -type client -l :4455 -s www.yourserver.com -sock5 1 ``` * 大功告成,然后你就可以开始和本机的:4455端口通信,数据都被自动转发到远端,如同连接到www.yourserver.com:4455一样。 Then you can start communicating with the local: 4455 port, the data is automatically forwarded to the remote, as you connect to www.yourserver.com:4455. +# Test +测试加速效果,服务器位于aws Korea,下载centos镜像[centos jp mirror](http://ftp.riken.jp/Linux/centos/8/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso),直接wget、通过shadowsocks wget、通过pingtunnel wget的结果如下。 +Test the acceleration effect, the server is located in aws Korea, download the centos image[centos jp mirror](http://ftp.riken.jp/Linux/centos/8/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso), The results of direct wget, shadowsocks wget, and pingtunnel wget are as follows. + +| | wget | shaowsocks | pingtunnel | +|--------------|----------|------------|------------| +| AlibabaCloud | 26.6KB/s | 31.8KB/s | 897KB/s | +| 移动宽带 | 23.1KB/s | 28.4KB/s | 408KB/s | + +可以看到加速效果基本上**20倍**。the acceleration effect is basically 20 times. + # Download cmd: https://github.com/esrrhs/pingtunnel/releases @@ -59,7 +70,6 @@ client: docker run --name pingtunnel-client -d --restart=always -p 1080:1080 esrrhs/pingtunnel ./pingtunnel -type client -l :1080 -s www.yourserver.com -sock5 1 -key 123456 ``` - # Stargazers over time [![Stargazers over time](https://starchart.cc/esrrhs/pingtunnel.svg)](https://starchart.cc/esrrhs/pingtunnel)