Netflix Vector

From air
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Dashboard de visualisation des performances d'une machine et des containers. Ecrit avec AngularJS


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 netflixoss/vector
docker run --name vector -p 8080:80 netflixoss/vector

Browse http://localhost:8080