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

From Ashesh Vashi
Subject Re: Pgadmin4 System Stats Extension Design
Date
Msg-id CAG7mmoxS3G8ug+fk9TYW66NepPUkiD8WTsLPrvegnqjh4sa8nw@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
List pgadmin-hackers
On Mon, Jul 24, 2023 at 1:30 AM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
Hello all,
Regarding the storage tab and the disk information charts, we have decided to display two charts:
  1. A pie chart to represent the proportion of total space.
  2. A bar chart to display the space available and used.
However, I'm facing an issue with the output of a query, as it is returning null values for "mount_point" and "drive_letter," and the same names for "file_system." This makes it difficult to distinguish between different disks.
Please share the exact output of the query to get any suggestions.

-- Ashesh 

We need to find a suitable label or identifier to distinguish all the disks correctly. Any suggestions or solutions to this problem?

Please find the attached image showing the output of a query for your reference.

Thanks,
Sahil

pgadmin-hackers by date:

Previous
From: oon arfiandwi
Date:
Subject: [pgadmin-org/pgadmin4] a5cb9b: Indonesian translation for version 7.5
Next
From: Khushboo Vashi
Date:
Subject: [pgadmin-org/pgadmin4] a7f06e: Fix an issue where inserting more than 10 rows doe...