‎2007 Mar 02 10:14 AM
Hi,
Is there a possibility of analyzing the runtime performance of a program which is available in a remote server ? Any options available in SE30 ?
Worthy answers would be rewarded..
Rgds
‎2007 Mar 02 10:34 AM
Hi,
No, the option is not available in se30.
regards,
madhu
‎2007 Mar 02 10:53 AM
Madhu,
Tnx for the reply, i know there is no option which is available on the surface, just wanted to accomplish the objective of testing a program in the prod. server from QS. How do i do it?/
Rgds
‎2007 Mar 02 11:53 AM
Hi!
If your program in QS is fast, than you need either more data or access to prod. Shouldn't be so difficult to understand, so that you should get at least one. Emphasis, that your program is fast in QS -> there is an essential difference in prod.
ST05 can show you already missing index access, have also a look, if you have read table without binary search (or sorted / hashed definition) for large internal tables - that you can do without mass data.
Regards,
Christian
‎2007 Mar 02 11:57 AM
Hi,
Tnx for that christian, i agree with ur thought on evaluating the program in QS Vs Prod. Further more, if you can really compare two diff. programs one on the current server and other from a remote server through a rfc dest. I'm trying to achieve a similar kind of scenaio where periodically i would like to measure the runtime eff. of my prog. in the prod. from the qs...i believe this should give u more insight into my issue...
Rgds
‎2007 Mar 05 2:46 PM
Hi,
write some stats (e.g. timestamp for various steps) into an own table and read this via RFC_READ_TABLE (FM).
Rgds
‎2007 Mar 05 2:59 PM