Hi,
Registering embedded resource hits is a quite controversial
topic. I know that some users prefer to include embedded resources
as hits/s, others prefer to look at top-level transactions.
Moreover, in practice there are some of embedded resources that
you want to include and some that not, because they are stored on
thirdparty (CDN) and not hit your service. There can't be single
"right" way of registering this KPI.
In Taurus, we have chosen the way of using top-level transactions
only, as it is more universal and takes less resources on
framework side to process results.
--
Andrey Pokhilko
Open Source Initiatives Leader


CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/d5cab2ab-ede2-4b32-932a-e6a8ca74ca4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taurus+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/d5cab2ab-ede2-4b32-932a-e6a8ca74ca4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "codename-taurus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codename-taurus/EiSC3658fLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codename-taurus+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/218d5825-ea68-6c5e-c362-d3232d734904%40contractor.ca.com.
For more options, visit https://groups.google.com/d/optout.
Hmm, I took the latest snapshot of JMeter and I'm shocked by the
change in JTL writing. It is strange that it writes subsamples now
with no respect to "Save Sub Results" flag. I simply can't turn
new behavior off!
It will break all the automated scripts written in the ecosystem.
Even without Taurus, if I run the test with Aggregate Report, I
see one number. If I save it into JTL and re-load it in Aggregate
Report, I see completely different picture. All my response times
are counted twice now!
I believe something really breaking has happened, and it will
hurt users. Just because it changes the math of reading results
the same way Transaction Controller breaks it...
I will send copy of this into JMeter developer list for further
discussion.
--
Andrey Pokhilko
Open Source Initiatives Leader


