Performance

name type description
performance.documents int, ro Number of currently allocated document.
performance.documents_used int, ro RAM used by allocated document.
performance.key string, ro Average key size.
performance.value string, ro Average value size.
performance.set int, ro Total number of Set operations.
performance.set_latency string, ro Average Set latency.
performance.delete int, ro Total number of Delete operations.
performance.delete_latency string, ro Average Delete latency.
performance.upsert int, ro Total number of Upsert operations.
performance.upsert_latency string, ro Average Upsert latency.
performance.get int, ro Total number of Get operations.
performance.get_latency string, ro Average Get latency.
performance.get_read_disk string, ro Average disk reads by Get operation.
performance.get_read_cache string, ro Average cache reads by Get operation.
performance.tx_active_rw int, ro Number of active RW transactions.
performance.tx_active_ro int, ro Number of active RO transactions.
performance.tx int, ro Total number of completed transactions.
performance.tx_rollback int, ro Total number of transaction rollbacks.
performance.tx_conflict int, ro Total number of transaction conflicts.
performance.tx_lock int, ro Total number of transaction locks.
performance.tx_latency string, ro Average transaction latency from begin till commit.
performance.tx_ops string, ro Average number of statements per transaction.
performance.tx_gc_queue int, ro Transaction manager GC queue size.
performance.cursor int, ro Total number of Cursor operations.
performance.cursor_latency string, ro Average Cursor latency.
performance.cursor_read_disk string, ro Average disk reads by Cursor operation.
performance.cursor_read_cache string, ro Average cache reads by Cursor operation.
performance.cursor_ops string, ro Average number of keys read by Cursor operation.
performance.req_queue int, ro Number of waiting request in async queue.
performance.req_ready int, ro Number of ready request in async queue.
performance.req_active int, ro Number of active request in async queue.
performance.reqs int, ro Current number of request in async queue.