Oracle 5.0 Reference Manual page 2662

Table of Contents

Advertisement

Mysqlnd replication and load balancing plugin (mysqlnd_ms)
Statistic Description
Number of statements the built-in query analyzer recommends sending
use_slave_guess
to a slave because they contain no SQL hint to force use of a certain
server. The recommendation may be overruled in the following. It is
not guaranteed whether the statement will be executed on a slave or
not. This is how often the internal
that a slave shall be used. Please, see also the user space function
mysqlnd_ms_query_is_select.
Number of statements the built-in query analyzer recommends sending
use_master_guess
to a master because they contain no SQL hint to force use of a certain
server. The recommendation may be overruled in the following. It is
not guaranteed whether the statement will be executed on a slave or
not. This is how often the internal
that a master shall be used. Please, see also the user space function
mysqlnd_ms_query_is_select.
Number of statements sent to a slave because statement begins with
use_slave_sql_hint
the SQL hint to force use of slave.
Number of statements sent to a master because statement begins with
use_master_sql_hint
the SQL hint to force use of master.
Number of statements sent to server which has run the previous
use_last_used_sql_hint
statement, because statement begins with the SQL hint to force use of
previously used server.
Number of statements sent to a slave because an user-defined
use_slave_callback
callback has chosen a slave server for statement execution.
Number of statements sent to a master because an user-defined
use_master_callback
callback has chosen a master server for statement execution.
Number of successfully opened slave connections from
non_lazy_connections_slave_success
configurations not using
total number of successfully opened slave connections
is
non_lazy_connections_slave_success
lazy_connections_slave_success
Number of failed slave connection attempts from configurations
non_lazy_connections_slave_failure
not using
lazy
connection attempts is
lazy_connections_slave_failure
Number of successfully opened master connections
non_lazy_connections_master_success
from configurations not using
total number of successfully opened master connections
is
non_lazy_connections_master_success
lazy_connections_master_success
Number of failed master connection attempts from configurations
non_lazy_connections_master_failure
not using
lazy
connection attempts is
+
lazy_connections_master_failure
Number of successfully opened slave connections from configurations
lazy_connections_slave_success
using
lazy
Number of failed slave connection attempts from configurations using
lazy_connections_slave_failure
lazy
connections.
Number of successfully opened master connections from
lazy_connections_master_success
configurations using
Number of failed master connection attempts from configurations using
lazy_connections_master_failure
lazy
connections.
is_select
is_select
connections. The
lazy
connections. The total number of failed slave
non_lazy_connections_slave_failure
lazy
connections. The total number of failed master
non_lazy_connections_master_failure
connections.
lazy
connections.
2642
function has guessed
function has guessed
+
connections. The
+
Version
Since 1.1.0.
Since 1.1.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
+
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.
Since 1.0.0.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents