Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set values for innodb redo log position graphs #85

Closed
wants to merge 3 commits into from

Conversation

cosmok
Copy link
Contributor

@cosmok cosmok commented Apr 16, 2016

as were returning nothing in the two MySQL versions that I tested:
5.5 and 5.7

cosmok added 3 commits April 16, 2016 15:37
as were returning nothing in the two MySQL versions that I tested:
5.5 and 5.7
@roidelapluie
Copy link
Collaborator

Can you please fix the tests?

@cosmok
Copy link
Contributor Author

cosmok commented May 8, 2016

Hi @roidelapluie could you please provide some guidance here?
I tried updating like below, but, test is still failing:

index e15eeed..cc250c1 100644
--- a/t/mock/mysql_51_data.pm
+++ b/t/mock/mysql_51_data.pm
@@ -67,9 +67,9 @@ Hash table size 27624811, node heap has 1717 buffer(s)
 ---
 LOG
 ---
-Log sequence number 3 1444276404
-Log flushed up to   3 1444276404
-Last checkpoint at  3 1316559540
+Log sequence number 1444276404
+Log flushed up to   1444276404
+Last checkpoint at  1316559540
 0 pending log writes, 0 pending chkp writes
 16813492 log i/o's done, 85.84 log i/o's/second
 ----------------------
diff --git a/t/values.out b/t/values.out
index 4f247c4..241543f 100644
--- a/t/values.out
+++ b/t/values.out
@@ -101,12 +101,12 @@ ib_iop_aioread.value 0
 ib_iop_aiowrite.value 0
 multigraph mysql_innodb_log
 innodb_log_buffer_size.value 33554432
-ib_log_flush.value 14329178292
-ib_log_written.value 14329178292
+ib_log_flush.value 1444276404
+ib_log_written.value 1444276404
 multigraph mysql_innodb_lsn
-Innodb_lsn_current.value U
-Innodb_lsn_flushed.value U
-Innodb_lsn_last_checkpoint.value U
+Innodb_lsn_current.value 1444276404
+Innodb_lsn_flushed.value 1444276404
+Innodb_lsn_last_checkpoint.value 1316559540
 multigraph mysql_innodb_queries
 ib_innodb_queries.value 0
 ib_innodb_transactions_active.value U

roidelapluie added a commit to roidelapluie/munin-mysql that referenced this pull request Oct 7, 2016
Closes kjellm#85

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
roidelapluie added a commit to roidelapluie/munin-mysql that referenced this pull request Oct 7, 2016
Closes kjellm#85

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
@roidelapluie
Copy link
Collaborator

This is invalid. The LSN graph is correct on MariaDB.
dilsn

Those graphes are doable in Pescona Server and MariaDB. They will be empty on MySQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants