Re: Odd double queries continues

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Lane <slane(at)soliantconsulting(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, Jamie Thomas <jthomas(at)soliantconsulting(dot)com>
Subject: Re: Odd double queries continues
Date: 2004-08-26 14:51:21
Message-ID: 17568.1093531881@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Steve Lane <slane(at)soliantconsulting(dot)com> writes:
> I realize no one may have any insight in the whole problem, but can anyone
> at least tell me the significance of each of these numbers from the stats:
> 261/10 [691/281] page faults/reclaims, 0 [0] swaps

It's just repeating what getrusage() told it. See the docs for your
operating system.

It looks like the numbers inside the square brackets are totals since
process start, while the ones before are the delta since query start.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-08-26 15:05:34 Re: Time is off in PG server
Previous Message Jay A. Kreibich 2004-08-26 14:38:18 Re: Time is off in PG server