Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurkiller/wrk-go
a better https wrk in go
https://github.com/arthurkiller/wrk-go
alpn benchmark golang http https npn ocsp wrk
Last synced: 18 days ago
JSON representation
a better https wrk in go
- Host: GitHub
- URL: https://github.com/arthurkiller/wrk-go
- Owner: arthurkiller
- License: mit
- Created: 2017-05-27T02:37:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T01:43:06.000Z (over 5 years ago)
- Last Synced: 2024-10-08T09:20:20.411Z (about 1 month ago)
- Topics: alpn, benchmark, golang, http, https, npn, ocsp, wrk
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wrk-go [![Build Status](https://travis-ci.org/arthurkiller/wrk-go.svg?branch=master)](https://travis-ci.org/arthurkiller/wrk-go) [![Go Report Card](https://goreportcard.com/badge/github.com/arthurkiller/wrk-go)](https://goreportcard.com/report/github.com/arthurkiller/wrk-go)
A wrk written in go## What is wrk
wrk is a https testing tool util written in c. It is really easy to use but has limitted support with
https (ssl) extension.## Why wrk-go
We need a tool with full suport with ssl extension feature. It should be easy to use and powerfull (like wrk), easy to
extend (with go).## Feature
* made in go with ❤️
* support ssl status with OSCP stapling
* support NPN/APLN, ssl false start support
* support session ticket for session resumption
* histogram supported