Monday, July 28, 2025

How to list the postgres processes running on your server and what their jobs are

Minimalistic Oracle: How to list the postgres processes running on your...: A neet little trick I learned from the series " Mirage of memory, part 2: PSS " ps -fu postgres | grep $(pgrep -f postmaster) p...

No comments:

Post a Comment

Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic...

Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic... : One of the questions I often get from customers is  ...