https://github.com/yescallop/connectivitytester
A Java HTTP/HTTPS connectivity tester based on Apache HttpClient
https://github.com/yescallop/connectivitytester
connectivity http https network-analysis
Last synced: 10 months ago
JSON representation
A Java HTTP/HTTPS connectivity tester based on Apache HttpClient
- Host: GitHub
- URL: https://github.com/yescallop/connectivitytester
- Owner: yescallop
- Created: 2017-12-24T05:49:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T06:06:08.000Z (about 8 years ago)
- Last Synced: 2025-01-26T06:44:39.170Z (12 months ago)
- Topics: connectivity, http, https, network-analysis
- Language: Java
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConnectivityTester
A Java HTTP/HTTPS connectivity tester based on *Apache HttpClient*
# Usage:
1. Create a file named "ips.txt" in the same folder as the jar
2. Put the url in the first line, then put each IP address of the host in new lines
3. Run the jar, input the number of times you want to test each IP address, then press enter
# Example of ips.txt
```
https://steamcommunity.com/
118.214.249.13
23.10.6.47
118.215.176.59
```
# Feature
Uses keep-alive connections, connecting speed can be intuitively seen
# Opreating Result
The numbers after each IP address are delays in *milliseconds*
```
Times: 10
https://steamcommunity.com/
118.214.249.13 1063 362 331 325 321 329 337 360 325 323
23.10.6.47 667 339 350 338 333 346 341 346 332 342
118.215.176.59 727 363 353 377 354 380 376 359 362 371
```