I am new to PostgreSQL and I would like to understand how can I see the utilization of shared_buffers in my PostgreSQL instance.
Let's assume I have shared_buffers = 8GB in my configuration, is there a way to check how much is being used in that 8GB?
Many Thanks, Suresh.