https://github.com/krasun/proxytester
A simple CLI utility to test an HTTP proxy.
https://github.com/krasun/proxytester
Last synced: 4 months ago
JSON representation
A simple CLI utility to test an HTTP proxy.
- Host: GitHub
- URL: https://github.com/krasun/proxytester
- Owner: krasun
- License: mit
- Created: 2024-10-13T17:09:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T17:10:30.000Z (12 months ago)
- Last Synced: 2025-06-04T15:42:49.195Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
proxytester
===========A simple CLI utility to test an HTTP proxy.
## Usage
To run:
```
go run *.go -proxy -requests 10
```The result will look like:
```
Results:
Metric Average P95 Unit
Connect Time 0.04 0.00 seconds
First Byte Time 1.60 1.51 seconds
Total Time 1.60 1.51 seconds
Error Count 0 - -
Error Rate 0.00 - %Status Code Distribution:
Status Code Count
200 10
```## License
`proxytester` is released under [the MIT license](LICENSE).