Blame STEADYSTATE-TODO

Packit 8930e1
Known issues/TODO (for steady-state)
Packit 8930e1
Packit 8930e1
- Allow user to specify the frequency of measurements
Packit 8930e1
Packit 8930e1
- Better documentation for output
Packit 8930e1
Packit 8930e1
- Report read, write, trim IOPS/BW separately
Packit 8930e1
Packit 8930e1
- Semantics for the ring buffer ss->head are confusing. ss->head points
Packit 8930e1
  to the beginning of the buffer up through the point where the buffer
Packit 8930e1
  is filled for the first time. afterwards, when a new element is added,
Packit 8930e1
  ss->head is advanced to point to the second element in the buffer. if
Packit 8930e1
  steady state is attained upon adding a new element, ss->head is not
Packit 8930e1
  advanced so it actually does point to the head of the buffer.