Created
May 14, 2013 14:52
-
-
Save anatolijd/5576536 to your computer and use it in GitHub Desktop.
A test script to answer the question whether the list of instances in DESTINATIONS AND CARBONLINK_HOSTS should match each other and have the exactly same order. test run output provided It seems that the order carbon-cache instances are listed does not matter.
The only requirement is that CARBONLINK_HOSTS should list all the carbon-cache instanc…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python hash_ring_selector_test.py | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.tolik ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.tolik ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.tolik ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.121', 'b') ('192.168.97.132', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.tolik ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.tolik ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.valera ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] system.loadavg_15min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.slavik ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.tolik ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.tolik ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ Fail ] test.slavik ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.tolik ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.121', 'b') ('192.168.97.132', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.random ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ Fail ] system.loadavg_1min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.random ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.random ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.tolik ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.random ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.roma ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.random ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.roma ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ Fail ] test.random ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ Fail ] system.loadavg_1min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.random ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.random ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.random ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.tolik ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.random ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.132:2104:a'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ Fail ] test.random ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'a') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ Fail ] system.loadavg_5min ('192.168.97.121', 'a') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'a') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.121:2304:c', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.121:2304:c', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.121:2304:c', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.tolik ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'c') ('192.168.97.121', 'b') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.121:2304:c', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.121:2304:c', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'c') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'c') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.121:2104:a', '192.168.97.121:2204:b', '192.168.97.121:2304:c', '192.168.97.132:2104:a', '192.168.97.132:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'c') ('192.168.97.121', 'c') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'c') ('192.168.97.121', 'c') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.121', 'c') ('192.168.97.121', 'c') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'c') ('192.168.97.121', 'c') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'c') ('192.168.97.121', 'c') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'c') ('192.168.97.121', 'c') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a', '192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a', '192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a', '192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.tolik ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a', '192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a', '192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2104:a', '192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.132:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : True | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.132:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.132:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b'] | |
result metric carbon-relay webapp | |
[ OK ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.slavik ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] test.tolik ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.121', 'b') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.121', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.132:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ Fail ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.132', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.132:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.132:7102:a'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ Fail ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'a') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.121', 'a') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'a') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.132', 'a') | |
[ OK ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
======================================================================================================================== | |
DESTINATIONS = ['192.168.97.132:2204:b', '192.168.97.121:2104:a', '192.168.97.132:2104:a', '192.168.97.121:2204:b'] | |
CARBONLINK_HOSTS = ['192.168.97.121:7102:a', '192.168.97.121:7202:b', '192.168.97.121:7302:c', '192.168.97.132:7102:a', '192.168.97.132:7202:b'] | |
result metric carbon-relay webapp | |
[ Fail ] test.anatoliy ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] test.random ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] test.roma ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] test.slavik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.tolik ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] test.valera ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] test.natasha.z5poverhu.dura ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ Fail ] system.loadavg_15min ('192.168.97.132', 'a') ('192.168.97.121', 'c') | |
[ OK ] system.loadavg_5min ('192.168.97.132', 'b') ('192.168.97.132', 'b') | |
[ OK ] system.loadavg_1min ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] carbon.relays.graphite-1-a.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ Fail ] carbon.relays.graphite-1-a.cpuUsage ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ OK ] carbon.relays.graphite-1-a.metricsReceived ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] carbon.agents.graphite-1-b.memUsage ('192.168.97.121', 'b') ('192.168.97.121', 'b') | |
[ OK ] carbon.agents.graphite-1-b.cpuUsage ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ Fail ] carbon.agents.graphite-1-b.metricsReceived ('192.168.97.121', 'b') ('192.168.97.121', 'c') | |
[ Fail ] group(carbon.agents.*.metricsReceived) ('192.168.97.121', 'a') ('192.168.97.121', 'c') | |
[ OK ] secondYAxis(carbon.agents.*.pointsPerUpdate) ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
[ OK ] sumSeries(group(carbon.agents.*.creates)) ('192.168.97.132', 'a') ('192.168.97.132', 'a') | |
[ OK ] net.iostat.mongo-rfcalaiscache.rks ('192.168.97.121', 'a') ('192.168.97.121', 'a') | |
Test passed : False | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
import os,sys | |
sys.path.append('/opt/graphite/webapp') | |
os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings' | |
from graphite.storage import STORE, LOCAL_STORE | |
from graphite.render.hashing import ConsistentHashRing | |
from graphite.render.datalib import CarbonLinkPool | |
# Use CarbonLinkPool class, as it already contains the same routing methods that are used by either carbon-relay or webapp | |
def build_hosts(hosts=[]): | |
res = [] | |
for host in hosts: | |
parts = host.split(':') | |
server = parts[0] | |
port = int( parts[1] ) | |
if len(parts) > 2: | |
instance = parts[2] | |
else: | |
instance = None | |
#print server, int(port), instance | |
res.append( (server, int(port), instance) ) | |
return res | |
def compare_routes(WRITE,READ,metrics=[],verbose=True): | |
print " result %50s %25s %25s" % ('metric','carbon-relay','webapp') | |
status = True | |
for m in metrics: | |
wi = WRITE.select_host(m) | |
ri = READ.select_host(m) | |
res = " [ %4s ] %50s %25s %25s" % ('OK' if (wi == ri) else 'Fail', m, wi, ri) | |
if wi == ri: | |
if verbose: | |
print res | |
else: | |
# print only failed matches | |
status = False | |
print res | |
return status | |
CARBONLINK_TIMEOUT = 60 | |
# set of different CARBONLINK_HOSTS values to test | |
CARBONLINK_HOSTS = [ | |
['192.168.97.121:7102:a','192.168.97.121:7202:b','192.168.97.132:7102:a','192.168.97.132:7202:b'], | |
['192.168.97.121:7102:a','192.168.97.121:7202:b','192.168.97.132:7102:a'], | |
['192.168.97.121:7102:a','192.168.97.121:7202:b'], | |
['192.168.97.132:7102:a'], | |
['192.168.97.121:7102:a','192.168.97.132:7102:a'], | |
# one node has more carbon-cache instances that others | |
['192.168.97.121:7102:a','192.168.97.121:7202:b','192.168.97.121:7302:c','192.168.97.132:7102:a','192.168.97.132:7202:b'] | |
] | |
# the same for DESTINATIONS here | |
DESTINATIONS = [ | |
['192.168.97.121:2104:a','192.168.97.121:2204:b','192.168.97.132:2104:a','192.168.97.132:2204:b'], | |
['192.168.97.121:2104:a','192.168.97.121:2204:b','192.168.97.132:2104:a'], | |
['192.168.97.121:2104:a','192.168.97.121:2204:b'], | |
['192.168.97.132:2104:a'], | |
['192.168.97.121:2104:a','192.168.97.132:2104:a'], | |
# one node has more carbon-cache instances that others | |
['192.168.97.121:2104:a','192.168.97.121:2204:b','192.168.97.121:2304:c','192.168.97.132:2104:a','192.168.97.132:2204:b'], | |
# nodes listed in different order | |
['192.168.97.132:2104:a','192.168.97.132:2204:b','192.168.97.121:2104:a','192.168.97.121:2204:b'], | |
# nodes and instances listed in different order | |
['192.168.97.132:2204:b','192.168.97.121:2104:a','192.168.97.132:2104:a','192.168.97.121:2204:b'] | |
] | |
# example metrics to test | |
metrics = [ | |
"test.anatoliy", | |
"test.random", | |
"test.roma", | |
"test.slavik", | |
"test.tolik", | |
"test.valera", | |
"test.natasha.z5poverhu.dura", | |
"system.loadavg_15min", | |
"system.loadavg_5min", | |
"system.loadavg_1min", | |
"carbon.relays.graphite-1-a.memUsage", | |
"carbon.relays.graphite-1-a.cpuUsage", | |
"carbon.relays.graphite-1-a.metricsReceived", | |
"carbon.agents.graphite-1-b.memUsage", | |
"carbon.agents.graphite-1-b.cpuUsage", | |
"carbon.agents.graphite-1-b.metricsReceived", | |
"group(carbon.agents.*.metricsReceived)", | |
"secondYAxis(carbon.agents.*.pointsPerUpdate)", | |
"sumSeries(group(carbon.agents.*.creates))", | |
"net.iostat.mongo-rfcalaiscache.rks" | |
] | |
# Try all possible combinations of DESTINATIONS and CARBONLINK_HOSTS pairs. | |
# For every pair, emulate ConsistentHashRing.select_host(metric) for carbon-relay (WRITE) and webapp (READ). | |
# Use many different metrics for better representative. | |
# We are interested in all possible DESTINATIONS and CARBONLINK_HOSTS combinations when WRITE and READ selects the same host. | |
for DESTINATION in DESTINATIONS: | |
for C_HOST in CARBONLINK_HOSTS: | |
WRITE = CarbonLinkPool(build_hosts(DESTINATION), CARBONLINK_TIMEOUT) | |
READ = CarbonLinkPool(build_hosts(C_HOST), CARBONLINK_TIMEOUT) | |
print "="*120 | |
print "%16s = %s" % ('DESTINATIONS',DESTINATION) | |
print "%16s = %s" % ('CARBONLINK_HOSTS',C_HOST) | |
print "Test passed : %s\n\n" % compare_routes(WRITE,READ,metrics,True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment