‎2010 Jan 24 12:48 PM
HI ,
we are facing some problem in performance in our Z program and
the problem (which reported from the QA team with Mercury software ) is in the program CPU
consumption .
i want to check it with SAP tools , there is a SAP tool which i can use for this test
in SE30 I don't find any column of CPU usage .
Thanks and regards
James
‎2010 Jan 25 5:38 AM
If required check tool link:[SAPOSCOL|http://www.easymarketplace.de/saposcol.php#Command]
‎2010 Jan 24 2:45 PM
use the statement GET RUNTIME, u can create a zprogram to get the runtime,
in this zprogram call ur other program using submit
‎2010 Jan 24 4:19 PM
‎2010 Jan 24 6:56 PM
Hi,
You can check the CPU utilization of your program using transaction code STAD.
Thanks
Suman
‎2010 Jan 25 10:46 AM
HI ,
Thanks there is a way to do dive in for the program since the program call to lot of methods
and i want to know where is the weak point .
Regards
James
‎2010 Jan 25 10:51 AM
Hi James,
Detail data for the processes that cause the largest CPU load:
Process ID
Owner of the process
Command that started the process
Absolute and percentage CPU usage by the process
Resident process size in kilobytes
Priority of the process
https://cw.sdn.sap.com/cw/docs/DOC-11720
Manas M.
Edited by: Kumar Manas Mishra on Jan 25, 2010 11:52 AM
‎2010 Jan 25 2:09 PM
HI Kuma,
Thanks but i need a sap tool which can help me to analyze the program performance (CPU) .
Regards
James
‎2010 Jan 25 5:38 AM
If required check tool link:[SAPOSCOL|http://www.easymarketplace.de/saposcol.php#Command]
‎2010 Jan 25 5:42 AM
go to se 30.
give your report name. execute it and evaluate it. It will give you a detailed log for the report. how much is the database usage, how much is the system usage and all.
system usage is the CPU usage.
Sumit