VMware Cloud Community
MartiH
Contributor
Contributor

mySql Monitoring crazy stats

I have set-up HypericHQ monitoring basic LAMP stack, to evaluate HypericHQ.
I successfully installed server & agent, and it seemed to be working fine.
I added some extra additional Metrics to monitor in a simple test database table.
I manually inserted, deleted, updated, and selected records, to see what HypericHQ would say.
Everything looked fine except "Number of Rows Inserted" which shows 23,449.
This is a internal DB, with no outside connections, no applications hitting it, or anything..


Any idea what could be going on?

Thanks
0 Kudos
1 Reply
excowboy
Virtuoso
Virtuoso

Hi,

you may connect to MySQL CLI and run the statement:

SHOW GLOBAL STATUS LIKE 'Handler_write';

If the statement output correlates with Hyperic HQ's output there is nothing wrong on HQs monitoring.

hth
Mirko
0 Kudos