システムパフォーマンス入門

パフォーマンスに詳しいインフラに憧れて

ユーザ用ツール

サイト用ツール


· 最終更新: 2021/04/08 by kurihara


Netfilx Vector



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

  • CPU Utilization
  • Per-CPU Utilization
  • Runnable
  • Load Average
  • Network Throughput(kB)
  • TCP Connections
  • Network Packets インターフェースごとにでます。
  • Network Retransmits
  • Memory Utilization
  • Page Faults
  • Context Switches
  • Disk IOPS
  • Disk Throughput (Bytes)
  • Disk Utilization
  • Disk Latency
  • Load Average

インストール

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>


· 最終更新: 2021/04/08 by kurihara

ページ用ツール