From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Bgwriter behavior |
Date: | 2005-01-07 05:17:41 |
Message-ID: | 200501070517.j075Hfw27917@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Do we want to add this additional log infor to CVS for 8.0?
---------------------------------------------------------------------------
Simon Riggs wrote:
> On Mon, 2005-01-03 at 19:14 -0500, Bruce Momjian wrote:
> > Simon Riggs wrote:
> > > Here's my bgwriter instrumentation patch, which gives info that could
> > > allow the bgwriter settings to be tuned.
> >
> > Uh, what does this do exactly? Add additional logging output?
> >
>
> Produces output like this...
>
> DEBUG:ARC T1target= 45 B1len= 4954 T1len= 40 T2len= 4960 B2len= 46
> DEBUG:ARC total = 98% B1hit= 0% T1hit= 0% T2hit= 98% B2hit= 0%
> DEBUG:ARC buffer dirty misses= 22% (wasted= 0); cleaned= 4494
>
> when you have debug_shared_buffers (= n) set
> and you have server messages DEBUG1 available.
>
> The last line of log output has been replaced by this version.
>
> --
> Best Regards, Simon Riggs
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Glaesemann | 2005-01-07 05:21:21 | Re: CSV arm check failure |
Previous Message | Marc G. Fournier | 2005-01-07 03:36:16 | RC4 bundled and available ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-01-07 05:30:22 | Re: Implementing RESET CONNECTION ... |
Previous Message | Bruce Momjian | 2005-01-07 05:15:29 | Re: logfile for psql patch update |