From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:44012 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753973AbdC2Lzu (ORCPT ); Wed, 29 Mar 2017 07:55:50 -0400 Date: Wed, 29 Mar 2017 07:55:49 -0400 (EDT) From: Ben England Message-ID: <90086366.8069670.1490788549015.JavaMail.zimbra@redhat.com> In-Reply-To: References: Subject: Re: Input help for fiologparser.py script in fio/tools/ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: fio-owner@vger.kernel.org List-Id: fio@vger.kernel.org To: abhishek koundal Cc: fio@vger.kernel.org Abhishek, fiologparser.py is intended for use with latency, bandwidth and IOPS logs, not the JSON output from fio on stdout. # ./fiologparser.py -h if you want something to parse the standard fio json output, you could try this: https://github.com/bengland2/cbt/blob/master2/tools/fio-parse-json.py ----- Original Message ----- > From: "abhishek koundal" > To: fio@vger.kernel.org > Sent: Wednesday, March 29, 2017 12:15:35 AM > Subject: Input help for fiologparser.py script in fio/tools/ > > Hi, > Can anyone please help in the usage on the fiologparser.py file?