-
determyne Releases Open Source J2EE Performance Monitoring Tool (7 messages)
- Posted by: Neo Phyte
- Posted on: May 13 2008 02:57 EDT
determyne Inc. has announced the technology preview of an open source transaction-level performance monitoring solution for J2EE applications. insideApps is an end-to-end transaction tracing and reporting system that enables you to centrally and automatically monitor the performance of your J2EE applications. In contrast to the traditional approach of collecting and displaying aggregated metrics for different system components, insideApps focuses on monitoring applications from a transactions perspective. With zero configuration and very low overhead, insideApps goes "under the hood" to look at resource consumption and time taken by each and every transaction flowing through the HTTP server, J2EE container, and database layers of infrastructure. insideApps then flags anomalies with pointers to problematic areas for easy diagnosis. insideApps Open Source edition is completely free and available under the industry standard LGPL open source license. Try out and let us know your feedback. Links
Sourceforge project page : http://sourceforge.net/projects/insideapps To view online demo: http://76.191.185.136/iaconsole To download the white papers : http://www.determyne.com/white_papers.html To download the datasheet: http://www.determyne.com/images/insideApps_datasheet.pdf To post feedback: http://sourceforge.net/forum/?group_id=225534 For more information, visit http://www.determyne.comThreaded Messages (7)
- Re: determyne Releases Open Source J2EE Performance Monitoring T by Cédrik LIME on May 13 2008 11:58 EDT
- Re: determyne Releases Open Source J2EE Performance Monitoring T by Pavel Grushetzky on May 14 2008 10:08 EDT
- Re: determyne Releases Open Source J2EE Performance Monitoring T by Rajiv Mishra on May 14 2008 12:49 EDT
- Problem in running the insideapps by Prosenjit Banerjee on October 12 2011 02:06 EDT
- Re: determyne Releases Open Source J2EE Performance Monitoring T by Rajiv Mishra on May 14 2008 12:49 EDT
- Updates on source code availability by Rajiv Mishra on May 14 2008 12:55 EDT
- The "zero configuration" is meant for application by Sarah Paul on January 31 2011 04:28 EST
- Similar to Glassbox? by Matthew Passell on May 22 2008 15:46 EDT
-
Re: determyne Releases Open Source J2EE Performance Monitoring T[ Go to top ]
- Posted by: Cédrik LIME
- Posted on: May 13 2008 11:58 EDT
- in response to Neo Phyte
Zero configuration and very low overhead is the way to go. Congratulations on your release! insideApps is the perfect, orthogonal, complement to my own open-source monitoring utility, MessAdmin (shameless plug!). -
Re: determyne Releases Open Source J2EE Performance Monitoring T[ Go to top ]
- Posted by: Pavel Grushetzky
- Posted on: May 14 2008 10:08 EDT
- in response to Neo Phyte
I think zero configuration term is inaccurate. Walk through the installation guide, it has quite a few configuration steps. Perhaps it was meant to say "zero modifications to your application, once you get server to work". -
Re: determyne Releases Open Source J2EE Performance Monitoring T[ Go to top ]
- Posted by: Rajiv Mishra
- Posted on: May 14 2008 12:49 EDT
- in response to Pavel Grushetzky
The "zero configuration" is meant for application and "Transaction Group" discovery. So once installed, insideApps would find out and start showing application metrics without any need to configure application topology etc. You rightly pointed out that the installation process has some manual steps. This is the first release of the product and the install part is where we would be spending quite a bit of time to simplify and eliminate the existing manual steps. We would love to hear back your experience and any issues that you might be facing. Please feel free to use the forums as well as email info at determyne dot com for the same. Rajiv Mishra co-founder determyne Software, Inc -
Problem in running the insideapps[ Go to top ]
- Posted by: Prosenjit Banerjee
- Posted on: October 12 2011 02:06 EDT
- in response to Rajiv Mishra
Hi
I am trying insideapps on one of our test environment.
I am using the Apache Tomcat on which the Java Application is deployed. I have followed the steps mentioned in the document, however I cannot see the application on in the insideapps console.
Moreover when I am clicking on the show details it is showing the error 500 as shown below:
HTTP Status 500 - type Exception report message description
The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException
javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) root cause java.lang.NullPointerException org.determyne.insideapps.ui.txnclass.TransactionClassDataProvider.initData(TransactionClassDataProvider.java:55) org.determyne.insideapps.ui.txnclass.TransactionClassDataProvider.getAllData(TransactionClassDataProvider.java:72) org.determyne.insideapps.ui.txnclass.TransactionClassDataProvider.getRowCount(TransactionClassDataProvider.java:87) org.determyne.insideapps.ui.base.TableExtendedDataModel.getRowCount(TableExtendedDataModel.java:104) org.ajax4jsf.component.UIDataAdaptor.getRowCount(UIDataAdaptor.java:233) org.richfaces.component.UIDatascroller.getRowCount(UIDatascroller.java:366) org.richfaces.component.UIDatascroller.getPageCount(UIDatascroller.java:345) org.richfaces.renderkit.html.DataScrollerRenderer.isRenderedOnSinglePage(DataScrollerRenderer.java:52) org.richfaces.renderkit.html.DatascrollerTemplate.doEncodeEnd(DatascrollerTemplate.java:181) org.richfaces.renderkit.html.DatascrollerTemplate.doEncodeEnd(DatascrollerTemplate.java:639) org.ajax4jsf.renderkit.RendererBase.encodeEnd(RendererBase.java:135) javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:833) org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:286) org.richfaces.renderkit.AbstractRowsRenderer.encodeCellChildren(AbstractRowsRenderer.java:286) org.richfaces.renderkit.AbstractRowsRenderer.encodeTableHeaderFacet(AbstractRowsRenderer.java:308) org.richfaces.renderkit.AbstractTableRenderer.encodeFooter(AbstractTableRenderer.java:182) org.richfaces.renderkit.AbstractTableRenderer.encodeTableStructure(AbstractTableRenderer.java:82) org.richfaces.renderkit.html.DataTableRenderer.doEncodeBegin(DataTableRenderer.java:140) org.richfaces.renderkit.html.DataTableRenderer.doEncodeBegin(DataTableRenderer.java:128) org.ajax4jsf.renderkit.RendererBase.encodeBegin(RendererBase.java:101) javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785) javax.faces.component.UIData.encodeBegin(UIData.java:879) org.ajax4jsf.component.UIDataAdaptor.encodeBegin(UIDataAdaptor.java:1067) javax.faces.component.UIComponent.encodeAll(UIComponent.java:884) javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:244) com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:175) org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
There is no manual or document is available which explains about the configurations of the insideapps and adding an application for monitoring on this tool.
Your urgent help is needed.Warm regards
Prosenjit
-
Updates on source code availability[ Go to top ]
- Posted by: Rajiv Mishra
- Posted on: May 14 2008 12:55 EDT
- in response to Neo Phyte
We have got quite a number of queries on the source code availability on sourceforge. Thanks for all the interest. We would be posting the source code on this site within the next couple of days time. -
The "zero configuration" is meant for application[ Go to top ]
- Posted by: Sarah Paul
- Posted on: January 31 2011 04:28 EST
- in response to Rajiv Mishra
The "zero configuration" is meant for application and "Transaction Group" discovery. So once installed, insideApps would find out and start showing application metrics without any need to configure application topology etc. real housewives of beverly hills season 1 episode 15 | lights out season 1 episode 4 | southland season 3 episode 5
-
Similar to Glassbox?[ Go to top ]
- Posted by: Matthew Passell
- Posted on: May 22 2008 15:46 EDT
- in response to Neo Phyte
This looks interesting. I'll have to check it out. It also seems to be somewhat similar to Glassbox. In what ways is it different? Thanks, Matt Grove Hill Software