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 < > > +set terminal png enhanced font > > > "/usr/share/font

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 comm

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 > > 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. > > >

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

2014-12-10 Thread Dario Faggioli
From: Dario Faggioli 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 functions introduced