microsoft / diskspd

DISKSPD is a storage load generator / performance test tool from the Windows/Windows Server and Cloud Server Infrastructure Engineering teams
MIT License
1.15k stars 212 forks source link

Adds a new command to generate and set workload profile #201

Closed agadekar closed 6 months ago

agadekar commented 10 months ago

Adds a new command Set-FleetRunProfileScript which generates profile.xml and sets run profile template script in SMB directory. This command will is useful especially for free runs using already available profiles (Peak, SQL, VDI etc) without having to opt into the stepped runs.

Sample command


 $profile = Get-FleetProfileXml -Name "VDI"
 Set-FleetRunProfileScript  -ProfileXml $profile