Checking for workers' stats and memory stats helps you determine whether a server has extra resources or its capacity is on the brink.
Analyzing requests stats gives you a summary of how long users are waiting for the response.
Observing terminated requests allows you to diagnose problems in PHP code.
If your code uses shared memory, instance cache stats help you ensure, that PHP code uses it correctly without useless reallocations or unconstant keys.