You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/08 06:56:09 UTC

[GitHub] [apisix] fatihbm edited a comment on issue #6530: bug: limit-count plugin does not work when I use redis cluster

fatihbm edited a comment on issue #6530:
URL: https://github.com/apache/apisix/issues/6530#issuecomment-1061466414


   > 
   
   Yes, sure @tzssangglass 
   
   root@ubuntu-bionic:/# redis-cli -p 7004 info
   # Server
   redis_version:6.9.241
   redis_git_sha1:d2b5a579
   redis_git_dirty:0
   redis_build_id:91c71a9efa90c704
   redis_mode:cluster
   os:Linux 4.15.0-136-generic x86_64
   arch_bits:64
   multiplexing_api:epoll
   atomicvar_api:c11-builtin
   gcc_version:7.5.0
   process_id:2047
   process_supervised:no
   run_id:72a9e6065383100df2c47b9ade5d365fa8c267ca
   tcp_port:7004
   server_time_usec:1646722416544067
   uptime_in_seconds:408004
   uptime_in_days:4
   hz:10
   configured_hz:10
   lru_clock:2555248
   executable:/usr/local/bin/redis-server
   config_file:/etc/redis.conf
   io_threads_active:0
   
   # Clients
   connected_clients:2
   cluster_connections:10
   maxclients:10000
   client_recent_max_input_buffer:20480
   client_recent_max_output_buffer:0
   blocked_clients:0
   tracking_clients:0
   clients_in_timeout_table:0
   
   # Memory
   used_memory:1851736
   used_memory_human:1.77M
   used_memory_rss:7770112
   used_memory_rss_human:7.41M
   used_memory_peak:1873192
   used_memory_peak_human:1.79M
   used_memory_peak_perc:98.85%
   used_memory_overhead:1623796
   used_memory_startup:1549416
   used_memory_dataset:227940
   used_memory_dataset_perc:75.40%
   allocator_allocated:1899976
   allocator_active:2244608
   allocator_resident:4825088
   total_system_memory:1032802304
   total_system_memory_human:984.96M
   used_memory_lua:37888
   used_memory_vm_eval:37888
   used_memory_lua_human:37.00K
   used_memory_scripts_eval:0
   number_of_cached_scripts:0
   number_of_functions:0
   number_of_libraries:0
   used_memory_vm_functions:37888
   used_memory_vm_total:75776
   used_memory_vm_total_human:74.00K
   used_memory_functions:184
   used_memory_scripts:184
   used_memory_scripts_human:184B
   maxmemory:0
   maxmemory_human:0B
   maxmemory_policy:noeviction
   allocator_frag_ratio:1.18
   allocator_frag_bytes:344632
   allocator_rss_ratio:2.15
   allocator_rss_bytes:2580480
   rss_overhead_ratio:1.61
   rss_overhead_bytes:2945024
   mem_fragmentation_ratio:4.29
   mem_fragmentation_bytes:5958280
   mem_not_counted_for_evict:0
   mem_replication_backlog:61516
   mem_total_replication_buffers:61512
   mem_clients_slaves:0
   mem_clients_normal:1800
   mem_cluster_links:10880
   mem_aof_buffer:0
   mem_allocator:jemalloc-5.2.1
   active_defrag_running:0
   lazyfree_pending_objects:0
   lazyfreed_objects:0
   
   # Persistence
   loading:0
   async_loading:0
   current_cow_peak:0
   current_cow_size:0
   current_cow_size_age:0
   current_fork_perc:0.00
   current_save_keys_processed:0
   current_save_keys_total:0
   rdb_changes_since_last_save:0
   rdb_bgsave_in_progress:0
   rdb_last_save_time:1646314412
   rdb_last_bgsave_status:ok
   rdb_last_bgsave_time_sec:-1
   rdb_current_bgsave_time_sec:-1
   rdb_saves:0
   rdb_last_cow_size:0
   rdb_last_load_keys_expired:0
   rdb_last_load_keys_loaded:0
   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_rewrites:0
   aof_last_write_status:ok
   aof_last_cow_size:0
   module_fork_in_progress:0
   module_fork_last_cow_size:0
   
   # Stats
   total_connections_received:3
   total_commands_processed:3612
   instantaneous_ops_per_sec:0
   total_net_input_bytes:51065
   total_net_output_bytes:1372051
   instantaneous_input_kbps:0.00
   instantaneous_output_kbps:0.05
   rejected_connections:0
   sync_full:0
   sync_partial_ok:0
   sync_partial_err:0
   expired_keys:0
   expired_stale_perc:0.00
   expired_time_cap_reached_count:0
   expire_cycle_cpu_milliseconds:0
   evicted_keys:0
   evicted_clients:0
   total_eviction_exceeded_time:0
   current_eviction_exceeded_time:0
   keyspace_hits:0
   keyspace_misses:0
   pubsub_channels:0
   pubsub_patterns:0
   latest_fork_usec:0
   total_forks:0
   migrate_cached_sockets:0
   slave_expires_tracked_keys:0
   active_defrag_hits:0
   active_defrag_misses:0
   active_defrag_key_hits:0
   active_defrag_key_misses:0
   total_active_defrag_time:0
   current_active_defrag_time:0
   tracking_total_keys:0
   tracking_total_items:0
   tracking_total_prefixes:0
   unexpected_error_replies:0
   total_error_replies:1
   dump_payload_sanitizations:0
   total_reads_processed:3620
   total_writes_processed:36015
   io_threaded_reads_processed:0
   io_threaded_writes_processed:0
   reply_buffer_shrinks:2
   reply_buffer_expands:0
   
   # Replication
   role:slave
   master_host:127.0.0.1
   master_port:7001
   master_link_status:up
   master_last_io_seconds_ago:6
   master_sync_in_progress:0
   slave_read_repl_offset:50414
   slave_repl_offset:50414
   slave_priority:100
   slave_read_only:1
   replica_announced:1
   connected_slaves:0
   master_failover_state:no-failover
   master_replid:0b7da6880852bf05bf344e915d8cad2032564726
   master_replid2:0000000000000000000000000000000000000000
   master_repl_offset:50414
   second_repl_offset:-1
   repl_backlog_active:1
   repl_backlog_size:1048576
   repl_backlog_first_byte_offset:1
   repl_backlog_histlen:50414
   
   # CPU
   used_cpu_sys:21.136971
   used_cpu_user:26.055956
   used_cpu_sys_children:0.000000
   used_cpu_user_children:0.000000
   used_cpu_sys_main_thread:21.128338
   used_cpu_user_main_thread:26.061654
   
   # Modules
   
   # Errorstats
   errorstat_ERR:count=1
   
   # Cluster
   cluster_enabled:1
   
   # Keyspace
   root@ubuntu-bionic:/#


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org