Date: Mon, 15 Jun 2015 20:12:08 +0300 From: Slawa Olhovchenkov <slw@zxy.spb.ru> To: Warner Losh <imp@bsdimp.com> Cc: Adrian Chadd <adrian@freebsd.org>, Bruce Simpson <bms@fastmail.net>, Steve Kargl <sgk@troutmask.apl.washington.edu>, Craig Rodrigues <rodrigc@freebsd.org>, Marcel Moolenaar <marcel@xcllnt.net>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, Marcel Moolenaar <marcel@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org> Subject: Re: svn commit: r284198 - head/bin/ls Message-ID: <20150615171208.GW1647@zxy.spb.ru> In-Reply-To: <39A1D5A9-1BD9-4828-B10D-D347771CBAD2@bsdimp.com> References: <C88CB169-12FE-4692-92AA-5C7D41BB61DF@FreeBSD.org> <557C661F.8080104@freebsd.org> <860017ED-D754-450C-865D-2D81A30C2212@xcllnt.net> <CAG=rPVd93Q18aYnSGSf_QH4C08RCq5wsdKQSNYTgWQ2huTbUHQ@mail.gmail.com> <20150614100045.GF58397@zxy.spb.ru> <557D55CB.5050009@fastmail.net> <20150614171031.GA5857@troutmask.apl.washington.edu> <557DCBED.2010804@fastmail.net> <CAJ-VmoktZTMnva02rTojZeGcd3q5BJ9RHGUHgFA=Ghn=WOxQyw@mail.gmail.com> <39A1D5A9-1BD9-4828-B10D-D347771CBAD2@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 15, 2015 at 10:36:12AM -0600, Warner Losh wrote: > > > On Jun 14, 2015, at 12:53 PM, Adrian Chadd <adrian@freebsd.org> wrote: > > > > I do like how zero percent of the comments are "hey, maybe we need > > unit tests that run these tools and ensure they output the right > > stuff." If this were ${WORK} and I were ${BOSS}, I'd have asked the > > libxo developers to include unit tests before/after for each thing > > they broke, so we don't have a repeat of this kind of thing. But, this > > apparently isn't ${WORK} and I definitely don't want to be anyones > > boss, so.. > > gstat still produces the right output. It simply has been broken in that > you can't just hit 'q' anymore. So while necessary, it wouldn't be > sufficient. I am about initial gstat behavior: you can't be do `gstat > output_log`, wait hour, press ^C and analyse output -- gstat exit after one ineration. I am talk all utilites have different behavior -- some exits by pressing 'q', some only by ^C (systat), some can be infinitly output to file|pipe, some -- not. Some have looped mode, some -- not, some can handle multiple obejcts (gstat, iostat), some -- not (netstat -nbI). And more: ix show network statics in netmap mode, igb -- don't show. No unification. This is more vital, I think. And no tools for collect correlation data -- for example collect at same time CPU load by core, i/o load by disk and network load by inetrface. You may talk about Graphite, but graffit is crap: http://grisha.org/blog/2015/05/04/recording-time-series/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150615171208.GW1647>