microsoft / StorScore

A test framework to evaluate SSDs and HDDs
http://aka.ms/storscore
MIT License
81 stars 34 forks source link

Support a "--percent_full" distinct from "--active_range" #2

Open marksantaniello opened 9 years ago

marksantaniello commented 9 years ago

Today our active_range is always identical to percent_full. We cannot vary these independently. Client scenarios might be interested in something like 99% full, 10% active range. In order to support this, we would most likely want to create two test files, initialize each of them, but then only run the IO generator targeting one of them.