Redis笔记七之监控

10 篇文章 0 订阅

一:info命令

       Info命令会将当前redis的信息显示出来。比如#server中显示redis版本,#client显示当前连接的客户端信息,#memory显示当前内存使用情况,# Cluster显示是否开启集群。详细信息可以参考文档http://redisdoc.com/server/info.html

127.0.0.1:6379> info

# Server

redis_version:3.0.0

redis_git_sha1:00000000

redis_git_dirty:0

redis_build_id:9c82d38c362cfe68

redis_mode:standalone

os:Linux 2.6.32-573.el6.x86_64 x86_64

arch_bits:64

multiplexing_api:epoll

gcc_version:4.4.7

process_id:7119

run_id:815bdd70f76ee49510c455ad211bd0fe3f1de2f4

tcp_port:6379

uptime_in_seconds:5513

uptime_in_days:0

hz:10

lru_clock:10703478

config_file:/etc/redis.conf

 

# Clients

connected_clients:2

client_longest_output_list:0

client_biggest_input_buf:0

blocked_clients:0

 

# Memory

used_memory:837056

used_memory_human:817.44K

used_memory_rss:9072640

used_memory_peak:983672

used_memory_peak_human:960.62K

used_memory_lua:35840

mem_fragmentation_ratio:10.84

mem_allocator:jemalloc-3.6.0

 

# Persistence

loading:0

rdb_changes_since_last_save:855

rdb_bgsave_in_progress:0

rdb_last_save_time:1470321109

rdb_last_bgsave_status:ok

rdb_last_bgsave_time_sec:0

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:14

total_commands_processed:7127

instantaneous_ops_per_sec:0

total_net_input_bytes:214814

total_net_output_bytes:207323

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:98

keyspace_misses:25

pubsub_channels:0

pubsub_patterns:0

latest_fork_usec:5029

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:5.59

used_cpu_user:2.37

used_cpu_sys_children:0.04

used_cpu_user_children:0.01

 

# Cluster

cluster_enabled:0

 

# Keyspace

db0:keys=12,expires=1,avg_ttl=1527929349

 

二:monitor命令

     Monitor命令会监控所有客户端的访问情况,但是此命令会消耗性能所以只在测试时是使用。

    

     在另一个窗口执行keys *,使用java执行set和get命令,在monitor命令下都监控到了这两个客户端的操作。


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值