Re: How to monitor resources on Linux.

From: John R Allgood <jallgood(at)the-allgoods(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: ajs(at)crankycanuck(dot)ca, scott(dot)marlowe(at)gmail(dot)com, pgsql-admin(at)postgresql(dot)org
Subject: Re: How to monitor resources on Linux.
Date: 2007-08-29 12:05:00
Message-ID: 46D560EC.6040409@the-allgoods.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello All

Yeap that was us on the pcmiler past issues. This app provides
mileage lookup for our application. Our customers require us to use that
package for mileage lookup. Unfortunately there linux version is not
developed as heavily as the windows version when we started having the
vendor look at the code we discovered that it was compiled under Redhat
8.0. At this point I believe that maybe we don't have an "not enough
memory issue" but maybe a memory bleed. This will definitely require us
to dig a little deeper.

Tom Lane wrote:
> jallgood(at)the-allgoods(dot)net writes:
>
>> We have this one app "pcmiler" that ties directly into our backend
>> of our application and will not run in an 64bit enviroment.
>>
>
> Hmmm ... we have heard of pcmiler before on these lists, and there has
> never been anything good said about it. Do a bit of archive searching,
> and then consider if you can't find something else.
>
> I'm not totally clear on what pcmiler really does, but perhaps there's
> some overlap with PostGIS? Not that PostGIS has no bugs, but at least
> it's open-source code and you can hope to get useful commentary from
> people who can look at the source. Right at the moment I think you are
> stuck trying to get support from pcmiler's authors, because no one else
> in the world knows everything that's happening in your system or can fix
> it.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ben Kim 2007-08-29 13:41:03 Re: How to monitor resources on Linux.
Previous Message qinghuamail-postgresqlfans 2007-08-29 09:28:55 回复: Re: how to create dir using pg/plsql