What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

What's the difference between WMI Logical Disk und Windows Physical Disk sensors in PRTG?

Votes:

0

What's the difference between these two sensor types?

disk prtg sensor windows wmi

Created on Jul 25, 2011 2:35:30 PM by  Daniel Zobel [Product Manager]

Last change on Jan 10, 2014 4:53:23 PM by  Gerald Schoch [Paessler Support]



1 Reply

Accepted Answer

Votes:

0

This article applies to PRTG Network Monitor 12 or later

Logical and Physical Disk Monitoring

The two sensors monitor different counters provided by the Windows system running on a computer, all regarding the performance of available the hard disk drives.

WMI Logical Disk

This sensor can monitor the logical partitions which are available on a fixed disk drive. Logical disk instances are identified by the drive letter, such as C.

Among the available counters are:

  • Free Space (% and Total)
  • Disk Queue Length (Read / Write)
  • Disk Time
  • Avg. Disk sec/Transfer

For detailed information, please see the description in MSDN: Win32_PerfFormattedData_PerfDisk_LogicalDisk Class

Windows Physical Disk

This sensor can show raw data from performance counters that monitor hard or fixed disk drives on a computer. For this purpose, this sensor type uses a hybrid approach, first trying to query data via Windows Performance Counters (which needs less system resources), and using WMI as a fallback in case performance counters are not available. In previous PRTG versions, this sensor used WMI only and was called WMI Physical Disk Sensor.

Disks are used to store file, program, and paging data and are read to retrieve these items, and written to record changes to them. The values of physical disk counters are sums of the values of the logical disks, or partitions, into which they are divided.

Among the available counters are:

  • Disk Read/Write Time
  • Idle Time
  • Avg. Disk Read/Write/Transfer
  • Disk Queue Length (Read / Write)
  • Split IO/Sec

For detailed information, please see the description in MSDN: Win32_PerfRawData_PerfDisk_PhysicalDisk Class

Created on Jul 25, 2011 2:54:45 PM by  Daniel Zobel [Product Manager]

Last change on Jan 10, 2014 5:00:12 PM by  Gerald Schoch [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.