T2. Finding and Tracing a Problem from the Dashboard
Diátaxis: Tutorial · Audience: operators (beginner to intermediate) ← Back to contents · ← T1 Quick Start
Finishing this exercise leaves you able to judge "is there a problem now" by colour from the WAS dashboard alone, and to follow a slow request from a drag on the T-Map through to the transaction detail (the patterns). It takes about 5 minutes.
What to know first
- It assumes you have finished T1. Quick Start in 5 Minutes (you can sign in and choose a target).
- If you want the metric concepts, keeping E3. What the Metrics Mean beside you helps (you can follow along without it).
How to open it -- left menu ▸ WAS ▸ Dashboard

The dashboard gathers TPS, response time, APDEX, error rate, live requests (Request Velocity and Viewer), the T-Map, the JVM, and resources onto one screen. This exercise uses only this screen.
Step 1 — Finding "Red" in the Live Request Widgets at the Top of the Dashboard (Request Viewer and Request Velocity)
There is no need to go to another menu. At the very top of the WAS dashboard you just opened are two widgets showing live requests side by side -- the Request Viewer and Request Velocity (the top area of the dashboard capture above). On these two widgets the colour is the signal, so look at the colour before reading any number.
| Widget (top of the dashboard) | Normal | Problem signal |
|---|---|---|
| Request Viewer | The circular wall in the middle is small and calm | The wall grows orange or red = a larger share of slow responses. The number on the left = the concurrent user count |
| Request Velocity | Mostly in the Satisfying (green) band | The Tolerating (orange) and Frustrating (red) bands growing = requests in flight are slowing |
- See whether the circular wall of the Request Viewer is swollen and red.
- See whether the orange and red bands are growing in the stacked bar of Request Velocity.
Result -- if red stands out in either of them, it is the signal that "slow requests are piling up right now".
Note These two widgets are part of the dashboard. The same screen also exists as a dedicated page at left menu ▸ WAS ▸ Request Velocity, but the dashboard widgets are enough for this exercise. Note Red = requests whose response time has entered the Frustrating band (over 4T by the APDEX criteria). The colour alone separates normal, watch, and danger immediately, so there is no need to read every number.
Caution Red being visible does not yet tell you the cause. There are several possibilities -- slow queries, external API delays, thread pool exhaustion. Narrowing the cause continues in steps 3 and 4 (the T-Map) and in T3 (AI).