mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-07 10:49:00 +00:00
Monitoring plugin to separate directory
This commit is contained in:
parent
dca844bf68
commit
a22aea7ab2
@ -1,4 +0,0 @@
|
|||||||
'''
|
|
||||||
Agent to be installed at remote server
|
|
||||||
'''
|
|
||||||
#TODO: 2 implement single process monitoring metric
|
|
@ -2,3 +2,4 @@
|
|||||||
Package contains all original tank tool plugins
|
Package contains all original tank tool plugins
|
||||||
'''
|
'''
|
||||||
from collector import *
|
from collector import *
|
||||||
|
from plugin import *
|
4
yandextank/plugins/Monitoring/agent/__init__.py
Normal file
4
yandextank/plugins/Monitoring/agent/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
'''
|
||||||
|
Agent to be installed at remote server
|
||||||
|
'''
|
||||||
|
#TODO: 2 implement single process monitoring metric
|
@ -6,10 +6,10 @@ import traceback
|
|||||||
import fnmatch
|
import fnmatch
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
from yandextank.monitoring import MonitoringCollector, \
|
from collector import MonitoringCollector, \
|
||||||
MonitoringDataListener, MonitoringDataDecoder
|
MonitoringDataListener, MonitoringDataDecoder
|
||||||
from ConsoleOnline import ConsoleOnlinePlugin, AbstractInfoWidget
|
from yandextank.plugins.ConsoleOnline import ConsoleOnlinePlugin, AbstractInfoWidget
|
||||||
from Phantom import PhantomPlugin
|
from yandextank.plugins.Phantom import PhantomPlugin
|
||||||
from yandextank.core import AbstractPlugin
|
from yandextank.core import AbstractPlugin
|
||||||
import yandextank.core as tankcore
|
import yandextank.core as tankcore
|
||||||
from Autostop import AutostopPlugin, AbstractCriteria
|
from Autostop import AutostopPlugin, AbstractCriteria
|
Loading…
Reference in New Issue
Block a user