You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,17 @@ DISKSPD 2.0.16b 2/22/2016
42
42
43
43
## VM Fleet ##
44
44
45
-
VM Fleet *In Progress*
45
+
VM Fleet 0.6 7/18/2016
46
46
47
47
* CPU Target Sweep: a sweep script using StorageQoS and a linear CPU/IOPS model to build an empirical sweep of IOPS as a function of CPU, initially for the three classic small IOPS mixes (100r, 90:10 and 70:30 4K). Includes an analysis script which provides the linear model for each off of the results.
48
48
* Update sweep mechanics which allow generalized specification of DISKSPD sweep parameters and host performance counter capture.
49
+
* install-vmfleet to automate placement after CSV/VD structure is in place (add path, create dirs, copyin, pause)
50
+
* add non-linearity detection to analyze-cputarget
51
+
* get-linfit is now a utility script (produces objects describing fits)
52
+
* all flag files (pause/go/done) pushed down to control\flag directory
53
+
* demo scripting works again and autofills vm/node counts
* update-csv now handles node names which are logical prefixes of another (node1, node10)
49
56
50
57
VM Fleet 0.5 6/22/2016
51
58
@@ -55,15 +62,6 @@ VM Fleet 0.5 6/22/2016
55
62
* check-pause comments on the number of (un)paused vms
56
63
* update documentation to mention change in QoS policy type names
57
64
58
-
VM Fleet 0.4 4/14/2016
59
-
60
-
* bugfix: master.ps1 now takes connection credentials as parameters; this allows master to be edited on the fly, it is no longer templated
61
-
* credential templating moves to launch.ps1, which is now generated into the VMs
62
-
* pause handling now uses an epoch ask/response from the VMs
63
-
* check-pause uses the epoch to directly test whether a given VM has indeed acknowledged the current pause request, and is definitive with respect to all running VMs
0 commit comments