Re: How to know how much CPU, RAM is used by existing 1 database - Mailing list pgsql-general

From Laurenz Albe
Subject Re: How to know how much CPU, RAM is used by existing 1 database
Date
Msg-id ef3bb3d44a56ce7f54a8283fd2471449971c29c0.camel@cybertec.at
Whole thread Raw
In response to Re: How to know how much CPU, RAM is used by existing 1 database  (Yi Sun <yinan81@gmail.com>)
List pgsql-general
On Wed, 2022-10-26 at 13:37 +0800, Yi Sun wrote:
> Who can help me with this please? I researched but still no result yet, thank you
> 
> On Tue, 25 Oct 2022 at 16:30, Yi Sun <yinan81@gmail.com> wrote:
> > Hi,
> > 
> > There are many databases in our production patroni cluster and it seems it is overloaded,
> > so we decide to migrate the busiest database to a new patroni cluster. 
> > 
> > pgwatch2 is implemented, how to know how much CPU, RAM is used by the database please?
> > Then we can use it to prepare the new patroni cluster hardware. Thank you

You can look how much *private* memory the backends for a certain database
use by examining /proc/<pid>/smaps, you can use the pg_buffercache extension
to see how much of which database is in cache, but you don't know how much
of the kernel page cache is used to cache files for that database.

Yours,
Laurenz Albe



pgsql-general by date:

Previous
From: Atul Kumar
Date:
Subject: Re: How to know how much CPU, RAM is used by existing 1 database
Next
From: Vijaykumar Jain
Date:
Subject: Multi master disjoint cluster