Re: pgmonitor on solaris - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: pgmonitor on solaris
Date
Msg-id 200103262051.PAA17679@candle.pha.pa.us
Whole thread Raw
In response to pgmonitor on solaris  (Roberto João Lopes Garcia <roberto@mha.com.br>)
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.
> 

OK, seems it is not only awk that is the problem.  Can you start
removing the sort and cut sections. In fact, remove both of them and see
if you get any output.  You can add:puts stdout $var

to print the value of $var in the TCL code.  This may help you manually
find the cause.


--  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,
Pennsylvania19026
 


pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgmonitor on solaris
Next
From: Mikhail Terekhov
Date:
Subject: PyGreSQL: setup.py is broken in RC1