Bug #46553 Agent - Stop reporting quan values as bytes_rel and bytes (among other values)
Submitted: 4 Aug 2009 19:43 Modified: 20 Jan 2016 14:43
Reporter: Diego Medina Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Enterprise Monitor: Agent Severity:S3 (Non-critical)
Version:2.1.0.1082 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[4 Aug 2009 19:43] Diego Medina
Description:
The agent currently has a set of "counters" that the service manager does not need any more.

They are:
"bytes"
"bytes_rel"
"count"
"count_rel"
"exec_time"
"exec_time_rel"
"rows"
"rows_rel"

The agent should just convert those variables to relative and get rid of the *_rel variables

Currently, if the service manager does not see a *_rel variable being sent, it assumes that the foo variable is "relative"
(This is how the C/J quan works)

How to repeat:
1- Install and start the service manager and agent
2- Enable query analyzer
3- Set the log level of "inventory"on the Service Manager to DEBUG
4- Send some queries through the proxy port
5- Monitor the service manager log and notice the *_rel variables being sent

Suggested fix:
The agent should just convert those variables to relative and get rid of the *_rel variables
[20 Jan 2016 14:43] Mark Leith
Closing, this 2.x agent is no longer supported.