Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
in a clustered environment, how to get the details of total number of user request handled by each node ??
Solved! Go to Solution.
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.
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.