WAS: Cache Monitor: Difference between revisions

From Wiki
(Criou nova página com '{| border="1" | '''Cache Statistics''' | '''Description''' |- | '''Cache Size''' | The maximum number of entries that the cache can hold. |- | '''Used Entries''' | The nu...')
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:




== '''HTTP:''' Cache Design Elements ==
== '''ws/<LDAP_SERVER>/SearchResultsCache:''' LDAP Search Result Cache ==


To optimize the response time keeps Domino design elements in memory.
To optimize the response time keeps Domino design elements in memory.
Line 59: Line 59:
*
*
|}
|}
== '''ws/<LDAP_SERVER>/AttributesCache:''' LDAP Attributes Cache ==
To optimize the response time keeps Domino design elements in memory.
{| border="1"
|
'''Tune'''
|
*
|-
|
'''Interpretation'''
|
* Good = Used Entries <  Cache Size
* Good = LRU Evictions = 0
|-
|
'''Reference'''
|
*
|}
= Ver também =
* [[WPS: Facilitando o acesso a diretorios do Portal]]
* [[WPS: Colocar o WPS ou Quickr como Servico no Windows| WPS: Colocar WPS/Quickr como Serviço no Windows]]
* [[WPS: Habilitando Trace e Logs no WPS |Habilitando Trace e Logs no Websphere Portal Server]]
* Mais Artigos sobre [[WebSphere Application Server]]
* Mais Artigos sobre [[WebSphere Portal Server]]
[[Category: WebSphere Application Server]]
[[Category: WAS]]
[[Category: WebSphere Portal Server]]
[[Category: WPS]]

Latest revision as of 18:09, 27 February 2014

Cache Statistics

Description

Cache Size

The maximum number of entries that the cache can hold.

Used Entries

The number of cache entries used.

Cache Hits

The number of request responses that are served from the cache.

Cache Misses

The number of request responses that are cacheable but cannot be served from the cache.

LRU Evictions

The number of cache entries removed to make room for new cache entries.

Explicit Removals

The number of cache entries removed or invalidated from the cache based on cache policies or were deleted from the cache through the cache monitor.


ws/<LDAP_SERVER>/SearchResultsCache: LDAP Search Result Cache

To optimize the response time keeps Domino design elements in memory.

Tune

Interpretation

  • Good = Used Entries < Cache Size
  • Good = LRU Evictions = 0

Reference

ws/<LDAP_SERVER>/AttributesCache: LDAP Attributes Cache

To optimize the response time keeps Domino design elements in memory.

Tune

Interpretation

  • Good = Used Entries < Cache Size
  • Good = LRU Evictions = 0

Reference

Ver também