Hi,
The relation of check-interval and engine-loop is this:
engine-loop = <time Taurus spent processing modules in
iteration> / check-interval. So it makes sense that engine-loop
can go down when you increase check-interval. But I don't think
this is a solution to the problem you observe. The tweaks you made
look fine, but if they don't help then problem is something else.
100K transactions/hr = 1666 tran/min = 27 tran/sec. So the hits rate does not look too high. Taurus is able to process thousands of hits/s on average CPU.
To help diagnose problem, can you run taurus with -v flag added,
run the problematic test again and send me bzt.log (privately if
needed, and all artifacts zip would be awesome)? Please, leave
check-interval the same, as it does not help in your case. Also,
don't disable console, it also does no harm. Also, it would be
really nice to have engine health collected for this test, can you
run it with "-report" flag and share the report link with me?
This way I'll have much more info to spot the problem. Currently I suspect that you have very long response times, which makes aggregator subsystem to spend a lot of time arranging histograms.
One experiment also comes into my mind, it is to set
"min-buffer-len: 1h" also, so it will cause Taurus to buffer most
of results it reads and process at the very end of execution
process. But it means it will use RAM for that buffer, which may
also cause problems.
--
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/9859aa24-1084-4b9e-abaa-d0d2ff46f090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Just send me direct email to this address.
--
Andrey Pokhilko
Open Source Initiatives Leader


To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/9f8f190c-f600-40c9-bb4c-27d57e7b2a57%40googlegroups.com.
Hi,
From your logs, I see nothing obvious to point on problem.
One suspect is the process of aggregating results from JMeter. Usually, that problem is diagnosed by post-process phase, after your Taurus gets slow and you press ctrl+c. Then, Taurus switches back into detailed logging, and details can be found in bzt.log.
Can you run your test, reach slowness and then shut Taurus down gracefully, so all post-process will go through? Then share bzt.log with me.
Another thing to try is to install latest snapshot
(http://gettaurus.org/docs/DeveloperGuide/#Python-Egg-Snapshots),
because we've made important performance improvements in
aggregator module recently.
--
Andrey Pokhilko
Open Source Initiatives Leader


To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/3ef7d90e-26e9-4cca-bd03-d51de9d6086c%40googlegroups.com.