This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Benchmark ====== ===== Disk Performance ===== Disk performamce can be measured with Microsoft's DiskSpd ([[https://github.com/microsoft/diskspd|GitHub]]) tool. The precreation of the test file is recommended: <code cmd> diskspd.exe -c16G C:\test.dat </code> Recommended Tests: |**Short**|**Block Size**|**Workload**|**Read/Write**|**Command**| |R_4K_70/30RW|4K|Random|70% Read / 30% Write|<code cmd>diskspd.exe -b4K -r -w30 -t8 -o16 -d30 -W10 -Sh C:\test.dat</code>| |S_64K_100W|64K|Sequencial|100% Write|<code cmd>diskspd.exe -b64K -si -w100 -t8 -o16 -d30 -W10 -Sh C:\test.dat</code>|