...
MIM Parameter | Description | ||
---|---|---|---|
Created Session Count | This MIM parameter contains the number of sessions created.
| ||
Session Remove Count | This MIM parameter contains the number of sessions removed.
| ||
Mirror Attempt Count | This MIM parameter contains the total number of attempts to retrieve a stored mirror session.
| ||
Mirror Error Count | This MIM parameter contains the number of failed attempts to retrieve a stored mirror session, where the failure was caused by one or more errors.
This counter is reset each time the workflow is started. | ||
Mirror Found Count | This MIM parameter contains the number of successful attempts to retrieve a stored mirror session.
| ||
Mirror Not Found Count | This MIM parameter contains the number of attempts to retrieve a stored mirror session that did not exist.
| ||
Mirror Latency | This MIM parameter contains comma separated counters that each contains the number of mirror session retrieval attempts for a specific latency interval. Attempts that failed due to errors are not counted. The parameter contains 20 counters for a series of 100 ms intervals. The first interval is from 0 to 99 ms and the last interval is from 1900 ms and up.
| ||
Session Timeout Count | This MIM parameter contains the number sessions that has timed out.
| ||
Session Timeout Attempt Count | Multiple timeout threads may read the same session data, but only one of them will perform an update. If a thread reads a session that has already been updated, it will be counted as an attempt. This MIM parameter contains the number of attempts.
| ||
Session Timeout Latency | This MIM parameter contains comma separated counters that each contains the number of sessions for a specific timeout latency interval i e the difference between the actual timeout time and the expected timeout time. The parameter contains 15 counters for a series of one-minute intervals. The first interval is from 0 to 1 minutes and the last interval is from 14 minutes and up.
| ||
Slowest Create | This MIM parameter contains the duration of the slowest successful create operation in Couchbase/Redis. The duration is counted in milliseconds and the initial value is -1.
| ||
Slowest Delete | This MIM parameter contains the duration of the slowest successful delete operation in Couchbase/Redis. The duration is counted in milliseconds and the initial value is -1.
| ||
Slowest Read | This MIM parameter contains the duration of the slowest successful read operation in Couchbase/Redis. The duration is counted in milliseconds and the initial value is -1.
| ||
Slowest Update | This MIM parameter contains the duration of the slowest successful update operation in Couchbase/Redis. The duration is counted in milliseconds and the initial value is -1.
| ||
Total Number Of Create Count | This MIM parameter contains the number of successful create operations in Couchbase/Redis. A create operation is considered successful if it can be performed without errors.
| ||
Total Number Of Delete Count | This MIM parameter contains the number of successful delete operations in Couchbase/Redis. A delete operation is considered successful even if Couchbase returns certain types of errors, i e if data is locked. A delete operation is considered failed if an exception occurs in the internal Couchbase client, if there are concurrent edits (due to optimistic locking), or if a key cannot be found.
| ||
Total Number Of Read Count | This MIM parameter contains the number of successful read operations in Couchbase/Redis. A read operation is considered successful even if Couchbase returns certain types of errors, i e if data is locked or a key cannot be found.
| ||
Total Number Of Status Locked Read Count | This MIM parameter contains the number of successful read operations that resulted in errors related to locked data.
| ||
Total Number Of Status Read Count | This MIM parameter contains the number of successful read operations in Couchbase/Redis that resulted in errors. Errors related to locked data and non-existent keys are not accounted for.
| ||
Total Number Of Status Update Count | This MIM parameter contains the number of successful update operations in Couchbase/Redis that resulted in errors. Errors related to locked data are not accounted for.
| ||
Total Number Of Update Count | This MIM parameter contains the number of successful update operations in Couchbase/Redis that did not result in errors.
| ||
Total Number Of Failed Create Count | This MIM parameter contains the number of unsuccessful create operations in Couchbase/Redis. A create operation is considered failed if it cannot be performed without errors.
| ||
Total Number Of Failed Delete Count | This MIM parameter contains the number of unsuccessful delete operations in Couchbase/Redis. A delete operation is considered failed if an exception occurs in the internal Couchbase client, if there are concurrent edits (due to optimistic locking), or if a key cannot be found.
| ||
Total Number Of Failed Read Count | This MIM parameter contains the number of unsuccessful read operations in Couchbase/Redis. A read operation is considered failed if an exception occurs in the internal Couchbase client.
| ||
Total Number Of Failed Update Count | This MIM parameter contains the number of unsuccessful update operations in Couchbase/Redis. An update operation is considered failed if an exception occurs in the internal Couchbase client, there are concurrent edits (due to optimistic locking), or a key cannot be found.
|
...