Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a409c9bca9371e9f

Jump to content

DiskSpd

From Wikipedia, the free encyclopedia
(Redirected from Diskspd)
DiskSpd
DeveloperMicrosoft
Stable release
2.3 / September 4, 2026; 21 days ago (2026-09-04)[1]
Written inC++
Operating systemWindows Server 2016, Windows 10, Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8, Windows Server 2008 R2, Windows 7
PlatformIA-32, x86-64, ARM64
Available inEnglish
TypeBenchmark program
LicenseMIT License[2]
Websiteaka.ms/diskspd
Repositorygithub.com/Microsoft/diskspd

DiskSpd is a free and open-source[3] command-line tool for storage benchmarking on Microsoft Windows that generates a variety of requests against computer files, partitions or storage devices and presents collected statistics as text in the command-line interface or as an XML file.[4][5][2]

Overview

[edit]

The command supports physical and virtual storage including hard disk drive (HDD), solid-state drives (SSD), and solid-state hybrid drives (SSHD).[6] It provides control over the testing methods, duration, threads, queues, IO and processor affinity, and reporting.[7]

In 2024, the command was updated to handle modern workloads and hardware like NVMe.[8]

DiskSpd works on desktop versions of Windows 7, Windows 8, Windows 8.1, Windows 10, as well as Windows Server 2012, Windows 2012 R2, and Windows Server 2016.[9]

It is licensed under MIT License and the source code is available on GitHub.[10]

Example

[edit]

Benchmark two drives (C: and E:) using a 100 MB test file, and run the test for a duration of 60 seconds (the default is 10).[11]

C:\>diskspd -c100M -d60 c: e:

See also

[edit]

References

[edit]
  1. ↑ "Release v2.3". GitHub. September 4, 2026. Retrieved 2026-09-23.
  2. 1 2 "microsoft/diskspd". GitHub.
  3. ↑ "Microsoft DISKSPD now on GitHub, and the mysterious VMFLEET released".
  4. ↑ "Benchmark your hard drives with Microsoft's open-source Diskspd". BetaNews. March 8, 2016.
  5. ↑ "Microsoft DiskSpd Storage Performance Tool - gHacks Tech News". www.ghacks.net. 10 March 2016.
  6. ↑ "Server and Storage I/O Benchmark Tools: Microsoft Diskspd (Part I) - DZone Performance". dzone.com.
  7. ↑ Diskspd 2.0.17 | Software Downloads | Techworld
  8. ↑ Cuomo, Dan. "Windows Server 2025 Storage Performance with Diskspd". techcommunity.microsoft.com.
  9. ↑ Hoffman, Chris (23 July 2016). "How to Stress Test the Hard Drives in Your PC or Server". How-To Geek.
  10. ↑ "microsoft/diskspd". November 7, 2020 – via GitHub.
  11. ↑ "Using diskspd.exe to test storage system". Medium. January 11, 2018.
[edit]