Question
5
Replies
300
Views
Anthem
Posted: December 12, 2017
Last activity: January 11, 2018
How to find the Browser requester count of multiple JVM's instead of logging into individual SMA url's (AES setup not available).
Hi Team,
Could you please let us know the best possible way to find the Browser requester count of multiple JVM's instead of logging into individual SMA url's.AES setup is not available.
Hi Pradeep,
Did not get a chance to create the scenario!!
However you can use "pega.getConnectionsList(myStepPage);" in a JavaStep in activity to get list of all requestor for current node. (RequestorsOnlineContent Activity Step 2)
Then you need to run the same code in all the node to count it.
To run it on all the node you can use SOAP Uri since it would be different across nodes.
This has been explained here
https://pdn.pega.com/community/pega-product-support/question/there-option-stop-all-requestors-onceinstead-going-one-one
Thanks,
Ujjwal