diff options
Diffstat (limited to 'docs/api_reference/C/mempstat.html')
| -rw-r--r-- | docs/api_reference/C/mempstat.html | 64 |
1 files changed, 49 insertions, 15 deletions
diff --git a/docs/api_reference/C/mempstat.html b/docs/api_reference/C/mempstat.html index 77ce87b4..e9df5934 100644 --- a/docs/api_reference/C/mempstat.html +++ b/docs/api_reference/C/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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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 @@ DB_ENV->memp_stat(DB_ENV *env, 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> @@ -521,7 +555,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61252072"></a>Parameters</h3> + <h3 class="title"><a id="idp2946400"></a>Parameters</h3> </div> </div> </div> @@ -529,7 +563,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61227096"></a>gsp</h4> + <h4 class="title"><a id="idp2946680"></a>gsp</h4> </div> </div> </div> @@ -543,7 +577,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61255296"></a>fsp</h4> + <h4 class="title"><a id="idp2950832"></a>fsp</h4> </div> </div> </div> @@ -557,7 +591,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61256024"></a>flags</h4> + <h4 class="title"><a id="idp2951752"></a>flags</h4> </div> </div> </div> @@ -583,7 +617,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61260936"></a>Errors</h3> + <h3 class="title"><a id="idp2956520"></a>Errors</h3> </div> </div> </div> @@ -599,7 +633,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61265528"></a>EINVAL</h4> + <h4 class="title"><a id="idp2898240"></a>EINVAL</h4> </div> </div> </div> @@ -612,7 +646,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61264232"></a>Class</h3> + <h3 class="title"><a id="idp2959888"></a>Class</h3> </div> </div> </div> @@ -624,7 +658,7 @@ DB_ENV->memp_stat(DB_ENV *env, DB_MPOOL_STAT **gsp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61256896"></a>See Also</h3> + <h3 class="title"><a id="idp2949344"></a>See Also</h3> </div> </div> </div> |
