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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

how to get user load of a perticular methodserver ?

ManojC
7-Bedrock

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 ??

ACCEPTED SOLUTION

Accepted Solutions
jessh
12-Amethyst
(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
12-Amethyst
(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.

Announcements


Top Tags