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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Current Users - Windchill 9.1 Server Status page

MikeLockwood
22-Sapphire I

Current Users - Windchill 9.1 Server Status page

Please see attached one-slide PPT - would like to be able to chart this over the hours ofthe day.
2 REPLIES 2

This is likely capturing the session mbeans via jmx. Not specific to
windchill but servlet stuff can be googled. Quickest approach will probably
involve dissecting that jsp to figure out the key for tracking server
sessions.



jessh
5-Regular Member
(To:MikeLockwood)

In Windchill one can capture and log any JMX MBean attribute value on a
scheduled basis via creation/configuration of a Summary MBean.

The case in question involves the TotalActiveUserCount attribute of the
MBean with ObjectName "com.ptc:wt.subsystem=Monitors,Name=ActiveUsers"
/in the server manager/.

In X-20 this (along with most other items in the server status page) is
logged to the database and charted for you out-of-the-box.

In R9.1 M050 the same database logging capability (AsyncJDBCAppender) is
present -- and thus configuring a Summary logger to log to an
appropriate AsyncJDBCAppender is possible given sufficient time/effort.

--
Jess Holle

Top Tags