CeTune icon indicating copy to clipboard operation
CeTune copied to clipboard

analyzer_remote.py-filter fio output

Open hnuzhoulin opened this issue 7 years ago • 1 comments

https://github.com/01org/CeTune/blob/43d539eb9786b3570aa8c1ecc2228b6cf37ba3c1/analyzer/analyzer_remote.py#L710

should this line like below just like analyzer.py file

stdout, stderr = common.bash("grep \" IOPS=.*BW=.*\| *io=.*bw=.*iops=.*runt=.*\|^ *lat.*min=.*max=.*avg=.*stdev=.*\" "+path, True)

hnuzhoulin avatar Mar 26 '18 08:03 hnuzhoulin

The fio output differs from versions, so if you met some issue to parse fio result, please feel free to fix the script

xuechendi avatar Mar 27 '18 00:03 xuechendi