tools like innotop for PostgreSQL? - Mailing list pgsql-admin

From Dischner, Anton
Subject tools like innotop for PostgreSQL?
Date
Msg-id 65d64230583e41508a60c0392b56d03f@MITMB5.helios.med.uni-muenchen.de
Whole thread Raw
Responses Re: tools like innotop for PostgreSQL?  (Holger Jakobs <holger@jakobs.com>)
Re: tools like innotop for PostgreSQL?  (Scott Ribe <scott_ribe@elevated-dev.com>)
List 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





pgsql-admin by date:

Previous
From: Yambu
Date:
Subject: Logical replication from standby server
Next
From: Holger Jakobs
Date:
Subject: Re: tools like innotop for PostgreSQL?