From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/CacheStats.html | 2113 +++++++++++++--------------- 1 file changed, 957 insertions(+), 1156 deletions(-) (limited to 'docs/java/com/sleepycat/db/CacheStats.html') diff --git a/docs/java/com/sleepycat/db/CacheStats.html b/docs/java/com/sleepycat/db/CacheStats.html index 61ab226c..6950867d 100644 --- a/docs/java/com/sleepycat/db/CacheStats.html +++ b/docs/java/com/sleepycat/db/CacheStats.html @@ -1,1178 +1,979 @@ - - - - - -CacheStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class CacheStats

-
-java.lang.Object
-  extended by com.sleepycat.db.CacheStats
-
-
-
-
public class CacheStats
extends Object
- - -

-Cache statistics for a database environment. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class CacheStats

+
+
+ +
+
    +
  • +
    +
    +
    public class CacheStats
    +extends java.lang.Object
    +
    Cache statistics for a database environment.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - longgetAlloc() - -
    -          Number of page allocations.
    - longgetAllocBuckets() - -
    -          Number of hash buckets checked during allocation.
    - longgetAllocMaxBuckets() - -
    -          Maximum number of hash buckets checked during an allocation.
    - longgetAllocMaxPages() - -
    -          Maximum number of pages checked during an allocation.
    - longgetAllocPages() - -
    -          Number of pages checked during allocation.
    - intgetBytes() - -
    -          Bytes of cache (total cache size is st_gbytes + st_bytes).
    - longgetCacheHit() - -
    -          Requested pages found in the cache.
    - longgetCacheMiss() - -
    -          Requested pages not found in the cache.
    - intgetGbytes() - -
    -          Gigabytes of cache (total cache size is st_gbytes + st_bytes).
    - intgetHashBuckets() - -
    -          Number of hash buckets in the buffer hash table.
    - longgetHashExamined() - -
    -          Total number of hash elements traversed during hash table lookups.
    - intgetHashLongest() - -
    -          The longest chain ever encountered in buffer hash table lookups.
    - longgetHashMaxNowait() - -
    -          The number of times a thread of control was able to obtain the +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      longgetAlloc() +
      Number of page allocations.
      +
      longgetAllocBuckets() +
      Number of hash buckets checked during allocation.
      +
      longgetAllocMaxBuckets() +
      Maximum number of hash buckets checked during an allocation.
      +
      longgetAllocMaxPages() +
      Maximum number of pages checked during an allocation.
      +
      longgetAllocPages() +
      Number of pages checked during allocation.
      +
      intgetBytes() +
      Bytes of cache (total cache size is st_gbytes + st_bytes).
      +
      longgetCacheHit() +
      Requested pages found in the cache.
      +
      longgetCacheMiss() +
      Requested pages not found in the cache.
      +
      intgetGbytes() +
      Gigabytes of cache (total cache size is st_gbytes + st_bytes).
      +
      intgetHashBuckets() +
      Number of hash buckets in the buffer hash table.
      +
      longgetHashExamined() +
      Total number of hash elements traversed during hash table lookups.
      +
      intgetHashLongest() +
      The longest chain ever encountered in buffer hash table lookups.
      +
      longgetHashMaxNowait() +
      The number of times a thread of control was able to obtain the hash bucket lock without waiting on the bucket which had the - maximum number of times that a thread of control needed to wait.
      - longgetHashMaxWait() - -
      -          The maximum number of times any hash bucket lock was waited for by - a thread of control.
      - intgetHashMutexes() - -
      -          The number of hash bucket mutexes in the buffer hash table.
      - longgetHashNowait() - -
      -          The number of times that a thread of control was able to obtain a - hash bucket lock without waiting.
      - intgetHashSearches() - -
      -          Total number of buffer hash table lookups.
      - longgetHashWait() - -
      -          The number of times that a thread of control was forced to wait - before obtaining a hash bucket lock.
      - longgetIoWait() - -
      -          Number of operations blocked waiting for I/O to complete.
      - intgetMap() - -
      -          Requested pages mapped into the process' address space (there is no + maximum number of times that a thread of control needed to wait. +
      longgetHashMaxWait() +
      The maximum number of times any hash bucket lock was waited for by + a thread of control.
      +
      intgetHashMutexes() +
      The number of hash bucket mutexes in the buffer hash table.
      +
      longgetHashNowait() +
      The number of times that a thread of control was able to obtain a + hash bucket lock without waiting.
      +
      intgetHashSearches() +
      Total number of buffer hash table lookups.
      +
      longgetHashWait() +
      The number of times that a thread of control was forced to wait + before obtaining a hash bucket lock.
      +
      longgetIoWait() +
      Number of operations blocked waiting for I/O to complete.
      +
      intgetMap() +
      Requested pages mapped into the process' address space (there is no available information about whether or not this request caused disk I/O, - although examining the application page fault rate may be helpful).
      - intgetMaxNumCache() - -
      -          Maximum number of caches, as configured with - EnvironmentConfig.setCacheMax(long).
      - intgetMaxOpenfd() - -
      -          Maximum number of open file descriptors.
      - intgetMaxWrite() - -
      -          The maximum number of sequential write operations scheduled by the library - when flushing dirty pages from the cache.
      - intgetMaxWriteSleep() - -
      -          The number of microseconds the thread of control should pause before - scheduling further write operations.
      - longgetMmapSize() - -
      -          Maximum file size for mmap.
      - longgetMultiversionFreed() - -
      -          Number of frozen buffers freed.
      - longgetMultiversionFrozen() - -
      -          Number of buffers frozen.
      - longgetMultiversionThawed() - -
      -          Number of buffers thawed.
      - intgetNumCache() - -
      -          Number of caches.
      - intgetPageClean() - -
      -          Clean pages currently in the cache.
      - longgetPageCreate() - -
      -          Pages created in the cache.
      - intgetPageDirty() - -
      -          Dirty pages currently in the cache.
      - longgetPageIn() - -
      -          Pages read into the cache.
      - longgetPageOut() - -
      -          Pages written from the cache to the backing file.
      - intgetPages() - -
      -          Pages in the cache.
      - intgetPageSize() - -
      -          Page size in bytes.
      - longgetPageTrickle() - -
      -          Dirty pages written using Environment.trickleCacheWrite.
      - longgetRegionNowait() - -
      -          The number of times that a thread of control was able to obtain a - region lock without waiting.
      - longgetRegionWait() - -
      -          The number of times that a thread of control was forced to wait - before obtaining a region lock.
      - longgetRegmax() - -
      -          The max size of the mutex region size.
      - longgetRegSize() - -
      -          Individual cache size.
      - longgetRoEvict() - -
      -          Clean pages forced from the cache.
      - longgetRwEvict() - -
      -          Dirty pages forced from the cache.
      - longgetSyncInterrupted() - -
      -          Number of mpool sync operations interrupted.
      - StringtoString() - -
      -          For convenience, the CacheStats class has a toString method that - lists all the data fields.
      - - - - - - - -
      Methods inherited from class java.lang.Object
      clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      -  -

      - + although examining the application page fault rate may be helpful). +

    intgetMaxNumCache() +
    Maximum number of caches, as configured with + EnvironmentConfig.setCacheMax(long).
    +
    intgetMaxOpenfd() +
    Maximum number of open file descriptors.
    +
    intgetMaxWrite() +
    The maximum number of sequential write operations scheduled by the library + when flushing dirty pages from the cache.
    +
    intgetMaxWriteSleep() +
    The number of microseconds the thread of control should pause before + scheduling further write operations.
    +
    longgetMmapSize() +
    Maximum file size for mmap.
    +
    longgetMultiversionFreed() +
    Number of frozen buffers freed.
    +
    longgetMultiversionFrozen() +
    Number of buffers frozen.
    +
    longgetMultiversionReused() +
    Number of outdated intermediate versions reused.
    +
    longgetMultiversionThawed() +
    Number of buffers thawed.
    +
    intgetNumCache() +
    Number of caches.
    +
    intgetPageClean() +
    Clean pages currently in the cache.
    +
    longgetPageCreate() +
    Pages created in the cache.
    +
    intgetPageDirty() +
    Dirty pages currently in the cache.
    +
    longgetPageIn() +
    Pages read into the cache.
    +
    longgetPageOut() +
    Pages written from the cache to the backing file.
    +
    intgetPages() +
    Pages in the cache.
    +
    intgetPageSize() +
    Page size in bytes.
    +
    longgetPageTrickle() +
    Dirty pages written using Environment.trickleCacheWrite.
    +
    longgetRegionNowait() +
    The number of times that a thread of control was able to obtain a + cache region mutex without waiting.
    +
    longgetRegionWait() +
    The number of times that a thread of control was forced to wait + before obtaining a cache region mutex.
    +
    longgetRegmax() +
    The maximum size, in bytes, of the mutex region.
    +
    longgetRegSize() +
    Individual cache size.
    +
    longgetRoEvict() +
    Clean pages forced from the cache.
    +
    longgetRwEvict() +
    Dirty pages forced from the cache.
    +
    longgetSyncInterrupted() +
    Number of mpool sync operations interrupted.
    +
    java.lang.StringtoString() +
    For convenience, the CacheStats class has a toString method that + lists all the data fields.
    +
    +
      +
    • + + +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • +
    +
  • +
