Multiple choice technology programming languages

You need to obtain performance information about your web application. Use which of the following?

  1. Performance Counter

  2. Data reader

  3. web performance counter

  4. Data performance counter

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

Performance Counter is the .NET Framework tool specifically designed for collecting performance data about applications, including memory usage, CPU utilization, and other system metrics.

AI explanation

Performance Counters are the standard mechanism (e.g., in Windows/.NET) for monitoring runtime metrics of a web application, such as request rates, response times, and resource usage, and tools like Performance Monitor read these counters. The other listed terms aren't real standard mechanisms for this purpose.