cvs commit: src/sys/kern kern_mutex.c
John-Mark Gurney
gurney_j at resnet.uoregon.edu
Sun Apr 10 15:31:35 PDT 2005
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."
More information about the cvs-src
mailing list