AW: tools like innotop for PostgreSQL?

From: "Dischner, Anton" <Anton(dot)Dischner(at)med(dot)uni-muenchen(dot)de>
To: 'Holger Jakobs' <holger(at)jakobs(dot)com>, "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: AW: tools like innotop for PostgreSQL?
Date: 2020-12-14 10:43:35
Message-ID: 3131427e785045cfbd32a9caa013ae5c@MITMB5.helios.med.uni-muenchen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi again,

pgtop connected to a container does not show any postgres processes.

The example uses -r parameter.

Using this parameter leads to error: Stored function 'pg_cputime' is missing.

To resolve this we should add:

The pg_proctab<https://pg_proctab.gitlab.io/> extension needs to be loaded into the database you are connecting too. That can be installed from pgxn<https://pgxn.org/dist/pg_proctab/> or source<https://gitlab.com/pg_proctab/pg_proctab>.

Source: https://github.com/markwkm/pg_top/issues/11

Question: Anybody did loading extensions to postgresql especially in a container, any hints?

best,

Anton

Von: Holger Jakobs <holger(at)jakobs(dot)com>
Gesendet: Montag, 14. Dezember 2020 10:15
An: pgsql-admin(at)lists(dot)postgresql(dot)org
Betreff: Re: tools like innotop for PostgreSQL?

Hi Anton,

try
https://severalnines.com/database-blog/dynamic-monitoring-postgresql-instances-using-pgtop

Regards,

Holger

Am 14.12.20 um 10:14 schrieb Dischner, Anton:
> Hi all,
>
> we are using PostgreSQL in a docker container for a fhir server.
>
> Performance is not as desired/ as fast as other fhir servers currently in testing.
>
> For MySQL there are monitoring tools like mytop, innotop which show running SQL commands.
>
> Are there any equivalent tools for PostgreSQL to find SQL commands which deserve tuning?
>
> Tried so far:
>
> pg_top only shows system processes.
>
> pgstats is to much vmstat-like
>
> dbeaver does not show running sql-commands to my knowledge
>
> select * from pg_stat_activity;
>
> kind regards,
>
> Anton
>
>
>
>
--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message still Learner 2020-12-14 11:34:46 Re: Primary and unique key corruption
Previous Message Magnus Hagander 2020-12-14 09:48:28 Re: Primary and unique key corruption