Measures reported by IBMWLPSessTest
For each WAR File deployed on the target IBM WebSphere Liberty server, this test monitors the number of sessions that are accessing the file per second. In addition, this test reports the number of currently cached sessions that were accessing the file, the number of currently active sessions that were accessing the file, the number of invalidated sessions that were accessing the file etc. Using this test, administrators can figure out the WAR file that is being accessed by the maximum number of sessions.
Outputs of the test : One set of results for each hostname:WAR file on the target IBM WebSphere Liberty server being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| createCount |
Indicates the number of sessions that accessed this WAR file per second. |
Sessions/sec |
|
| liveCount |
Indicates the number of sessions that were accessing this WAR file and are currently cached in the memory of the sever. |
Number |
Compare the value of this measure across the WAR files to figure out the WAR file that is accessed using the maximum number of sessions. |
| activeCount |
Indicates the number of currently active sessions that were accessing this file. |
Number |
Compare the value of this measure across the WAR files to figure out the WAR file that is accessed by the maximum number of active sessions. |
| invalidatedCount |
Indicates the number of invalidated sessions that were accessing this file. |
Number |
|
| timeoutInvalidates |
Indicates the number of invalidated sessions (due to timeout ) that were accessing this file. |
Number |
|
|