Re: Pgadmin4 System Stats Extension Design

Поиск
Список
Период
Сортировка
От Sahil Harpal
Тема Re: Pgadmin4 System Stats Extension Design
Дата
Msg-id CAKi=nncY7wdMyqT2tKRAVWDaFSsgUS_qnOz0aifd-BorScUNSw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pgadmin4 System Stats Extension Design  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Pgadmin4 System Stats Extension Design  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi Dave,

Could you please confirm whether we can proceed with the following grouping?

1. Summary
  • OS information
  • Sys CPU Information
  • Sys Process Information
2. CPU
  • Sys CPU Usage Information
  • Sys Load Avg Information
  • Process Name/Pid - CPU Usage (From Process)
3. Memory
  • Sys Memory Information
  • Process Name/Pid - Memory Usage and Memory Bytes (From Process)
4. Storage (including I/O)
  • Sys Disk Information
  • Sys I/O Analysis Information

I have also attached the dashboard layout, as you suggested.

Thanks,
Sahil



On Thu, 15 Jun 2023 at 15:22, Dave Page <dpage@pgadmin.org> wrote:


On Thu, 15 Jun 2023 at 09:55, Sahil Harpal <sahilharpal1234@gmail.com> wrote:
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.

Why use buttons and not tabs? Tabs are far more flexible as they can be re-arranged, docked differently etc.
 
- Clubbing OS, CPU, Process, Disk and I/O in tabbed control.

I think the current design has too much on one big page, so yes, I'd want to see those split up onto different tabs. Not sure about the grouping though. Maybe:

Summary (OS info, system specs etc)
CPU
Memory
Storage (including I/O)

Process info would be included on each tab as related to that tab's content - e.g. CPU per process on the CPU tab, memory per process on the memory tab, etc..)


Thanks,
Sahil


On Thu, 15 Jun 2023 at 11:21, Aditya Toshniwal <aditya.toshniwal@enterprisedb.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.joshi@enterprisedb.com> wrote:
Hi Sahil

On Thu, Jun 15, 2023 at 1:42 AM Sahil Harpal <sahilharpal1234@gmail.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.joshi@enterprisedb.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@gmail.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
"Don't Complain about Heat, Plant a TREE"


--
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Sandy Haas
Дата:
Сообщение: Saved SQL queries will not execute
Следующее
От: Yogesh Mahajan
Дата:
Сообщение: [pgadmin-org/pgadmin4] eef295: Fixed feature tests failing due to selenium upgrad...