MySQL fieldsedit

MySQL server status metrics collected from MySQL.

mysql fieldsedit

mysql contains the metrics that were obtained from MySQL query.

status fieldsedit

status contains the metrics that were obtained by the status SQL query.

aborted fieldsedit

Aborted status fields.

mysql.status.aborted.clientsedit

type: long

The number of connections that were aborted because the client died without closing the connection properly.

mysql.status.aborted.connectsedit

type: long

The number of failed attempts to connect to the MySQL server.

binlog fieldsedit

mysql.status.binlog.cache.disk_useedit

type: long

mysql.status.binlog.cache.useedit

type: long

bytes fieldsedit

Bytes stats.

mysql.status.bytes.receivededit

type: long

format: bytes

The number of bytes received from all clients.

mysql.status.bytes.sentedit

type: long

format: bytes

The number of bytes sent to all clients.

threads fieldsedit

Threads stats.

mysql.status.threads.cachededit

type: long

The number of cached threads.

mysql.status.threads.creatededit

type: long

The number of created threads.

mysql.status.threads.connectededit

type: long

The number of connected threads.

mysql.status.threads.runningedit

type: long

The number of running threads.

mysql.status.connectionsedit

type: long

created fieldsedit

mysql.status.created.tmp.disk_tablesedit

type: long

mysql.status.created.tmp.filesedit

type: long

mysql.status.created.tmp.tablesedit

type: long

delayed fieldsedit

mysql.status.delayed.errorsedit

type: long

mysql.status.delayed.insert_threadsedit

type: long

mysql.status.delayed.writesedit

type: long

mysql.status.flush_commandsedit

type: long

mysql.status.max_used_connectionsedit

type: long

open fieldsedit

mysql.status.open.filesedit

type: long

mysql.status.open.streamsedit

type: long

mysql.status.open.tablesedit

type: long

mysql.status.opened_tablesedit

type: long

command fieldsedit

mysql.status.command.deleteedit

type: long

The number of DELETE queries since startup.

mysql.status.command.insertedit

type: long

The number of INSERT queries since startup.

mysql.status.command.selectedit

type: long

The number of SELECT queries since startup.

mysql.status.command.updateedit

type: long

The number of UPDATE queries since startup.