Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

国内加速 #16

Open
worm001 opened this issue Apr 5, 2024 · 17 comments
Open

国内加速 #16

worm001 opened this issue Apr 5, 2024 · 17 comments
Labels
enhancement New feature or request

Comments

@worm001
Copy link

worm001 commented Apr 5, 2024

在终端里su后,运行命令:bash <(curl -sL bash.icu/speedtest) 能正常运行到选择界面,关掉终端后如果重新再打开终端运行命令的话又要重新下载各测速CLI程序,不太友好~ 作者能修正一下吗?

@worm001
Copy link
Author

worm001 commented Apr 5, 2024

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)
如果在终端里使用这个命令的话就没有任何反映? linux初学者,不太懂~ 麻烦懂的大神们带带~

@i-abc
Copy link
Owner

i-abc commented Apr 5, 2024

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh) 如果在终端里使用这个命令的话就没有任何反映? linux初学者,不太懂~ 麻烦懂的大神们带带~

你服务器是在国内还是国外呢?
试试下面这个命令,看有什么结果:

curl -I https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh

@i-abc
Copy link
Owner

i-abc commented Apr 5, 2024

在终端里su后,运行命令:bash <(curl -sL bash.icu/speedtest) 能正常运行到选择界面,关掉终端后如果重新再打开终端运行命令的话又要重新下载各测速CLI程序,不太友好~ 作者能修正一下吗?

“重新下载各测速CLI程序”这件事算一个特性吧,为了保证服务器环境的干净,在每一次测试完之后,都会把用到、产生的文件全部删除。

@worm001
Copy link
Author

worm001 commented Apr 5, 2024

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh) 如果在终端里使用这个命令的话就没有任何反映? linux初学者,不太懂~ 麻烦懂的大神们带带~

你服务器是在国内还是国外呢? 试试下面这个命令,看有什么结果:

curl -I https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh

这个命令是这个提示!
curl: (7) Failed connect to raw.githubusercontent.com:443; 拒绝连接

@worm001
Copy link
Author

worm001 commented Apr 5, 2024

在终端里su后,运行命令:bash <(curl -sL bash.icu/speedtest) 能正常运行到选择界面,关掉终端后如果重新再打开终端运行命令的话又要重新下载各测速CLI程序,不太友好~ 作者能修正一下吗?

“重新下载各测速CLI程序”这件事算一个特性吧,为了保证服务器环境的干净,在每一次测试完之后,都会把用到、产生的文件全部删除。

干净是干净,但是每次下载速度并不快啊!经常会卡住在其中一个下载的地方~ 我的测试网络是四川电信 上70 下400,带宽无问题!我是单一服务器拨号。

@worm001
Copy link
Author

worm001 commented Apr 5, 2024

而且我没有一次能正常测速的~ 目前选了和电信相关的如 1 8 9 选项均不能正常显示测速结果 ~
而且经常打开脚本要10分钟以上,看连接应该是你前面的那个加速连接的问题~ 它太慢了。

@i-abc
Copy link
Owner

i-abc commented Apr 6, 2024

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh) 如果在终端里使用这个命令的话就没有任何反映? linux初学者,不太懂~ 麻烦懂的大神们带带~

你服务器是在国内还是国外呢? 试试下面这个命令,看有什么结果:

curl -I https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh

这个命令是这个提示! curl: (7) Failed connect to raw.githubusercontent.com:443; 拒绝连接

那就是国内连不上 raw.githubusercontent.com:443。

@i-abc
Copy link
Owner

i-abc commented Apr 6, 2024

在终端里su后,运行命令:bash <(curl -sL bash.icu/speedtest) 能正常运行到选择界面,关掉终端后如果重新再打开终端运行命令的话又要重新下载各测速CLI程序,不太友好~ 作者能修正一下吗?

“重新下载各测速CLI程序”这件事算一个特性吧,为了保证服务器环境的干净,在每一次测试完之后,都会把用到、产生的文件全部删除。

干净是干净,但是每次下载速度并不快啊!经常会卡住在其中一个下载的地方~ 我的测试网络是四川电信 上70 下400,带宽无问题!我是单一服务器拨号。

我程序分发服务器用的是国外的,国内和国外的通信有时候确实差,特别是在晚上。

@i-abc
Copy link
Owner

i-abc commented Apr 6, 2024

而且我没有一次能正常测速的~ 目前选了和电信相关的如 1 8 9 选项均不能正常显示测速结果 ~ 而且经常打开脚本要10分钟以上,看连接应该是你前面的那个加速连接的问题~ 它太慢了。

“和电信相关的不能正常显示测速”,那选移动、联通的结果如何呢?
“打开脚本要10分钟以上”,是指下载卡住了?
针对这两个问题,来点运行时的截图看看吧,我定位一下问题。

@worm001
Copy link
Author

worm001 commented Apr 6, 2024

123123
每个选项都不能正常运行! 就像你说的一样,白天速度还行,可以用! 但是最好是默认不清除这些软件,可以单独做一个选项用于清除文件(相当于恢复出厂),而不用每次都清掉文件调试的时候麻烦得很。

@worm001
Copy link
Author

worm001 commented Apr 6, 2024

如有需要,可以远程来我机器上调试

@i-abc
Copy link
Owner

i-abc commented Apr 6, 2024

如有需要,可以远程来我机器上调试

远程倒不必了,方便的话你可以执行下面命令,然后我这边就能收到你的详细结果了。

bash <(curl -sL bash.icu/speedtest) --debug

@worm001
Copy link
Author

worm001 commented Apr 6, 2024

1
2
需要我上传什么日志文件不?

@i-abc
Copy link
Owner

i-abc commented Apr 6, 2024

1 2 需要我上传什么日志文件不?

多谢,我这边已经收到了你的返回结果,所以不需要再上传了。

@worm001
Copy link
Author

worm001 commented Apr 6, 2024

那就等你消息了~

@i-abc i-abc added the bug Something isn't working label Apr 6, 2024
@i-abc
Copy link
Owner

i-abc commented Apr 7, 2024

改了一下,试试看。
目前只修了 bug,程序下载那个问题还没优化,先试试看 bug 修好没。

bash <(curl -sL bash.icu/speedtest) --debug

@worm001
Copy link
Author

worm001 commented Apr 9, 2024

已经能测试了~ 期待程序下载优化~

@i-abc i-abc added enhancement New feature or request and removed bug Something isn't working labels Apr 9, 2024
@i-abc i-abc changed the title centos7 使用问题? 国内加速 May 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants