{{template "header.tpl" .}} {{template "main-navbar.tpl" .}} {{$p := .PgpoolInfo.Report.Pgpool}}

{{.PgpoolInfo.Name}}

Data Collected At
Version{{$p.Version}}

Query Cache

Cache Hit Ratio
{{$.QueryCacheHitPct}}%
{{progbar $.QueryCacheHitPct (printf "%s%% hits" $.QueryCacheHitPct) "efficiency"}}
Hash Entries
{{$p.QueryCache.UsedHashEntries}} used of {{$p.QueryCache.NumHashEntries}}
{{progbar $.HashEntriesUsagePct (printf "%s%% used" $.HashEntriesUsagePct) "resource"}}
Cache Usage
{{$.CacheSizeUsed}} used of {{$.CacheSizeTotal}}
{{progbar $.CacheSizeUsagePct (printf "%s%% used" $.CacheSizeUsagePct) "resource"}}
Total Fragmented Cache Entries{{$.FragCache}}

Backends

{{range $idx, $be := $p.Backends}} {{end}}
Node ID Address Role / PG Role LB Weight Status / PG Status Replication Delay Replication State Last Status Change
{{.NodeID}} {{.Hostname}}:{{.Port}} {{.Role}} / {{.PgRole}} {{.LBWeight}} {{.Status}} / {{.PgStatus}} {{(index $.Backends $idx).ReplicationDelay}} {{.ReplicationState}} {{.ReplicationSyncState}}

Health Checks

{{range $idx, $be := $p.Backends}} {{end}}
Node ID Address Counts Last At Last Status
Success Fail Skip Total
{{.NodeID}} {{.Hostname}}:{{.Port}} {{.HCSuccessCount}} {{.HCFailCount}} {{.HCSkipCount}} {{.HCTotalCount}} {{(index $.Backends $idx).HCLastStatus}}

Backend Activity

{{range $idx, $be := $p.Backends}}{{if le $idx 7}} {{end}}{{end}}
#{{.NodeID}} {{.Hostname}}:{{.Port}}
Delete the Pgpool instance {{.Name}}:
{{template "footer-pre.tpl" .}} {{template "footer-post.tpl" .}}