Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iapyeh/ticket-site-performance
測量自己所在的ISP連線到售票網站的網速
https://github.com/iapyeh/ticket-site-performance
Last synced: about 1 month ago
JSON representation
測量自己所在的ISP連線到售票網站的網速
- Host: GitHub
- URL: https://github.com/iapyeh/ticket-site-performance
- Owner: iapyeh
- License: mit
- Created: 2024-11-04T15:21:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:33:25.000Z (about 2 months ago)
- Last Synced: 2024-11-04T16:34:16.744Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ticket-site-performance
測量自己所在的ISP連線到售票網站的網速## 程式
主要有2個。
- domaindigger.spy 抓取網站(tixcraft.com)對應的ip address
- checkspeed.spy 測試網站(tixcraft.com)的下載速度## 安裝
- 需要是Linux/MacOS系統, 且安裝了 "dig" 與 "curl"兩個程式。
- 需要 Python3.10 或以上
- pip install sshscript## 抓取網站(tixcraft.com)對應的ip, 在console執行
$ sshscript domaindigger.spy## 測試網站(tixcraft.com)的下載速度, 在console執行
$ sshscript checkspeed.spy
說明:沒有執行domaindigger.spy直接執行這個程式也可以。測試的是在我環境中所抓到的ip。