svn commit: r284198 - head/bin/ls

Slawa Olhovchenkov slw at zxy.spb.ru
Mon Jun 15 17:41:19 UTC 2015


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 at 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?


More information about the svn-src-all mailing list