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.16k stars 216 forks source link

Support emitting both output formats #182

Open jimbobmcgee opened 2 years ago

jimbobmcgee commented 2 years ago

Any chance we can have a switch to output both text and XML output for the same test run? e.g. text on stdout and XML to a file.

Alternatively, a PS script to convert the XML output back to the text output would be useful -- the on-screen format of the text output is file is much easier to read than the tab-separated file emitted by Process-Diskspd.ps1.

Thanks

dl2n commented 5 months ago

Allowing multiple outputs seems like a nice & fairly feasible idea; zero or one to stdout, but allow optional file specification.