Re: pgmonitor on solaris - Mailing list pgsql-interfaces

From Roberto João Lopes Garcia
Subject Re: pgmonitor on solaris
Date
Msg-id 5.0.2.1.0.20010326172905.00a63e50@ftp.mha.com.br
Whole thread Raw
In response to Re: pgmonitor on solaris  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-interfaces
At 16:53 26/03/01, Bruce Momjian wrote:

>OK, let's stay away from ucb ps because with no user restriction, the ps
>command will take too long to be run repeatedly.  Do you have gawk?  Can
>you edit the script and replace the mention of nawk with gawk:
>
>         if { ... nawk ...} {
>                 set awk "gawk"  <--------------
>         }
>
>and let me know how it works.

Sorry, do not work!

Get gawk 3.0.6, compile and test OK! From command line gawk OK! change set 
awk  "gawk" in all ifs to be sure it will use gawk - don't show! change 
again to include path to gawk: set awk "/usr/gnu/bin/gawk" - don't show!

I know litle awk and tcl but, to me, it is ps not returning any postgres 
proccess. Is there an away to see the ps result, like set an enviroment 
variable (PS_RESULT1, PS_RESULT2, PS_RESULT2)

Sorry I can not setup an SSH account for you in this machine! It is an 
internal server.

Roberto


>--
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026



pgsql-interfaces by date:

Previous
From: Roberto João Lopes Garcia
Date:
Subject: Re: pgmonitor on solaris
Next
From: Bruce Momjian
Date:
Subject: Re: Re: pgmonitor on solaris