From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xentop: Dynamically expand some columns Date: Wed, 5 Nov 2014 10:59:48 +0000 Message-ID: <1415185188.15317.0.camel@citrix.com> References: <5450DC800200000200017669@gwsmtp1.uni-regensburg.de> <1415095735.11486.7.camel@citrix.com> <20141104171022.GI4510@laptop.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141104171022.GI4510@laptop.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: Markus Hauschild , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2014-11-04 at 12:10 -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Nov 04, 2014 at 10:08:55AM +0000, Ian Campbell wrote: > > On Wed, 2014-10-29 at 12:24 +0100, Markus Hauschild wrote: > > > Allow certain xentop columns to automatically expand as the amount > > > of data reported gets larger. The columns allowed to auto expand are: > > > > > > NETTX(k), NETRX(k), VBD_RD, VBD_WR, VBD_RSECT, VBD_WSECT > > > > > > If the -f option is used to allow full length VM names, those names will > > > also be aligned based on the longest name in the NAME column. > > > > > > The default minimum width of all columns remains unchanged. > > > > > > Signed-off-by: Markus Hauschild > > > Signed-off-by: Charles Arnold > > > > Acked-by: Ian Campbell > > > > Konrad, I think you were previously intending this to go in for 4.5, is > > that still the case? > > Correct. Applied.