Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Backup » Veeam Backup and Replication Disk I/O with diskspd
  • Screenshot 2020 05 14 at 17.47.09
    SSH access on Ubuntu server: Easy Guide Linux
  • Integrate Icloud With Windows
    Synchronize Apple Calendar on Windows with Outlook [Part 2] Mac
  • DC Name
    Install and configure Active Directory Domain Services on Windows Server Windows
  • DockerEn
    How to Install and Upgrade Docker Engine From Binaries Containers
  • Error 0x800f0823 The specified package cannot be added to this Windows Image
    Error 0x800f0823: Wizard.hta Screen stuck during WDS Deployment Windows Server
  • Perform an in place upgrade of Windows Server
    In-place upgrade of Windows Server 2022 to 2025 Backup
  • image 77
    How to use the DigiCert certificate utility for Windows to create a CSR Windows
  • Windows 11 New Security Features
    Smart App Control: Enabling Phishing Protection in Windows 11 Windows

Veeam Backup and Replication Disk I/O with diskspd

Posted on 16/04/202526/08/2025 matheusgiovanini By matheusgiovanini No Comments on Veeam Backup and Replication Disk I/O with diskspd
Diskspd

DISKSPD benchmarks disk I/O performance through the command line. It simulates different I/O patterns, measures latency, and assesses storage subsystem performance. By customizing parameters like block size, I/O depth, and threads, you can create synthetic workloads that mimic real-world scenarios and help identify potential bottlenecks. In this artcile, we shall discuss “Veeam Backup and Replication Disk I/O with diskspd”. Please, see Fixing AIX Veeam agent job startup delay issue, and Set up Veeam Backup for Microsoft Azure.

Recently, I ran into an issue where AIX backup jobs were taking longer than expected to start. After digging around, I came across a very useful Veeam KB article (KB2014) that suggests testing disk I/O to identify potential bottlenecks, especially useful when backing up to tape or dealing with performance inconsistencies.

I decided to try out one of popular tools for benchmarking and simulating disk workloads: DiskSpd (for Windows).

Step 1 – Install Disk Benchmark Tool

Make sure you have the following installed:

  • diskspd– Microsoft’s free disk performance tool for Windows.

Step 2 – Run DiskSpd on Windows

Here’s the command I used:

diskspd.exe -c25G -b512K -w100 -Sh -d600 D:\testfile.dat

Explanation of parameters:

  • -c25G → Size of the test file (25 GB). This should reflect the typical size of your restore points.
  • -b512k → Block size of I/O operations.
  • -w100 → 100% write test (you can adjust for read/write mix if needed).
  • -Sh → Disables hardware and software caching for accurate results.
  • -d600 → Test duration (600 seconds = 10 minutes).

Note: Using a test file that’s too small can result in artificially fast results due to caching.

And here’s what I got back from the test:

Summary:

  • Total Data Written: ~384.7 GB
  • Write Throughput: 656.57 MiB/s (~688 MB/s)
  • IOPS: 1313.13
  • No read operations, as expected with -w100

This is a very solid performance result. Sustaining over 650 MiB/s in sequential write means the disk subsystem is not a bottleneck in my scenario with AIX.

Also, you can run the same test at the AIX side, but using fio tool.

Please, see Upgrade VBR to 12.3.1: Setup detected inconsistent configuration, how to In-place upgrade of Windows Server 2022 to 2025 and how to Export and Convert Private Keys to .PEM Format in Windows.

Takeaways

  • Always benchmark your backup repository if you’re experiencing slow tape performance or synthetic operations.
  • Check disk health, defragmentation, caching, and filesystem-level issues.
  • The diskspd tool is lightweight and can be easily included in your troubleshooting process.
  • This test complements what Veeam does behind the scenes with synthetic I/O.

I hope you found this article very useful on “Veeam Backup and Replication Disk I/O with diskspd”. Please, feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Backup Tags:Veeam

Post navigation

Previous Post: Fixing AIX Veeam agent job startup delay issue
Next Post: Using IBM Library with Veeam

Related Posts

  • VIHR
    Building VIHR: Ransomware-Proof Repository with Veeam JeOS Backup
  • Synology Cloud Sync
    How to Sync Data in Cloud Drives to Synology NAS Backup
  • Failed to connect to Deployer Service   VIHR
    How to fix Failed to connect to Deployer Service Error Backup
  • Repository time shift detected
    Fix Repository time shift detected: Immutability flag cannot be set Backup
  • VBR console update
    Veeam Backup Console must be updated to the latest version Backup
  • Veeam backup and replication update
    How to update Veeam Backup and Replication [VBR] Backup

More Related Articles

VIHR Building VIHR: Ransomware-Proof Repository with Veeam JeOS Backup
Synology Cloud Sync How to Sync Data in Cloud Drives to Synology NAS Backup
Failed to connect to Deployer Service   VIHR How to fix Failed to connect to Deployer Service Error Backup
Repository time shift detected Fix Repository time shift detected: Immutability flag cannot be set Backup
VBR console update Veeam Backup Console must be updated to the latest version Backup
Veeam backup and replication update How to update Veeam Backup and Replication [VBR] Backup

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Screenshot 2020 05 14 at 17.47.09
    SSH access on Ubuntu server: Easy Guide Linux
  • Integrate Icloud With Windows
    Synchronize Apple Calendar on Windows with Outlook [Part 2] Mac
  • DC Name
    Install and configure Active Directory Domain Services on Windows Server Windows
  • DockerEn
    How to Install and Upgrade Docker Engine From Binaries Containers
  • Error 0x800f0823 The specified package cannot be added to this Windows Image
    Error 0x800f0823: Wizard.hta Screen stuck during WDS Deployment Windows Server
  • Perform an in place upgrade of Windows Server
    In-place upgrade of Windows Server 2022 to 2025 Backup
  • image 77
    How to use the DigiCert certificate utility for Windows to create a CSR Windows
  • Windows 11 New Security Features
    Smart App Control: Enabling Phishing Protection in Windows 11 Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.