Skip to content

Instantly share code, notes, and snippets.

@artyom
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save artyom/10683f771c39418e8289 to your computer and use it in GitHub Desktop.

Select an option

Save artyom/10683f771c39418e8289 to your computer and use it in GitHub Desktop.
# Server
redis_version:2.8.19
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:7d72a0444cafea73
redis_mode:standalone
os:Linux 3.16.0-0.bpo.4-amd64 x86_64
arch_bits:64
multiplexing_api:epoll
gcc_version:4.7.2
process_id:5917
run_id:1ea2d68a71459be28bf7ddbcf0a943205dd041fa
tcp_port:6379
uptime_in_seconds:22103
uptime_in_days:0
hz:10
lru_clock:16010281
config_file:/etc/redis/redis.conf
# Clients
connected_clients:1241
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0
# Memory
used_memory:5240334480
used_memory_human:4.88G
used_memory_rss:7173824512
used_memory_peak:5243133488
used_memory_peak_human:4.88G
used_memory_lua:35840
mem_fragmentation_ratio:1.37
mem_allocator:jemalloc-3.6.0
# Persistence
loading:0
rdb_changes_since_last_save:130948527
rdb_bgsave_in_progress:0
rdb_last_save_time:1425274322
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:48682
total_commands_processed:297975095
instantaneous_ops_per_sec:12436
total_net_input_bytes:40569553607
total_net_output_bytes:22754655234
instantaneous_input_kbps:1541.61
instantaneous_output_kbps:1022.34
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:4306159
evicted_keys:84293737
keyspace_hits:39944935
keyspace_misses:123384708
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec: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:4287.88
used_cpu_user:2988.50
used_cpu_sys_children:0.00
used_cpu_user_children:0.00
# Commandstats
cmdstat_get:calls=163329643,usec=353449102,usec_per_call=2.16
cmdstat_set:calls=114403360,usec=397331531,usec_per_call=3.47
cmdstat_del:calls=14035045,usec=40375939,usec_per_call=2.88
cmdstat_incrby:calls=6207022,usec=17275747,usec_per_call=2.78
cmdstat_info:calls=25,usec=10042,usec_per_call=401.68
# Keyspace
db0:keys=14956782,expires=14956782,avg_ttl=30992199
MemTotal: 7676200 kB
MemFree: 432452 kB
MemAvailable: 427320 kB
Buffers: 60268 kB
Cached: 79256 kB
SwapCached: 0 kB
Active: 7140440 kB
Inactive: 25336 kB
Active(anon): 7026268 kB
Inactive(anon): 72 kB
Active(file): 114172 kB
Inactive(file): 25264 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 7026300 kB
Mapped: 18612 kB
Shmem: 92 kB
Slab: 33872 kB
SReclaimable: 19240 kB
SUnreclaim: 14632 kB
KernelStack: 1616 kB
PageTables: 15252 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 7676200 kB
Committed_AS: 7156764 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 21268 kB
VmallocChunk: 34359706191 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 71680 kB
DirectMap2M: 7923712 kB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment