Re: Pgadmin4 System Stats Extension Design

Поиск
Список
Период
Сортировка
От Sahil Harpal
Тема Re: Pgadmin4 System Stats Extension Design
Дата
Msg-id CAKi=nneNLFiOUPQ16ZzO1RM8K8V=qoqa=AtmewkRzLjnjJhyUA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pgadmin4 System Stats Extension Design  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Ответы Re: Pgadmin4 System Stats Extension Design  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Re: Pgadmin4 System Stats Extension Design  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Список pgadmin-hackers
On Tue, Jul 11, 2023 at 2:29 PM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Tue, 11 Jul 2023 at 12:04, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
Try preloading the extension in the PostgreSQL server.
e.g.  Add this extension in the 'shared_preload_libraries' in postgresql.conf.

Reference: https://pgpedia.info/s/shared_preload_libraries.html
Thank you, Ashesh! I will try this and provide you with an update.
I tried adding 'system_stats' in the 'shared_preload_libraries', but it doesn't work. 

On Tue, 11 Jul 2023 at 14:38, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Disk info doesn't need to be updated live. You can update it once on every tab change. I feel process info should be a bar chart. The categories are fixed in number and we can use StreamingChart for bar chart.
 Okay sure.

Please ignore the previous WIP.patch file. I missed to include few untracked changes.
I have attached the new patch file. Sorry for the inconvenience.

New patch consist:
  • Single dashboard with option to toggle between General and System Statistics
  • Summary tab (except process info details). 
  • CPU Details
  • Memory Details

Thanks,
Sahil
Вложения

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

Предыдущее
От: Pravesh Sharma
Дата:
Сообщение: [pgadmin-org/pgadmin4] ab0b1d: Added all supported index storage parameters while...
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: Pgadmin4 System Stats Extension Design