Re: PostgreSQL - Debian - Processes: postgres: writer process, etc.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-novice(at)postgresql(dot)org
Subject: Re: PostgreSQL - Debian - Processes: postgres: writer process, etc.
Date: 2012-02-14 22:49:42
Message-ID: 20120214224942.GD32208@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, Feb 15, 2012 at 11:47:58AM +1300, Gavin Flower wrote:
> On 15/02/12 06:16, Bruce Momjian wrote:
>
> On Mon, Jan 30, 2012 at 11:05:10AM -0500, Tom Lane wrote:
>
> What is weird to me is the "COMMAND" column as far as these four processes
> are concerned.
> In the "COMMAND "column I would expect a real command, not a description.
> Can you explain?
>
> We intentionally change the command string reported by ps for each
> postmaster child process, so that you can tell the various processes
> apart. If we did not, every postmaster child would show the exact
> same command string as the postmaster itself was launched with.
> (To get an idea of how useless that is, try looking at "top" sometime
> --- on most systems I've worked with, it ignores the changed command
> strings, so you can't tell what's what.)
>
> I belive the 'c' command in modern versions of top toggles display of
> the current command string.
>
>
> Yes, pressing 'c' when top is running gives a fuller description of the process
> command string, had done in Fedora for longer than I can remember. So I would
> be surprised if any Linux distribution had not had it for several years.

What is also interesting is that it remembers your previous 'c' mode
when you restart top.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Cédric BUSCHINI 2012-02-15 08:28:31 - Logging
Previous Message Gavin Flower 2012-02-14 22:47:58 Re: PostgreSQL - Debian - Processes: postgres: writer process, etc.