https://github.com/nezutero/url-probe
simple command-line tool in golang which is checking url health and performance
https://github.com/nezutero/url-probe
automation benchmarking check-url check-urls go golang golang-tools latency-test response-time url-benchmarking url-health url-health-checker url-test
Last synced: about 1 month ago
JSON representation
simple command-line tool in golang which is checking url health and performance
- Host: GitHub
- URL: https://github.com/nezutero/url-probe
- Owner: nezutero
- License: mit
- Created: 2023-10-18T20:06:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T18:06:24.000Z (3 months ago)
- Last Synced: 2025-02-12T16:45:28.428Z (3 months ago)
- Topics: automation, benchmarking, check-url, check-urls, go, golang, golang-tools, latency-test, response-time, url-benchmarking, url-health, url-health-checker, url-test
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
```sh
git clone https://github.com/nezutero/url-probe
```## Usage
```sh
go build
```- Using command line arguments:
```sh
./url-probe https://example.com https://example2.com
```- Using csv as a source:
```sh
./url-probe -source=csv -file=urls.csv
```- Using json as a source:
```sh
./url-probe -source=json -file=urls.json
```- Using txt as a source:
```sh
./url-probe -source=txt -file=urls.txt
```## Contributing
- Pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change.- Please make sure to update tests as appropriate.
## License
- [MIT](https://choosealicense.com/licenses/mit/)