cancel
Showing results for 
Search instead for 
Did you mean: 

What are the different kind of monitorings

Former Member
0 Kudos

Hi,

I want to know what is

System monitoring

Application Monitoring.

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

System monitoring

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f8acd1ea-0c01-0010-3eb4-ed43ce8d...

http://help.sap.com/saphelp_nw04/helpdata/en/59/f249f814a611d28dbc0000e816c2ff/frameset.htm

Java Application Monitoring

http://help.sap.com/saphelp_nw04/helpdata/en/84/c21d40bb37e569e10000000a155106/frameset.htm

Monitoring Java applications is a complex task of significant importance for every application developer. SAP Application Server Java (AS-Java) provides a flexible and ready to use infrastructure for keeping track of the application data and performance. The concept of the monitoring architecture is to make all required information available in a central monitoring system (CEN), and therefore to make the administratorsu2019 work easier.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

monitoring is one of the important part of our integration.

we can do monitoring by two methods

1) runtime work bench in java stack.(u can view this by transaction code SXMB_IFR) . here you can have more options to monitor . there message monitoring , adaptor monitoring , end to end monitoring , component monitoring will be there . according to your requirement you have to go ffor relevent monitoring options .

2) we can have another method to monitor .it is monitor in abap stack . we can monitor this in transaction code SXMB_MONI (for normal scenarios) .for BPM scenarios we have to go to SXMB_MONI_BPE. to directly monitor all the processed XML messages you can go through SXI_MONITOR.

To know how to monitor messages in Xi server go thr' the PDF below

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6...

see how to monitor integration process(BPM) in XI ...go tro' PDF below

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e7bc3a5a-0501-0010-1095-eb4...

see How to Monitor and Analyze Errors in the Adapter Engine go thr' PDF below.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/08438c77-0501-0010-50a0-e39...

Regards,

Soumya

Former Member
0 Kudos

Hi,

Check this link for different kind of monitorings.

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Difference between System and Application Monitoring

Application Monitiring involves Complete Application flow from sender system to target system. Here you have to check network connections

System monitoring involves After reaching the application into your system it will start. The above list of monitorings will come into this categery.

Thanks,

RamuV