Skip to content

Instantly share code, notes, and snippets.

@IslamAzab
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IslamAzab/5380d4d9ec7887987deb to your computer and use it in GitHub Desktop.
Save IslamAzab/5380d4d9ec7887987deb to your computer and use it in GitHub Desktop.
Installing pg_activity
sudo -i
apt-get update
apt-get install -y python-pip python-dev build-essential
pip install psycopg2
pip install psutil
pip install setuptools
git clone https://github.com/julmon/pg_activity.git
cd pg_activity/
python setup.py install --with-man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment