statustab_performance2.htm 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. <html>
  2. <!--This html file is XHTML complaint, as set forth in the
  3. w3c recommendations except for the following:
  4. Lists work as they do in older versions on HTML and not as
  5. directed in XHTML.
  6. The <a name=" "> tags have targets that use spaces. -->
  7. <head>
  8. <meta name="keywords" content="e-commerce, ecommerce, Internet software, e-commerce applications, electronic commerce, ebusiness, e-business, enterprise software, net economy, software, ecommerce solutions, e-commerce services, netscape, marketplace, digital marketplace, Red Hat, Fedora" />
  9. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  10. <meta name="templatebase" content="Authored in FrameMaker. Converted to HTML in WebWorks Publisher. manual wdt 1.6" />
  11. <meta name="LASTUPDATED" content="04/29/03 15:35:33" />
  12. <title>Directory Server Help: Database Performance Counter</title>
  13. <!--The following is a javascript which determines whether the client
  14. is on a Windows machine, or is on another type of operating system. Once
  15. the operating system is determined, either a windows or other operating
  16. system cascading style sheet is used. -->
  17. <script type="text/JavaScript" src="/manual/en/slapd/help/sniffer.js">
  18. </script>
  19. </head>
  20. <body text="#000000" link="#006666" vlink="#006666" alink="#333366" bgcolor="#FFFFFF">
  21. <!--maincontent defines everything between the body tags -->
  22. <!--start maincontent-->
  23. <!--navigationcontent defines the top row of links and the banner -->
  24. <!--start navigationcontent-->
  25. <table border="0" cellspacing="0" cellpadding="0" width="100%">
  26. <tr>
  27. <td><table border="0" cellspacing="0" cellpadding="0">
  28. <tr>
  29. <td valign="bottom" width="67">
  30. </td>
  31. <td valign="middle">
  32. <span class="product">Directory Server</span>
  33. <span class="booktitle">Console Help</span>
  34. </td>
  35. </tr>
  36. </table>
  37. </td>
  38. </tr>
  39. <tr>
  40. <td>
  41. <hr size="1" noshade="noshade" />
  42. <span class="navigation">
  43. <!-- BEGIN DOC CONTROLLER --
  44. <a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
  45. DocHome
  46. </a>
  47. -- END DOC CONTROLLER -->
  48. </span>
  49. &nbsp;&nbsp;&nbsp;&nbsp;
  50. </td>
  51. </tr>
  52. </table>
  53. <!--end navigationcontent-->
  54. <!--bookcontent defines the actual content of the file, sans headers and footers -->
  55. <!--start bookcontent-->
  56. <blockquote>
  57. <br />
  58. <p class="h1">
  59. <a name="28972"> </a>
  60. <a name="Database Performance Counter"> </a>
  61. Database Performance Counter
  62. </p>
  63. <p class="text">
  64. <a name="28974"> </a>
  65. Use this tab to monitor the current activities of a particular database or database link.
  66. </p>
  67. <p class="text">
  68. <a name="28975"> </a>
  69. <b>Database. </b>Identifies the type of database being monitored.
  70. </p>
  71. <p class="text">
  72. <a name="28976"> </a>
  73. <b>Configuration DN. </b>Identifies the distinguished name you can use to obtain these results using the <code>ldapsearch</code> command-line utility.
  74. </p>
  75. <p class="text">
  76. <a name="28977"> </a>
  77. <b>Refresh. </b>Click refresh to update the current display.
  78. </p>
  79. <p class="text">
  80. <a name="28978"> </a>
  81. <b>Continuous refresh. </b>Select this checkbox to continuously update the information display.
  82. </p>
  83. <p class="text">
  84. <a name="28979"> </a>
  85. <b>Summary Information. </b>This table provides the following information:
  86. </p>
  87. <ul>
  88. <li>
  89. Read-only status. Indicates whether the database is currently in read-only mode.
  90. <a name="28980"> </a>
  91. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  92. </li>
  93. <li>
  94. Entry cache hits. Indicates the number of times the server could process a search request by obtaining data from the cache rather than by going to the disk.
  95. <a name="28981"> </a>
  96. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  97. </li>
  98. <li>
  99. Entry cache tries. The total number of search operations performed against your server since server startup.
  100. <a name="28982"> </a>
  101. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  102. </li>
  103. <li>
  104. Entry cache hit ratio. The ratio of entry cache tries to successful entry cache lookups. The closer this number is to 100% the better.
  105. <a name="28983"> </a>
  106. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  107. </li>
  108. <li>
  109. Current size of entry cache (in bytes). Total number of bytes currently used by the entry cache.
  110. <a name="28984"> </a>
  111. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  112. </li>
  113. <li>
  114. Maximum size of entry cache (in bytes). Maximum number of bytes available to the entry cache.
  115. <a name="28985"> </a>
  116. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  117. </li>
  118. </ul>
  119. <p class="text">
  120. <a name="28986"> </a>
  121. <b>Index Information. </b>These tables provide information about the indexes you use for each database. The tables contain the following information:
  122. </p>
  123. <ul>
  124. <li>
  125. Cache hits. Indicates the number of times the server could process a request by obtaining data from the cache rather than by going to the disk.
  126. <a name="28987"> </a>
  127. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  128. </li>
  129. <li>
  130. Cache misses. Number of times the cache does not contain the information being requested by the client application.
  131. <a name="28988"> </a>
  132. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  133. </li>
  134. <li>
  135. Pages read in. Number of pages read from disk into the database cache.
  136. <a name="28989"> </a>
  137. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  138. </li>
  139. <li>
  140. Pages written out. Number of pages written from the cache back to disk.
  141. <a name="28990"> </a>
  142. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  143. </li>
  144. </ul>
  145. <!-- BEGIN DOC CONTROLLER --
  146. <p class="h2">
  147. <a name="28991"> </a>
  148. <a name="See also"> </a>
  149. See also
  150. </p>
  151. <p class="text">
  152. <a name="28997"> </a>
  153. <a href="../en/slapd/ag/dsstats.htm#1028885">Monitoring Database Activity From the Server Console</a>
  154. </p>
  155. -- END DOC CONTROLLER -->
  156. </blockquote>
  157. <!--end bookcontent-->
  158. <!--footercontent defines the bottom navigation and the copyright. It also includes
  159. the revision date-->
  160. <!--start footercontent-->
  161. <br />
  162. <br />
  163. <span class="navigation">
  164. <!-- BEGIN DOC CONTROLLER --
  165. <a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
  166. DocHome
  167. </a>
  168. -- END DOC CONTROLLER -->
  169. </span>
  170. &nbsp;&nbsp;&nbsp;&nbsp;
  171. <hr noshade="noshade" size="1" />
  172. <!-- BEGIN COPYRIGHT BLOCK -->
  173. <p class="copy">
  174. Copyright (C) Sun Microsystems, Inc. Used by permission.<br>
  175. Copyright (C) 2005 Red Hat, Inc. All rights reserved.
  176. </p>
  177. <!-- END COPYRIGHT BLOCK -->
  178. <br />
  179. <p class="update">Last Updated <b>March 31, 2005</b></p>
  180. <!--end footercontent-->
  181. <!--end maincontent-->
  182. </body>
  183. </html>