-
New Feature
-
Resolution: Fixed
-
Normal
-
None
It would be nice to have a graph that shows the min, avg and max response times for requests. Furthermore it would be nice to see these requests broken down between the following areas:
- Normal web page requests
- WS lookup requests (e.g. /ws/1/TYPE/MBID?<args>)
- WS search requests (e.g. /ws/1/TYPE/?<args>)
More thinking out loud ideas:
- exclude 401/403/5xx responses (for now), since those tend to follow a very different code path
- exclude multi-back-end requests (for now), to keep things simple (but it might be worth a separate graph showing how often multi-back-end requests occur)