summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/lockstat_print.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/CXX/lockstat_print.html')
-rw-r--r--docs/api_reference/CXX/lockstat_print.html84
1 files changed, 51 insertions, 33 deletions
diff --git a/docs/api_reference/CXX/lockstat_print.html b/docs/api_reference/CXX/lockstat_print.html
index bfd5fa75..14e515b7 100644
--- a/docs/api_reference/CXX/lockstat_print.html
+++ b/docs/api_reference/CXX/lockstat_print.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>
@@ -71,7 +71,7 @@ DbEnv::lock_stat_print(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp2781784"></a>Parameters</h3>
+ <h3 class="title"><a id="idp2762824"></a>Parameters</h3>
</div>
</div>
</div>
@@ -79,64 +79,82 @@ DbEnv::lock_stat_print(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp2767104"></a>flags</h4>
+ <h4 class="title"><a id="idp2763544"></a>flags</h4>
</div>
</div>
</div>
<p>
- The <span class="bold"><strong>flags</strong></span> parameter must be set to 0
- or by bitwise inclusively <span class="bold"><strong>OR</strong></span>'ing
- together one or more of the following values:
- </p>
+ The <span class="bold"><strong>flags</strong></span> parameter must be set to 0
+ or by bitwise inclusively <span class="bold"><strong>OR</strong></span>'ing
+ together one or more of the following values:
+ </p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p><a id="lockstat_print_DB_STAT_ALL"></a>
- <code class="literal">DB_STAT_ALL</code>
- </p>
+ <code class="literal">DB_STAT_ALL</code>
+ </p>
<p>
- Display all available information.
- </p>
+ Display all available information. For each object,
+ the amount of data displayed is limited to 100
+ bytes, unless some other limit is set
+
+ using the DB_CONFIG "set_data_len" parameter.
+ </p>
+ </li>
+ <li>
+ <p><a id="lockstat_print_DB_STAT_ALLOC"></a>
+ <code class="literal">DB_STAT_ALLOC</code>
+ </p>
+ <p>
+ Display allocation information. To display allocation information, both
+ DB_STAT_ALLOC and DB_STAT_ALL need to be set.
+ </p>
</li>
<li>
<p><a id="envsat_print_DB_STAT_CLEAR"></a>
- <code class="literal">DB_STAT_CLEAR</code>
- </p>
+ <code class="literal">DB_STAT_CLEAR</code>
+ </p>
<p>
- Reset statistics after displaying their values.
- </p>
+ Reset statistics after displaying their values.
+ </p>
</li>
<li>
<p><a id="envsat_print_DB_STAT_LOCK_CONF"></a>
- <code class="literal">DB_STAT_LOCK_CONF</code>
- </p>
+ <code class="literal">DB_STAT_LOCK_CONF</code>
+ </p>
<p>
- Display the lock conflict matrix.
- </p>
+ Display the lock conflict matrix.
+ </p>
</li>
<li>
<p><a id="envsat_print_DB_STAT_LOCK_LOCKERS"></a>
- <code class="literal">DB_STAT_LOCK_LOCKERS</code>
- </p>
+ <code class="literal">DB_STAT_LOCK_LOCKERS</code>
+ </p>
<p>
- Display the lockers within hash chains.
- </p>
+ Display the lockers within hash chains.
+ </p>
</li>
<li>
<p><a id="envsat_print_DB_STAT_LOCK_OBJECTS"></a>
- <code class="literal">DB_STAT_LOCK_OBJECTS</code>
- </p>
+ <code class="literal">DB_STAT_LOCK_OBJECTS</code>
+ </p>
<p>
- Display the lock objects within hash chains.
- </p>
+ Display the lock objects within hash chains. For
+ each object, the amount of data displayed is
+ limited to 100 bytes, unless some other limit is
+ set
+
+ using the DB_CONFIG "set_data_len" parameter.
+ </p>
</li>
<li>
<p><a id="envsat_print_DB_STAT_LOCK_PARAMS"></a>
- <code class="literal">DB_STAT_LOCK_PARAMS</code>
- </p>
+ <code class="literal">DB_STAT_LOCK_PARAMS</code>
+ </p>
<p>
- Display the locking subsystem parameters.
- </p>
+ Display the locking subsystem parameters.
+ </p>
</li>
</ul>
</div>
@@ -146,7 +164,7 @@ DbEnv::lock_stat_print(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp2816904"></a>Class</h3>
+ <h3 class="title"><a id="idp2806800"></a>Class</h3>
</div>
</div>
</div>
@@ -159,7 +177,7 @@ DbEnv::lock_stat_print(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp2818232"></a>See Also</h3>
+ <h3 class="title"><a id="idp2784568"></a>See Also</h3>
</div>
</div>
</div>