https://github.com/springmeyer/elb2h2load
Convert elb logs to h2load uris
https://github.com/springmeyer/elb2h2load
Last synced: 7 months ago
JSON representation
Convert elb logs to h2load uris
- Host: GitHub
- URL: https://github.com/springmeyer/elb2h2load
- Owner: springmeyer
- Created: 2018-09-24T17:31:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T17:36:00.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T18:28:39.094Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elb2h2load
Convert elg logs to input format for h2load
## Install
```
npm install
```
## Usage
```
node index.js input-log > output-log
```
Then put some load on your server:
```
h2load --h1 --base-uri=http://localhost:8889 --input-file=output-log --duration=50 -c100 -m100
```
Note: to get `h2load` command run `brew install nghttp2`.
More info on h2load at https://nghttp2.org/documentation/h2load-howto.html