From 4ff90aba8e1201a0dc835f814ce6efc46c4b0cd8 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Mon, 20 Mar 2023 11:52:22 -0400 Subject: [PATCH] steadystate: add some TODO items We need a better test script that includes test cases for the new check_interval option. With the new test script we can be more comfortable doing cleanups. Signed-off-by: Vincent Fu --- STEADYSTATE-TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/STEADYSTATE-TODO b/STEADYSTATE-TODO index 8c10c7f5..2848eb54 100644 --- a/STEADYSTATE-TODO +++ b/STEADYSTATE-TODO @@ -1,5 +1,15 @@ 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 -- 2.25.1