‎2008 Apr 15 9:22 AM
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)
‎2008 Apr 15 9:29 AM
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).
‎2008 Apr 15 9:37 AM
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
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.
‎2008 Apr 15 9:38 AM
‎2008 Apr 15 9:51 AM
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
‎2008 Apr 15 3:24 PM
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