On Friday 10 October 2008 3:12:24 pm Santosh Kulkarni wrote: > Hi, > > I have the JMX configured to get the Endpoint information as well as > CounterRepository. > > Thanks for the documentation, it worked as given. > > What will I have to do to get more granular information about the > performance? > > E.g. how much time it took to Marshal and Un-marshal etc. > > Santosh
You will probably need to write some new interceptors that plug into the interceptor chain at more granular locations (before/after the interceptors that do the marshalling/unmarshalling, etc...). We don't currently have anything that provides that level of detail. -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
