Pending vBucket stats

Stat Description
vb_pending_num Number of pending vBuckets
vb_pending_curr_items Number of in memory items
vb_pending_num_non_resident Number of non-resident items
vb_pending_perc_mem_resident % memory resident
vb_pending_eject Number of times item values got ejected
vb_pending_expired Number of times an item was expired
vb_pending_ht_memory Memory overhead of the hashtable
vb_pending_itm_memory Total item memory
vb_pending_meta_data_memory Total metadata memory
vb_pending_ops_create Number of create operations
vb_pending_ops_update Number of update operations
vb_pending_ops_delete Number of delete operations
vb_pending_ops_reject Number of rejected operations
vb_pending_queue_size Pending items in disk queue
vb_pending_queue_memory Memory used for disk queue
vb_pending_queue_age Sum of disk queue item age in milliseconds
vb_pending_queue_pending Total bytes of pending writes
vb_pending_queue_fill Total enqueued items
vb_pending_queue_drain Total drained items