Re: Pgadmin4 System Stats Extension Design

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема Re: Pgadmin4 System Stats Extension Design
Дата
Msg-id CAFOhELe-EAiVN6YjmAo1VjW-b+Bw3yPC6Ghxy=X6P-y4EF_EgA@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. 

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

 It fails while applying. Can you please rebase your patch and send it? 

Thanks,
Sahil

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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: [pgadmin-org/pgadmin4] 940d19: Fixed an issue where pgAdmin failed to setup role ...
Следующее
От: Akshay Joshi
Дата:
Сообщение: [pgadmin-org/pgadmin4] 45b179: 1) Added extra check in qtLiteral method.