Guest User

Untitled

a guest
Nov 8th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # Server
  2. redis_version:2.6.2
  3. redis_git_sha1:00000000
  4. redis_git_dirty:0
  5. redis_mode:standalone
  6. os:Linux 2.6.32-279.9.1.el6.x86_64 x86_64
  7. arch_bits:64
  8. multiplexing_api:epoll
  9. gcc_version:4.4.6
  10. process_id:6724
  11. run_id:d0ddf9a06a8d6525a954820cf9fc02fca4630f15
  12. tcp_port:14569
  13. uptime_in_seconds:68
  14. uptime_in_days:0
  15. lru_clock:1021579
  16.  
  17. # Clients
  18. connected_clients:2
  19. client_longest_output_list:0
  20. client_biggest_input_buf:0
  21. blocked_clients:0
  22.  
  23. # Memory
  24. used_memory:4334104
  25. used_memory_human:4.13M
  26. used_memory_rss:13856768
  27. used_memory_peak:6050664
  28. used_memory_peak_human:5.77M
  29. used_memory_lua:31744
  30. mem_fragmentation_ratio:3.20
  31. mem_allocator:jemalloc-3.0.0
  32.  
  33. # Persistence
  34. loading:0
  35. rdb_changes_since_last_save:899
  36. rdb_bgsave_in_progress:0
  37. rdb_last_save_time:1352393011
  38. rdb_last_bgsave_status:ok
  39. rdb_last_bgsave_time_sec:-1
  40. rdb_current_bgsave_time_sec:-1
  41. aof_enabled:0
  42. aof_rewrite_in_progress:0
  43. aof_rewrite_scheduled:0
  44. aof_last_rewrite_time_sec:-1
  45. aof_current_rewrite_time_sec:-1
  46. aof_last_bgrewrite_status:ok
  47.  
  48. # Stats
  49. total_connections_received:290
  50. total_commands_processed:2729
  51. instantaneous_ops_per_sec:55
  52. rejected_connections:0
  53. expired_keys:0
  54. evicted_keys:0
  55. keyspace_hits:1365
  56. keyspace_misses:508
  57. pubsub_channels:0
  58. pubsub_patterns:0
  59. latest_fork_usec:0
  60.  
  61. # Replication
  62. role:master
  63. connected_slaves:0
  64.  
  65. # CPU
  66. used_cpu_sys:0.23
  67. used_cpu_user:0.13
  68. used_cpu_sys_children:0.00
  69. used_cpu_user_children:0.00
  70.  
  71. # Commandstats
  72. cmdstat_del:calls=7,usec=851,usec_per_call=121.57
  73. cmdstat_hmset:calls=411,usec=2577,usec_per_call=6.27
  74. cmdstat_hgetall:calls=1873,usec=10115,usec_per_call=5.40
  75. cmdstat_expire:calls=1,usec=3,usec_per_call=3.00
  76. cmdstat_keys:calls=2,usec=475,usec_per_call=237.50
  77. cmdstat_auth:calls=290,usec=636,usec_per_call=2.19
  78. cmdstat_ping:calls=144,usec=122,usec_per_call=0.85
  79. cmdstat_info:calls=1,usec=107,usec_per_call=107.00
  80.  
  81. # Keyspace
  82. db0:keys=1111,expires=3
Advertisement
Add Comment
Please, Sign In to add comment