summaryrefslogtreecommitdiff
path: root/docs/api_reference/C/lockstat_print.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/lockstat_print.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/api_reference/C/lockstat_print.html')
-rw-r--r--docs/api_reference/C/lockstat_print.html92
1 files changed, 59 insertions, 33 deletions
diff --git a/docs/api_reference/C/lockstat_print.html b/docs/api_reference/C/lockstat_print.html
index 7c3f52a7..ba35eadf 100644
--- a/docs/api_reference/C/lockstat_print.html
+++ b/docs/api_reference/C/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>
@@ -69,7 +69,7 @@ DB_ENV-&gt;lock_stat_print(DB_ENV *env, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp60689776"></a>Parameters</h3>
+ <h3 class="title"><a id="idp2317720"></a>Parameters</h3>
</div>
</div>
</div>
@@ -77,64 +77,90 @@ DB_ENV-&gt;lock_stat_print(DB_ENV *env, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp60644936"></a>flags</h4>
+ <h4 class="title"><a id="idp2356720"></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
+ <span>
+ by calling
+ <a class="xref" href="envset_data_len.html" title="DB_ENV-&gt;set_data_len()">DB_ENV-&gt;set_data_len()</a>,
+ or by
+ </span>
+ 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
+ <span>
+ by calling
+ <a class="xref" href="envset_data_len.html" title="DB_ENV-&gt;set_data_len()">DB_ENV-&gt;set_data_len()</a>,
+ or by
+ </span>
+ 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>
@@ -144,7 +170,7 @@ DB_ENV-&gt;lock_stat_print(DB_ENV *env, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp60706264"></a>Class</h3>
+ <h3 class="title"><a id="idp2289320"></a>Class</h3>
</div>
</div>
</div>
@@ -157,7 +183,7 @@ DB_ENV-&gt;lock_stat_print(DB_ENV *env, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp60707592"></a>See Also</h3>
+ <h3 class="title"><a id="idp2310568"></a>See Also</h3>
</div>
</div>
</div>