目次

Netfilx Vector



Netfilx Vectorは、今のパフォーマンスの状況がきれいなグラフでわかります。

インストール

yum install pcp pcp-zeroconf
yum install pcp-webapi pcp-webapp-vector
systemctl start pmcd
systemctl start pmwebd

Apacheの設定

Alias /vector "/usr/share/pcp/webapps/vector"
<Directory "/usr/share/pcp/webapps/vector">
    Require all granted
</Directory>