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
$ gulpAvailable on http://localhost:8080