Commit Graph

53 Commits

Author SHA1 Message Date
Alexey Lavrenuke
f4798c9e98 Merge pull request #166 from maklaut/master
Extend JMeter known exceptions + fix for #106
2015-08-24 16:28:55 +03:00
Alexey Lavrenuke
37363823bd Merge pull request #167 from asekretenko/master
Autostop plugin: save criteria string that triggered autostop;  shellexec.catch_out option
2015-07-28 16:40:32 +03:00
Alexander Sukhov
14a0bf0e73 Fix for issue #106 jmeter custom log cause an empty stats in yandex-tank 2015-07-24 19:57:36 +03:00
Alexander Sukhov
a12bfa92ad Extend JMeter known exceptions 2015-07-24 19:55:56 +03:00
Alexey Lavrenuke
53660d859c Merge pull request #165 from nnugumanov/master
bugfix for previous pull 163
2015-07-22 17:44:08 +03:00
Alexey Lavrenuke
65b9a3ebb9 Merge pull request #164 from netortik/master
Monitoring plugin metrics CpuLa and CpuStat refactoring
2015-07-22 17:43:13 +03:00
Nurlan Nugumanov
883713b3d1 if there are no access to targets or monitoring.config=none, then MonitoringPlugin.MonitoringCollector() doesn't exist 2015-07-22 17:32:52 +03:00
netortik
98d4cda848 removed 'with'-construction in order to support python <2.7 2015-07-22 17:20:13 +03:00
netortik
23a740023d Monitoring plugin metrics CpuLa and CpuStat refactoring 2015-07-22 15:52:49 +03:00
Nurlan Nugumanov
b60befab86 Fixed bug with excessive amount of send_data collected from agents
agent starts collecting date in prepare_test() stage. If for some reasons, start_test() has been delayed, agent's pipe collects unnecessary data.
And when start_test() occures, MonitoringCollector.poll prints huge blocks, thanks to debug print "Data after filtering .."

Fix: there is nothing to be done with agent - it doesn't know test status, when it was started etc.
So the only option is to compare timestamps from agent's data with time when start_test() has been occured and therefore
1) reduce debug output
2) send to datastorage only needed data
2015-07-22 13:45:51 +03:00
Andrey Sekretenko
8f3df93d37 shellexec.catch_out option 2015-07-16 15:42:18 +03:00
Andrey Sekretenko
453d473d34 Merge branch 'master' of github.com:yandex/yandex-tank 2015-07-16 12:04:07 +03:00
Alexey Lavrenuke
5eec183198 publish eta 2015-06-23 15:17:48 +03:00
Alexey Lavrenuke
bc47282df0 pep8, logging 2015-06-23 12:50:00 +03:00
Alexey Lavrenuke
6d87a9ed54 more logging 2015-06-17 19:29:49 +03:00
Alexey Lavrenuke
2af6d2ba11 catch exceptions from scenarios 2015-06-17 18:15:51 +03:00
Alexey Lavrenuke
c99b4c8524 scenario gun 2015-06-15 15:17:09 +03:00
Alexey Lavrenuke
37dc212fcc rework it in the morning 8) 2015-06-12 08:25:37 +03:00
Alexey Lavrenuke
7b05fd3893 silly while() bug 2015-06-11 19:54:00 +03:00
Alexey Lavrenuke
a213e026cd sometimes hangs after Ctrl-C on queue 2015-06-11 19:49:25 +03:00
Alexey Lavrenuke
b7c12d0edb add timeout to feeder put 2015-06-11 17:38:47 +03:00
Alexey Lavrenuke
231ce4b69e killer tasks 2015-06-11 13:22:09 +03:00
Alexey Lavrenuke
bfc295cec7 some bugs in bfg 2015-06-10 19:02:14 +03:00
Andrey Sekretenko
66a850a2ab Autostop plugin: save criteria string triggered autostop; code cleanup 2015-05-09 18:02:36 +03:00
Alexey Lavrenuke
b40ed8b1dc Merge pull request #151 from epikhinm/exclude_markers
Add "exclude_markers" feature to Phantom and JMeter
2015-04-20 14:04:42 +03:00
Epikhin Mikhail
f551baaa37 Add feature exclude_markers for Phantom and JMeter 2015-04-20 00:02:00 +03:00
Epikhin Mikhail
d5da3dad8c Add some exceptions for resolving net_codes in JMeter plugin 2015-04-19 22:11:33 +03:00
Alexey Lavrenuke
f48c487ac0 log exceptions in pythonic way 2015-03-17 15:17:10 +03:00
Alexey Lavrenuke
d0f8f4264b logging bugs in agent 2015-03-17 15:09:23 +03:00
Alexey Lavrenuke
51789c6110 bug in console plugin 2015-03-17 15:02:26 +03:00
Alexey Lavrenuke
afed810f97 change logger in mon agent 2015-03-17 14:58:36 +03:00
Alexey Lavrenuke
1e0ca516ff change logger in monitoring plugin 2015-03-17 14:56:38 +03:00
Alexey Lavrenuke
930bde237b fix 'no agregator plugin' messages in JMeterPlugin test 2015-02-17 11:58:12 +03:00
Andrew Grigorev
5947b910ad Fix monitoring config
Allow monitoring config to contain XML body as well as file name.

