Steve Lane <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly