Skip to content

Instantly share code, notes, and snippets.

@david-martin
Created February 13, 2017 22:08
Show Gist options
  • Save david-martin/fddbfc817688befbb84528f476b5600e to your computer and use it in GitHub Desktop.
Save david-martin/fddbfc817688befbb84528f476b5600e to your computer and use it in GitHub Desktop.
redis info
# Server
redis_version:3.0.6
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:6dcf3277028a695a
redis_mode:standalone
os:Linux 4.6.6-300.fc24.x86_64 x86_64
arch_bits:64
multiplexing_api:epoll
gcc_version:6.0.0
process_id:5832
run_id:f4e8a6e61a7da1af33ea80ed4c3a2261121651d5
tcp_port:6379
uptime_in_seconds:110
uptime_in_days:0
hz:10
lru_clock:10628011
config_file:
# Clients
connected_clients:1
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0
# Memory
used_memory:550744
used_memory_human:537.84K
used_memory_rss:3956736
used_memory_peak:550744
used_memory_peak_human:537.84K
used_memory_lua:36864
mem_fragmentation_ratio:7.18
mem_allocator:jemalloc-4.0.4
# Persistence
loading:0
rdb_changes_since_last_save:4
rdb_bgsave_in_progress:0
rdb_last_save_time:1487022909
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:-1
rdb_current_bgsave_time_sec:-1
aof_enabled:0
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:-1
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok
# Stats
total_connections_received:1
total_commands_processed:8
instantaneous_ops_per_sec:0
total_net_input_bytes:320
total_net_output_bytes:202
instantaneous_input_kbps:0.00
instantaneous_output_kbps:0.00
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
evicted_keys:0
keyspace_hits:4
keyspace_misses:0
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:0
migrate_cached_sockets:0
# Replication
role:master
connected_slaves:0
master_repl_offset:0
repl_backlog_active:0
repl_backlog_size:1048576
repl_backlog_first_byte_offset:0
repl_backlog_histlen:0
# CPU
used_cpu_sys:0.05
used_cpu_user:0.02
used_cpu_sys_children:0.00
used_cpu_user_children:0.00
# Cluster
cluster_enabled:0
# Keyspace
db0:keys=6,expires=0,avg_ttl=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment