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

next in thread | previous in thread | raw e-mail | index | archive | help
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.
--
Craig


--
Craig



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