updated aggregator documentation

This commit is contained in:
Timur Torubarov 2016-09-19 11:16:35 +03:00
parent 3596a1cb40
commit 1c77ed69d6
3 changed files with 7 additions and 17 deletions

View File

@ -100,9 +100,6 @@ options. Those options are in charge for every section:
[console]
short_only=1
[aggregator]
time_periods=10 20 30 100
[meta]
job_name=ask
@ -113,7 +110,6 @@ is an equivalent for:
[DEFAULT]
autostop=time(1,10)
short_only=1
time_periods=10 20 30 100
job_name=ask
.. note::

View File

@ -1163,17 +1163,12 @@ INI file section: **[aggregator]**
Options
-------
:time_periods:
time intervals list divided by zero.
Default: ``1ms 2 3 4 5 6 7 8 9 10 20 30 40 50 60 70 80 90 100 150 200 250 300 350 400 450 500 600 650 700 750 800 850 900 950 1s 1500 2s 2500 3s 3500 4s 4500 5s 5500 6s 6500 7s 7500 8s 8500 9s 9500 10s 11s``
:precise_cumulative:
Controls the accuracy of cumulative percentile. When disabled, cumulative percentiles are calculated with ``time_periods`` precision, otherwise - up to milliseconds.
:verbose_histogram:
Controls the accuracy of cumulative percentile.
Available options: 0/1.
Default: ``1``.
Default: ``0``.
ShellExec

View File

@ -530,10 +530,10 @@ Use `Report plugin <https://github.com/yandex-load/yatank-online>`_
OR
use your favorite stats packet, R, for example.
Custom timings
Precise timings
==============
You can set custom timings in ``load.ini`` with ``time_periods``
You can set precise timings in ``load.ini`` with ``verbose_histogram``
parameter like this:
::
@ -543,13 +543,12 @@ parameter like this:
port=80 ;target's port
rps_schedule=const(10, 10m) ;load scheme
[aggregator]
time_periods = 10 45 50 100 150 300 500 1s 1500 2s 3s 10s
verbose_histogram = 1
.. note::
Please keep an eye, last value of `time_periods` is no longer used as response timeout
Use phantom.timeout option.
According to this "buckets", tanks' aggregator will aggregate test results.
Thread limit
============