google-code-export / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
1 stars 0 forks source link

log_bytes_flushed and log_bytes_written lost #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While trying to add all the new graph niceties to mysql-snmp, I discovered
the current cacti templates don't compute anymore:

 * log_bytes_flushed
 * log_bytes_written

It looks like those were lost when the templates moved from mysql
computations to PHP-only 64 bits computations.

Those values are still referenced into the "InnoDB Log" graph in
mysql-definitions.pl.

Original issue reported on code.google.com by brice.fi...@gmail.com on 26 Oct 2009 at 7:18

GoogleCodeExporter commented 9 years ago
Thanks.  I see the issue.  Will fix and re-release soon.

Original comment by baron.schwartz on 26 Oct 2009 at 7:14

GoogleCodeExporter commented 9 years ago
Looks like these are the only things missing, from what I can see.

Original comment by baron.schwartz on 26 Oct 2009 at 7:20

GoogleCodeExporter commented 9 years ago
They were renamed, because I forgot that they were more than intermediate 
computation
variables.  Fixed in r277.  I'll wait a bit and see if anything else is found 
before
I release a new version.

Original comment by baron.schwartz on 26 Oct 2009 at 7:33