Application Development and Automation 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: 
Read only

Function module to retrieve system performance ?

Former Member
0 Likes
1,604

Hello gurus,

I'm trying to find function module or a program that will retrive the performance of my system,

for example ST03 data like : Dialog response time and etc.

Anyone familiar with away to retrieve it ?

Please advice,

Dimitry Haritonov

(promise to regard with points)

5 REPLIES 5
Read only

Former Member
0 Likes
1,065

Hi,

U can check in RZ20,RZ03,RZ01SM66,ST03,STAD,STAT,AL05,ST07,ST02,ST10,AL04,TU02,OS04,OS06,ST04,

See in menu path

Tools>CCMS>control/monitor

Regards,

Kumar(Reward if helpful).

Read only

Former Member
0 Likes
1,065

Please use ST05 and SE30 Transactions :

Check the below links :

[original link is broken] [original link is broken] [original link is broken]

http://help.sap.com/saphelp_nw04/helpdata/en/06/b5f8926ba22b45bc9eaa589f1c835b/content.htm

Nice web logs by Vikas Please do check this. On number range buffering,

/people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range

docs bw loading performance material

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1955ba90-0201-0010-d3aa-8b2...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3a699d90-0201-0010-bc99-d5c...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4c0ab590-0201-0010-bd9a-833...

and don't miss bw performance knowledge centre, there are e-learning

[original link is broken] [original link is broken] [original link is broken]

A nice weblog by Vikas Please do check this.on number range buffering,

/people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range

Pls do check the link where have u can all the performance issues and sloution

[original link is broken] [original link is broken] [original link is broken]

Regards,

Raj.

Read only

Former Member
0 Likes
1,065

hI,

PLEASE TRY THIS BAPI,

BAPI_SYSTEM_MT_GETPERFDATA

Read only

0 Likes
1,065

Hi guys,

Thanks for the links but I don't need explanation on performance. I am looking for a way

to retrieve the data that appears in ST03N with a RFC function (for my use later).

@Brown: BAPI_GET_SYSTEM_MT_GETPERFDATA - I run this but nothing showed up.

I found SAPWL_WORKLOAD_GET_SUMMARY but I don't know how to use it ... it doesn't show me

workload data at all.

Please advice,

Dimitry Haritonov

Read only

1,065

After googeling all the day I found the following function modules:

-For retrieving a history performnace you can use: SAPWL_WORKLOAD_GET_SUMMARY

-If you want to get current performance (response time for the las period of time for example: last 5 minutes) you should use

SAPWL_SNAPSHOT_FROM_REMOTE_SYS.

Dimitry Haritonov