Logical Disk Performance Counters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Performance Monitor, I can add Physical Disk counters but not Logical Disk
counters such as Avg. Disk Queue Length, % Disk Time, Disk Reads/sec. Help!!!
 
Hi,

Whatever the counters you add for physical disk, you can add the same for
logical disk also.

Open Permance monitor -> select logical disk from performace object->
select what ever the counters required.

Thanks,
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I you mean that you cannot see the counters then you will need to use
diskperf to turn them on.

Open a command windows and type diskperf /? to veiw the available options.

To turn the logical disk counters on you will to issue the following:

diskperf -YV

Peter Apostolakopoulos
 
Back
Top