Re: Pgadmin4 System Stats Extension Design

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: Pgadmin4 System Stats Extension Design
Дата
Msg-id CAG7mmoxpYEyd0p+pUNgZWk2OsiSca19A0KrpZ2Ad+uW1etkvyA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pgadmin4 System Stats Extension Design  (Sahil Harpal <sahilharpal1234@gmail.com>)
Ответы Re: Pgadmin4 System Stats Extension Design  (Sahil Harpal <sahilharpal1234@gmail.com>)
Список pgadmin-hackers
On Tue, Jul 11, 2023 at 8:45 PM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
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. 
Did you restart the database server?

-- Ashesh 

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 по дате отправления:

Предыдущее
От: Sahil Harpal
Дата:
Сообщение: Re: Pgadmin4 System Stats Extension Design
Следующее
От: Akshay Joshi
Дата:
Сообщение: [pgadmin-org/pgadmin4] 940d19: Fixed an issue where pgAdmin failed to setup role ...