Admin Login

Enter your credentials to access the admin panel

{{ error }}

Verify OTP

Enter the OTP code sent to your device

{{ error }}

Admin Dashboard

{{ error }}
{{ successMessage }}
Requests / Sec Total requests / Duration
{{ (stressTestForm?.total_requests && stressTestForm?.duration) ? (stressTestForm.total_requests / stressTestForm.duration) : 0 }}
Bets / Sec (Total requests / 2) / Duration
{{ (stressTestForm?.total_requests && stressTestForm?.duration) ? ((stressTestForm.total_requests / 2) / stressTestForm.duration) : 0 }}
Bets / User (Total requests / 2) / Users
{{ (stressTestForm?.total_requests && stressTestForm?.no_of_users) ? ((stressTestForm.total_requests / 2) / stressTestForm.no_of_users) : 0 }}
Request Ratio Total requests / (Users x Duration)
{{ (stressTestForm?.total_requests && stressTestForm?.no_of_users && stressTestForm?.duration) ? (stressTestForm.total_requests / (stressTestForm.no_of_users * stressTestForm.duration)) : 0 }}

Test Configuration

Test starts at: {{ convertDateToLocal(stressTestProgress?.test_starts_at) }} Test ends at: {{ convertDateToLocal(stressTestProgress?.test_ends_at) }}

Script is over!

Total Requests
{{ Math.round(stressTestResult.total_requests || 0).toLocaleString() }}
Request/Second
{{ Math.round(stressTestResult.request_per_second || 0).toLocaleString() }}
Bets/Second
{{ Math.round(stressTestResult.bets_per_second || 0).toLocaleString() }}
Bets/User
{{ stressTestResult.bets_per_user || 'N/A' }}

Test Progress

Progress
{{ stressTestProgress.report_metrics?.progress?.progress_percent || 0 }}%
Progress
{{ stressTestProgress.report_metrics?.progress?.progress_percent || 0 }}%
Wallet Miss Match Players Requests are adjusting its balance
{{ stressTestResult?.miss_match_players || 'N/A' }}
Wallet Miss Match Players Requests are stuck in the process
{{ stressTestResult?.miss_match_players || 'N/A' }}
Wallet Miss Match Players No balance missmatch found
N/A
Requests Processed
{{ stressTestProgress.report_metrics?.progress?.requests_processed?.toLocaleString() || 0 }}
Deduct - Success Rate
{{ stressTestProgress.report_metrics?.deduct?.success_percent || 0 }}%
Settle - Success Rate
{{ stressTestProgress.report_metrics?.settle?.success_percent || 0 }}%

Miss Match Players

Performance Metrics

Action Avg Duration (ms) Max Duration (ms) Success Failed Success Rate
Deduct {{ Math.round((stressTestProgress.report_metrics.deduct.avg_duration || 0) * 1000) }} {{ Math.round((stressTestProgress.report_metrics.deduct.max_duration || 0) * 1000) }} {{ stressTestProgress.report_metrics.deduct.total_success?.toLocaleString() || 0 }} {{ stressTestProgress.report_metrics.deduct.total_failed?.toLocaleString() || 0 }} {{ stressTestProgress.report_metrics.deduct.success_percent || 0 }}%
Settle {{ Math.round((stressTestProgress.report_metrics.settle.avg_duration || 0) * 1000) }} {{ Math.round((stressTestProgress.report_metrics.settle.max_duration || 0) * 1000) }} {{ stressTestProgress.report_metrics.settle.total_success?.toLocaleString() || 0 }} {{ stressTestProgress.report_metrics.settle.total_failed?.toLocaleString() || 0 }} {{ stressTestProgress.report_metrics.settle.success_percent || 0 }}%
{{ error }}