• Instance level monitoring – you want to capture performance for individual user transactions, with no aggregation or averaging.
  • Trace problem Transactions across JVMs and remote hosts – follow problem transactions across application tiers to diagnose complex problems in a distributed environment.
  • You need to understand the context around slow methods, like slow SQL.
  • Find sporadic problems that are hidden by averaging transactions.


loading table of contents...