https://github.com/bradfitz/h2slam
slam an HTTP/2 server a lot of concurrent load over a single TCP connection (for debugging something)
https://github.com/bradfitz/h2slam
Last synced: about 1 year ago
JSON representation
slam an HTTP/2 server a lot of concurrent load over a single TCP connection (for debugging something)
- Host: GitHub
- URL: https://github.com/bradfitz/h2slam
- Owner: bradfitz
- Created: 2022-03-24T18:17:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T18:24:12.000Z (about 4 years ago)
- Last Synced: 2025-03-18T22:03:50.424Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 29
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h2slam
Usage:
```
go run github.com/bradfitz/h2slam@main --host=$HOSTNAME
```