Created
April 20, 2023 09:45
-
-
Save Pothulapati/a3ab55641b5bf051932c26ac73109434 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP dragonfly_version | |
# TYPE dragonfly_version gauge | |
dragonfly_version{version="df-d9f45f3"} 1 | |
# HELP dragonfly_uptime_in_seconds | |
# TYPE dragonfly_uptime_in_seconds gauge | |
dragonfly_uptime_in_seconds 154 | |
# HELP dragonfly_connected_clients | |
# TYPE dragonfly_connected_clients gauge | |
dragonfly_connected_clients 14 | |
# HELP dragonfly_client_read_buf_capacity | |
# TYPE dragonfly_client_read_buf_capacity gauge | |
dragonfly_client_read_buf_capacity 3584 | |
# HELP dragonfly_blocked_clients | |
# TYPE dragonfly_blocked_clients gauge | |
dragonfly_blocked_clients 0 | |
# HELP dragonfly_memory_used_bytes | |
# TYPE dragonfly_memory_used_bytes gauge | |
dragonfly_memory_used_bytes 3380168 | |
# HELP dragonfly_memory_used_peak_bytes | |
# TYPE dragonfly_memory_used_peak_bytes gauge | |
dragonfly_memory_used_peak_bytes 3380168 | |
# HELP dragonfly_comitted_memory | |
# TYPE dragonfly_comitted_memory gauge | |
dragonfly_comitted_memory 186744832 | |
# HELP dragonfly_memory_max_bytes | |
# TYPE dragonfly_memory_max_bytes gauge | |
dragonfly_memory_max_bytes 15944915353 | |
# HELP dragonfly_used_memory_rss_bytes | |
# TYPE dragonfly_used_memory_rss_bytes gauge | |
dragonfly_used_memory_rss_bytes 153980928 | |
# HELP dragonfly_connections_received_total | |
# TYPE dragonfly_connections_received_total counter | |
dragonfly_connections_received_total 43 | |
# HELP dragonfly_commands_processed_total | |
# TYPE dragonfly_commands_processed_total counter | |
dragonfly_commands_processed_total 53 | |
# HELP dragonfly_keyspace_hits_total | |
# TYPE dragonfly_keyspace_hits_total counter | |
dragonfly_keyspace_hits_total 1 | |
# HELP dragonfly_keyspace_misses_total | |
# TYPE dragonfly_keyspace_misses_total counter | |
dragonfly_keyspace_misses_total 1 | |
# HELP dragonfly_net_input_bytes_total | |
# TYPE dragonfly_net_input_bytes_total counter | |
dragonfly_net_input_bytes_total 272 | |
# HELP dragonfly_net_output_bytes_total | |
# TYPE dragonfly_net_output_bytes_total counter | |
dragonfly_net_output_bytes_total 12416 | |
# HELP dragonfly_expired_keys_total | |
# TYPE dragonfly_expired_keys_total counter | |
dragonfly_expired_keys_total 0 | |
# HELP dragonfly_evicted_keys_total | |
# TYPE dragonfly_evicted_keys_total counter | |
dragonfly_evicted_keys_total 0 | |
# HELP dragonfly_db_keys Total number of keys by DB | |
# TYPE dragonfly_db_keys gauge | |
dragonfly_db_keys{db="db0"} 1 | |
# HELP dragonfly_db_keys_expiring Total number of expiring keys by DB | |
# TYPE dragonfly_db_keys_expiring gauge | |
dragonfly_db_keys_expiring{db="db0"} 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment