Re: [Xen-devel] [PATCH 09/27] ts-unixbench-reslts: process and plot bench results

2014-12-11 Thread Wei Liu
On Wed, Dec 10, 2014 at 07:10:06PM +0100, Dario Faggioli wrote: From: Dario Faggioli raist...@linux.it Mangle the results of a run of unixbench a bit, so that they can be plotted. This also produces a (gnu)plot script and the plot itself. All is saved in $stash, for the running flight and

Re: [Xen-devel] [PATCH 09/27] ts-unixbench-reslts: process and plot bench results

2014-12-11 Thread Dario Faggioli
On Thu, 2014-12-11 at 12:15 +, Wei Liu wrote: On Wed, Dec 10, 2014 at 07:10:06PM +0100, Dario Faggioli wrote: This is done in a new Osstest/Benchmarking.pm module, as the functions introduced may turn out useful somewhere else too. I would suggest using a dedicated commit for the

Re: [Xen-devel] [PATCH 09/27] ts-unixbench-reslts: process and plot bench results

2014-12-11 Thread Wei Liu
On Thu, Dec 11, 2014 at 02:11:44PM +0100, Dario Faggioli wrote: [...] +sub unixbench_plot_results ($$$) { + my ($dataf,$num_cols,$pfile)= @_; + my $h= new IO::File $pfile.gp or die $!; + + printf $h EOF; +set terminal png enhanced font

[Xen-devel] [PATCH 09/27] ts-unixbench-reslts: process and plot bench results

2014-12-10 Thread Dario Faggioli
From: Dario Faggioli raist...@linux.it Mangle the results of a run of unixbench a bit, so that they can be plotted. This also produces a (gnu)plot script and the plot itself. All is saved in $stash, for the running flight and job. This is done in a new Osstest/Benchmarking.pm module, as the