cancel
Showing results for 
Search instead for 
Did you mean: 

how can i improve my system performance

Former Member
0 Kudos

hi Experts ,

could you please solve my Doubt

here some consultents are complainting on quality server is working very slow

for that i checked all my system but i did not get any problems in my system .

one more the quality server is slow at some perticular time periods only not always

how can i trace out that please reply me

another one

how can i Reset my buffer values and if i done this any improvements are happened on my system

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ayur,

To address your first questions, need to

Dilalog WPs are in waiting state (no PRIV state)

CPU utilization

Database stats updated or not

Any net work related issue

Since your problem is not continuous investigating a). Operating System at that time will be useful.

ST03N response times analysis is the conclusion area whether the problem is related to OS, DB, Network etc.

Regarding your second query:

You can buffers as below

$SYNC This resets all buffers of the application server

$CUA This resets the CUA buffer of the application server

$TAB This resets the TABLE buffers of the application server

$NAM This resets the nametab buffer of the application server

$DYNP - the screen buffer of the application server

Check link: http://www.sap-basis-abap.com/bc/resetting-the-buffer-in-sap.htm

But before restting the buffers have a look at teh link below

http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a6f8f505211d189550000e829fbbd/content.htm

Hope . . This may be helpful

Rgds

Jalli

Former Member
0 Kudos

hi Jalli,

here i reset my buffers in my system before as like you mentioned then also i did not get fast in my clients

Actually two clients only facing that (slow) problem and other 2 clients are working fine (total 4 clients in my system )

please reply me

Regards

Former Member
0 Kudos

Ayur,

Following checks may be useful

a. ST03, choose Performance Database -> goto - >profiles - > RFC profile

b .Analyse the output (Times) from the output of STAD (Mention the specific client in STAD)

c. Check any background jobs running for very long time

while less or no users on other (good condition clients), you can try below too

d. Increase the WP trace level, i think CTRLSHIFTF7 and check any useful info

e. Swich on the trace in ST05 and analyse the output

rgds

Former Member
0 Kudos

Ayur,

Did you manage to fix the issue . .

reds

jalli

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you're asking yourself this kind of question, you should urgently take a SAP administration course.

You can't get this knowledge and experience from forum questions because the answer will be :

Check transactions :

ST06, STAD, ST03, DB02, ST04, ST05 and so on....

Regards,

Olivier

markus_doehr2
Active Contributor
0 Kudos

> here some consultents are complainting on quality server is working very slow

> for that i checked all my system but i did not get any problems in my system .

What exactly did you check?

> one more the quality server is slow at some perticular time periods only not always

> how can i trace out that please reply me

You can use "perfmon" on Windows to check performance data over some time. You can use ST06/OS07N.

> another one

> how can i Reset my buffer values and if i done this any improvements are happened on my system

Restart the instance

Markus