HTTP Benchmarking Tool CLI

ProgrammingData AnalysisCharacter Prompts

This page contains the complete prompt template, ready to copy into a compatible language model. Related and popular prompts appear alongside it.

Builds a high-performance HTTP benchmarking tool in Go — concurrent request generation with a configurable thread count, detailed statistics for latency, throughput, and error rate, support for HTTP/1.1, HTTP/2, and HTTP/3, and custom header and cookie management.

Prompt content

Use Go Create high performance HTTP Benchmark testing tool. Use the number of configurable threads to generate the request. Add detailed statistical information, including delay, throughput and error rates. Including HTTP/1.1、HTTP/2 and HTTP/3 Support. Implement custom headers and cookie Management. Adds a dynamic request template. Includes response validation using regular expressions and state code checks. Use Certificate Validation Options TLS Configure. Adds a load curve configuration with a ramp up and steady state phase. Includes detailed reports with percentages and histograms. A distributed test mode is achieved for high load scenarios.