Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created May 27, 2014 21:24
Show Gist options
  • Save luckyruby/40b8c7ac10ea3cf31d36 to your computer and use it in GitHub Desktop.
Save luckyruby/40b8c7ac10ea3cf31d36 to your computer and use it in GitHub Desktop.
# Server
redis_version:2.8.7
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:56c319ad5166ef0b
redis_mode:standalone
os:Linux 3.2.0-23-generic x86_64
arch_bits:64
multiplexing_api:epoll
gcc_version:4.6.3
process_id:25365
run_id:7fd1a0f4056441fa0e619922098ef234fd4d4efc
tcp_port:6379
uptime_in_seconds:6098648
uptime_in_days:70
hz:100
lru_clock:1710555
config_file:/etc/redis/6379.conf
# Clients
connected_clients:210
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:1
# Memory
used_memory:2843936896
used_memory_human:2.65G
used_memory_rss:4226240512
used_memory_peak:5456067616
used_memory_peak_human:5.08G
used_memory_lua:33792
mem_fragmentation_ratio:1.49
mem_allocator:jemalloc-3.2.0
# Persistence
loading:0
rdb_changes_since_last_save:10514449
rdb_bgsave_in_progress:0
rdb_last_save_time:1401075831
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:47
rdb_current_bgsave_time_sec:-1
aof_enabled:1
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:54
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok
aof_current_size:11825741519
aof_base_size:1749140765
aof_pending_rewrite:0
aof_buffer_length:0
aof_rewrite_buffer_length:0
aof_pending_bio_fsync:0
aof_delayed_fsync:0
# Stats
total_connections_received:17447
total_commands_processed:6346249718
instantaneous_ops_per_sec:1283
rejected_connections:0
sync_full:143
sync_partial_ok:5
sync_partial_err:82
expired_keys:133615997
evicted_keys:0
keyspace_hits:2701594185
keyspace_misses:3356278670
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:197719
# Replication
role:master
connected_slaves:1
slave0:ip=10.11.111.111,port=6379,state=online,offset=323830575388,lag=0
master_repl_offset:323832564374
repl_backlog_active:1
repl_backlog_size:1048576
repl_backlog_first_byte_offset:323831515799
repl_backlog_histlen:1048576
# CPU
used_cpu_sys:33570.95
used_cpu_user:67187.48
used_cpu_sys_children:564.40
used_cpu_user_children:4553.40
# Keyspace
db0:keys=5584160,expires=1837445,avg_ttl=7573630255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment