mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
commit
4aee194233
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='yandextank',
|
||||
version='1.8.34',
|
||||
version='1.8.35',
|
||||
description='a performance measurement tool',
|
||||
longer_description='''
|
||||
Yandex.Tank is a performance measurement and load testing automatization tool.
|
||||
|
@ -5,7 +5,6 @@ plugin_ShellExec=yandextank.plugins.ShellExec
|
||||
plugin_phantom=yandextank.plugins.Phantom
|
||||
plugin_aggregate=yandextank.plugins.Aggregator
|
||||
plugin_autostop=yandextank.plugins.Autostop
|
||||
;plugin_monitoring=yandextank.plugins.Monitoring
|
||||
plugin_telegraf=yandextank.plugins.Telegraf
|
||||
plugin_console=yandextank.plugins.Console
|
||||
plugin_tips=yandextank.plugins.TipsAndTricks
|
||||
@ -21,3 +20,9 @@ ammo_type=caseline
|
||||
|
||||
[overload]
|
||||
api_address=https://overload.yandex.net/
|
||||
|
||||
[telegraf]
|
||||
disguise_hostnames=1
|
||||
|
||||
[monitoring]
|
||||
disguise_hostnames=1
|
||||
|
@ -5,7 +5,7 @@ plugin_ShellExec=yandextank.plugins.ShellExec
|
||||
plugin_phantom=yandextank.plugins.Phantom
|
||||
plugin_aggregate=yandextank.plugins.Aggregator
|
||||
plugin_autostop=yandextank.plugins.Autostop
|
||||
plugin_monitoring=yandextank.plugins.Telegraf
|
||||
plugin_telegraf=yandextank.plugins.Telegraf
|
||||
plugin_console=yandextank.plugins.Console
|
||||
plugin_tips=yandextank.plugins.TipsAndTricks
|
||||
plugin_rcassert=yandextank.plugins.RCAssert
|
||||
@ -17,3 +17,9 @@ ammo_type=caseline
|
||||
|
||||
[overload]
|
||||
api_address=https://overload.yandex.net/
|
||||
|
||||
[telegraf]
|
||||
disguise_hostnames=1
|
||||
|
||||
[monitoring]
|
||||
disguise_hostnames=1
|
||||
|
@ -585,10 +585,11 @@ class Plugin(AbstractPlugin, AggregateResultListener,
|
||||
tank=self.core.job.tank,
|
||||
notify_list=self.get_option("notify", '').split(' '),
|
||||
load_scheme=loadscheme,
|
||||
version=self.get_option('ver', ''),
|
||||
log_data_requests=bool(int(self.get_option('log_data_requests', '0'))),
|
||||
log_monitoring_requests=bool(int(self.get_option('log_monitoring_requests', '0'))),
|
||||
log_status_requests=bool(int(self.get_option('log_status_requests', '0'))),
|
||||
log_other_requests=bool(int(self.get_option('log_other_requests', '0'))), )
|
||||
log_other_requests=bool(int(self.get_option('log_other_requests', '0'))))
|
||||
|
||||
@property
|
||||
def task(self):
|
||||
|
Loading…
Reference in New Issue
Block a user