Skip to content
Snippets Groups Projects
Commit 3c94dc6c authored by Emoly Liu's avatar Emoly Liu Committed by Oleg Drokin
Browse files

LU-8078 iokit: correct obdfilter-survey output data format


A space is needed between min and max status numbers in the
obdfilter-survey script, otherwise plot-obdfilter can't parse
the summary file correctly, so that the related .dat files and
graphs can't be generated correctly.

Test-Parameters: trivial testlist=obdfilter-survey
Signed-off-by: default avatarEmoly Liu <emoly.liu@intel.com>
Change-Id: I5bf4790f2db1ee11cb6a7cc95d5527cb0d68e35a
Reviewed-on: http://review.whamcloud.com/19841


Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarBobi Jam <bobijam@hotmail.com>
Reviewed-by: default avatarJian Yu <jian.yu@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent e48d4a5c
No related branches found
No related tags found
No related merge requests found
......@@ -605,7 +605,7 @@ for ((rsz = $rszlo; rsz <= $rszhi; rsz*=2)); do
str=$(printf "%17s " SHORT)
fi
else
str=$(awk "BEGIN {printf \"[%7.2f,%7.2f] \",\
str=$(awk "BEGIN {printf \"[%7.2f, %7.2f] \",\
(${stats[1]} * $actual_rsz)/1024,\
(${stats[2]} * $actual_rsz)/1024; exit}")
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment