ps aux|grep postgres|grep -v auto|grep -v "writer process"|grep -v "stats collector"|grep -v "postgresql.conf"|cut -d ":" -f 4|sort|cut -d " " -f3-4|cut -d "(" -f 1|uniq -c|sort -n -r
ps aux|grep postgres|grep -v auto|grep -v "writer process"|grep -v "stats collector"|grep -v "postgresql.conf"|cut -c66-200|cut -d " " -f3|sort|uniq -c|sort -n -r