cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

how to get user load of a perticular methodserver ?

ManojC
1-Newbie

how to get user load of a perticular methodserver ?

in a clustered environment, how to get the details of total number of user request handled by each node ??

1 ACCEPTED SOLUTION

Accepted Solutions
jessh
5-Regular Member
(To:ManojC)

Windchill/wtcore/jsp/jmx/serverStatus.jsp

[or the JMX MBeans it uses]

By the way, if you're looking at load balancing you'll likely want to balance based on active servlet sessions since Windchill requires session affinity and the CPU, etc, used on a given node can change radically over time.

View solution in original post

1 REPLY 1
jessh
5-Regular Member
(To:ManojC)

Windchill/wtcore/jsp/jmx/serverStatus.jsp

[or the JMX MBeans it uses]

By the way, if you're looking at load balancing you'll likely want to balance based on active servlet sessions since Windchill requires session affinity and the CPU, etc, used on a given node can change radically over time.

Top Tags