Add local TODO for steady-state work
[fio.git] / TODO
CommitLineData
1fe7cda4
JA
1Known 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- group_reporting must be set for every job in a group
10
11- Undefined behavior when steady state options differ across jobs in a
12 single group
13
14- Allow user to specify the frequency of measurements
15
16- Better documentation for output
17
18- Report read, write, trim IOPS/BW separately
19
20- Semantics for the ring buffer ss->head are confusing. ss->head points
21 to the beginning of the buffer up through the point where the buffer
22 is filled for the first time. afterwards, when a new element is added,
23 ss->head is advanced to point to the second element in the buffer. if
24 steady state is attained upon adding a new element, ss->head is not
25 advanced so it actually does point to the head of the buffer.