Guest User

Untitled

a guest
Jan 12th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. # Server
  2. redis_version:3.2.5
  3. redis_build_id:474f5462991a0e92
  4. redis_mode:standalone
  5. os:Linux 3.16.0-6-amd64 x86_64
  6. arch_bits:64
  7. multiplexing_api:epoll
  8. uptime_in_seconds:43979976
  9. uptime_in_days:509
  10. hz:10
  11. lru_clock:1785702
  12. # Clients
  13. connected_clients:32
  14. # Memory
  15. used_memory_human:105.02M
  16. used_memory_rss_human:117.07M
  17. used_memory_peak_human:536.34M
  18. total_system_memory_human:63.01G
  19. used_memory_lua_human:40.00K
  20. maxmemory_human:0B
  21. maxmemory_policy:noeviction
  22. mem_fragmentation_ratio:1.11
  23. mem_allocator:jemalloc-4.0.3
  24.  
  25. # Persistence
  26. loading:0
  27. rdb_changes_since_last_save:155
  28. rdb_bgsave_in_progress:0
  29. rdb_last_save_time:1578843765
  30. rdb_last_bgsave_status:ok
  31. rdb_last_bgsave_time_sec:0
  32. rdb_current_bgsave_time_sec:-1
  33. aof_enabled:1
  34. aof_rewrite_in_progress:0
  35. aof_rewrite_scheduled:0
  36. aof_last_rewrite_time_sec:0
  37. aof_current_rewrite_time_sec:-1
  38. aof_last_bgrewrite_status:ok
  39. aof_last_write_status:ok
  40. aof_current_size:150374147
  41. aof_base_size:81659916
  42. aof_pending_rewrite:0
  43. aof_buffer_length:0
  44. aof_rewrite_buffer_length:0
  45. aof_pending_bio_fsync:0
  46. aof_delayed_fsync:71994
  47.  
  48. # Stats
  49. total_connections_received:37269645
  50. total_commands_processed:199719105
  51. instantaneous_ops_per_sec:0
  52. total_net_input_bytes:16621105284
  53. total_net_output_bytes:10999270306614
  54. instantaneous_input_kbps:0.00
  55. instantaneous_output_kbps:0.00
  56. rejected_connections:704
  57. sync_full:0
  58. sync_partial_ok:0
  59. sync_partial_err:0
  60. expired_keys:1444410
  61. evicted_keys:0
  62. keyspace_hits:118723168
  63. keyspace_misses:14293684
  64. pubsub_channels:0
  65. pubsub_patterns:0
  66. latest_fork_usec:2689
  67. migrate_cached_sockets:0
  68.  
  69. # Replication
  70. role:master
  71. connected_slaves:0
  72. master_repl_offset:0
  73. repl_backlog_active:0
  74. repl_backlog_size:1048576
  75. repl_backlog_first_byte_offset:0
  76. repl_backlog_histlen:0
  77.  
  78. # CPU
  79. used_cpu_sys:11556.06
  80. used_cpu_user:9012.39
  81. used_cpu_sys_children:6444.94
  82. used_cpu_user_children:86052.80
  83.  
  84. # Cluster
  85. cluster_enabled:0
  86.  
  87. # Keyspace
  88. db0:keys=221319,expires=7901,avg_ttl=101163472
Add Comment
Please, Sign In to add comment