Skip to content

Web Tools

Phong Võ edited this page Mar 21, 2026 · 1 revision

🌐 Web Tools

🚀 API Load Test

HTTP stress testing tool với realtime charts.

Config

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)

Output

  • Realtime Charts — RPS + Latency (Avg/p95/p99)
  • Summary Panel — Tổng kết khi test xong
  • Export — CSV / JSON

📋 HTTP Headers

Inspect HTTP response headers và TLS info.

Config

Field Mô tả Default
URL Target URL https://google.com
Method HTTP method GET
Timeout Timeout (ms) 10000

Output

Category Thông tin
🔵 Status HTTP status code, response time, protocol
🔒 TLS Version, cipher suite, certificate info
📋 Header Tất cả response headers (sorted)

🔐 SSL Checker

Kiểm tra SSL/TLS certificate chi tiết.

Config

Field Mô tả Default
Host Domain / IP google.com
Port HTTPS port 443

Output

  • 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

⚡ WebSocket Tester

Test WebSocket connection upgrade.

Config

Field Mô tả Default
URL WebSocket URL (ws:// hoặc wss://) wss://echo.websocket.org
Message Test message Hello from NetTool!

Output

  • Connection upgrade status
  • Response time
  • Server response headers

Clone this wiki locally