Want to collect metrics from WebLogic (OIM) via scripting (WLST)
I am tasked with collecting, from the OIM, the count of "Pending Requests" and "Requests per Minute" in order to confirm the health of the application using these services.
These stats are shown on the console, to wit:
Work Manager
262.271
We want to collect this on a regular basis to ensure we can detect sudden backlogs and avoid outages.
So, using WLST, what kind of probing do I need to do?
-soup
0