kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-859] Feature wish: Load balancing for monitoring writers #1040

Open rju opened 2 weeks ago

rju commented 2 weeks ago

JIRA Issue: KIEKER-859 Feature wish: Load balancing for monitoring writers Original Reporter: Florian Fittkau


A generic load balancing algorithm for the different monitoring writers would be cool. For instance, an JMS monitoring writer can query a servlet which responds with an IP. Then, the JMS writer should connect to this IP and write its monitoring records to the JMS Server running on the IP. After, e.g., 30 seconds it requests a new IP from the servlet and so on.

This is one part of the "Masterprojekt SS2013". However, I think it could be also cool to develop generic load balancing methods and evaluate which one acts best in a cloud environment and in which context. For instance, it is not clear which interval to choose for querying new IPs and how to avoid loss of data and so on. Perhaps different writer types have special requirements for the load balancing.

Checklist:

rju commented 1 week ago

author André van Hoorn -- Tue, 12 Mar 2013 15:11:14 +0100

Please provide at least a brief description. For example here, I don't know exactly what you mean.

rju commented 1 week ago

author André van Hoorn -- Mon, 11 Nov 2013 15:41:29 +0100

Some work on his was conducted by Erik Kopenhagen in his Bachelor's thesis: http://eprints.uni-kiel.de/21339/.

rju commented 1 week ago

author Florian Fittkau -- Mon, 11 Nov 2013 15:54:13 +0100

Will be evaluated by Phil Stelzer in his Bachelor's thesis: http://eprints.uni-kiel.de/22275/