Skip to content

Instantly share code, notes, and snippets.

View kangelos's full-sized avatar

Angelos Karageorgiou kangelos

View GitHub Profile
from collections import defaultdict
import collectd
import psycopg2
config = {
'connection_string': 'dbname=pgbouncer user=np_db_user port=6432'
}
def get_stats():
conn, cur = None, None