Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binatify/simple-wrk
Another http test framework with golang, simple is more.
https://github.com/binatify/simple-wrk
Last synced: 5 days ago
JSON representation
Another http test framework with golang, simple is more.
- Host: GitHub
- URL: https://github.com/binatify/simple-wrk
- Owner: binatify
- Created: 2018-01-06T07:08:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T06:16:17.000Z (about 7 years ago)
- Last Synced: 2024-11-13T13:54:30.088Z (2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-wrk
Another http test framework with golang, simple is more.
## Installation
Use `go get github.com/binatify/simple-wrk`
## Usage
```
$ simple-wrk -c 200 -d 5 http://localhost:8080Running 5s test @ http://localhost:8080
56539 requests in 4.964309804s, 6.58MB read
Requests/sec: 11389.10
Transfer/sec: 1.33MB
Avg Req Time: 878.032µs
Fastest Request: 139.482µs
Slowest Request: 985.130606ms
Number of Errors: 0
```## Architecture
```
--------
| Loader |
--------
| go
V
-------- --------
| Client | .... | Client |
-------- --------
| channel
V
--------
| Summary |
--------
```