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. Tuning the NetBackup data transfer path
  4. NetBackup server performance in the data transfer path
  5. About the communication between NetBackup client and media server
  6. Issues uncovered by wait and delay counter values
NetBackup™ Backup Planning and Performance Tuning Guide

Issues uncovered by wait and delay counter values

You can correct issues by checking the following:

  • bptm-read waits

    The bptm debug log contains messages such as the following:

    ...waited for full buffer 1681 times, delayed 12296 times

    The first number is the number of times that bptm waited for a full buffer: in other words, how many times the bptm write operations waited for data from the source. If the wait counter indicates a performance issue, a change in the number of buffers does not help. Multiplexing may help if the target of the backup is tape.

    In general, if the full buffer delays are substantially higher than the empty buffer delays, the network communication between the backup clients and the media server should be examined first to make sure that the full buffer delay is not caused by slow ingestion by the client. If network communication is not the issue, then the next step should be to examine the job detail report using bpdbjobs command. If the job report shows long delays between backup job starts and I/O writing starts, then loading the last backup image may be taking too long. In that case, disabling the last image loading may be the answer.

  • bptm-write waits

    The bptm debug log contains messages such as the following:

    ...waited for empty buffer 1883 times, delayed 14645 times

    The first number is the number of times that bptm waited for an empty buffer: the number of times bptm encountered data from the source faster than the data can be written to tape or disk. If the wait counter indicates a performance issue, reduce the multiplexing factor.

    More buffers may help.

  • bptm delays

    The bptm debug log contains messages such as the following:

    ...waited for empty buffer 1883 times, delayed 14645 times

    The second number is the number of times that bptm waited for an available buffer. If the delay counter indicates a performance issue, investigate. Each delay interval is 30 microseconds.

More Information

Finding wait and delay counter values

Finding wait and delay counter values

Feedback

Was this page helpful?
Previous

Example of using wait and delay counter values

Next

Estimating the effect of multiple copies on backup performance

Feedback

Was this page helpful?