Difference between revisions of "Netflix Vector"

From air
Jump to navigation Jump to search
Line 25: Line 25:
   
 
[[Image:Netflix-Vector-Dashboard.png|800px|center|Netflix Vector Dashboard]]
 
[[Image:Netflix-Vector-Dashboard.png|800px|center|Netflix Vector Dashboard]]
  +
  +
=Installation via [[Docker]]=
  +
<pre>
  +
docker pull rvernica/vector
  +
</pre>

Revision as of 09:57, 23 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

Installation et démarrage de Vector

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