Обсуждение: Find how much memory is postgres using

Поиск
Список
Период
Сортировка

Find how much memory is postgres using

От
Nik Tek
Дата:
Hi,

Could someone tell m how to measure postgres memory usage.
Is there a pg_* view to measure?

Thank you
NikT

Re: [PERFORM] Find how much memory is postgres using

От
Yetkin Öztürk
Дата:
Hi,
as you know 'memory usage' is smt continuously changes in time and not directly related to pg also related to your resources , you can set a specific  limit if you want.



2013/4/7 Nik Tek <niktek2005@gmail.com>
Hi,

Could someone tell m how to measure postgres memory usage.
Is there a pg_* view to measure?

Thank you
NikT

Re: [PERFORM] Find how much memory is postgres using

От
hubert depesz lubaczewski
Дата:
On Sat, Apr 06, 2013 at 09:59:16PM -0700, Nik Tek wrote:
> Could someone tell m how to measure postgres memory usage.
> Is there a pg_* view to measure?

http://www.depesz.com/2012/06/09/how-much-ram-is-postgresql-using/

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/


Re: Find how much memory is postgres using

От
Albe Laurenz
Дата:
Nik Tek wrote:
> Could someone tell m how to measure postgres memory usage.
> Is there a pg_* view to measure?

No, you have to use operating system tools, like "ps" on UNIX.

Yours,
Laurenz Albe