HTTP 벤치마크 CLI 프롬프트
Go 기반 HTTP 벤치마크 도구 요구를 넣으면 동시 요청, 지연시간·처리량·오류율 통계, HTTP/1.1·2·3 지원 지시를 돌려줍니다.
| 분류 | 개발 › 배포·운영 |
|---|---|
| 태그 | 초안작성분석개발자코드 |
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.
어떤 프롬프트인가
웹 서버 부하 테스트 CLI를 만들 때 적합하다. TLS 설정, 부하 프로파일, 분산 테스트를 요구하지만 실제 고부하 실행 환경은 별도로 준비해야 한다.
같은 분류의 프롬프트
| 프로덕션 AI 에이전트 설계 프롬프트 | |
| AI 에이전트 보안 점검 프롬프트 | |
| AI 제공자 요금 조사 프롬프트 | |
| 상자 탈출 AI 역할을 맡기는 프롬프트 | |
| 보안 경고 분석 프롬프트 |