summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/repmgrstat.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/CXX/repmgrstat.html')
-rw-r--r--docs/api_reference/CXX/repmgrstat.html87
1 files changed, 75 insertions, 12 deletions
diff --git a/docs/api_reference/CXX/repmgrstat.html b/docs/api_reference/CXX/repmgrstat.html
index 059c38d1..d9a6540a 100644
--- a/docs/api_reference/CXX/repmgrstat.html
+++ b/docs/api_reference/CXX/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>
@@ -83,6 +83,51 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
</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>
@@ -116,20 +161,38 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
</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>
@@ -150,7 +213,7 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4629912"></a>Parameters</h3>
+ <h3 class="title"><a id="idp4694776"></a>Parameters</h3>
</div>
</div>
</div>
@@ -158,7 +221,7 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4629008"></a>statp</h4>
+ <h4 class="title"><a id="idp4665776"></a>statp</h4>
</div>
</div>
</div>
@@ -171,7 +234,7 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4572704"></a>flags</h4>
+ <h4 class="title"><a id="idp4685008"></a>flags</h4>
</div>
</div>
</div>
@@ -197,7 +260,7 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4639296"></a>Errors</h3>
+ <h3 class="title"><a id="idp4713608"></a>Errors</h3>
</div>
</div>
</div>
@@ -215,7 +278,7 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4647072"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp4721192"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -229,7 +292,7 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4643704"></a>Class</h3>
+ <h3 class="title"><a id="idp4717824"></a>Class</h3>
</div>
</div>
</div>
@@ -241,7 +304,7 @@ DbEnv::repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4641760"></a>See Also</h3>
+ <h3 class="title"><a id="idp4715336"></a>See Also</h3>
</div>
</div>
</div>