summaryrefslogtreecommitdiff
path: root/docs/api_reference/C/repmgrstat.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/C/repmgrstat.html')
-rw-r--r--docs/api_reference/C/repmgrstat.html87
1 files changed, 75 insertions, 12 deletions
diff --git a/docs/api_reference/C/repmgrstat.html b/docs/api_reference/C/repmgrstat.html
index 55111445..ab316ef7 100644
--- a/docs/api_reference/C/repmgrstat.html
+++ b/docs/api_reference/C/repmgrstat.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -84,6 +84,51 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
</li>
<li>
<p>
+ <span class="bold"><strong>u_int32_t st_elect_threads;</strong></span>
+ </p>
+ <p>
+ The number of currently active election threads.
+ </p>
+ </li>
+ <li>
+ <p>
+ <span class="bold"><strong>uintmax_t st_incoming_msgs_dropped;</strong></span>
+ </p>
+ <p>
+ The number of incoming messages that were dropped because the incoming
+ queue was full. (Berkeley DB replication is tolerant of dropped
+ messages, and will automatically request retransmission of any missing
+ messages as needed.)
+ </p>
+ </li>
+ <li>
+ <p>
+ <span class="bold"><strong>u_int32_t st_incoming_queue_bytes;</strong></span>
+ </p>
+ <p>
+ Bytes component of the memory consumption for the messages currently
+ in the incoming queue.
+ </p>
+ </li>
+ <li>
+ <p>
+ <span class="bold"><strong>u_int32_t st_incoming_queue_gbytes;</strong></span>
+ </p>
+ <p>
+ Gigabytes component of the memory consumption for the messages currently
+ in the incoming queue.
+ </p>
+ </li>
+ <li>
+ <p>
+ <span class="bold"><strong>u_int32_t st_max_elect_threads;</strong></span>
+ </p>
+ <p>
+ The number of election threads for which space is reserved.
+ </p>
+ </li>
+ <li>
+ <p>
<span class="bold"><strong>uintmax_t st_msgs_dropped;</strong></span>
</p>
<p>
@@ -117,20 +162,38 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
</li>
<li>
<p>
- <span class="bold"><strong>uintmax_t st_elect_threads;</strong></span>
+ <span class="bold"><strong>u_int32_t st_site_participants;</strong></span>
</p>
<p>
- The number of currently active election threads.
+ The number of participant sites in the replication group.
</p>
</li>
<li>
<p>
- <span class="bold"><strong>uintmax_t st_max_elect_threads;</strong></span>
+ <span class="bold"><strong>u_int32_t st_site_total;</strong></span>
</p>
<p>
- The number of election threads for which space is reserved.
+ The total number of sites in the replication group.
</p>
</li>
+ <li>
+ <p>
+ <span class="bold"><strong>u_int32_t st_site_views;</strong></span>
+ </p>
+ <p>
+ The number of view sites in the replication group.
+ </p>
+ </li>
+ <li>
+ <p>
+ <span class="bold"><strong>uintmax_t st_takeovers;</strong></span>
+ </p>
+ <p>
+ The number of times a subordinate process took over as the
+ replication process after a previous replication
+ process has finished successfully.
+ </p>
+ </li>
</ul>
</div>
<p>
@@ -149,7 +212,7 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp62465880"></a>Parameters</h3>
+ <h3 class="title"><a id="idp4228784"></a>Parameters</h3>
</div>
</div>
</div>
@@ -157,7 +220,7 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp62467616"></a>statp</h4>
+ <h4 class="title"><a id="idp4222616"></a>statp</h4>
</div>
</div>
</div>
@@ -170,7 +233,7 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp62457520"></a>flags</h4>
+ <h4 class="title"><a id="idp4236680"></a>flags</h4>
</div>
</div>
</div>
@@ -196,7 +259,7 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp62477376"></a>Errors</h3>
+ <h3 class="title"><a id="idp4241520"></a>Errors</h3>
</div>
</div>
</div>
@@ -212,7 +275,7 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp62481696"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp4246056"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -226,7 +289,7 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp62482776"></a>Class</h3>
+ <h3 class="title"><a id="idp4229608"></a>Class</h3>
</div>
</div>
</div>
@@ -238,7 +301,7 @@ DB_ENV-&gt;repmgr_stat(DB_ENV *env, DB_REPMGR_STAT **statp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp62483984"></a>See Also</h3>
+ <h3 class="title"><a id="idp4248344"></a>See Also</h3>
</div>
</div>
</div>