Hi This is a bit off topic but I'd like to provide some more information.
I'm hoping we can have a new cxf rt-management-web component providing a view into the various management statistics as well. Rémi Flament has added interceptors capable of storing the exchange details to the external storage, see http://issues.apache.org/jira/browse/CXF-2641 on how they can be used; I'm hoping the management web console will utilize them eventually Also, 2.3 will have an Atom logging feature available which will let users easily see and link to the selected log records for jaxws/jaxrs endpoints or indeed for the whole system, here's some info : http://sberyozkin.blogspot.com/2010/02/use-your-favorite-atom-reader-to-view.html I'm planning to add a demo showing how an atom push logger pushes log entries (oneway) to a master feed (provided by the atom pull logger) which is in turn polled by the clients. cheers, Sergey On Sat, Mar 13, 2010 at 11:58 AM, Cyrille Le Clerc <[email protected]>wrote: > Hello David, > > Here is a web page that summarizes all the CXF response time of one > cluster node of a live application I work on. It will show you real > data. > > That are all the informations we need. This JSP page (cxf.jsp) is just > used for troubleshooting ; we use Hyperic for monitoring with the > attached plugin (cxf-plugin.xml). > > Hyperic plugin for CXF : > > http://xebia-france.googlecode.com/svn/jmx/jmx-demo/trunk/src/main/hyperic/cxf-plugin.xml > CXF JMX metrics page : > > http://xebia-france.googlecode.com/svn/jmx/jmx-demo/trunk/src/main/webapp/tools/jmx/cxf.jsp > > Hope this helps, > > Cyrille > -- > Cyrille Le Clerc > [email protected] > > > On Fri, Mar 12, 2010 at 7:42 PM, David Valeri <[email protected]> > wrote: > > I've got CXF running in an OSGi container and managing its own Jetty > instance rather than using the container's HTTP service. I have JMX enabled > on CXF per the instructions in the documentation. > > > > I'm seeing the following MBeans in JConsole: > > > > org.apache.cxf.Bus > > org.apache.cxf.Bus.Service.Endpoint > > org.apache.cxf.WorkQueueManager > > org.apache.cxf.transport.http_jetty.jettyhttphandler > > > > I'm not seeing a bean for CXFJettySslSocketConnector because I am > deploying a custom connector and the bean is being registered by Jetty based > on my custom class name. > > > > In these beans, I am not seeing much that is indicative of the runtime > health of the services running in CXF. The Jetty connector and the optional > statistics handler, which I have enabled, collect performance metrics that > can be used to gauge the overall health of all services running on a > particular port and the CXF metrics allow one to gauge if the services > started appropriately. > > > > The docs mention a CounterRepository that stores max response time. Is > there anything else in CXF worth monitoring that can indicate runtime > health? > > > > Thank you in advance for any help! > > >
