diskspd
DISKSPD is a storage load generator / performance test tool from the Windows/Windows Server and Cloud Server Infrastructure Engineering teams
File Explorer
Download Latest Version (.zip)- CmdLineParser.cpp
- CmdRequestCreator.cpp
- diskspd.rc
- CmdLineParser.h
- CmdRequestCreator.h
- Common.cpp
- Common.h
- errors.h
- etw.h
- Histogram.h
- IoBucketizer.cpp
- IoBucketizer.h
- IORequestGenerator.h
- OverlappedQueue.h
- ResultParser.h
- ThroughputMeter.h
- Version.h
- XmlProfileParser.h
- XmlResultParser.h
- CmdLineParser.vcxproj
- CmdRequestCreator.vcxproj
- Common.vcxproj
- IORequestGenerator.vcxproj
- ResultParser.vcxproj
- CmdLineParser.vcxproj
- Common.vcxproj
- IORequestGenerator.vcxproj
- ResultParser.vcxproj
- XmlProfileParser.vcxproj
- XmlResultParser.vcxproj
- XmlProfileParser.vcxproj
- XmlResultParser.vcxproj
- diskspd.sln
- UnitTests.sln
- ArcVM-Setup.md
- Profile.psm1
- VMFleet.format.ps1xml
- VMFleet.psd1
- VMFleet.psm1
- VMFleet.Tests.ps1
- WatchCluster.psm1
- WatchCPU.psm1
- analyze-cputarget.ps1
- check-outlier.ps1
- check-pause.ps1
- check-vmfleet.ps1
- clear-pause.ps1
- create-vmfleet.ps1
- demo.ps1
- destroy-vmfleet.ps1
- get-cluspc.ps1
- get-linfit.ps1
- get-log.ps1
- install-vmfleet.ps1
- launch-template.ps1
- master.ps1
- README.md
- run-demo-100r.ps1
- run-demo-7030.ps1
- run-demo-9010.ps1
- run-sweeptemplate.ps1
- run.ps1
- s2d-vmfleet.docx
- s2d-vmfleet.pdf
- set-pause.ps1
- set-storageqos.ps1
- set-vmfleet.ps1
- start-sweep.ps1
- start-vmfleet.ps1
- stop-vmfleet.ps1
- sweep-cputarget.ps1
- test-clusterhealth.ps1
- update-csv.ps1
- wait-result.ps1
- watch-cluster.ps1
- watch-cpu.ps1
- etw.cpp
- IORequestGenerator.cpp
- OverlappedQueue.cpp
- ThroughputMeter.cpp
- ResultParser.cpp
- CmdLineParser.rc
- CmdLineParser.UnitTests.cpp
- CmdLineParser.UnitTests.h
- stdafx.h
- Common.rc
- Common.UnitTests.cpp
- Common.UnitTests.h
- stdafx.h
- IORequestGenerator.rc
- IORequestGenerator.UnitTests.cpp
- IORequestGenerator.UnitTests.h
- stdafx.h
- ResultParser.rc
- ResultParser.UnitTests.cpp
- ResultParser.UnitTests.h
- stdafx.h
- stdafx.h
- XmlProfileParser.rc
- XmlProfileParser.UnitTests.cpp
- XmlProfileParser.UnitTests.h
- stdafx.h
- XmlResultParser.rc
- XmlResultParser.UnitTests.cpp
- XmlResultParser.UnitTests.h
- diskspd.xsd
- XmlProfileParser.cpp
- XmlResultParser.cpp
- .gitattributes
- .gitignore
- diskspd.wprp
- LICENSE
- Process-DiskSpd.ps1
- README.md
- SECURITY.md
๐ Installation Guide
1. Get the code
git clone https://github.com/microsoft/diskspd
Downloads the entire project code from GitHub to your computer.
cd diskspd
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd diskspd_vs
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
