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

From Khushboo Vashi
Subject Re: Pgadmin4 System Stats Extension Design
Date
Msg-id CAFOhELeVGiCarA9-AK_Wi9EpNxKrF4Ev7VNNQCD=LZy9OM0aqg@mail.gmail.com
Whole thread Raw
In response to Re: Pgadmin4 System Stats Extension Design  (Sahil Harpal <sahilharpal1234@gmail.com>)
Responses Re: Pgadmin4 System Stats Extension Design
Re: Pgadmin4 System Stats Extension Design
List pgadmin-hackers


On Sat, Aug 19, 2023 at 4:21 PM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Thu, 10 Aug 2023 at 00:37, Sahil Harpal <sahilharpal1234@gmail.com> wrote:
Pending Work:
  1. Process information -
    • Issue: The pg_sys_process_info() query takes much longer (more than 2 mins) to execute and prevents the updation of other graphs and tables. 
This may happen on Windows, can you try to fetch these details separately (not combining with other charts) only for Windows?
  1. Disk information -
    • Issue: The pg_sys_disk_info() query returns NULL value for some of the drive letters.
If it returns NULL then do not show anything for that field for particular Disk.
  1. StreamingChart - 
    • Issue: Graph shifting glitch. For the first time, graphs start from the opposite side, and after the following API call or a few seconds later, those get adjusted.
I need suggestions for labels for different tables and charts. Also, could you please clarify the use of the counterData variable, which is used for some of the charts (tps_stats, ti_stats, to_stats, and bio_stats)?

Could you please help me with these blockers and doubts?

Thank you,
Sahil

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