Re: Pgadmin4 System Stats Extension Design

Поиск
Список
Период
Сортировка
От Sahil Harpal
Тема Re: Pgadmin4 System Stats Extension Design
Дата
Msg-id CAKi=nnfj2OcTBkUoWwMZ5YifExgrxs9Pbt42-2W1+n32LEmgvQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pgadmin4 System Stats Extension Design  (Sahil Harpal <sahilharpal1234@gmail.com>)
Ответы Re: Pgadmin4 System Stats Extension Design  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi,

I have written code for the Summary and CPU tabs and would like to post it here for review.

I'm currently displaying the static values in the process info pie chart because of a minor bug. The pg_sys_process_info() query takes much longer (around 2 mins) to execute and prevents the updation of other graphs and tables. I tried adding it in separate useInterval with larger pollDelay, but it didn't work. In the patch, I commented out that snippet (In Summary.jsx).

I'm attaching the WIP.patch file which contains the latest changes and also the SS of the Summary and CPU tabs.

Вложения

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

Предыдущее
От: "dependabot[bot]"
Дата:
Сообщение: [pgadmin-org/pgadmin4] 66c466: Python dependency: Update pillow requirement in /w...
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: Pgadmin4 System Stats Extension Design