ptrktn opened this issue 6 years ago · 1 comments
In dump_sar_info(), 'sar' commands are run in the background. One should add one call to 'wait' at the end of the function to make sure all background jobs are finished before moving on to plotter.
Added that missing 'wait'.