Engineering Lifecycle Management Wiki - Deployment
Deployment Web
Planning and design
Installing and upgrading
Migrating and evolving
Integrating
Administering
Monitoring
Troubleshooting
Community information and contribution guidelines
Create new topic
Topic list
Search
Advanced search
Notify
RSS
Atom
Changes
Statistics
Web preferences
E
dit
A
ttach
P
rintable
TWiki
>
Deployment Web
>
WebPreferences
>
CLMMonitoringMBeans
>
CLM6061MXBeans
>
Common6061Beans
>
ServerActivityMetricsTask6061
Revision 5 - 2018-11-29 - 11:24:53 - Main.zz00tc
<div id="header-title" style="padding: 10px 15px; border-width:1px; border-style:solid; border-color:#FFD28C; background-image: url(<nop>https://jazz.net/wiki/pub/Deployment/WebPreferences/TLASE.jpg); background-size: cover; font-size:120%"> ---+!! !ServerActivityMetricsTask Build basis: 6.0.6.1 %ENDCOLOR%</div></sticky> #TopPage <!-- Page contents top of page on right hand side in box --> <sticky><div style="float:right; border-width:1px; border-style:solid; border-color:#DFDFDF; background-color:#F6F6F6; margin:0 0 15px 15px; padding: 0 15px 0 15px;"> %TOC{title="Managed Beans"}% </div></sticky> <sticky><div style="margin:15px;"></sticky> <br> ---+ Server Activity Summary Metrics MBean Publish the server activity (active users count, active services count, etc.) during the specified interval as a MBean. This is useful to understand the usage and load patterns in a production system. ---+++!! Advanced Property You enable this bean by setting *Enable Server Activity Metrics MBean* to *true* ---+++!! Object Name <verbatim> com.ibm.team.foundation.serveractivity:name=<<contextRoot>>, type=serverActivitySummaryMetrics </verbatim> ---+++!! Default Frequency for Publishing 10 minutes ---+++!! Attributes %TABLE{ sort="on" tableborder="1" cellpadding="3" cellspacing="3" headerbg="#D5CCB1" headercolor="#666666" databg="#FAF0D4, #F3DFA8" headerrows="1" footerrows="1" }% | *Attribute* | *Description* | *Type* | | creationTimeStamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp | | host | This is the host name where the CLM application is running | String | | port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int | | contextRoot | This is the application root context for the CLM application | String | | nodeId | This is the application node id in case the CLM application is clustered | String | | Domain | This is the namespace for the application under which the MBean data is published | String | | activeUsersCount | This is the total number of active users during the specified interval | Long | | activeServicesCount | This is a total number of actives services during the specified interval | Long| | activityInterval | This indicates the duration of the interval in seconds | Long| | userWithMostServicesInInterval | This is the user with the most active services during the interval | String | <br> [[#TopPage][Back to top]] <hr> ---+ Active Service Counter Metrics MBean Captures the response time for service methods ---+++!! Advanced Property You enable this bean by setting *Enable Active Service Counter Metrics MBean* to *true* ---+++!! Object Name <verbatim> com.ibm.team.foundation.counter:name=<<contextroot>>, type=counterMetrics, group=activeServices, facet=<<facet>>, counterName=<<counterName>> </verbatim> ---+++!! Default Frequency for Publishing 10 minutes ---+++!! Attributes %TABLE{ sort="on" tableborder="1" cellpadding="3" cellspacing="3" headerbg="#D5CCB1" headercolor="#666666" databg="#FAF0D4, #F3DFA8" headerrows="1" footerrows="1" }% | *Attribute* | *Description* | *Type* | | averageOverInterval | This is the average value of the range counter for this collection time interval | Double | | component | This represents the component name associated with this web service. Value of UnKnown is returned if component name cannot be derived | String | | contextRoot | This is the application root context for the CLM application | String | | countOverInterval | This is the count for this collection time interval | Long | | domain | This is the namespace for the application under which the MBean data is published | String | | facet | This represents a particular aspect of this counter | String | | group | This is the group that the counter belongs to | String | | host | This is the host name where the CLM application is running | String | | id | This represents a unique id for this counter | String | | intervalDuration | This is the collection time interval in seconds | Double | | mbeanCreationTimestamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp | | name | This is the name of specific counter | String | | nodeId | This is the application node id in case the CLM application is clustered | String | | port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | Integer | | stdDev | This is the standard deviation value of the range counter | Double | | totalOverInterval | This is the total value of the range counter for this collection time interval | Double | | transactionRate | This is the transaction rate (countover interval/interval duration) in counts per second | Double | <br> [[#TopPage][Back to top]] <hr> ---+ Active Services Counter Summary Metrics Captures the response time for service methods and reports by component and across all components ---+++!! Advanced Property You enable this bean by setting *Enable Active Service Counter Metrics MBean* to *true* ---+++!! Object Name <verbatim> com.ibm.team.foundation.activeservices:name=<<contextRoot>>, type=activeServicesCounterSummaryMetrics, facet=<<facet>>, component=<<scenario>> </verbatim> ---+++!! Default Frequency for Publishing 10 minutes ---+++!! Attributes %TABLE{ sort="on" tableborder="1" cellpadding="3" cellspacing="3" headerbg="#D5CCB1" headercolor="#666666" databg="#FAF0D4, #F3DFA8" headerrows="1" footerrows="1" }% | *Attribute* | *Description* | *Type* | | mbeanCreationTimestamp | This is the time when the MBean was updated with a snapshot of the relevant data | Timestamp | | host | This is the host name where the CLM application is running | String | | port | This is the port number where the CLM application is accessible on the host. The value is -1 if the port is not set. | int | | contextRoot | This is the application root context for the CLM application | String | | nodeId | This is the application node id in case the CLM application is clustered | String | | Domain | This is the namespace for the application under which the MBean data is published | String | | averageOverInterval | This is the average value across all range counters for this collection time interval | Double | | component | This represents the component name associated with this active service summary. Value of Unknown is returned if component name cannot be derived | String | | countOverInterval | This is the total count across all range counters for this collection time interval | Long | | facet | This represents a particular aspect of this summary | String | | group | This is the group that this counter summary belongs to | String | | intervalDuration | This is the collection time interval in seconds | Double | | maxOverInterval | This is the maximum average value across all range counters for this collection time interval | Double | | totalOverInterval | This is the total value across all range counters for this collection time interval | Double | | transactionRate | This is the transaction rate (countover interval/interval duration) in counts per second | Double | <br> [[#TopPage][Back to top]] <hr> ---+++++!! Related topics: [[Common606Beans][Common Managed Beans]] <sticky></div></sticky>
E
dit
|
A
ttach
|
P
rintable
|
V
iew topic
|
Backlinks:
We
b
,
A
l
l Webs
|
H
istory
: r5
<
r4
<
r3
<
r2
<
r1
|
M
ore topic actions
Copyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our
Terms of Use.
Please read the following
disclaimer
.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more
here
.