|
Measures reported by IIBSecurityTest
When a message flow is configured with a security profile, requests are typically made to a security provider or security token server (STS) to process and approve authentication, mapping, or authorization. Use the IIBSecurityTest test to review the number of requests that are made, how many of those requests are successful, and how many are being serviced from the security cache.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| totalCacheEntries |
Indicates the total number of security operation result entries in the security cache of this security provider. |
Number |
A security operation is defined in the security profile as authentication, mapping, or authorization. A cache entry might include a returned security token. |
| totalOperations |
Indicates the total number of security operations during the last measurement period. |
Number |
A security operation is defined in the security profile as authentication, mapping, or authorization. A security profile with both authentication and authorization counts as two operations. |
| successOperations |
Indicates the number of security operations that were approved during the last measurement period. |
Number |
|
| operationServiceByCache |
Indicates the number of security operations that were serviced from the security cache during the last measurement period. |
Number |
A high value is desired for this measure. |
| unSucessfulOperations |
Indicates the number of security operations that failed to be approved during the last measurement period. |
Number |
Ideally, the value of this measure should be zero. |
|