steadystate: fix slope calculation for variable check intervals
[fio.git] / STEADYSTATE-TODO
CommitLineData
1fe7cda4
JA
1Known issues/TODO (for steady-state)
2
1fe7cda4
JA
3- Better documentation for output
4
5- Report read, write, trim IOPS/BW separately
6
7- Semantics for the ring buffer ss->head are confusing. ss->head points
8 to the beginning of the buffer up through the point where the buffer
9 is filled for the first time. afterwards, when a new element is added,
10 ss->head is advanced to point to the second element in the buffer. if
11 steady state is attained upon adding a new element, ss->head is not
12 advanced so it actually does point to the head of the buffer.