Skip to content

Instantly share code, notes, and snippets.

@akrzos
Created March 23, 2017 17:22
Show Gist options
  • Save akrzos/5deb158192b590cdb2bb8cbabf71f04e to your computer and use it in GitHub Desktop.
Save akrzos/5deb158192b590cdb2bb8cbabf71f04e to your computer and use it in GitHub Desktop.
[root@overcloud-cephstorage-0 ~]# ceph daemon osd.1 perf schema
{
"WBThrottle": {
"bytes_dirtied": {
"type": 2,
"description": "Dirty data",
"nick": ""
},
"bytes_wb": {
"type": 2,
"description": "Written data",
"nick": ""
},
"ios_dirtied": {
"type": 2,
"description": "Dirty operations",
"nick": ""
},
"ios_wb": {
"type": 2,
"description": "Written operations",
"nick": ""
},
"inodes_dirtied": {
"type": 2,
"description": "Entries waiting for write",
"nick": ""
},
"inodes_wb": {
"type": 2,
"description": "Written entries",
"nick": ""
}
},
"filestore": {
"journal_queue_ops": {
"type": 2,
"description": "Operations in journal queue",
"nick": ""
},
"journal_queue_bytes": {
"type": 2,
"description": "Size of journal queue",
"nick": ""
},
"journal_ops": {
"type": 10,
"description": "Total journal entries written",
"nick": ""
},
"journal_bytes": {
"type": 10,
"description": "Total operations size in journal",
"nick": ""
},
"journal_latency": {
"type": 5,
"description": "Average journal queue completing latency",
"nick": ""
},
"journal_wr": {
"type": 10,
"description": "Journal write IOs",
"nick": ""
},
"journal_wr_bytes": {
"type": 6,
"description": "Journal data written",
"nick": ""
},
"journal_full": {
"type": 10,
"description": "Journal writes while full",
"nick": ""
},
"committing": {
"type": 2,
"description": "Is currently committing",
"nick": ""
},
"commitcycle": {
"type": 10,
"description": "Commit cycles",
"nick": ""
},
"commitcycle_interval": {
"type": 5,
"description": "Average interval between commits",
"nick": ""
},
"commitcycle_latency": {
"type": 5,
"description": "Average latency of commit",
"nick": ""
},
"op_queue_max_ops": {
"type": 2,
"description": "Max operations in writing to FS queue",
"nick": ""
},
"op_queue_ops": {
"type": 2,
"description": "Operations in writing to FS queue",
"nick": ""
},
"ops": {
"type": 10,
"description": "Operations written to store",
"nick": ""
},
"op_queue_max_bytes": {
"type": 2,
"description": "Max data in writing to FS queue",
"nick": ""
},
"op_queue_bytes": {
"type": 2,
"description": "Size of writing to FS queue",
"nick": ""
},
"bytes": {
"type": 10,
"description": "Data written to store",
"nick": ""
},
"apply_latency": {
"type": 5,
"description": "Apply latency",
"nick": ""
},
"queue_transaction_latency_avg": {
"type": 5,
"description": "Store operation queue latency",
"nick": ""
}
},
"finisher-JournalObjectStore": {
"queue_len": {
"type": 2,
"description": "",
"nick": ""
},
"complete_latency": {
"type": 5,
"description": "",
"nick": ""
}
},
"finisher-filestore-apply-0": {
"queue_len": {
"type": 2,
"description": "",
"nick": ""
},
"complete_latency": {
"type": 5,
"description": "",
"nick": ""
}
},
"finisher-filestore-ondisk-0": {
"queue_len": {
"type": 2,
"description": "",
"nick": ""
},
"complete_latency": {
"type": 5,
"description": "",
"nick": ""
}
},
"leveldb": {
"leveldb_get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"leveldb_transaction": {
"type": 10,
"description": "Transactions",
"nick": ""
},
"leveldb_get_latency": {
"type": 5,
"description": "Get Latency",
"nick": ""
},
"leveldb_submit_latency": {
"type": 5,
"description": "Submit Latency",
"nick": ""
},
"leveldb_submit_sync_latency": {
"type": 5,
"description": "Submit Sync Latency",
"nick": ""
},
"leveldb_compact": {
"type": 10,
"description": "Compactions",
"nick": ""
},
"leveldb_compact_range": {
"type": 10,
"description": "Compactions by range",
"nick": ""
},
"leveldb_compact_queue_merge": {
"type": 10,
"description": "Mergings of ranges in compaction queue",
"nick": ""
},
"leveldb_compact_queue_len": {
"type": 2,
"description": "Length of compaction queue",
"nick": ""
}
},
"mutex-FileJournal::completions_lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-FileJournal::finisher_lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-FileJournal::write_lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-FileJournal::writeq_lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-JOS::ApplyManager::apply_lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-JOS::ApplyManager::com_lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-JOS::SubmitManager::lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:.0": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:.1": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:.2": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:.3": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:.4": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:order:.0": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:order:.1": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:order:.2": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:order:.3": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-OSD:ShardedOpWQ:order:.4": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"mutex-WBThrottle::lock": {
"wait": {
"type": 5,
"description": "Average time of mutex in locked state",
"nick": ""
}
},
"objecter": {
"op_active": {
"type": 2,
"description": "Operations active",
"nick": "actv"
},
"op_laggy": {
"type": 2,
"description": "Laggy operations",
"nick": ""
},
"op_send": {
"type": 10,
"description": "Sent operations",
"nick": ""
},
"op_send_bytes": {
"type": 10,
"description": "Sent data",
"nick": ""
},
"op_resend": {
"type": 10,
"description": "Resent operations",
"nick": ""
},
"op_ack": {
"type": 10,
"description": "Commit callbacks",
"nick": ""
},
"op_commit": {
"type": 10,
"description": "Operation commits",
"nick": ""
},
"op": {
"type": 10,
"description": "Operations",
"nick": ""
},
"op_r": {
"type": 10,
"description": "Read operations",
"nick": "read"
},
"op_w": {
"type": 10,
"description": "Write operations",
"nick": "writ"
},
"op_rmw": {
"type": 10,
"description": "Read-modify-write operations",
"nick": ""
},
"op_pg": {
"type": 10,
"description": "PG operation",
"nick": ""
},
"osdop_stat": {
"type": 10,
"description": "Stat operations",
"nick": ""
},
"osdop_create": {
"type": 10,
"description": "Create object operations",
"nick": ""
},
"osdop_read": {
"type": 10,
"description": "Read operations",
"nick": ""
},
"osdop_write": {
"type": 10,
"description": "Write operations",
"nick": ""
},
"osdop_writefull": {
"type": 10,
"description": "Write full object operations",
"nick": ""
},
"osdop_append": {
"type": 10,
"description": "Append operation",
"nick": ""
},
"osdop_zero": {
"type": 10,
"description": "Set object to zero operations",
"nick": ""
},
"osdop_truncate": {
"type": 10,
"description": "Truncate object operations",
"nick": ""
},
"osdop_delete": {
"type": 10,
"description": "Delete object operations",
"nick": ""
},
"osdop_mapext": {
"type": 10,
"description": "Map extent operations",
"nick": ""
},
"osdop_sparse_read": {
"type": 10,
"description": "Sparse read operations",
"nick": ""
},
"osdop_clonerange": {
"type": 10,
"description": "Clone range operations",
"nick": ""
},
"osdop_getxattr": {
"type": 10,
"description": "Get xattr operations",
"nick": ""
},
"osdop_setxattr": {
"type": 10,
"description": "Set xattr operations",
"nick": ""
},
"osdop_cmpxattr": {
"type": 10,
"description": "Xattr comparison operations",
"nick": ""
},
"osdop_rmxattr": {
"type": 10,
"description": "Remove xattr operations",
"nick": ""
},
"osdop_resetxattrs": {
"type": 10,
"description": "Reset xattr operations",
"nick": ""
},
"osdop_tmap_up": {
"type": 10,
"description": "TMAP update operations",
"nick": ""
},
"osdop_tmap_put": {
"type": 10,
"description": "TMAP put operations",
"nick": ""
},
"osdop_tmap_get": {
"type": 10,
"description": "TMAP get operations",
"nick": ""
},
"osdop_call": {
"type": 10,
"description": "Call (execute) operations",
"nick": ""
},
"osdop_watch": {
"type": 10,
"description": "Watch by object operations",
"nick": ""
},
"osdop_notify": {
"type": 10,
"description": "Notify about object operations",
"nick": ""
},
"osdop_src_cmpxattr": {
"type": 10,
"description": "Extended attribute comparison in multi operations",
"nick": ""
},
"osdop_pgls": {
"type": 10,
"description": "",
"nick": ""
},
"osdop_pgls_filter": {
"type": 10,
"description": "",
"nick": ""
},
"osdop_other": {
"type": 10,
"description": "Other operations",
"nick": ""
},
"linger_active": {
"type": 2,
"description": "Active lingering operations",
"nick": ""
},
"linger_send": {
"type": 10,
"description": "Sent lingering operations",
"nick": ""
},
"linger_resend": {
"type": 10,
"description": "Resent lingering operations",
"nick": ""
},
"linger_ping": {
"type": 10,
"description": "Sent pings to lingering operations",
"nick": ""
},
"poolop_active": {
"type": 2,
"description": "Active pool operations",
"nick": ""
},
"poolop_send": {
"type": 10,
"description": "Sent pool operations",
"nick": ""
},
"poolop_resend": {
"type": 10,
"description": "Resent pool operations",
"nick": ""
},
"poolstat_active": {
"type": 2,
"description": "Active get pool stat operations",
"nick": ""
},
"poolstat_send": {
"type": 10,
"description": "Pool stat operations sent",
"nick": ""
},
"poolstat_resend": {
"type": 10,
"description": "Resent pool stats",
"nick": ""
},
"statfs_active": {
"type": 2,
"description": "Statfs operations",
"nick": ""
},
"statfs_send": {
"type": 10,
"description": "Sent FS stats",
"nick": ""
},
"statfs_resend": {
"type": 10,
"description": "Resent FS stats",
"nick": ""
},
"command_active": {
"type": 2,
"description": "Active commands",
"nick": ""
},
"command_send": {
"type": 10,
"description": "Sent commands",
"nick": ""
},
"command_resend": {
"type": 10,
"description": "Resent commands",
"nick": ""
},
"map_epoch": {
"type": 2,
"description": "OSD map epoch",
"nick": ""
},
"map_full": {
"type": 10,
"description": "Full OSD maps received",
"nick": ""
},
"map_inc": {
"type": 10,
"description": "Incremental OSD maps received",
"nick": ""
},
"osd_sessions": {
"type": 2,
"description": "Open sessions",
"nick": ""
},
"osd_session_open": {
"type": 10,
"description": "Sessions opened",
"nick": ""
},
"osd_session_close": {
"type": 10,
"description": "Sessions closed",
"nick": ""
},
"osd_laggy": {
"type": 2,
"description": "Laggy OSD sessions",
"nick": ""
},
"omap_wr": {
"type": 10,
"description": "OSD OMAP write operations",
"nick": ""
},
"omap_rd": {
"type": 10,
"description": "OSD OMAP read operations",
"nick": ""
},
"omap_del": {
"type": 10,
"description": "OSD OMAP delete operations",
"nick": ""
}
},
"osd": {
"op_wip": {
"type": 2,
"description": "Replication operations currently being processed (primary)",
"nick": ""
},
"op": {
"type": 10,
"description": "Client operations",
"nick": "ops"
},
"op_in_bytes": {
"type": 10,
"description": "Client operations total write size",
"nick": "wr"
},
"op_out_bytes": {
"type": 10,
"description": "Client operations total read size",
"nick": "rd"
},
"op_latency": {
"type": 5,
"description": "Latency of client operations (including queue time)",
"nick": "lat"
},
"op_process_latency": {
"type": 5,
"description": "Latency of client operations (excluding queue time)",
"nick": ""
},
"op_prepare_latency": {
"type": 5,
"description": "Latency of client operations (excluding queue time and wait for finished)",
"nick": ""
},
"op_r": {
"type": 10,
"description": "Client read operations",
"nick": ""
},
"op_r_out_bytes": {
"type": 10,
"description": "Client data read",
"nick": ""
},
"op_r_latency": {
"type": 5,
"description": "Latency of read operation (including queue time)",
"nick": ""
},
"op_r_process_latency": {
"type": 5,
"description": "Latency of read operation (excluding queue time)",
"nick": ""
},
"op_r_prepare_latency": {
"type": 5,
"description": "Latency of read operations (excluding queue time and wait for finished)",
"nick": ""
},
"op_w": {
"type": 10,
"description": "Client write operations",
"nick": ""
},
"op_w_in_bytes": {
"type": 10,
"description": "Client data written",
"nick": ""
},
"op_w_rlat": {
"type": 5,
"description": "Client write operation readable\/applied latency",
"nick": ""
},
"op_w_latency": {
"type": 5,
"description": "Latency of write operation (including queue time)",
"nick": ""
},
"op_w_process_latency": {
"type": 5,
"description": "Latency of write operation (excluding queue time)",
"nick": ""
},
"op_w_prepare_latency": {
"type": 5,
"description": "Latency of write operations (excluding queue time and wait for finished)",
"nick": ""
},
"op_rw": {
"type": 10,
"description": "Client read-modify-write operations",
"nick": ""
},
"op_rw_in_bytes": {
"type": 10,
"description": "Client read-modify-write operations write in",
"nick": ""
},
"op_rw_out_bytes": {
"type": 10,
"description": "Client read-modify-write operations read out ",
"nick": ""
},
"op_rw_rlat": {
"type": 5,
"description": "Client read-modify-write operation readable\/applied latency",
"nick": ""
},
"op_rw_latency": {
"type": 5,
"description": "Latency of read-modify-write operation (including queue time)",
"nick": ""
},
"op_rw_process_latency": {
"type": 5,
"description": "Latency of read-modify-write operation (excluding queue time)",
"nick": ""
},
"op_rw_prepare_latency": {
"type": 5,
"description": "Latency of read-modify-write operations (excluding queue time and wait for finished)",
"nick": ""
},
"subop": {
"type": 10,
"description": "Suboperations",
"nick": ""
},
"subop_in_bytes": {
"type": 10,
"description": "Suboperations total size",
"nick": ""
},
"subop_latency": {
"type": 5,
"description": "Suboperations latency",
"nick": ""
},
"subop_w": {
"type": 10,
"description": "Replicated writes",
"nick": ""
},
"subop_w_in_bytes": {
"type": 10,
"description": "Replicated written data size",
"nick": ""
},
"subop_w_latency": {
"type": 5,
"description": "Replicated writes latency",
"nick": ""
},
"subop_pull": {
"type": 10,
"description": "Suboperations pull requests",
"nick": ""
},
"subop_pull_latency": {
"type": 5,
"description": "Suboperations pull latency",
"nick": ""
},
"subop_push": {
"type": 10,
"description": "Suboperations push messages",
"nick": ""
},
"subop_push_in_bytes": {
"type": 10,
"description": "Suboperations pushed size",
"nick": ""
},
"subop_push_latency": {
"type": 5,
"description": "Suboperations push latency",
"nick": ""
},
"pull": {
"type": 10,
"description": "Pull requests sent",
"nick": ""
},
"push": {
"type": 10,
"description": "Push messages sent",
"nick": ""
},
"push_out_bytes": {
"type": 10,
"description": "Pushed size",
"nick": ""
},
"push_in": {
"type": 10,
"description": "Inbound push messages",
"nick": ""
},
"push_in_bytes": {
"type": 10,
"description": "Inbound pushed size",
"nick": ""
},
"recovery_ops": {
"type": 10,
"description": "Started recovery operations",
"nick": "recop"
},
"loadavg": {
"type": 2,
"description": "CPU load",
"nick": ""
},
"buffer_bytes": {
"type": 2,
"description": "Total allocated buffer size",
"nick": ""
},
"history_alloc_Mbytes": {
"type": 2,
"description": "",
"nick": ""
},
"history_alloc_num": {
"type": 2,
"description": "",
"nick": ""
},
"cached_crc": {
"type": 2,
"description": "Total number getting crc from crc_cache",
"nick": ""
},
"cached_crc_adjusted": {
"type": 2,
"description": "Total number getting crc from crc_cache with adjusting",
"nick": ""
},
"numpg": {
"type": 2,
"description": "Placement groups",
"nick": ""
},
"numpg_primary": {
"type": 2,
"description": "Placement groups for which this osd is primary",
"nick": ""
},
"numpg_replica": {
"type": 2,
"description": "Placement groups for which this osd is replica",
"nick": ""
},
"numpg_stray": {
"type": 2,
"description": "Placement groups ready to be deleted from this osd",
"nick": ""
},
"heartbeat_to_peers": {
"type": 2,
"description": "Heartbeat (ping) peers we send to",
"nick": ""
},
"map_messages": {
"type": 10,
"description": "OSD map messages",
"nick": ""
},
"map_message_epochs": {
"type": 10,
"description": "OSD map epochs",
"nick": ""
},
"map_message_epoch_dups": {
"type": 10,
"description": "OSD map duplicates",
"nick": ""
},
"messages_delayed_for_map": {
"type": 10,
"description": "Operations waiting for OSD map",
"nick": ""
},
"stat_bytes": {
"type": 2,
"description": "OSD size",
"nick": ""
},
"stat_bytes_used": {
"type": 2,
"description": "Used space",
"nick": ""
},
"stat_bytes_avail": {
"type": 2,
"description": "Available space",
"nick": ""
},
"copyfrom": {
"type": 10,
"description": "Rados \"copy-from\" operations",
"nick": ""
},
"tier_promote": {
"type": 10,
"description": "Tier promotions",
"nick": ""
},
"tier_flush": {
"type": 10,
"description": "Tier flushes",
"nick": ""
},
"tier_flush_fail": {
"type": 10,
"description": "Failed tier flushes",
"nick": ""
},
"tier_try_flush": {
"type": 10,
"description": "Tier flush attempts",
"nick": ""
},
"tier_try_flush_fail": {
"type": 10,
"description": "Failed tier flush attempts",
"nick": ""
},
"tier_evict": {
"type": 10,
"description": "Tier evictions",
"nick": ""
},
"tier_whiteout": {
"type": 10,
"description": "Tier whiteouts",
"nick": ""
},
"tier_dirty": {
"type": 10,
"description": "Dirty tier flag set",
"nick": ""
},
"tier_clean": {
"type": 10,
"description": "Dirty tier flag cleaned",
"nick": ""
},
"tier_delay": {
"type": 10,
"description": "Tier delays (agent waiting)",
"nick": ""
},
"tier_proxy_read": {
"type": 10,
"description": "Tier proxy reads",
"nick": ""
},
"tier_proxy_write": {
"type": 10,
"description": "Tier proxy writes",
"nick": ""
},
"agent_wake": {
"type": 10,
"description": "Tiering agent wake up",
"nick": ""
},
"agent_skip": {
"type": 10,
"description": "Objects skipped by agent",
"nick": ""
},
"agent_flush": {
"type": 10,
"description": "Tiering agent flushes",
"nick": ""
},
"agent_evict": {
"type": 10,
"description": "Tiering agent evictions",
"nick": ""
},
"object_ctx_cache_hit": {
"type": 10,
"description": "Object context cache hits",
"nick": ""
},
"object_ctx_cache_total": {
"type": 10,
"description": "Object context cache lookups",
"nick": ""
},
"op_cache_hit": {
"type": 10,
"description": "",
"nick": ""
},
"osd_tier_flush_lat": {
"type": 5,
"description": "Object flush latency",
"nick": ""
},
"osd_tier_promote_lat": {
"type": 5,
"description": "Object promote latency",
"nick": ""
},
"osd_tier_r_lat": {
"type": 5,
"description": "Object proxy read latency",
"nick": ""
}
},
"recoverystate_perf": {
"initial_latency": {
"type": 5,
"description": "Initial recovery state latency",
"nick": ""
},
"started_latency": {
"type": 5,
"description": "Started recovery state latency",
"nick": ""
},
"reset_latency": {
"type": 5,
"description": "Reset recovery state latency",
"nick": ""
},
"start_latency": {
"type": 5,
"description": "Start recovery state latency",
"nick": ""
},
"primary_latency": {
"type": 5,
"description": "Primary recovery state latency",
"nick": ""
},
"peering_latency": {
"type": 5,
"description": "Peering recovery state latency",
"nick": ""
},
"backfilling_latency": {
"type": 5,
"description": "Backfilling recovery state latency",
"nick": ""
},
"waitremotebackfillreserved_latency": {
"type": 5,
"description": "Wait remote backfill reserved recovery state latency",
"nick": ""
},
"waitlocalbackfillreserved_latency": {
"type": 5,
"description": "Wait local backfill reserved recovery state latency",
"nick": ""
},
"notbackfilling_latency": {
"type": 5,
"description": "Notbackfilling recovery state latency",
"nick": ""
},
"repnotrecovering_latency": {
"type": 5,
"description": "Repnotrecovering recovery state latency",
"nick": ""
},
"repwaitrecoveryreserved_latency": {
"type": 5,
"description": "Rep wait recovery reserved recovery state latency",
"nick": ""
},
"repwaitbackfillreserved_latency": {
"type": 5,
"description": "Rep wait backfill reserved recovery state latency",
"nick": ""
},
"reprecovering_latency": {
"type": 5,
"description": "RepRecovering recovery state latency",
"nick": ""
},
"activating_latency": {
"type": 5,
"description": "Activating recovery state latency",
"nick": ""
},
"waitlocalrecoveryreserved_latency": {
"type": 5,
"description": "Wait local recovery reserved recovery state latency",
"nick": ""
},
"waitremoterecoveryreserved_latency": {
"type": 5,
"description": "Wait remote recovery reserved recovery state latency",
"nick": ""
},
"recovering_latency": {
"type": 5,
"description": "Recovering recovery state latency",
"nick": ""
},
"recovered_latency": {
"type": 5,
"description": "Recovered recovery state latency",
"nick": ""
},
"clean_latency": {
"type": 5,
"description": "Clean recovery state latency",
"nick": ""
},
"active_latency": {
"type": 5,
"description": "Active recovery state latency",
"nick": ""
},
"replicaactive_latency": {
"type": 5,
"description": "Replicaactive recovery state latency",
"nick": ""
},
"stray_latency": {
"type": 5,
"description": "Stray recovery state latency",
"nick": ""
},
"getinfo_latency": {
"type": 5,
"description": "Getinfo recovery state latency",
"nick": ""
},
"getlog_latency": {
"type": 5,
"description": "Getlog recovery state latency",
"nick": ""
},
"waitactingchange_latency": {
"type": 5,
"description": "Waitactingchange recovery state latency",
"nick": ""
},
"incomplete_latency": {
"type": 5,
"description": "Incomplete recovery state latency",
"nick": ""
},
"getmissing_latency": {
"type": 5,
"description": "Getmissing recovery state latency",
"nick": ""
},
"waitupthru_latency": {
"type": 5,
"description": "Waitupthru recovery state latency",
"nick": ""
}
},
"throttle-msgr_dispatch_throttler-client": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-msgr_dispatch_throttler-cluster": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-msgr_dispatch_throttler-hb_back_server": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-msgr_dispatch_throttler-hb_front_server": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-msgr_dispatch_throttler-hbclient": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-msgr_dispatch_throttler-ms_objecter": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-objecter_bytes": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-objecter_ops": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-osd_client_bytes": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
},
"throttle-osd_client_messages": {
"val": {
"type": 2,
"description": "Currently available throttle",
"nick": ""
},
"max": {
"type": 2,
"description": "Max value for throttle",
"nick": ""
},
"get": {
"type": 10,
"description": "Gets",
"nick": ""
},
"get_sum": {
"type": 10,
"description": "Got data",
"nick": ""
},
"get_or_fail_fail": {
"type": 10,
"description": "Get blocked during get_or_fail",
"nick": ""
},
"get_or_fail_success": {
"type": 10,
"description": "Successful get during get_or_fail",
"nick": ""
},
"take": {
"type": 10,
"description": "Takes",
"nick": ""
},
"take_sum": {
"type": 10,
"description": "Taken data",
"nick": ""
},
"put": {
"type": 10,
"description": "Puts",
"nick": ""
},
"put_sum": {
"type": 10,
"description": "Put data",
"nick": ""
},
"wait": {
"type": 5,
"description": "Waiting latency",
"nick": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment