Bug 1005220 - [eap6] calltime metrics are missing for ManagedServerDeployments
Summary: [eap6] calltime metrics are missing for ManagedServerDeployments
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: 4.9
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-06 13:09 UTC by Libor Zoubek
Modified: 2022-03-31 04:28 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Libor Zoubek 2013-09-06 13:09:09 UTC
Description of problem: I found out that repsponseTime data produced by rt-filters are not consumed by agent, this only applies for managed servers (running on host controller). It looks like agent tries to read rt log files from wrong place.


Version-Release number of selected component (if applicable):
RHQ 4.9-master build

How reproducible: always

Steps to Reproduce:
1. have EAP6 in running domain mode
2. enable rt-filter on every profile
3. deploy sample app to main-server-group (this goes to 2 managed servers by default)
4. enable response time metrics on deployments (under managed server) web subsystems
5. do some requests to deployed app (make sure you do more than 10 requests)
6. verify "Calltime" results

Actual results: no calltimes are shown
Agent log contains following warnings
WARN  [ResourceContainer.invoker.daemon-315] (rhq.core.pluginapi.util.ResponseTimeLogParser)- Response-time log file '/home/hudson/jboss-eap6-domain/domain/log/rt/hello_rt.log' does not exist.

but real response time logs are produced to /home/hudson/jboss-eap6-domain/domain/servers/server-one/log/rt/hello_rt.log


Expected results: you should see calltime results


Additional info:


Note You need to log in before you can comment on or make changes to this bug.