From: Vincent Fu Date: Fri, 2 Dec 2016 20:03:13 +0000 (-0500) Subject: steadystate: rename TODO to STEADYSTATE-TODO X-Git-Tag: fio-2.16~3^2~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b56cc3de647de9be4456d268700700506b189e11;p=fio.git steadystate: rename TODO to STEADYSTATE-TODO --- diff --git a/STEADYSTATE-TODO b/STEADYSTATE-TODO new file mode 100644 index 00000000..e4b146e9 --- /dev/null +++ b/STEADYSTATE-TODO @@ -0,0 +1,14 @@ +Known issues/TODO (for steady-state) + +- Allow user to specify the frequency of measurements + +- 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. diff --git a/TODO b/TODO deleted file mode 100644 index e4b146e9..00000000 --- a/TODO +++ /dev/null @@ -1,14 +0,0 @@ -Known issues/TODO (for steady-state) - -- Allow user to specify the frequency of measurements - -- 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.