http-load-profiler
仓库创建 2025年6月22日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
自动化发现最优并发,辅助容量规划与性能回归验证。
▸ 风险提示
会对目标施加高负载,需获得授权并注意流量成本。
这个 Skill 做什么
按步增加并发对 HTTP 服务压测,收集 p50/p90/p99 并检测性能拐点。
对 HTTP 接口做阶梯式并发压测,逐步提高并发量收集 p50/p90/p99 延迟,帮你找到性能拐点和最佳并发点。适合做接口基准测试、容量规划或查找吞吐瓶颈时使用。特别的是会自动选用 wrk 或 ab 作为引擎、按步升量并输出拐点分析,便于定位在哪个并发等级出现性能崩塌。
▸ 展开 SKILL.md 英文原文
Run stepped HTTP load tests with ab/wrk, ramping concurrency levels to collect p50/p90/p99 latency, detect performance inflection points, and recommend optimal concurrency. Triggered by requests like 'load test this URL', 'benchmark my API', 'find the max concurrency', or mentions of p99 latency, throughput saturation, or capacity planning.
4.4k
Stars
448
Forks
40
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/http-load-profiler/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/http-load-profiler/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# HTTP Load Profiler — Stepped Concurrency Load Test + Inflection Point Analysis Run stepped concurrency load tests against HTTP services, automatically collect latency percentiles, and detect performance inflection points. ## Features - **Dual engine support**: Auto-detects wrk (preferred) or ab (Apache Bench); manual override available - **Stepped concurrency**: Ramps up through user-defined concurrency levels (default: 1 → 10 → 50 → 100 → 200 → 500) - **Latency percentiles**: Collects p50 / p90 / p99 latency at each level - **Inflection point detection**: Automatically identifies four types of performance inflection points - p99 latency accelerating (increase exceeds 2x the previous
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有