Bug 611820
| Summary: | qpid-stat -c always shows "msgOut" as zero | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Ted Ross <tross> |
| Component: | qpid-qmf | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED ERRATA | QA Contact: | Petra Svobodová <psvobodo> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | esammons, gsim, jneedle, mcressma, psvobodo |
| Target Milestone: | 2.0 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-mrg-0.9.1079953-1 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
The counters on the broker were not updated for outgoing frames/messages.
Consequence:
The statistics were not accurately reported for outgoing frames and messages but always showed zero.
Fix:
The statistics were updated for outgoing frames and messages.
Result:
The statistics reported are now accurate.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-23 15:47:46 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
http://svn.apache.org/viewcvs?view=rev&rev=1057578, will be part of 2.0 release
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Cause:
The counters on the broker were not updated for outgoing frames/messages.
Consequence:
The statistics were not accurately reported for outgoing frames and messages but always showed zero.
Fix:
The statistics were updated for outgoing frames and messages.
Result:
The statistics reported are now accurate.
The "msgOut" value reported by the "qpid-stat -c" tool is updated. The issue does not occur any more. Tested packages: qpid-cpp-0.10.3 --> VERIFIED Verified on RHEL 5.6 / 6.1rc i[36]86 / x86_64 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0890.html |
The management stats (set in the broker) for Connection.{frames,bytes}ToClient are always zero. The broker needs to be updated so that these counters are accurately imcremented.