From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v1 16/19] tools/kvm_stat: add new interactive command 't' Date: Thu, 8 Jun 2017 18:21:53 +0200 Message-ID: <535a16ce-8f48-8446-5e4a-4d7e375086bd@redhat.com> References: <20170607190843.76869-1-raspl@linux.vnet.ibm.com> <20170607190843.76869-17-raspl@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: rkrcmar@redhat.com, frankja@linux.vnet.ibm.com To: Stefan Raspl , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47696 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752171AbdFHQWC (ORCPT ); Thu, 8 Jun 2017 12:22:02 -0400 In-Reply-To: <20170607190843.76869-17-raspl@linux.vnet.ibm.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 07/06/2017 21:08, Stefan Raspl wrote: > It might be handy to display the full history of event stats in some cases. > Since we have that available for debugfs, we offer a respective command to > display what's available. > Note that this command does not toggle - one merely has to reset the stats > via 'r' to do the next best thing to reverting the effect of 't'. It's not clear to me what this does... Can you explain it better? Paolo