Skip to main content
Version: 2.2.6

Monitoring Strong Consistency

Please Note:

Riak KV's strong consistency is an experimental feature and may be removed from the product in the future. Strong consistency is not commercially supported or production-ready. Strong consistency is incompatible with Multi-Datacenter Replication, Riak Search, Bitcask Expiration, LevelDB Secondary Indexes, Riak Data Types and Commit Hooks. We do not recommend its usage in any production environment.

Monitoring Strong Consistency

Riak provides a wide variety of data related to the current operating status of a node. This data is available by running the riak-admin status command. That data now includes statistics specific to strongly consistent operations.

A full listing of these stats is available in Inspecting a Node. All strong consistency-related stats are prefixed with consistent_, e.g. consistent_gets, consistent_puts, etc. Many of these stats are so-called "one-minute stats," meaning that they reflect node activity in the last minute.

Strong consistency stats fall into two categories: GET-related and PUT-related stats.

StatDescription
consistent_getsNumber of strongly consistent GETs coordinated by this node in the last minute
consistent_gets_totalTotal number of strongly consistent GETs coordinated by this node
consistent_get_objsize_meanMean object size for strongly consistent GETs on this node in the last minute
consistent_get_objsize_medianMedian object size for strongly consistent GETs on this node in the last minute
consistent_get_objsize_9595th-percentile object size for strongly consistent GETs on this node in the last minute
consistent_get_objsize_9999th-percentile object size for strongly consistent GETs on this node in the last minute
consistent_get_objsize_100100th-percentile object size for strongly consistent GETs on this node in the last minute
consistent_get_time_meanMean time between reception of client GETs to strongly consistent keys and subsequent response
consistent_get_time_medianMedian time between reception of client GETs to strongly consistent keys and subsequent response
consistent_get_time_9595th-percentile time between reception of client GETs to strongly consistent keys and subsequent response
consistent_get_time_9999th-percentile time between reception of client GETs to strongly consistent keys and subsequent response
consistent_get_time_100100th-percentile time between reception of client GETs to strongly consistent keys and subsequent response
StatDescription
consistent_putsNumber of strongly consistent PUTs coordinated by this node in the last minute
consistent_puts_totalTotal number of strongly consistent PUTs coordinated by this node
consistent_put_objsize_meanMean object size for strongly consistent PUTs on this node in the last minute
consistent_put_objsize_medianMedian object size for strongly consistent PUTs on this node in the last minute
consistent_put_objsize_9595th-percentile object size for strongly consistent PUTs on this node in the last minute
consistent_put_objsize_9999th-percentile object size for strongly consistent PUTs on this node in the last minute
consistent_put_objsize_100100th-percentile object size for strongly consistent PUTs on this node in the last minute
consistent_put_time_meanMean time between reception of client PUTs to strongly consistent keys and subsequent response
consistent_put_time_medianMedian time between reception of client PUTs to strongly consistent keys and subsequent response
consistent_put_time_9595th-percentile time between reception of client PUTs to strongly consistent keys and subsequent response
consistent_put_time_9999th-percentile time between reception of client PUTs to strongly consistent keys and subsequent response
consistent_put_time_100100th-percentile time between reception of client PUTs to strongly consistent keys and subsequent response