@@ -12,9 +12,22 @@ In addition DISKSPD itself, this repo hosts measurement frameworks which use DIS
12
12
13
13
## DISKSPD ##
14
14
15
- DISKSPD 2.0.18a 5/31/2016
15
+ DISKSPD 2.0.20a 2/28/2018
16
+
17
+ * Changes that may require rebaselining of results:
18
+ * New random number generator that may show an observable decreased cost
19
+ * Switched to 512-byte aligned buffers with the -Z option to increase performance
20
+ * New -O option for specifying the number of outstanding IO requests per thread
21
+ * New -Zr option for per-IO randomization of write buffer content
22
+ * XML: Adds a new ` <ThreadTarget> ` element to support target weighting schemes
23
+ * Enhanced statistics captured from IOPS data
24
+ * Added support for validating XML profiles using an in-built XSD
25
+ * Added support for handling RAW volumes
26
+ * Updated CPU statistics to work on > 64-core systems
27
+ * Updated calculation and accuracy of CPU statistics
28
+ * Re-enable support for ETW statistics
16
29
17
- *** IN PROGRESS ***
30
+ DISKSPD 2.0.18a 5/31/2016
18
31
19
32
* update /? example to use -Sh v. deprecated -h
20
33
* fix operation on volumes on GPT partitioned media (<driveletter >:)
@@ -30,16 +43,6 @@ DISKSPD 2.0.17 5/01/2016
30
43
* Latency histogram now reports to 9-nines (one part in one billion) in both text and XML output
31
44
* Error message added for failure to open write-content source file (` -Z<size>,<file> ` )
32
45
33
- DISKSPD 2.0.16b 2/22/2016
34
-
35
- * -ag is now default (round robin group-aware affinity)
36
- * new -ag# for group-aware thread->core affinity assignment
37
- * -Sr : remote cache mode
38
- * -Sh : equivalent to -h, all cache modes collapsed under -S
39
- * ` <ProcessorTopology> ` (under ` <System> ` ) element in XML results shows Processor Group topology of the system the test executed on
40
- * ` <RunTime> ` (under ` <System> ` ) element shows run start time in GMT
41
- * -ft : specifies ` FILE_ATTRIBUTE_TEMPORARY_FILE ` on open (note: work in progress, effect of this attribute is not fully lit up yet)
42
-
43
46
## VM Fleet ##
44
47
45
48
VM Fleet 0.8 6/2017
0 commit comments