pgadmin3/frm
lsv 450c00ea90 Added collection of waiting events.
В окне "Status server" при получении информации о процессах добавлен сбор событий ожидания.
Должно быть установлено расширение pg_wait_sampling.
И правильно настроены параметры. Для примера минимальный размер буфера:
при частоте опроса 1 сек (1000мс), количестве процессов 100 (num_p),
pg_wait_sampling.history_period=10
Значение pg_wait_sampling.history_size = 1000 /10 * 100 = 10000
для 3-х кратного запаса можно взять 30000.
Ожидание ClientRead немного изменено и означает, ожидание данных от клиента в НАЧАТОЙ ТРАНЗАКЦИИ.
События ожидания можно сохранить в текстовый файл.
В настройках pgadmin3opt.json можно выбрать цвета для отдельных событий или отключить сбор.
2024-09-24 13:18:02 +05:00
..
events.cpp fix deprecated warning 2024-02-06 08:34:42 +05:00
frmAbout.cpp fix version info 2022-11-19 21:58:21 +05:00
frmAwr.cpp Fix headers to support Linux 2024-02-04 10:36:36 +05:00
frmBackup.cpp init 2020-07-07 22:19:12 +05:00
frmBackupGlobals.cpp init 2020-07-07 22:19:12 +05:00
frmBackupServer.cpp init 2020-07-07 22:19:12 +05:00
frmConfig.cpp init 2020-07-07 22:19:12 +05:00
frmDatabaseDesigner.cpp init 2020-07-07 22:19:12 +05:00
frmEditGrid.cpp fix GDI leaks 2023-07-30 10:33:41 +05:00
frmExport.cpp fix without patch 2022-04-27 16:01:13 +05:00
frmGrantWizard.cpp Revert "PG16 support privilege MAINTAIN" 2023-09-27 20:09:38 +05:00
frmHbaConfig.cpp Migration to wxWidgets 3.1.5 2021-05-22 16:46:17 +05:00
frmHint.cpp init 2020-07-07 22:19:12 +05:00
frmImport.cpp init 2020-07-07 22:19:12 +05:00
frmLog.cpp frmLog change. The database survey has been moved to a separate thread. 2023-09-27 20:09:22 +05:00
frmMain.cpp Add json support for linux. 2024-08-06 15:57:32 +05:00
frmMainConfig.cpp Migration to wxWidgets 3.1.5 2021-05-22 16:46:17 +05:00
frmMaintenance.cpp fix GDI leaks 2023-07-30 10:33:41 +05:00
frmOptions.cpp New control ctlTreeJSON 2024-09-24 11:16:39 +05:00
frmPassword.cpp init 2020-07-07 22:19:12 +05:00
frmPgpassConfig.cpp init 2020-07-07 22:19:12 +05:00
frmPlot.cpp Add Bar plot 2022-05-27 22:28:56 +05:00
frmQuery.cpp Add new dialog Transformation text. 2024-09-24 11:17:15 +05:00
frmReport.cpp fix deprecated warning 2024-02-06 08:34:42 +05:00
frmRestore.cpp init 2020-07-07 22:19:12 +05:00
frmSplash.cpp init 2020-07-07 22:19:12 +05:00
frmStatus.cpp Added collection of waiting events. 2024-09-24 13:18:02 +05:00
mathplot.cpp Add Bar plot 2022-05-27 22:28:56 +05:00
module.mk init 2020-07-07 22:19:12 +05:00
plugins.cpp fix GDI leaks 2023-07-30 10:33:41 +05:00