Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Backup Planning and Performance Tuning Guide
  3. Measuring Performance
  4. Evaluating system components
  5. Monitoring Windows disk load
NetBackup™ Backup Planning and Performance Tuning Guide

Monitoring Windows disk load

To use disk performance counters to monitor the disk performance in Performance Monitor, you may need to enable the counters. Windows may not have enabled the disk performance counters by default for your system.

To get more information about disk performance counters

  • Enter the following:
    diskperf -help

To enable the counters and allow disk monitoring

  1. Enter the following:
    diskperf -y
  2. Restart the system.

To disable the counters and cancel disk monitoring

  1. Enter the following:
    diskperf -n
  2. Restart the system.

To monitor disk performance

  1. Use the %Disk Time counter for the PhysicalDisk object.

    Track the percentage of elapsed time that the selected disk drive is servicing read or write requests.

  2. Monitor the Avg. Disk Queue Length counter and watch for values greater than 1 that last for more than one second.

    Values greater than 1 for more than a second indicate that multiple processes are waiting for the disk to service their requests.

See Bypassing disk performance with the SKIP_DISK_WRITES touch file.

Feedback

Was this page helpful?
Previous

Monitoring Windows memory use

Next

Increasing disk performance

Feedback

Was this page helpful?