An open API service indexing awesome lists of open source software.

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

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/)