-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
Low
Here are the requirements:
- Turn on with a system property; zero perf impact if off: jboss.ejb.client.log.invocation-times
- Use System.nanoTime() to capture stamps before and after org.jboss.ejb.client.EJBInvocationHandler#invoke and calculate the time from the difference; filter out negative times (can happen on certain multi-CPU system types)
- Log the time in milliseconds including fraction part
- Use a specific log category so that the trace can also be controlled by category