Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get java metrics with SAPControl WebServices (SOAP)?

0 Kudos

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)

  • SAP Managed Tags:
1 REPLY 1

0 Kudos

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

  • SAP Managed Tags: