-
Notifications
You must be signed in to change notification settings - Fork 0
Web Tools
Phong Võ edited this page Mar 21, 2026
·
1 revision
HTTP stress testing tool với realtime charts.
| Field | Mô tả | Default |
|---|---|---|
| URL | Target URL (bắt buộc) | — |
| Method | GET / POST / PUT / DELETE | GET |
| Headers | Custom headers (JSON) | {} |
| Body | Request body | "" |
| Concurrency | Số worker đồng thời | 10 |
| Duration | Thời gian test (giây) | 30 |
| Ramp-up | Ramp-up time (giây) | 5 |
| Timeout | Request timeout (ms) | 5000 |
| Expected Status | HTTP status code mong đợi | 0 (any) |
| Alert p95/p99 | Ngưỡng cảnh báo latency (ms) | 0 (off) |
- Realtime Charts — RPS + Latency (Avg/p95/p99)
- Summary Panel — Tổng kết khi test xong
- Export — CSV / JSON
Inspect HTTP response headers và TLS info.
| Field | Mô tả | Default |
|---|---|---|
| URL | Target URL | https://google.com |
| Method | HTTP method | GET |
| Timeout | Timeout (ms) | 10000 |
| Category | Thông tin |
|---|---|
| 🔵 Status | HTTP status code, response time, protocol |
| 🔒 TLS | Version, cipher suite, certificate info |
| 📋 Header | Tất cả response headers (sorted) |
Kiểm tra SSL/TLS certificate chi tiết.
| Field | Mô tả | Default |
|---|---|---|
| Host | Domain / IP | google.com |
| Port | HTTPS port | 443 |
- Certificate validation status (✅/❌)
- TLS version, cipher suite
- Leaf certificate: Subject, Issuer, Valid from/until, DNS names
- Expiry status (days remaining, warnings)
- Certificate chain (CA hierarchy)
- Serial number, signature algorithm
Test WebSocket connection upgrade.
| Field | Mô tả | Default |
|---|---|---|
| URL | WebSocket URL (ws:// hoặc wss://) |
wss://echo.websocket.org |
| Message | Test message | Hello from NetTool! |
- Connection upgrade status
- Response time
- Server response headers