From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org ([80.91.229.3]:59782 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751962AbcGEWAH (ORCPT ); Tue, 5 Jul 2016 18:00:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bKYNw-0008KW-TF for fio@vger.kernel.org; Wed, 06 Jul 2016 00:00:05 +0200 Received: from cpe-24-55-26-223.austin.res.rr.com ([24.55.26.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2016 00:00:04 +0200 Received: from ionictea by cpe-24-55-26-223.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2016 00:00:04 +0200 From: Saeed Tea Subject: fio2gnuplot issue Date: Tue, 5 Jul 2016 16:52:47 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format="flowed" Content-Transfer-Encoding: quoted-printable Sender: fio-owner@vger.kernel.org List-Id: fio@vger.kernel.org To: fio@vger.kernel.org I'm trying generate graphs with logs create by fio using fio2gnu and=20 keep getting this error when generating graphs for iops or bandwidth: 1 files Selected with pattern '*_iops.log' |-> 4k.results_iops.log Running gnuplot Rendering "/usr/share/fio//math.gpm", line 25: no datablock named $1 "/usr/share/fio//graph2D.gpm", line 25: no datablock named $1 Rendering traces are available in the current directory Checking the directory listing only shows this file: $3.png Am I missing something in fio profile??=EF=BF=BD Here's a snippet: [global] rw=3Drandread ioengine=3Dposixaio iodepth=3D64 size=3D10g direct=3D0 buffered=3D1 startdelay=3D5 ramp_time=3D5 runtime=3D20 time_based disk_util=3D0 clat_percentiles=3D0 write_bw_log=3D4k.results write_iops_log=3D4k.results write_lat_log=3D4k.results per_job_logs=3D0