Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

[![Go-build](https://github.com/rsevilla87/hloader/actions/workflows/go-build.yml/badge.svg?branch=main&event=push)](https://github.com/rsevilla87/hloader/actions/workflows/go-build.yml)

hloader is a lightweight HTTP/HTTPS load testing tool designed for generating concurrent HTTP requests with configurable rate limiting and connection management.

## Scope and Limitations

hloader is specifically designed for **HTTP/HTTPS load testing only**. It supports:
- HTTP/1.1 and HTTP/2 protocols
- Configurable request rates and concurrency
- TLS/SSL connections with optional certificate verification
- HTTP keepalive connections

**Out of Scope**: hloader does not support other transport protocols such as TCP, UDP, or SCTP. For protocol-level load testing including SCTP support for telco use-cases, please refer to [k8s-netperf](https://github.com/cloud-bulldozer/k8s-netperf).

```shell
$ ./bin/hloader -h
HTTP loader
Expand Down