tools like innotop for PostgreSQL?

From: "Dischner, Anton" <Anton(dot)Dischner(at)med(dot)uni-muenchen(dot)de>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: tools like innotop for PostgreSQL?
Date: 2020-12-14 09:14:03
Message-ID: 65d64230583e41508a60c0392b56d03f@MITMB5.helios.med.uni-muenchen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Holger Jakobs 2020-12-14 09:15:29 Re: tools like innotop for PostgreSQL?
Previous Message Yambu 2020-12-14 08:47:16 Logical replication from standby server