Guest User

Untitled

a guest
Jul 28th, 2014
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. redis 127.0.0.1:6379[3]> config get maxmemory
  2. 1) "maxmemory"
  3. 2) "536870912"
  4.  
  5. redis 127.0.0.1:6379[3]> CONFIG GET maxmemory-policy
  6. 1) "maxmemory-policy"
  7. 2) "allkeys-lru"
  8.  
  9. redis 127.0.0.1:6379[3]> info all
  10. # Server
  11. redis_version:2.6.11
  12. redis_git_sha1:00000000
  13. redis_git_dirty:0
  14. redis_mode:standalone
  15. os:Linux 2.6.32-5-amd64 x86_64
  16. arch_bits:64
  17. multiplexing_api:epoll
  18. gcc_version:4.4.5
  19. process_id:1776
  20. run_id:2f49d083e902e8e5bbd333b3a1baa0039e44a1ee
  21. tcp_port:6379
  22. uptime_in_seconds:181097
  23. uptime_in_days:2
  24. hz:10
  25. lru_clock:144041
  26.  
  27. # Clients
  28. connected_clients:44
  29. client_longest_output_list:0
  30. client_biggest_input_buf:0
  31. blocked_clients:0
  32.  
  33. # Memory
  34. used_memory:538263192
  35. used_memory_human:513.33M
  36. used_memory_rss:1326256128
  37. used_memory_peak:540070344
  38. used_memory_peak_human:515.05M
  39. used_memory_lua:625938432
  40. mem_fragmentation_ratio:2.46
  41. mem_allocator:jemalloc-3.2.0
  42.  
  43. # Persistence
  44. loading:0
  45. rdb_changes_since_last_save:39634486
  46. rdb_bgsave_in_progress:0
  47. rdb_last_save_time:1406351161
  48. rdb_last_bgsave_status:ok
  49. rdb_last_bgsave_time_sec:-1
  50. rdb_current_bgsave_time_sec:-1
  51. aof_enabled:0
  52. aof_rewrite_in_progress:0
  53. aof_rewrite_scheduled:0
  54. aof_last_rewrite_time_sec:-1
  55. aof_current_rewrite_time_sec:-1
  56. aof_last_bgrewrite_status:ok
  57.  
  58. # Stats
  59. total_connections_received:12501
  60. total_commands_processed:278469931
  61. instantaneous_ops_per_sec:1478
  62. rejected_connections:0
  63. expired_keys:236726
  64. evicted_keys:1600240
  65. keyspace_hits:34852991
  66. keyspace_misses:221309688
  67. pubsub_channels:0
  68. pubsub_patterns:0
  69. latest_fork_usec:0
  70.  
  71. # Replication
  72. role:master
  73. connected_slaves:0
  74.  
  75. # CPU
  76. used_cpu_sys:7062.76
  77. used_cpu_user:2694.82
  78. used_cpu_sys_children:0.00
  79. used_cpu_user_children:0.00
  80.  
  81. # Commandstats
  82. cmdstat_get:calls=188384109,usec=362883617,usec_per_call=1.93
  83. cmdstat_set:calls=16899567,usec=65365893,usec_per_call=3.87
  84. cmdstat_setnx:calls=1170244,usec=3340562,usec_per_call=2.85
  85. cmdstat_setex:calls=924142,usec=4159548,usec_per_call=4.50
  86. cmdstat_del:calls=31580676,usec=66961603,usec_per_call=2.12
  87. cmdstat_incr:calls=467838,usec=1432304,usec_per_call=3.06
  88. cmdstat_mget:calls=33587587,usec=85596678,usec_per_call=2.55
  89. cmdstat_incrby:calls=1864528,usec=4217107,usec_per_call=2.26
  90. cmdstat_mset:calls=2253314,usec=9074308,usec_per_call=4.03
  91. cmdstat_select:calls=11295,usec=25022,usec_per_call=2.22
  92. cmdstat_expire:calls=688423,usec=1893756,usec_per_call=2.75
  93. cmdstat_flushdb:calls=2,usec=20,usec_per_call=10.00
  94. cmdstat_info:calls=1207,usec=235816,usec_per_call=195.37
  95. cmdstat_config:calls=3,usec=40025,usec_per_call=13341.67
  96. cmdstat_eval:calls=636996,usec=108989315,usec_per_call=171.10
  97.  
  98. # Keyspace
Advertisement
Add Comment
Please, Sign In to add comment