Advertisement
xsbr

Galera SST rsync - show status

Nov 21st, 2011
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.97 KB | None | 0 0
  1. mysql> SHOW STATUS LIKE 'wsrep%';
  2. +----------------------------+--------------------------------------+
  3. | Variable_name              | Value                                |
  4. +----------------------------+--------------------------------------+
  5. | wsrep_local_state_uuid     | 63a3602a-1445-11e1-0800-a2059aac0e84 |
  6. | wsrep_protocol_version     | 1                                    |
  7. | wsrep_last_committed       | 0                                    |
  8. | wsrep_replicated           | 0                                    |
  9. | wsrep_replicated_bytes     | 0                                    |
  10. | wsrep_received             | 1                                    |
  11. | wsrep_received_bytes       | 123                                  |
  12. | wsrep_local_commits        | 0                                    |
  13. | wsrep_local_cert_failures  | 0                                    |
  14. | wsrep_local_bf_aborts      | 0                                    |
  15. | wsrep_local_replays        | 0                                    |
  16. | wsrep_local_send_queue     | 0                                    |
  17. | wsrep_local_send_queue_avg | 0.000000                             |
  18. | wsrep_local_recv_queue     | 1                                    |
  19. | wsrep_local_recv_queue_avg | 0.500000                             |
  20. | wsrep_flow_control_paused  | 0.000000                             |
  21. | wsrep_flow_control_sent    | 0                                    |
  22. | wsrep_flow_control_recv    | 0                                    |
  23. | wsrep_cert_deps_distance   | 0.000000                             |
  24. | wsrep_apply_oooe           | 0.000000                             |
  25. | wsrep_apply_oool           | 0.000000                             |
  26. | wsrep_apply_window         | 0.000000                             |
  27. | wsrep_commit_oooe          | 0.000000                             |
  28. | wsrep_commit_oool          | 0.000000                             |
  29. | wsrep_commit_window        | 0.000000                             |
  30. | wsrep_local_state          | 0                                    |
  31. | wsrep_local_state_comment  | Initialized (0)                      |
  32. | wsrep_cert_index_size      | 0                                    |
  33. | wsrep_cluster_conf_id      | 1                                    |
  34. | wsrep_cluster_size         | 1                                    |
  35. | wsrep_cluster_state_uuid   | 63a3602a-1445-11e1-0800-a2059aac0e84 |
  36. | wsrep_cluster_status       | Primary                              |
  37. | wsrep_connected            | ON                                   |
  38. | wsrep_local_index          | 0                                    |
  39. | wsrep_provider_name        | Galera                               |
  40. | wsrep_provider_vendor      | Codership Oy <info@codership.com>    |
  41. | wsrep_provider_version     | 21.1.0(r86)                          |
  42. | wsrep_ready                | OFF                                  |
  43. +----------------------------+--------------------------------------+
  44. 38 rows in set (0.00 sec)
  45.  
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement