Description
The response times reported by the PerformanceCounter.Client MBean for oneway invocations are completely outlandish.
This is caused by the start time being unset (and hence zero) when its subtracted from the end time in order to compute an elapsed time for the request.
Also the end time seems to be set in advance of the oneway request even being sent, so the entire computation is bogus.