run on ubuntu 12.04
- install pcp from source following: https://github.com/Netflix/vector/wiki/Installing-Performance-Co-Pilot
- install vector following: https://github.com/Netflix/vector/wiki/Getting-Started#vector
- update pmwedb config to use port 9999 by default:
/etc/pcp/pmwebd/pmwebd.options sudo service pmwebd restart- update pmcd to run
procpmda as root (add-Aflag):/etc/pcp/pmcd/pmcd.conf sudo service pcp restart- run vector via gulp: https://github.com/Netflix/vector/wiki/Getting-Started#running-with-gulp
- created a
hotproc.confin/var/lib/pcp/pmdas/proc - example hotproc matcher:
psargs ~ /python_module\.py/ pminfo -f hotproc.nprocs- hack vector to display hotproc stats of interest in
app.widgets.js
Other Links: