Skip to main content
1-Visitor
February 18, 2015
Solved

how to get user load of a perticular methodserver ?

  • February 18, 2015
  • 1 reply
  • 1051 views

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

Best answer by jessh

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.

1 reply

jessh12-AmethystAnswer
12-Amethyst
February 18, 2015

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.