B.4. Client Connections and I/O

Documentation

VoltDB Home » Documentation » Administrator's Guide

B.4. Client Connections and I/O

The following tables describe the metrics for client connections and the I/O between clients and the cluster.

Table B.6. Connections

MetricsTypeDescription
voltdb_​accepted_​connections_​totalGauge

The total number of client connections opened since the server started, including connections that are now closed.

voltdb_​client_​connections_​limit_​totalGauge

The maximum number of client connections allowed for the server.

voltdb_​client_​connections_​open_​totalGauge

The number of client connections open on the server.

voltdb_​dropped_​connections_​totalGauge

The total number of connections that were rejected because the connection limit had been reached.


Table B.7. I/O

MetricsTypeDescription
voltdb_​io_​message_​handled_​totalCounter

The number of individual messages sent from the client to the host.

voltdb_​io_​message_​written_​totalCounter

The number of individual messages sent from the host to the client.

voltdb_​io_​network_​inbound_​queue_​time_​secondsHistogram

The distribution of the time tasks were waiting in the queue for the execution on the remote node, initiated by this connection.

voltdb_​io_​network_​outstanding_​request_​bytes_​bytesGauge

The number of bytes of data sent from the client pending on the host.

voltdb_​io_​network_​procedure_​round_​trip_​time_​secondsHistogram

The distribution of the time taken to receive acknowledgment of the execution of the stored procedures on the leader node, initiated by this connection.

voltdb_​io_​network_​read_​bytesCounter

The number of bytes of data sent from the client to the host.

voltdb_​io_​network_​read_​error_​totalCounter

Number of times request has failed.

voltdb_​io_​network_​replication_​round_​trip_​time_​secondsHistogram

The distribution of the time it took to receive acknowledgment from the replica.

voltdb_​io_​network_​write_​bytesCounter

The number of bytes of data sent from the host to the client.

voltdb_​io_​outstanding_​messages_​totalGauge

The number of messages on the host queue waiting to be retrieved by the client.

voltdb_​io_​outstanding_​response_​messages_​totalGauge

Number of message scheduled to be sent to the client.

voltdb_​io_​tls_​decryption_​latency_​secondsHistogram

The distribution of decryption times.

voltdb_​io_​tls_​encryption_​latency_​secondsHistogram

The distribution of encryption times.

voltdb_​io_​tls_​messages_​decrypted_​totalCounter

The number of messages decrypted with TLS.

voltdb_​io_​tls_​messages_​encrypted_​totalCounter

The number of messages encrypted with TLS.