On Thu, Oct 14, 2004 at 11:16:48AM +0200, Leonardo Francalanci wrote: > I read "Chapter 23. Monitoring Database Activity" to monitor postgresql, > but on Solaris it doesn't work. I tried "/usr/ucb/ps", but it doesn't > work either (I only see the postmaster startup parameters). Isn't there > any other solution to see what postgresql instances are doing?
/usr/ucb/ps -auxww will work. I've used it thousands of times. A -- Andrew Sullivan | [EMAIL PROTECTED] The fact that technology doesn't work is no bar to success in the marketplace. --Philip Greenspun ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend