- quick to deploy
- able to provide rich amounts of monitoring data
- able to automatically update the customized data views when the topology changes
- able to provide updates in almost real time
- and able to customize the following aspects by writing none or very little code:
- adding new monitoring agents
- data visualization
- adding complex reactions to trigger notifications and tuning/configuration advice
-
IxoraRMS - open source monitoring tool (9 messages)
- Posted by: Daniel Moraru
- Posted on: November 11 2009 07:40 EST
IxoraRMS is a tool for gathering and visualizing monitoring data. It was developed in Java and has a Swing GUI. I work in a performance lab and I needed a tool with the following characteristics:Threaded Messages (9)
- Looks very slick by peter veentjer on November 13 2009 05:34 EST
- Thanks by Daniel Moraru on November 13 2009 10:48 EST
- Re: IxoraRMS - open source monitoring tool by Cédrik LIME on November 13 2009 10:42 EST
- Looks great! by Ole Matzura on November 13 2009 12:25 EST
- Best Realtime OpenSource Monitoring Tool I've seen! by Andrew Replogle on November 13 2009 15:33 EST
- Oversight by Daniel Moraru on November 15 2009 06:32 EST
- Wow ! by Nichele Stefano on November 15 2009 07:26 EST
- Agent list is excellent by Frank Cohen on November 17 2009 11:26 EST
- Changing the front end for IxoraRMS by Daniel Moraru on November 17 2009 15:07 EST
-
Looks very slick[ Go to top ]
- Posted by: peter veentjer
- Posted on: November 13 2009 05:34 EST
- in response to Daniel Moraru
I have checked the project and it looks very professional; respect. I have a few questions: -How easy is it to create custom agents? -Can the measured information be persisted? -Is it possible to compare information (so comparing the performance of 2 different days) in a single graph? Peter Veentjer http://multiverse.googlecode.com -
Thanks[ Go to top ]
- Posted by: Daniel Moraru
- Posted on: November 13 2009 10:48 EST
- in response to peter veentjer
How easy is it to create custom agents?It is very easy to create custom agents that take data from a process output or a database(no coding required). You can also write simple Java code to feed data to a custom agent or write the agent from scratch using the development API. See the "Custom monitoring" section in the documentation for more details.Can the measured information be persisted?Yes, in a log file (XML format).Is it possible to compare information (so comparing the performance of 2 different days) in a single graph?Not yet, but other people have requested this feature so there is a bit of pressure to add it. -
Re: IxoraRMS - open source monitoring tool[ Go to top ]
- Posted by: Cédrik LIME
- Posted on: November 13 2009 10:42 EST
- in response to Daniel Moraru
Congratulations on open-sourcing your project! It is very rewarding to go from internal-only to a worldwide distribution. Best of luck! ________ MessAdmin, Java EE monitoring made easy -
Looks great![ Go to top ]
- Posted by: Ole Matzura
- Posted on: November 13 2009 12:25 EST
- in response to Daniel Moraru
wow, this really looks awesome for a first-release open-source project.. best of luck! /Ole eviware.com -
Best Realtime OpenSource Monitoring Tool I've seen![ Go to top ]
- Posted by: Andrew Replogle
- Posted on: November 13 2009 15:33 EST
- in response to Daniel Moraru
This tool is absolutely fantastic. I've been looking for something to help monitor systems while I load test them and this is just wonderful. It's going to save me a lot of time. Thank you for all the hard work and a great project. Do you have a paypal donation account? -
Oversight[ Go to top ]
- Posted by: Daniel Moraru
- Posted on: November 15 2009 06:32 EST
- in response to Andrew Replogle
Do you have a paypal donation account? An unpardonable oversight which I quickly rectified :-) -
Wow ![ Go to top ]
- Posted by: Nichele Stefano
- Posted on: November 15 2009 07:26 EST
- in response to Daniel Moraru
Really a great tool !!! Compliments ! -
Agent list is excellent[ Go to top ]
- Posted by: Frank Cohen
- Posted on: November 17 2009 11:26 EST
- in response to Daniel Moraru
Congratulations on the announcement. The screen shots do a lot to show off IxoraRMS. It looks great. I will look into integrating IxoraRMS with PushToTest TestMaker. The first issue I see is Ixora's support of Swing. Yuck! We are migrating TestMaker to Ajax using Appcelerator Titanium, jQuery, and Extjs components. I will look at your code and see if there would be a modular way to provide IxoraRMS as a service with an Ajax front-end. The list of agents is excellent: AIX Apache HTTP Server DB2 File Monitor Host Availability HotspotJVM JBoss JMX JSR160 LDAP Linux Log File Monitor MySQL Oracle PostgreSQL Provider Host Service Availability SNMP Solaris SQLServer Sun Application Server Tomcat Web Application/URL Monitor Weblogic WebSphere Windows WMI -Frank Cohen http://www.pushtotest.com -
Changing the front end for IxoraRMS[ Go to top ]
- Posted by: Daniel Moraru
- Posted on: November 17 2009 15:07 EST
- in response to Frank Cohen
Thanks, The UI code is completely separated from the engine of the application. I kept in mind when I designed it that I or somebody else might want to add a web front end at some point in the future. The Swing UI code contains only UI logic and you can find it in this package: RMS/src/com/ixora/rms/ui. As for why Swing, see here Daniel http://ixorarms.com