File: STEADYSTATE-TODO

package info (click to toggle)
fio 3.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,012 kB
  • sloc: ansic: 82,290; python: 9,862; sh: 6,067; makefile: 813; yacc: 204; lex: 184
file content (22 lines) | stat: -rw-r--r-- 890 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Known issues/TODO (for steady-state)

- Replace the test script with a better one
  - Add test cases for the new check_interval option
  - Parse debug=steadystate output to check calculations

- Instead of calculating `intervals` every time, calculate it once and stash it
  somewhere

- Add the time unit to the ss_dur and check_interval variable names to reduce
  possible confusion

- Better documentation for output

- Report read, write, trim IOPS/BW separately

- Semantics for the ring buffer ss->head are confusing. ss->head points
  to the beginning of the buffer up through the point where the buffer
  is filled for the first time. afterwards, when a new element is added,
  ss->head is advanced to point to the second element in the buffer. if
  steady state is attained upon adding a new element, ss->head is not
  advanced so it actually does point to the head of the buffer.