[Hawkular-dev] Hawkular-pluggable data processors for metrics: Progress Report

Aakarsh Agarwal aakaruce at iitr.ac.in
Fri Jul 3 12:21:21 EDT 2015


Hi all,

I am currently working on the Hawkular Metrics repository as part of the Google Summer of Code 2015 program and this is to update the progress of my project.


As of now, the git repo on my github profile dedicated to implement a simple plugin interface using 5 basic statistical algorithms has been updated. 5 standard functions implemented here are - 

	Minimum of the entered data set.
	Maximum of the entered data set.
	Average of the entered data set.
	Mode of the entered data set.
	Standard Deviation of the entered data set.

The link to this git repo is - https://github.com/Akki5/hawkular_plugin



The work done since last update of the project includes - 

	This project now uses maven to build the project and works on several submodules. There exists individual submodule per plugin for each standard function. 
	The project makes use of PluginClassLoader.java to load all the classes implementing StatisticalAlgo.
	It asks the input from user as to which plugin is to be used. It then computes and displays the desired result.
	PluginDemoTest.java is the test class. This class tests all the plugins at once and also different plugins individually. This increases the reliability and accuracy of the test class.
	All the desired jar files get compiled and packaged at one place.


 Regards,
Aakarsh Agarwal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hawkular-dev/attachments/20150703/ecdfa0aa/attachment.html 


More information about the hawkular-dev mailing list