To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/CAH9fUpbVRqihJiDNR99Z1tt4RgRZuEoQhVE8EzQuBK-qAJXu5A%40mail.gmail.com.
Hmm, I took the latest snapshot of JMeter and I'm shocked by the change in JTL writing. It is strange that it writes subsamples now with no respect to "Save Sub Results" flag. I simply can't turn new behavior off!
It will break all the automated scripts written in the ecosystem. Even without Taurus, if I run the test with Aggregate Report, I see one number. If I save it into JTL and re-load it in Aggregate Report, I see completely different picture. All my response times are counted twice now!
I believe something really breaking has happened, and it will hurt users. Just because it changes the math of reading results the same way Transaction Controller breaks it...
I will send copy of this into JMeter developer list for further discussion.
--
Andrey Pokhilko
Open Source Initiatives Leader
07.08.2018 23:15, Philippe Mouawad пишет:
CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hits concerns requests going to server, with jmeter you can select which requests you want to be include to only include the ones hitting your servers.
There was a limitation in JMeter when outputting csv that only retained parent sample result and not subresults and it was explicitly mentioned in the generated html report.
This limitation will be lifted in upcoming 5.0 .
My opinion in the load tests I have made using embedded resources is that it was annoying not to have it, as some performance issues could have this number of hits (static + dynamic) as root cause when an apache httpd misconfiguration would saturate the worker pool.
Also, the concept of subresults is not only for embedded http load test, it can appear in other tests like jms.
But I guess that Taurus being the intersection of multiple oss load test products requires you to make some choices.
Regards
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/CAH9fUpbVRqihJiDNR99Z1tt4RgRZuEoQhVE8EzQuBK-qAJXu5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "codename-taurus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codename-taurus/EiSC3658fLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codename-taurus+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/bf00e5e0-6293-64c5-484e-fdcf3b8c789b%40contractor.ca.com.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, August 8, 2018, Andrey Pokhilko <andrey....@contractor.ca.com> wrote:Hmm, I took the latest snapshot of JMeter and I'm shocked by the change in JTL writing. It is strange that it writes subsamples now with no respect to "Save Sub Results" flag. I simply can't turn new behavior off!
I’ll double check, it surely is intended to be turned off.Did you try using this property or in a different way:jmeter.save.saveservice.subresults=falseThis one works as some integration tests use this way.It will break all the automated scripts written in the ecosystem. Even without Taurus, if I run the test with Aggregate Report, I see one number. If I save it into JTL and re-load it in Aggregate Report, I see completely different picture. All my response times are counted twice now!
I believe something really breaking has happened, and it will hurt users. Just because it changes the math of reading results the same way Transaction Controller breaks it...
I will send copy of this into JMeter developer list for further discussion.
Thanks
--
Andrey Pokhilko
Open Source Initiatives Leader
07.08.2018 23:15, Philippe Mouawad пишет:
CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hits concerns requests going to server, with jmeter you can select which requests you want to be include to only include the ones hitting your servers.
There was a limitation in JMeter when outputting csv that only retained parent sample result and not subresults and it was explicitly mentioned in the generated html report.
This limitation will be lifted in upcoming 5.0 .
My opinion in the load tests I have made using embedded resources is that it was annoying not to have it, as some performance issues could have this number of hits (static + dynamic) as root cause when an apache httpd misconfiguration would saturate the worker pool.
Also, the concept of subresults is not only for embedded http load test, it can appear in other tests like jms.
But I guess that Taurus being the intersection of multiple oss load test products requires you to make some choices.
Regards
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/d5cab2ab-ede2-4b32-932a-e6a8ca74ca4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "codename-taurus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codename-taurus/EiSC3658fLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/218d5825-ea68-6c5e-c362-d3232d734904%40contractor.ca.com.
For more options, visit https://groups.google.com/d/optout.
--
Cordialement.
Philippe Mouawad.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/CAH9fUpbVRqihJiDNR99Z1tt4RgRZuEoQhVE8EzQuBK-qAJXu5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "codename-taurus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codename-taurus/EiSC3658fLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/bf00e5e0-6293-64c5-484e-fdcf3b8c789b%40contractor.ca.com.
For more options, visit https://groups.google.com/d/optout.
--
Cordialement.
Philippe Mouawad.
On Wednesday, August 8, 2018, Andrey Pokhilko <andrey....@contractor.ca.com> wrote:Hmm, I took the latest snapshot of JMeter and I'm shocked by the change in JTL writing. It is strange that it writes subsamples now with no respect to "Save Sub Results" flag. I simply can't turn new behavior off!
I’ll double check, it surely is intended to be turned off.Did you try using this property or in a different way:jmeter.save.saveservice.subresults=falseThis one works as some integration tests use this way.It will break all the automated scripts written in the ecosystem. Even without Taurus, if I run the test with Aggregate Report, I see one number. If I save it into JTL and re-load it in Aggregate Report, I see completely different picture. All my response times are counted twice now!
I believe something really breaking has happened, and it will hurt users. Just because it changes the math of reading results the same way Transaction Controller breaks it...
I will send copy of this into JMeter developer list for further discussion.
Thanks
--
Andrey Pokhilko
Open Source Initiatives Leader
07.08.2018 23:15, Philippe Mouawad пишет:
CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hits concerns requests going to server, with jmeter you can select which requests you want to be include to only include the ones hitting your servers.
There was a limitation in JMeter when outputting csv that only retained parent sample result and not subresults and it was explicitly mentioned in the generated html report.
This limitation will be lifted in upcoming 5.0 .
My opinion in the load tests I have made using embedded resources is that it was annoying not to have it, as some performance issues could have this number of hits (static + dynamic) as root cause when an apache httpd misconfiguration would saturate the worker pool.
Also, the concept of subresults is not only for embedded http load test, it can appear in other tests like jms.
But I guess that Taurus being the intersection of multiple oss load test products requires you to make some choices.
Regards
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/d5cab2ab-ede2-4b32-932a-e6a8ca74ca4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "codename-taurus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codename-taurus/EiSC3658fLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/218d5825-ea68-6c5e-c362-d3232d734904%40contractor.ca.com.
For more options, visit https://groups.google.com/d/optout.
--
Cordialement.
Philippe Mouawad.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/CAH9fUpbVRqihJiDNR99Z1tt4RgRZuEoQhVE8EzQuBK-qAJXu5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "codename-taurus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codename-taurus/EiSC3658fLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/bf00e5e0-6293-64c5-484e-fdcf3b8c789b%40contractor.ca.com.
For more options, visit https://groups.google.com/d/optout.
--
Cordialement.
Philippe Mouawad.