Difference between revisions of "Netflix Vector"

From air
Jump to navigation Jump to search
Line 11: Line 11:
   
 
=Installation et démarrage de Vector=
 
=Installation et démarrage de Vector=
  +
  +
<pre>
  +
sudo npm install bower -g
  +
sudo npm install gulp -g
  +
</pre>
   
 
<pre>
 
<pre>

Revision as of 17:07, 24 March 2016

DAshboard de visualisation des performances d'une machine

Installation et Démarrage de PCP (Performance Co-Pilot)

http://www.pcp.io/download.html

ou

docker pull oxygen0211/docker-pcp-collector

Installation et démarrage de Vector

sudo npm install bower -g
sudo npm install gulp -g
git clone https://github.com/Netflix/vector.git
cd vector
git checkout stable
npm install
bower install
gulp build

Démarrer le serveur web

gulp serve

Naviguer sur http://localhost:3000/

Entrer le nom de l'hôte sur lequel est installé et démarré PCP

Netflix Vector Dashboard

Installation via Docker

docker pull rvernica/vector