Commit 6f3de5c
committed
stat: fix unified_rw_reporting=both BW and IOPS
When unified_rw_reporting=both, the value for the significant_figures
option is not populated in the struct thread_stat containing the mixed
r/w/t data. Thus, when bandwidth and IOPS numerical values are converted
to strings, they are converted to "0".
This patch populates the significant figures member of struct
thread_stat for the mixed r/w/t data.
Fixes: #1844
Signed-off-by: Vincent Fu <[email protected]>1 parent dc03e37 commit 6f3de5c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
| 510 | + | |
510 | 511 | | |
511 | 512 | | |
512 | 513 | | |
| |||
0 commit comments