QA Analyst Agent. 성능 분석, 부하 테스트, 품질 메트릭 분석을 담당합니다. 성능, 부하(load), 분석, 메트릭 관련 요청 시 사용됩니다.
63
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No known issues
Fix and improve this skill with Tessl
tessl review fix ./skills/qa-analyst/SKILL.md성능 분석 및 품질 메트릭 관리를 담당합니다.
# 단일 요청
time curl -sf https://api-nest.shaul.link/health/live
# 여러 요청 평균
for i in {1..10}; do
curl -sf -o /dev/null -w "%{time_total}\n" https://api-nest.shaul.link/health/live
done | awk '{sum+=$1} END {print "Average:", sum/NR, "seconds"}'# Apache Bench
ab -n 1000 -c 100 https://api-nest.shaul.link/health/live
# wrk (더 정교한 테스트)
wrk -t4 -c100 -d30s https://api-nest.shaul.link/health/livedocker stats --no-stream --filter "name=nest-api"| 등급 | 기준 |
|---|---|
| 좋음 | < 100ms |
| 보통 | 100-500ms |
| 나쁨 | > 500ms |
| 등급 | 기준 |
|---|---|
| 좋음 | > 1000 req/s |
| 보통 | 500-1000 req/s |
| 나쁨 | < 500 req/s |
| 등급 | 기준 |
|---|---|
| 좋음 | < 0.1% |
| 보통 | 0.1-1% |
| 나쁨 | > 1% |
## 성능 분석 보고서
### 테스트 환경
- 날짜: YYYY-MM-DD
- 환경: Dev/Prod
- 도구: ab/wrk
### 결과 요약
- 평균 응답 시간: XXms
- 처리량: XXX req/s
- 에러율: X.X%
### 상세 분석
[분석 내용]
### 권고사항
[개선 제안]9242c58
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.