Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2011 13:30:11 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Mikolaj Golub <trociny@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r227956 - head/usr.bin/procstat
Message-ID:  <201111281330.11720.jhb@freebsd.org>
In-Reply-To: <201111242054.pAOKs6vj012296@svn.freebsd.org>
References:  <201111242054.pAOKs6vj012296@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, November 24, 2011 3:54:06 pm Mikolaj Golub wrote:
> Author: trociny
> Date: Thu Nov 24 20:54:06 2011
> New Revision: 227956
> URL: http://svn.freebsd.org/changeset/base/227956
> 
> Log:
>   usr.bin/procstat
>   
>   Add -l flag to display resource limits.
>   
>   PR:		bin/161257
>   Reviewed by:	kib
>   MFC after:	2 weeks

Thanks for doing this!  Did you consider making the procstat -l output use
"pretty" output similar to the output of /usr/bin/limits?  For example,
using "infinity" instead of -1 and using humanize_number() for finite limits
that are in units of bytes?

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111281330.11720.jhb>