This category provides information on how your application manages ObjectScopes (OS). Watch out for OS Closed Auto and OS Closed Auto Tx as these indicate that OSs are not being closed. This can cause a database lock contention and reduce throughput. The Local OS Allocated metric is effectively a request counter for web applications that use the "one OS per request" model.
OS Metrics
Category |
Metric |
Description |
OS |
Local OS Active |
Number of active OSs in the local pool |
OS |
Local OS Allocated |
Number of OSs given out by the local pool |
OS |
Local OS Idle |
Number of idle OSs in the local pool |
OS |
Local OS Out |
Number of OSs not yet returned to the pool (allocated – returned) |
OS |
Local OS Returned |
Number of OSs returned to the local pool |
OS |
Local OS Created |
Number of local OSs created |
OS |
OS Closed |
Number of OSs closed (local and remote) |
OS |
OS Closed Auto |
Number of OSs closed automatically (local and remote) |
OS |
OS Closed Auto Tx |
Number of OSs closed automatically with an active datastore transaction (BAD) |
OS |
OS Count |
Number of open OSs (local and remote) |