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
proc
pmda as root (add-A
flag):/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.conf
in/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: