Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0pre2
-
Component/s: Continuations
-
Labels:None
-
Number of attachments :
Description
Extend the statistics handling to analyse comet requests so you can see requests that are being retried due to resumes/timeouts etc.
1-stats.diff is the updated StatisticsServlet output, plus tests to make life easier (though some of these feel shaky – still ran into timing issues despite setting up synchronized locks). There's also a bugfix in there for the previous version of the StatisticsHandler I submitted
2-durationfix.diff fixes the duration. Changing Suspendable.java seems invasive, but the only other way I can think of involves saving the per-request suspended/resumed times in the statistics handler itself. Thoughts?
3-bandwidth.diff totals up response body size in bytes