Merge branch 'master' of github.com:yandex/yandex-tank

This commit is contained in:
Alexey Lavrenuke 2016-06-24 17:28:48 +03:00
commit f695c0f2df
3 changed files with 9 additions and 9 deletions

View File

@ -292,10 +292,10 @@ Advanced options
TLS/SSL additional options
^^^^^^^^^^^^^^^^^^^^^^^^^^
..note::
.. note::
``ssl=1`` is required
:ciphers:
:client_cipher_suites:
Cipher list, consists of one or more cipher strings separated by colons (see man ciphers).
Example: ciphers = RSA:!COMPLEMENTOFALL
@ -903,7 +903,7 @@ Basic criteria types
Example: metric_lower(127.0.0.1,Memory_free,500,10).
Exit code - 31 and 32.
Exit code - 31 and 32
**Note**: metric names (except customs) are written with underline. For hostnames masks are allowed (i.e target-\*.load.net)
@ -952,21 +952,21 @@ Advanced criteria types
Example: ``negative_http(2xx,10%,10s)``.
Exit code: 28
Exit code - 28
:negative_net:
Inversed ``total_net``. Stop if there are not enough responses that fit the specified mask.
Example: ``negative_net(0,10%,10s)``.
Exit code: 29
Exit code - 29
:http_trend:
Stop if trend for defined http codes is negative on defined period. Trend is a sum of an average coefficient for linear functions calculated for each pair points in last n seconds and standart deviation for it
Example: http_trend(2xx,10s).
Exit code: 30.
Exit code - 30
Monitoring
==========
@ -1318,4 +1318,4 @@ Options
:disable:
Disable tips and tricks.
Default: 0 (don't).
Default: 0 (don't).

View File

@ -144,7 +144,7 @@ class ApiWorker:
]
except OSError:
self.log.warn(self.baseconfigs_location +
' is not acessible to get configs list')
' is not accessible to get configs list')
configs += [os.path.expanduser('~/.yandex-tank')]
return configs

View File

@ -161,7 +161,7 @@ class ConsoleTank:
]
except OSError:
self.log.warn(self.baseconfigs_location +
' is not acessible to get configs list')
' is not accessible to get configs list')
configs += [os.path.expanduser('~/.yandex-tank')]
return configs