Add health check statistics collection/display feature.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 26 Jan 2020 11:01:18 +0000 (20:01 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 26 Jan 2020 11:01:18 +0000 (20:01 +0900)
commit154d826b73a526042fde49618508383237f6d096
treeaae335a60765f376ea5097b932b40ae2ae21b0eb
parent483e11a40cf4e498e5d9ff4619e9e65c4f2e3621
Add health check statistics collection/display feature.

The health check process now collects statistics data such as number
of total health check performed, number of health check retry count
and health check duration and so on in the shared memory area. This
commit also adds new "show pool_health_check_stats" SQL
command. Corresponding PCP command and pgpool_adm function will be
added in subsequent commit.
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/reference.sgml
doc/src/sgml/version.sgml
src/include/pcp/libpcp_ext.h
src/include/pool.h
src/include/utils/pool_process_reporting.h
src/main/health_check.c
src/main/pgpool_main.c
src/protocol/pool_proto_modules.c
src/utils/pool_process_reporting.c