Re: Pgadmin4 System Stats Extension Design - Mailing list pgadmin-hackers

From Sahil Harpal
Subject Re: Pgadmin4 System Stats Extension Design
Date
Msg-id CAKi=nncTrbxnA_vQfb1hGUATLgzUkPWCzq-jgXOH27c2PQqziQ@mail.gmail.com
Whole thread Raw
In response to Re: Pgadmin4 System Stats Extension Design  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Responses Re: Pgadmin4 System Stats Extension Design
List pgadmin-hackers
On Thu, 17 Aug 2023 at 14:39, Khushboo Vashi <khushboo.vashi@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.

pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: Pgadmin4 System Stats Extension Design
Next
From: Khushboo Vashi
Date:
Subject: Re: Pgadmin4 System Stats Extension Design