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

Minimalistic Oracle: A SQL-centric and a session-centric way to query V...

Minimalistic Oracle: A SQL-centric and a session-centric way to query V... : Version 1: SQL-Centric  This version starts from V$SQL and...