zoukankan      html  css  js  c++  java
  • epoll

    [root@g ~]# /usr/bin/redis-cli -a mypwd -p 16380 -h 1.2.3.4
    1.2.3.4:16380> info
    # Server
    redis_version:3.2.10
    redis_git_sha1:00000000
    redis_git_dirty:0
    redis_build_id:c8b45a0ec7dc67c6
    redis_mode:standalone
    os:Linux 3.10.0-693.2.2.el7.x86_64 x86_64
    arch_bits:64
    multiplexing_api:epoll
    gcc_version:4.8.5
    process_id:20522
    run_id:18868165f6e7f9c2a206ca18c154ecd8b76d52fc
    tcp_port:16380
    uptime_in_seconds:15198920
    uptime_in_days:175
    hz:10
    lru_clock:11144718
    executable:/usr/bin/redis-server
    config_file:/etc/redis.conf

    # Clients
    connected_clients:17
    client_longest_output_list:0
    client_biggest_input_buf:0
    blocked_clients:0

    # Memory
    used_memory:2867480720
    used_memory_human:2.67G
    used_memory_rss:3399483392
    used_memory_rss_human:3.17G
    used_memory_peak:4908130224
    used_memory_peak_human:4.57G
    total_system_memory:16658419712
    total_system_memory_human:15.51G
    used_memory_lua:37888
    used_memory_lua_human:37.00K
    maxmemory:0
    maxmemory_human:0B
    maxmemory_policy:noeviction
    mem_fragmentation_ratio:1.19
    mem_allocator:jemalloc-3.6.0

    # Persistence
    loading:0
    rdb_changes_since_last_save:6570
    rdb_bgsave_in_progress:0
    rdb_last_save_time:1537871094
    rdb_last_bgsave_status:ok
    rdb_last_bgsave_time_sec:33
    rdb_current_bgsave_time_sec:-1
    aof_enabled:1
    aof_rewrite_in_progress:0
    aof_rewrite_scheduled:0
    aof_last_rewrite_time_sec:22
    aof_current_rewrite_time_sec:-1
    aof_last_bgrewrite_status:ok
    aof_last_write_status:ok
    aof_current_size:2076248660
    aof_base_size:1994903598
    aof_pending_rewrite:0
    aof_buffer_length:0
    aof_rewrite_buffer_length:0
    aof_pending_bio_fsync:0
    aof_delayed_fsync:45131

    # Stats
    total_connections_received:588
    total_commands_processed:459701410
    instantaneous_ops_per_sec:168
    total_net_input_bytes:42932663919
    total_net_output_bytes:173623189569
    instantaneous_input_kbps:11.03
    instantaneous_output_kbps:104.66
    rejected_connections:0
    sync_full:0
    sync_partial_ok:0
    sync_partial_err:0
    expired_keys:3941878
    evicted_keys:0
    keyspace_hits:336065057
    keyspace_misses:1686
    pubsub_channels:2
    pubsub_patterns:0
    latest_fork_usec:82971
    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:16695.38
    used_cpu_user:1881339.62
    used_cpu_sys_children:129438.33
    used_cpu_user_children:1277033.12

    # Cluster
    cluster_enabled:0

    # Keyspace
    db0:keys=162844,expires=17032,avg_ttl=65636869
    1.2.3.4:16380>

  • 相关阅读:
    科学开源项目 : 建立一个 新的 光衍射 模型
    光不是电磁波 摩擦力不是电磁力
    收录一篇 贝尔不等式 的 文章
    数学家 程序员 哲学家 艺术家
    论 数学 的 工具性
    数学 怎么用?
    随便说说 广义相对论 的 时间膨胀
    逻辑物理学 : 光子 有 质量 吗 ?
    我对 “光子有质量 , 引力对光子有作用” 存疑
    收录一些 高等数学 的 文章
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6740135.html
Copyright © 2011-2022 走看看