Added test.
2015-02-17 02:16:13 +03:00
Andrew Grigorev
a4537eb8fd fix get_host_config args, add test 2015-02-16 14:10:11 +03:00
Andrew Grigorev
0b519dc339 Fix Monitoring.collector
The xml.etree.ElementTree.find/findall method don't need the root element in path.
2015-02-14 19:30:43 +03:00
Andrew Grigorev
f05abad29d Fix __check_mem
New versions of "free" command don't output the "-/+ buffers/cache" line. Also
yandextank already depends on an exellent psutil library, why shouldn't it be
used to get available memory volume?
2015-02-14 02:18:54 +03:00
Alexey Lavrenuke
d75c61811e Merge pull request #134 from ei-grad/issue126
More intuitive error message when phantom is missing, fix #126
2015-02-13 02:35:33 +03:00
Andrew Grigorev
4844b1b62e More intuitive error message when phantom is missing, fix #126 2015-02-13 00:38:15 +03:00
Andrew Grigorev
dc902a82a2 plugins.Monitoring.collector pythonization 2015-02-13 00:10:22 +03:00
Andrew Grigorev
e80da71693 Replace lxml with xml from standard lib, fix #132
The lxml library is used there only for config file parsing, it is real overhead
to install optimized C library for that.
2015-02-12 23:11:25 +03:00
Alexey Lavrenuke
47431ddd93 Add enum_ammo parameter 2015-02-11 17:19:44 +03:00
Alexey Lavrenuke
a3ad499c34 move plugins config files to into python modules and use pkg_resources 2015-02-06 16:35:16 +03:00
Alexey Lavrenuke
5ce87acb0f config is in subfolder 2015-02-05 15:13:46 +03:00
Alexey Lavrenuke
d4e94396ce from now on OnlineReport is an external plugin 2015-02-05 15:05:39 +03:00
Alexey Lavrenuke
d5ac78b2d7 typos 2015-02-05 15:00:46 +03:00
Alexey Lavrenuke
0d4b53d21b * add ez_setup
* move all configs to /etc/yandextank
2015-02-05 14:46:45 +03:00
Alexey Lavrenuke
d0b17123ab move monitoring config to etc 2015-02-04 21:23:33 +03:00
Alexey Lavrenuke
e1ce7b834a update imports in BFG 2015-02-04 21:16:33 +03:00
Alexey Lavrenuke
2660478dd2 migrate to new plugin import code 2015-02-04 20:42:56 +03:00