On Thu, 17 Aug 2023 at 14:39, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote:
> Sample data of my system to fix this issue: > > 1. process331: > 1. memory_bytes:null > 2. memory_usage:null > 3. name:"QuickLookUIServi" > 4. pid:938 > 5. row_number:331 > > Okay, so it is an issue of null value then. Are null values being returned for all processes or only for specific ones? Also can you please verify it by running "SELECT * FROM pg_sys_cpu_memory_by_process();" query in the query tool? Just want to ensure I'm not making mistakes while processing the queries output. >