docs: update for new data placement options
[fio.git] / STEADYSTATE-TODO
1 Known issues/TODO (for steady-state)
2
3 - Replace the test script with a better one
4   - Add test cases for the new check_interval option
5   - Parse debug=steadystate output to check calculations
6
7 - Instead of calculating `intervals` every time, calculate it once and stash it
8   somewhere
9
10 - Add the time unit to the ss_dur and check_interval variable names to reduce
11   possible confusion
12
13 - Better documentation for output
14
15 - Report read, write, trim IOPS/BW separately
16
17 - Semantics for the ring buffer ss->head are confusing. ss->head points
18   to the beginning of the buffer up through the point where the buffer
19   is filled for the first time. afterwards, when a new element is added,
20   ss->head is advanced to point to the second element in the buffer. if
21   steady state is attained upon adding a new element, ss->head is not
22   advanced so it actually does point to the head of the buffer.