Date: Sun, 10 Apr 2005 15:31:32 -0700 From: John-Mark Gurney <gurney_j@resnet.uoregon.edu> To: Bruce Evans <bde@zeta.org.au> Cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mutex.c Message-ID: <20050410223132.GI56487@funkthat.com> In-Reply-To: <20050411020124.R54820@delplex.bde.org> References: <200504081414.j38EE9OC051194@repoman.freebsd.org> <20050409002141.V48108@delplex.bde.org> <20050408205015.GA84134@cell.sick.ru> <20050411020124.R54820@delplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote this message on Mon, Apr 11, 2005 at 02:14 +1000: > >If you insist on userland app to parse and format MUTEX_PROFILING(9) > >statistics, then you should be consistent and remove the header _at all_. > > Indeed, the header is just an obstruction for simple parsers like > "awk '{ print $3 }' | ministat". I usually leave headers out of my > debugging sysctls though I often forget what all the columns are. bah, what about: "awk '{ print $3 }' | tail +2 | ministat"? :) -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050410223132.GI56487>