Package wt.util.jmx
Class ExportPerfTables
java.lang.Object
wt.util.jmx.ExportPerfTables
Utility class and command-line entry point to export system health/performance tables from a
Windchill database to a portable (non-database-specific) format for use with
Supported API: true
Extendable: false
ImportPerfTables.
For Utility :
Following command on a windchill shell will produce zip file(s) only consisting of JMX Data by the following name(s)
- JMXData.zip
- JMXData_1.zip (if JMZ Data more than 200 MB)
- JMXData_2.zip (if JMZ Data more than 200 MB)
windchill --javaargs="-Xnoagent -Xdebug -Xrunjdwp\:transport\=dt_socket,address\=9001,server\=y,suspend\=n" wt.util.jmx.ExportPerfTables -trace
-maxAgeDays 15 -minAgeDays 1
-i CacheStatistics,JmxNotifications,Log4JavascriptEvents,MethodContexts,MethodContextStats,MethodServerInfo,MiscLogEvents,MSHealthStats,RawMethodContextStats,
RawServletRequestStats,RemoteCacheServerCalls,RequestHistograms,RmiHistograms,SampledMethodContexts,SampledServletRequests,ServerManagerInfo,ServletRequests,
ServletRequestStats,ServletSessionStats,SMHealthStats,TopSQLStats,UserAgentInfo
-x RmiPerfData
/opt/ptc/horse_437/ZipFIles/JMXData.gz
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceInterface for a redaction callback delegate toExportPerfTables.static interfaceFactory interface for creatingExportPerfTables.Redactorobjects, which are used byExportPerfTablesto perform data redaction. -
Method Summary