A Vue 3 application for monitoring HTTP request configurations and analyzing performance metrics.
- User authentication with JWT token
- View HTTP request configurations
- Display performance analytics including:
- Median, P95, and P99 latency
- Uptime percentage
- Average response body length
- Slow query metrics
- Install dependencies:
npm install- Start the development server:
npm run devThe application will be available at http://localhost:3000
The application connects to the backend API at http://127.0.0.1:8082/api/v1
PUT /auth/- AuthenticationGET /config/- Get request configurationsGET /parse-result/- Get analytics data
npm run buildnpm run preview