2022 May 17 7:15 AM
Hello,
I have a list of metrics to monitor with help of SAPControl WebServices, here they are:
• Java System Http Availability
• Java System Http Availability_NWA
• Expiring certificates per instance
◦ REF_SID=0ALERT,STORE_NAME=J2EE_PSE_CERT
• Number of Http Sessions
• J2EE GRMG
◦ JCo Status
◦ P4 Service Status
◦ Servlet Engine Status
◦ Http Service Status
• Java Instance Http Availability
• Java Server Node Status
◦ PROCESS_NAME=server(.*)
• Number of errors in Java Default Trace
◦ FILENAME=j2ee/cluster/server[0-9]{1,2}/log/defaultTrace.*.trc
▪ Frint-end responce time
• Servlet Response Time per node
◦ NODE_NAME=.*,SERVLET_NAME=.+
• WebDynpro Average Response Time per node
◦ NODE_NAME=.*
• Application Threads Usage
◦ NODE_NAME=.*
• Enqueue Response Time
◦ NODE_NAME=.*
• System Threads Usage
◦ NODE_NAME=.*
• Number of Http Sessions per node
◦ NODE_NAME=.*
I use GetAlertTree method to get some metrics like System Threads Usage and Application Threads Usage, but where can I find other?
Thanks in advence)
2023 Jan 20 9:15 AM
Hello,
there is a third party software called sap_mon https://github.com/Rocket-Search/sap-mon ,with this you
can can get all available metrics via sapcontrol over https or http .
maybe that will help.
Best regards
T. Reineck