{{ 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!
Please wait while player wallet is adjusting its balance missmatch.
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 }}
{{
value.slice(0,11) + '...'
}}
{{
value.slice(0,11) + '...'
}}
{{ item?.game_provider_name }}
{{ item?.game_name }}
-
{{ item?.game_id_name || '-' }}
Win
Loss
Tie
-
{{ value }}
{{ value }}
{{ value }}
{{ value }}
| Total Page: |
|
{{ betHistoryTable.total_page_bet_amount }} |
{{ betHistoryTable.total_page_valid_bet_amount }} |
{{ betHistoryTable.total_page_payout_amount }} |
{{ betHistoryTable.total_page_win_loss_amount }} |
{{
betHistoryTable.total_page_ggr_amount }} |
|
|
| Total: |
|
{{ betHistoryTable.total_overall_bet_amount }} |
{{ betHistoryTable.total_overall_valid_bet }} |
{{ betHistoryTable.total_overall_payout }} |
{{ betHistoryTable.total_overall_win_loss }} |
{{
betHistoryTable.total_overall_ggr_amount }} |
|
|