+ + +
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -getGbytes

    -
    -public int getGbytes()
    -
    -
    Gigabytes of cache (total cache size is st_gbytes + st_bytes). -

    -

    -
    -
    -
    -
    - -

    -getBytes

    -
    -public int getBytes()
    -
    -
    Bytes of cache (total cache size is st_gbytes + st_bytes). -

    -

    -
    -
    -
    -
    - -

    -getNumCache

    -
    -public int getNumCache()
    -
    -
    Number of caches. -

    -

    -
    -
    -
    -
    - -

    -getMaxNumCache

    -
    -public int getMaxNumCache()
    -
    -
    Maximum number of caches, as configured with - EnvironmentConfig.setCacheMax(long). -

    -

    -
    -
    -
    -
    - -

    -getMmapSize

    -
    -public long getMmapSize()
    -
    -
    Maximum file size for mmap. -

    -

    -
    -
    -
    -
    - -

    -getMaxOpenfd

    -
    -public int getMaxOpenfd()
    -
    -
    Maximum number of open file descriptors. -

    -

    -
    -
    -
    -
    - -

    -getMaxWrite

    -
    -public int getMaxWrite()
    -
    -
    The maximum number of sequential write operations scheduled by the library - when flushing dirty pages from the cache. -

    -

    -
    -
    -
    -
    - -

    -getMaxWriteSleep

    -
    -public int getMaxWriteSleep()
    -
    -
    The number of microseconds the thread of control should pause before - scheduling further write operations. -

    -

    -
    -
    -
    -
    - -

    -getPages

    -
    -public int getPages()
    -
    -
    Pages in the cache. -

    -

    -
    -
    -
    -
    - -

    -getMap

    -
    -public int getMap()
    -
    -
    Requested pages mapped into the process' address space (there is no +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getGbytes

        +
        public int getGbytes()
        +
        Gigabytes of cache (total cache size is st_gbytes + st_bytes).
        +
      • +
      + + + +
        +
      • +

        getBytes

        +
        public int getBytes()
        +
        Bytes of cache (total cache size is st_gbytes + st_bytes).
        +
      • +
      + + + +
        +
      • +

        getNumCache

        +
        public int getNumCache()
        +
        Number of caches.
        +
      • +
      + + + + + + + +
        +
      • +

        getMmapSize

        +
        public long getMmapSize()
        +
        Maximum file size for mmap.
        +
      • +
      + + + +
        +
      • +

        getMaxOpenfd

        +
        public int getMaxOpenfd()
        +
        Maximum number of open file descriptors.
        +
      • +
      + + + +
        +
      • +

        getMaxWrite

        +
        public int getMaxWrite()
        +
        The maximum number of sequential write operations scheduled by the library + when flushing dirty pages from the cache.
        +
      • +
      + + + +
        +
      • +

        getMaxWriteSleep

        +
        public int getMaxWriteSleep()
        +
        The number of microseconds the thread of control should pause before + scheduling further write operations.
        +
      • +
      + + + +
        +
      • +

        getPages

        +
        public int getPages()
        +
        Pages in the cache.
        +
      • +
      + + + +
        +
      • +

        getMap

        +
        public int getMap()
        +
        Requested pages mapped into the process' address space (there is no available information about whether or not this request caused disk I/O, - although examining the application page fault rate may be helpful). -

        -

        -
        -
        -
    -
    - -

    -getCacheHit

    -
    -public long getCacheHit()
    -
    -
    Requested pages found in the cache. -

    -

    -
    -
    -
    -
    - -

    -getCacheMiss

    -
    -public long getCacheMiss()
    -
    -
    Requested pages not found in the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageCreate

    -
    -public long getPageCreate()
    -
    -
    Pages created in the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageIn

    -
    -public long getPageIn()
    -
    -
    Pages read into the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageOut

    -
    -public long getPageOut()
    -
    -
    Pages written from the cache to the backing file. -

    -

    -
    -
    -
    -
    - -

    -getRoEvict

    -
    -public long getRoEvict()
    -
    -
    Clean pages forced from the cache. -

    -

    -
    -
    -
    -
    - -

    -getRwEvict

    -
    -public long getRwEvict()
    -
    -
    Dirty pages forced from the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageTrickle

    -
    -public long getPageTrickle()
    -
    -
    Dirty pages written using Environment.trickleCacheWrite. -

    -

    -
    -
    -
    -
    - -

    -getPageClean

    -
    -public int getPageClean()
    -
    -
    Clean pages currently in the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageDirty

    -
    -public int getPageDirty()
    -
    -
    Dirty pages currently in the cache. -

    -

    -
    -
    -
    -
    - -

    -getHashBuckets

    -
    -public int getHashBuckets()
    -
    -
    Number of hash buckets in the buffer hash table. -

    -

    -
    -
    -
    -
    - -

    -getHashMutexes

    -
    -public int getHashMutexes()
    -
    -
    The number of hash bucket mutexes in the buffer hash table. -

    -

    -
    -
    -
    -
    - -

    -getPageSize

    -
    -public int getPageSize()
    -
    -
    Page size in bytes. -

    -

    -
    -
    -
    -
    - -

    -getHashSearches

    -
    -public int getHashSearches()
    -
    -
    Total number of buffer hash table lookups. -

    -

    -
    -
    -
    -
    - -

    -getHashLongest

    -
    -public int getHashLongest()
    -
    -
    The longest chain ever encountered in buffer hash table lookups. -

    -

    -
    -
    -
    -
    - -

    -getHashExamined

    -
    -public long getHashExamined()
    -
    -
    Total number of hash elements traversed during hash table lookups. -

    -

    -
    -
    -
    -
    - -

    -getHashNowait

    -
    -public long getHashNowait()
    -
    -
    The number of times that a thread of control was able to obtain a - hash bucket lock without waiting. -

    -

    -
    -
    -
    -
    - -

    -getHashWait

    -
    -public long getHashWait()
    -
    -
    The number of times that a thread of control was forced to wait - before obtaining a hash bucket lock. -

    -

    -
    -
    -
    -
    - -

    -getHashMaxNowait

    -
    -public long getHashMaxNowait()
    -
    -
    The number of times a thread of control was able to obtain the + although examining the application page fault rate may be helpful).
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1