summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/mempstat.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/CXX/mempstat.html')
-rw-r--r--docs/api_reference/CXX/mempstat.html64
1 files changed, 49 insertions, 15 deletions
diff --git a/docs/api_reference/CXX/mempstat.html b/docs/api_reference/CXX/mempstat.html
index 1996cb60..9b2de6a2 100644
--- a/docs/api_reference/CXX/mempstat.html
+++ b/docs/api_reference/CXX/mempstat.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>
@@ -116,6 +116,14 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
</li>
<li>
<p>
+ <span class="bold"><strong>roff_t st_regmax;</strong></span>
+ </p>
+ <p>
+ The maximum size, in bytes, of the mutex region.
+ </p>
+ </li>
+ <li>
+ <p>
<span class="bold"><strong>size_t st_mmapsize;</strong></span>
</p>
<p>
@@ -127,7 +135,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<span class="bold"><strong>int st_maxopenfd;</strong></span>
</p>
<p>
- Maximum open file descriptors.
+ Maximum number of open file descriptors.
</p>
</li>
<li>
@@ -135,7 +143,8 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<span class="bold"><strong>int st_maxwrite;</strong></span>
</p>
<p>
- Maximum sequential buffer writes.
+ The maximum number of sequential write operations scheduled by the
+ library when flushing dirty pages from the cache.
</p>
</li>
<li>
@@ -143,7 +152,8 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<span class="bold"><strong>db_timeout_t st_maxwrite_sleep;</strong></span>
</p>
<p>
- Microseconds to pause after writing maximum sequential buffers.
+ The number of microseconds the thread of control should pause
+ before scheduling further write operations.
</p>
</li>
<li>
@@ -233,6 +243,14 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
</li>
<li>
<p>
+ <span class="bold"><strong>size_t st_pagesize;</strong></span>
+ </p>
+ <p>
+ Page size in bytes.
+ </p>
+ </li>
+ <li>
+ <p>
<span class="bold"><strong>u_int32_t st_page_clean;</strong></span>
</p>
<p>
@@ -329,7 +347,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<span class="bold"><strong>uintmax_t st_region_wait;</strong></span>
</p>
<p>
- Number of times that a thread of control was forced to wait before
+ The number of times that a thread of control was forced to wait before
obtaining a cache region mutex.
</p>
</li>
@@ -338,8 +356,8 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<span class="bold"><strong>uintmax_t st_region_nowait;</strong></span>
</p>
<p>
- Number of times that a thread of control was able to obtain a cache
- region mutex without waiting.
+ The number of times that a thread of control was able to obtain a
+ cache region mutex without waiting.
</p>
</li>
<li>
@@ -352,6 +370,14 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
</li>
<li>
<p>
+ <span class="bold"><strong>uintmax_t st_mvcc_reused;</strong></span>
+ </p>
+ <p>
+ The number of outdated intermediate versions reused.
+ </p>
+ </li>
+ <li>
+ <p>
<span class="bold"><strong>uintmax_t st_mvcc_thawed;</strong></span>
</p>
<p>
@@ -503,6 +529,14 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
Pages written from the cache to the backing file.
</p>
</li>
+ <li>
+ <p>
+ <span class="bold"><strong>uintmax_t st_backup_spins;</strong></span>
+ </p>
+ <p>
+ Spins while trying to back up the file.
+ </p>
+ </li>
</ul>
</div>
<p>
@@ -523,7 +557,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp3376424"></a>Parameters</h3>
+ <h3 class="title"><a id="idp3381208"></a>Parameters</h3>
</div>
</div>
</div>
@@ -531,7 +565,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp3375632"></a>gsp</h4>
+ <h4 class="title"><a id="idp3382584"></a>gsp</h4>
</div>
</div>
</div>
@@ -545,7 +579,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp3379592"></a>fsp</h4>
+ <h4 class="title"><a id="idp3387024"></a>fsp</h4>
</div>
</div>
</div>
@@ -559,7 +593,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp3380368"></a>flags</h4>
+ <h4 class="title"><a id="idp3387896"></a>flags</h4>
</div>
</div>
</div>
@@ -585,7 +619,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp3385432"></a>Errors</h3>
+ <h3 class="title"><a id="idp3393096"></a>Errors</h3>
</div>
</div>
</div>
@@ -603,7 +637,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp3393352"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp3400912"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -616,7 +650,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp3392056"></a>Class</h3>
+ <h3 class="title"><a id="idp3399616"></a>Class</h3>
</div>
</div>
</div>
@@ -628,7 +662,7 @@ DbEnv::memp_stat(DB_MPOOL_STAT **gsp,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp3349704"></a>See Also</h3>
+ <h3 class="title"><a id="idp3395000"></a>See Also</h3>
</div>
</div>
</div>