DiskPerf

Summary

The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-bit compliant.

Building the Sample

To build the sample, run the build command. Once built, this sample will create one binary: diskperf.sys.

Running the Sample

The DiskPerf driver should be installed as an upper filter driver for a disk or volume device. To install this driver right-click on diskperf.inf in Windows Explorer and select "Install" from the menu that is displayed.

CODE TOUR

File Manifest

File		     Description

Diskperf.c	  Main code base
Diskperf.rc	 Resource file
Makefile	    Makefile
Sources	     Sources




Top of page

© 1999 Microsoft Corporation