pgadmin3/ctl
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
..
calbox.cpp init 2020-07-07 22:19:12 +05:00
ctlAuiNotebook.cpp init 2020-07-07 22:19:12 +05:00
ctlCheckTreeView.cpp init 2020-07-07 22:19:12 +05:00
ctlColourPicker.cpp init 2020-07-07 22:19:12 +05:00
ctlComboBox.cpp init 2020-07-07 22:19:12 +05:00
ctlDefaultSecurityPanel.cpp Revert "PG16 support privilege MAINTAIN" 2023-09-27 20:09:38 +05:00
ctlGitPanel.cpp Add json support for linux. 2024-08-06 15:57:32 +05:00
ctlListView.cpp Change encoding from CP1251 to UTF-8 2024-02-05 18:50:16 +05:00
ctlMenuToolbar.cpp fix without patch 2022-04-27 16:01:13 +05:00
ctlNavigatePanel.cpp Add navigate panel log file. 2024-09-24 11:17:39 +05:00
ctlProgressStatusBar.cpp init 2020-07-07 22:19:12 +05:00
ctlSeclabelPanel.cpp Migration to wxWidgets 3.1.5 2021-05-21 11:09:20 +05:00
ctlSecurityPanel.cpp Migration to wxWidgets 3.1.5 2021-05-21 11:09:20 +05:00
ctlShortCut.cpp fix deprecated warning 2024-02-06 08:34:42 +05:00
ctlSQLBox.cpp Add new dialog Transformation text. 2024-09-24 11:17:15 +05:00
ctlSQLGrid.cpp fix issue #43 2024-06-19 18:54:49 +05:00
ctlSQLResult.cpp Add modificator Ctrl for popup menu "List columns header" 2024-06-17 20:39:40 +05:00
ctlStyledText.cpp New control ctlStyledText with RegExp hightligth 2024-09-24 11:16:58 +05:00
ctlTree.cpp fix deprecated warning 2024-02-06 08:34:42 +05:00
ctlTreeJSON.cpp New control ctlTreeJSON 2024-09-24 11:16:39 +05:00
explainCanvas.cpp fix deprecated warning 2024-02-06 08:34:42 +05:00
explainShape.cpp fix deprecated warning 2024-02-06 08:34:42 +05:00
module.mk init 2020-07-07 22:19:12 +05:00
timespin.cpp init 2020-07-07 22:19:12 +05:00
wxTopActivity.cpp Added collection of waiting events. 2024-09-24 13:18:02 +05:00
xh_calb.cpp init 2020-07-07 22:19:12 +05:00
xh_ctlchecktreeview.cpp init 2020-07-07 22:19:12 +05:00
xh_ctlcolourpicker.cpp init 2020-07-07 22:19:12 +05:00
xh_ctlcombo.cpp init 2020-07-07 22:19:12 +05:00
xh_ctltree.cpp init 2020-07-07 22:19:12 +05:00
xh_sqlbox.cpp init 2020-07-07 22:19:12 +05:00
xh_styledtext.cpp New control ctlStyledText with RegExp hightligth 2024-09-24 11:16:58 +05:00
xh_timespin.cpp init 2020-07-07 22:19:12 +05:00