samatild / LinuxAiOPerf

Linux All-In-One Performance Checker & Report tool
MIT License
22 stars 1 forks source link

scale adjustment for Disk iostat needs to be adjusted from Mbytes to Gbytes #18

Closed samatild closed 11 months ago

samatild commented 12 months ago

We need to adjust how data is appended to Y column of create_iostatPM_plots / create_iostatPD_plots

2023-10-24-09:50:13 Device            r/s     w/s     rkB/s     wkB/s   rrqm/s   wrqm/s  %rrqm  %wrqm r_await w_await aqu-sz rareq-sz wareq-sz  svctm  %util
2023-10-24-09:50:13 sdb              0.00    0.00      0.00      0.00     0.00     0.00   0.00   0.00    0.00    0.00   0.00     0.00     0.00   0.00   0.00
2023-10-24-09:50:13 sdc              0.00 2336.00      0.00 1195044.00     0.00     7.00   0.00   0.30    0.00   13.52  31.57     0.00   511.58   0.43 100.00

Here 1195044.00kB/s is being converted to 1.95Mb/s

We need to ensure that MB/s is correctly displayed without the dot or not rounded.