Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기audit-qos
스타3
포크1
업데이트2026년 5월 30일 01:17
Does it work well?
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Does it work well?
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Application programming interface.
Does CI work?
Did it work?
Is everything okay?
Is it running?
Does this meet standards?
| name | audit-qos |
| description | Does it work well? |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Does it work well?
Does it work reliably? Is it fast enough?
# Uptime check
curl -s -o /dev/null -w "%{http_code}" /health
| Uptime | Rating |
|---|---|
| 99.9% | OK |
| 99% | Warning |
| <99% | Bad |
# Response time
time curl -s -o /dev/null URL
| Latency | Rating |
|---|---|
| < 100ms | Great |
| < 500ms | OK |
| > 1s | Slow |
# Error rate
errors / requests
| Errors | Rating |
|---|---|
| < 0.1% | Great |
| < 1% | OK |
| > 1% | Bad |
| Metric | Limit | Alert |
|---|---|---|
| Requests | < 80% | Warning |
| Connections | < 80% | Warning |
| Memory | < 80% | Ok |
## QoS - [service]
### Availability
- Uptime: 99.9%
- SLA: 99.9%
### Latency
- P50: [ms]ms
- P95: [ms]ms
- P99: [ms]ms
### Error Rate
- [x]% errors
- [x] errors in [y] requests
### Current Load
- Requests: [x]/s (of [y])
- Connections: [x] (of [y])
### SLA Met?
- [YES/NO]
| SLA | Downtime/Month |
|---|---|
| 99% | 7h 18m |
| 99.9% | 43m |
| 99.99% | 4m |
Role: QoS Auditor
Input: Service
Output: Does it meet SLA?
Keep it reliable.