cancel
Showing results for 
Search instead for 
Did you mean: 

My SAP ECC 5.0 server is slow

Former Member
0 Kudos

hi all,

In my organization My SAP ECC 5.0 (IDES)server is very slow. how can i get the actual reason why my server is slow?

can anybody suggest me what procedure i have to follow.

waiting for your help..............

Thanks in advance,

regards,

Hardik Patel.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Hardik,

There may be several reasons.First of all u will have to find out that reason.There are some following reasons.

1) Hardware insufficient.(in this case u need to check and upgrade hardware requirement.)

2) Insufficient buffer or swap space,due to this your CPU utilization increases.It causes wait time.You can check buffer utilization by T. code St02 and CPU utilization by ST06.

3) Last reason may be your expensive SQL statements.Which unnecesarlly holds the CPU and creates

deadlock situation.For this You will have to find out the programs which are having high responce time.You can use ST03 tcode.

Go to responce time.

Hope this will solve your problem completely.

If you find this answer helpful then plz revard me appropriate points.

Regards

Aditya Kumar

JPReyes
Active Contributor
0 Kudos

Hi Hardik,

You can get info about performance in ST03N, you can also check memory usage and swaps at ST02, check OS(CPU, memory, etc...) at ST06 , check DB at DB02

Hope this help!

Juan

Please reward points if helpful

Former Member
0 Kudos

hi jaun,

thanks,

can you tell what parameters i have to check among those transaction codes and the what values of that parameters should be. and if among those parameters some are not of apropriate values then what actions i have to take.

please if you know tell me step by step,

thanks in advance,

regards,

Hardik Patel.

Former Member
0 Kudos

Hello Hardik,

Assuming your problem is with SAP GUI users and not batch, generally, I'd start by looking at ST03N Workload Overview and looking at the daily average dialog response time. It should be < 1 second. If it's not then I'd look to the right at the average times for CPU and DB and see where the time is being spent. Generally CPU would be < 200ms, DB < 600ms, and the remainder is roll time and GUI time. If CPU is high you may need a CPU upgrade or need to spread users out accross more servers. If it's DB, then your DB may need a CPU upgrade, may need more memory for cache, or more disk spindles to handle the IO. More likely, you have some bad code that that is using a lot of resources when it runs. It doesn't take many of these programs to make the system slow.

If you look at ST06, detailed analysis, previous hours... CPU should be <65%, Memory KB paged in/hour should be < 25% of physical RAM, and queue length for each disk (press the Disk--/++ button should be < 1).

I'll recommend a good book that should help. It's SAP Performance Optimization Guide, by Thomas Schneider, from SAP Press. I'm not affiliated with SAP Press or the author, I just like this book.

Hope this helps.

Jeff