steadystate: reject job if steadystate options are not consistent within reporting...
[fio.git] / TODO
1 Known issues/TODO (for steady-state)
2
3 - Does not work over a network connection
4
5 - Add output for --output-format=normal
6
7 - Add example job files
8
9 - Allow user to specify the frequency of measurements
10
11 - Better documentation for output
12
13 - Report read, write, trim IOPS/BW separately
14
15 - Semantics for the ring buffer ss->head are confusing. ss->head points
16   to the beginning of the buffer up through the point where the buffer
17   is filled for the first time. afterwards, when a new element is added,
18   ss->head is advanced to point to the second element in the buffer. if
19   steady state is attained upon adding a new element, ss->head is not
20   advanced so it actually does point to the head of the buffer.
21
22 - Update man page (HOWTO already done)