Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 20:41:17 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Craig Rodrigues <rodrigc@FreeBSD.org>
Cc:        "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>
Subject:   Re: svn commit: r284198 - head/bin/ls
Message-ID:  <20150615174117.GX1647@zxy.spb.ru>
In-Reply-To: <CAG=rPVepxzppsqee36umXgG1eiw_hjcWkjQFmyst80NYwrE0Tw@mail.gmail.com>
References:  <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> <20150615171208.GW1647@zxy.spb.ru> <CAG=rPVepxzppsqee36umXgG1eiw_hjcWkjQFmyst80NYwrE0Tw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 15, 2015 at 10:24:24AM -0700, Craig Rodrigues wrote:

> On Mon, Jun 15, 2015 at 10:12 AM, Slawa Olhovchenkov <slw@zxy.spb.ru> wrote:
> 
> >
> > 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/
> >
> 
> A few years ago, Alfred Perlstein wrote a tool called Eagleeye:
> https://github.com/splbio/eagleeye
> 
> This tool did a few things:
>     -> ran various tools like netstat, vmstat, gstat
>     -> parsed the output of the various tools
>     -> produce web based reports for doing correlation of the data
> 
> This was very useful for performance analysis.
> Since the code for Eagleeye is on GitHub, maybe some FreeBSD coders
> who have interest can update Eagleeye to produce output from the system
> with libxo.
> 
> Having more tools use libxo will definitely make it easier to write tools
> like Eagleeye.

How libxo do it easier?
netstat can be accept multiple interface name in 'netstat -nbI'?
gstat can be run to pipe?
igb show statistic in netmap mode?
Multiple statistics collect at same time (in one fraction second)?
I am don't need web output, in most case plain tabular data enough.
In most cases on wanted serever exist only ssh, no web, no python, no
R, no gnuplot.

Also, how to convert to libxo D scripts? or zfs-stat?



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