Re: Pgadmin4 System Stats Extension Design

From: Sahil Harpal <sahilharpal1234(at)gmail(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Pgadmin4 System Stats Extension Design
Date: 2023-06-15 08:55:33
Message-ID: CAKi=nncQ+OqkJ2PfvNNs40h5PfkO57YKTMEXdYeOpxUXhTzj5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Aditya,

Thank you for pointing this out. It would also be more convenient for users
to navigate to specific statistics easily.

So, can we finalise the following design?
- Single dashboard with buttons to toggle between General (existing
graphs/stats) and System Statistics.
- Clubbing OS, CPU, Process, Disk and I/O in tabbed control.

Thanks,
Sahil

On Thu, 15 Jun 2023 at 11:21, Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Sahil,
>
> I would suggest club OS, CPU, Process, Disk and I/O in a tabbed control.
> (Taking inspiration from the task manager).
> It will reduce the network calls, cluttering and improve DOM performance.
>
>
> On Thu, Jun 15, 2023 at 11:08 AM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Sahil
>>
>> On Thu, Jun 15, 2023 at 1:42 AM Sahil Harpal <sahilharpal1234(at)gmail(dot)com>
>> wrote:
>>
>>> Thank you, Akshay, for your feedback.
>>> Here are a few more designs that I have created based on the discussion
>>> with my mentors. I would love to know your thoughts on them.
>>>
>>> Design 1 - Using an additional new tab for system statistics
>>> Design 2 - Added buttons to toggle between existing dashboard data and
>>> system statistics.
>>>
>>
>> I personally like Design 2 as we have only one main tab "Dashboard"
>> and then two sub-tabs "General"(Can be changed) and "System Statistics".
>>
>>>
>>> Thanks,
>>> Sahil
>>>
>>>
>>>
>>>
>>> On Wed, 14 Jun 2023 at 10:12, Akshay Joshi <
>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi Sahil
>>>>
>>>> At first glance, it looks good to me. Seems you have created a new tab
>>>> System Statistics instead of using the existing dashboard.
>>>>
>>>> On Tue, Jun 13, 2023 at 4:27 PM Sahil Harpal <sahilharpal1234(at)gmail(dot)com>
>>>> wrote:
>>>>
>>>>> Dear all,
>>>>>
>>>>> I am working on pgadmin4 to let users see their system-level
>>>>> statistics on the dashboard. In this mail, I've attached the wireframe to
>>>>> display system stats on the existing dashboard.
>>>>>
>>>>> I am open to hearing your thoughts and suggestions on the design.
>>>>>
>>>>> Thanks,
>>>>> Sahil
>>>>>
>>>>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Architect | *enterprisedb.com*
> <https://www.enterprisedb.com/>
> "Don't Complain about Heat, Plant a TREE"
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2023-06-15 09:40:43 Re: Required inputs in issue #6138
Previous Message Anil Sahoo 2023-06-15 06:19:19 [pgadmin-org/pgadmin4] 789f16: Add Password exec command and Expiration time to s...