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

Jmeter extracts sub-samples from the log file and calculate metrics with these extra data points. #348

Open
JingshuXia opened this issue Dec 11, 2015 · 0 comments

Comments

@JingshuXia
Copy link

Sub-samples or sub-requests should not be involved in stats calculations, it will impact the aggregations, percentiles results.
For the following case, request 'login' has two redirects "https://www.linkedin.com/uas/login-submit" and
"https://www.linkedin.com/nhome/". Naarad capture all three of them as separate requests and aggregates the metrcs, but actually the latter two shouldn't be involved in calculation as separate requests.
screen shot 2015-12-11 at 10 22 52 am

JingshuXia pushed a commit that referenced this issue Dec 17, 2015
JingshuXia pushed a commit to JingshuXia/naarad that referenced this issue Dec 17, 2015
feng-tao added a commit that referenced this issue Dec 18, 2015
Fix issue #348, exclude sub-samples data points from stats calculation set
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