Public Member Functions | |
HRESULT | CacheCheckCount ([out, retval] Int32 *pVal) |
The number of times that cache lookup hash table is checked for a cache since the server start-up this time. | |
HRESULT | CacheHitCount ([out, retval] Int32 *pVal) |
The number of times that a cache is hit since the server start-up this time. | |
HRESULT | CacheTableBucketCount ([out, retval] Int32 *pVal) |
The number of buckets in the cache lookup hash table. | |
HRESULT | CacheTableBucketPerLock ([out, retval] Int32 *pVal) |
The number of buckets a lock locks. | |
HRESULT | CacheUpdateCount ([out, retval] Int32 *pVal) |
The number of times that a cache is updated/created since the server start up this time. | |
HRESULT | FileCachePath ([out, retval] BSTR *pVal) |
The path where the caches are stored. | |
HRESULT | HistoricCacheCheckCount ([out, retval] Int32 *pVal) |
The number of times that cache lookup hash table is checked for a cache so far in history. | |
HRESULT | HistoricCacheHitCount ([out, retval] Int32 *pVal) |
The number of times so far in history that a cache is hit. | |
HRESULT | HistoricCacheUpdateCount ([out, retval] Int32 *pVal) |
The number of times so far in history that a cache is updated/created. | |
HRESULT | MaxCacheCount ([out, retval] Int32 *pVal) |
Maximum number of caches (in memory or on disk) allowed in the cache pool hash table. | |
HRESULT | MaxMemoryConsumption ([out, retval] Int32 *pVal) |
Maximum size of memory allocated for caches in memory. | |
HRESULT | SwapPolicy ([out, retval] EnumDSSCacheSwapPolicy *pVal) |
Swap policy used for cache. | |
HRESULT | TotalCacheCount ([out, retval] Int32 *pVal) |
The actual number of caches (in memory or on disk) in the cache pool hash table. | |
HRESULT | TotalMemoryConsumption ([out, retval] Int32 *pVal) |
The size of memory used by all the in-memory caches. |
|
The number of times that cache lookup hash table is checked for a cache since the server start-up this time.
|
|
The number of times that a cache is hit since the server start-up this time.
|
|
The number of buckets in the cache lookup hash table.
|
|
The number of buckets a lock locks. (Not implemented yet.). The number of buckets a lock locks.
|
|
The number of times that a cache is updated/created since the server start up this time.
|
|
The path where the caches are stored.
|
|
The number of times that cache lookup hash table is checked for a cache so far in history.
|
|
The number of times so far in history that a cache is hit.
|
|
The number of times so far in history that a cache is updated/created.
|
|
Maximum number of caches (in memory or on disk) allowed in the cache pool hash table.
|
|
Maximum size of memory allocated for caches in memory. An estimate in K bytes. Maximum size of memory allocated for in-memory caches. An estimate in K bytes.
|
|
Swap policy used for cache.
|
|
The actual number of caches (in memory or on disk) in the cache pool hash table.
|
|
The size of memory used by all the in-memory caches.
|