cancel
Showing results for 
Search instead for 
Did you mean: 

How to find total work-process count on all application servers

Former Member
0 Kudos

HI Gurus,

We have 10 application server and each have more than 20 wps. 


Is there anyway to find total number of work process on all application servers.


sm50 shows current WP count on selected app server, same as

sm66 shows all wps that are being used, not total WPs


Thanks


Adil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nayeem

go to SM66 ---> Menu --> Process List ---> Select Process button ..

In the pop up - tick mark the Status of Waiting ..


Then it will show you all the work processes . Hope it helps.


thanks


Rishi

Former Member
0 Kudos

Thank Rishi,

Really helpful, but I am still looking for total count of WPs of all servers.  For example all application servers has 200 WPs.

Is there any report or tcode that shows total count of WPs of all application servers?

Thanks

Adil

Former Member
0 Kudos

Hi Adil

Go to RZ04 ---> and then click on Instances / Operation Modes..

It will tell you the work process summation for all the application servers in  your SAP system ( and sub divided along Operation Modes like Day / Night / batch etc )

Basically it is for Operation Mode configuration ( RZ04 ) but can be easily used to get the information you are looking for.

Hope it helps

Thanks

Rishi

Former Member

Hi,

Can use this function module.

TH_COUNT_WPS

Thanks

Rishi abrol

Answers (1)

Answers (1)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Option 1 - Tx SM66 - F7 and select "Waiting"

Option 2 - Tx RZ04 - Instances/Operation Modes - Check the "Sum" part.

You will have to do a small calculation to get the total of all the AS's.

Regards

RB

Former Member
0 Kudos

Hi Rishi,

I have tried the function module TH_COUNT_WPS - It says that this function module does not exist.

I have found a way to find the total number of WPs on DB2 database and the tcode is DB2.  Please see below screenshot.  I believe this feature should also be available with other databases such Oracle, MS SQL, etc.

Please let me know.

Thanks.

Nayeem

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Unfortunately I don't see that option.

Regards

RB

Former Member
0 Kudos

I can't see either...

but i can execute the function module TH_COUNT_WPS to see the logged in app system WPs... tried all combination to get WPs from all the apps but not working.