Skip to content

Releases: kzxl/ZeroProbe

v1.0.0 - NetTool API Performance Tester

Choose a tag to compare

@kzxl kzxl released this 20 Mar 03:40

🚀 NetTool v1.0.0

Tool test hiệu suất API với WPF Dark UI + Go Engine.

✅ Phase 1 — Core

  • Go Engine: worker pool, HTTP client reuse, ramp-up, metrics aggregation
  • WPF UI: dark theme, realtime RPS + Latency charts (LiveCharts2), log panel
  • Metrics: RPS, Avg/Min/Max, StdDev, p50/p95/p99, Status Codes, Bytes, Active Connections
  • Graceful shutdown (SIGINT/SIGTERM)

✅ Phase 2 — Enhanced UI

  • Export CSV/JSON — xuất toàn bộ metrics history
  • Request Templates — save/load cấu hình test
  • Alert Thresholds — cảnh báo khi p95/p99 vượt ngưỡng
  • Summary Panel — tổng kết overall metrics sau test
  • Response Validation — kiểm tra expected HTTP status code

🛠️ Yêu cầu

  • Windows 10/11 (64-bit)
  • .NET 8 SDK
  • Go 1.21+

Quick Start

git clone https://github.com/kzxl/NetTool.git
cd NetTool/engine && go build -o ../engine.exe .
cd .. && dotnet run --project src/NetTool.UI