Re: cpu bound postgresql setup. - Mailing list pgsql-performance

From Alvaro Herrera
Subject Re: cpu bound postgresql setup.
Date
Msg-id 1277405847-sup-5188@alvh.no-ip.org
Whole thread Raw
In response to Re: cpu bound postgresql setup.  (Rajesh Kumar Mallah <mallah.rajesh@gmail.com>)
List pgsql-performance
Excerpts from Rajesh Kumar Mallah's message of jue jun 24 13:25:32 -0400 2010:

> What prompted me to post to list is that the server transitioned from
> being IO bound to CPU bound and 90% of syscalls being
> lseek(XXX, 0, SEEK_END) = YYYYYYY

It could be useful to find out what file is being seeked.  Correlate the
XXX with files in /proc/<pid>/fd (at least on Linux) to find out more.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: PostgreSQL as a local in-memory cache
Next
From: "Kevin Grittner"
Date:
Subject: Re: cpu bound postgresql setup.