Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser doesn't work if Simulation log has different scenario names #20

Open
crmanikandan opened this issue Apr 20, 2020 · 0 comments
Open

Comments

@crmanikandan
Copy link

crmanikandan commented Apr 20, 2020

Gatling Version : 3.0.2

Simulation.log
RUN mock.LoadSimulation loadsimulation 1587388236553 3.0.2
USER 1MB_CASE 1 START 1587388236693 1587388236693
USER 5MB_CASE 2 START 1587388236826 1587388236826
USER 10MB_CASE 3 START 1587388236834 1587388236834
REQUEST 3 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
REQUEST 2 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
REQUEST 1 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
USER 10MB_CASE 3 END 1587388236834 1587388238171
USER 5MB_CASE 2 END 1587388236826 1587388238175
USER 1MB_CASE 1 END 1587388236693 1587388238177

Expected
Response Times groupings based on 1MB_CASE, 5MB_CASE & 10MB_CASE

Actual
Response Times gets grouped for any one of (1MB,5MB..10MB) and cummulate all response times of /v1/log/logs/ under it which is incorrect

Console Out:
simulation scenario maxUsers request start startDate duration end count successCount errorCount min p50 p90 p95 p99 max avg stddev rps apdex rating
loadsimulation mock.LoadSimulation 3 _all 1587388236553 2020-04-20 18:40:36 1.60 1587388238153 3 3 0 34 34 34 34 34 34 34.00 0 1.88 1.00 Excellent
loadsimulation 10MB_CASE 1 POST /v1/upload/logs/ 1587388236553 2020-04-20 18:40:36 1.60 1587388238153 3 3 0 34 34 34 34 34 34 34.00 0 1.88 1.00 Excellent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant