Name | Description |
string cacheSize | Number of entries currently in the cache. |
string maxSize | Maximum number of entries the cache can hold. |
string cacheHits | Number of times a request to access the cache was processed successfully. |
string cacheMisses | Number of times a request to access the cache was not successful, and My webMethods Server instead had to retrieve the data from its source (for example, RDBMS or LDAP). |
deltacacheHits | Delta of the number of times a request to access the cache was processed successfully. This KPI reports the difference between the last two continuous poll readings of cacheHits. |
deltacacheMisses | Delta of the number of times a request to access the cache was not successful, and My webMethods Server instead had to retrieve the data from its source (for example, RDBMS or LDAP). This KPI reports the difference between the last two continuous poll readings of cacheMisses. |