[
https://issues.apache.org/jira/browse/CXF-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Seumas Soltysik updated CXF-2804:
---------------------------------
Attachment: cxf-2804.patch
Patch to be applied at rt/management level.
Also, I have a question about the units of time used to measure response times.
MessageHandlingTimeRecorder has the following methods:
public void beginHandling() {
beginTime = System.nanoTime() / 1000;
}
public void endHandling() {
endTime = System.nanoTime() / 1000;
}
This creates micro second values not millisecond values. It seems like a
micro-second measurement is too fine a value as opposed to simply milli-second
values. Is there any data from the field suggesting micro-seconds is necessary?
> Allow ability to reset values in ResponseTimeCounter
> ----------------------------------------------------
>
> Key: CXF-2804
> URL: https://issues.apache.org/jira/browse/CXF-2804
> Project: CXF
> Issue Type: Improvement
> Components: JAX-WS Runtime
> Affects Versions: 2.1.9, 2.2.7
> Reporter: Seumas Soltysik
> Attachments: cxf-2804.patch
>
>
> Currently the ResponseTimeCounter module is only able to report data for the
> lifetime of a service. Users may want to periodically reset response time
> values to compare response time values at different points in time. For
> instance, how did reponse times compare between the hours of 1-2 AM and 1-2
> PM?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.