CeTune
CeTune copied to clipboard
analyzer_remote.py-filter fio output
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)
The fio output differs from versions, so if you met some issue to parse fio result, please feel free to fix the script