Other ways to to view running sessions in PostgreSQL:

$ ps auxww | grep ^postgres | wc -l
$ ps aux | grep postgres | cat -n
$ ps aux | grep postgres | nl
$ pidof postgres | wc -w
$ pgrep postgres | wc -l


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to