Vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser. More here.
Vector requires PCP to collect data.
$ sudo apt-get install flex
$ sudo apt-get install bison
$ sudo apt-get install libmicrohttpd-dev
$ sudo adduser pcp
$ git clone git://git.pcp.io/pcp
$ cd pcp
$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
$ make
$ sudo make install
$ sudo service pmcd start
$ sudo service pmwebd start
$ git clone https://github.com/Netflix/vector.git
$ cd vector
$ bower install
$ npm install
$ gulp
Available on http://localhost:8080