Multiple choice technology testing

What is the option that must be used to set the level of data you want to record?

  1. Trigger

  2. Set Recording Level

  3. Configure Pool

  4. Leak Doctor

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The 'Set Recording Level' option in JProbe allows you to control the granularity and amount of data collected during profiling. You can choose from different recording levels based on your needs - from detailed method-level tracking to high-level overviews. This helps manage the trade-off between comprehensive data collection and runtime overhead. Trigger, Configure Pool, and Leak Doctor are other JProbe features with different purposes.

AI explanation

'Set Recording Level' is the option used to control how much data/detail is captured during a profiling or monitoring session (e.g., method-level vs. line-level granularity) in tools like JProbe. 'Trigger' typically starts/stops recording based on a condition rather than setting detail level, 'Configure Pool' relates to connection/thread pool settings, and 'Leak Doctor' is a memory-leak detection feature, not a recording-level control. So 'Set Recording Level' directly matches the described purpose.