Automated ingestion of prompt: HTTP Benchmarking Tool CLI

This commit is contained in:
promptadmin 2026-06-06 19:29:22 +00:00
parent a0de2c5c51
commit cd07f8a1f3
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
title: "HTTP Benchmarking Tool CLI"
contributor: "@f"
tags: #coding, #f
---
Create a high-performance HTTP benchmarking tool in Go. Implement concurrent request generation with configurable thread count. Add detailed statistics including latency, throughput, and error rates. Include support for HTTP/1.1, HTTP/2, and HTTP/3. Implement custom header and cookie management. Add request templating for dynamic content. Include response validation with regex and status code checking. Implement TLS configuration with certificate validation options. Add load profile configuration with ramp-up and steady-state phases. Include detailed reporting with percentiles and histograms. Implement distributed testing mode for high-load scenarios.