Multiple choice networking

To track physical disk activity, which of the following commands would you use?

  1. pdisk /y

  2. disk /y

  3. disk /active?

  4. diskperf -y

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

diskperf is the Windows command for managing disk performance monitoring. The -y flag enables physical disk performance counters, allowing tracking of disk activity. Performance monitoring tools then display these metrics. This is essential for diagnosing disk bottlenecks.

AI explanation

To track physical disk activity, you would use the command "diskperf -y". Let's go through each option to understand why it is correct or incorrect:

Option A) pdisk /y - This option is incorrect because there is no command called "pdisk" for tracking physical disk activity.

Option B) disk /y - This option is incorrect because the "disk" command does not have a "/y" option for tracking physical disk activity.

Option C) disk /active? - This option is incorrect because the "disk" command does not have an "/active?" option for tracking physical disk activity.

Option D) diskperf -y - This option is correct because the "diskperf" command with the "-y" option enables disk performance counters, allowing you to track physical disk activity.

The correct answer is D) diskperf -y. This option is correct because it enables disk performance counters, which are used to track physical disk activity.