This commit is contained in:
zhangzhihan
2020-01-17 15:35:48 +08:00
commit 960bdaa91f
58 changed files with 7988 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,190 @@
19103:C 11 Nov 15:03:31.891 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19103:C 11 Nov 15:03:31.892 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19103, just started
19103:C 11 Nov 15:03:31.892 # Configuration loaded
19104:M 11 Nov 15:03:31.895 * Increased maximum number of open files to 10032 (it was originally set to 1024).
19104:M 11 Nov 15:03:31.895 * Running mode=standalone, port=7001.
19104:M 11 Nov 15:03:31.896 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
19104:M 11 Nov 15:03:31.896 # Server initialized
19104:M 11 Nov 15:03:31.896 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
19104:M 11 Nov 15:03:31.896 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
19104:M 11 Nov 15:03:31.896 * Ready to accept connections
19104:signal-handler (1573455825) Received SIGTERM scheduling shutdown...
19104:M 11 Nov 15:03:45.826 # User requested shutdown...
19104:M 11 Nov 15:03:45.826 * Saving the final RDB snapshot before exiting.
19104:M 11 Nov 15:03:45.827 * DB saved on disk
19104:M 11 Nov 15:03:45.827 * Removing the pid file.
19104:M 11 Nov 15:03:45.827 # Redis is now ready to exit, bye bye...
19656:C 11 Nov 15:31:05.680 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19656:C 11 Nov 15:31:05.696 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19656, just started
19656:C 11 Nov 15:31:05.696 # Configuration loaded
19656:C 11 Nov 15:31:05.696 * supervised by systemd, will signal readiness
19656:M 11 Nov 15:31:05.712 * Increased maximum number of open files to 10032 (it was originally set to 1024).
19656:M 11 Nov 15:31:05.720 * Running mode=standalone, port=7001.
19656:M 11 Nov 15:31:05.720 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
19656:M 11 Nov 15:31:05.720 # Server initialized
19656:M 11 Nov 15:31:05.720 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
19656:M 11 Nov 15:31:05.726 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
19656:M 11 Nov 15:31:05.727 * DB loaded from disk: 0.001 seconds
19656:M 11 Nov 15:31:05.727 * Ready to accept connections
19656:signal-handler (1573457482) Received SIGTERM scheduling shutdown...
19656:M 11 Nov 15:31:22.736 # User requested shutdown...
19656:M 11 Nov 15:31:22.736 * Saving the final RDB snapshot before exiting.
19656:M 11 Nov 15:31:22.788 * DB saved on disk
19656:M 11 Nov 15:31:22.788 * Removing the pid file.
19656:M 11 Nov 15:31:22.788 # Redis is now ready to exit, bye bye...
19704:C 11 Nov 15:31:36.988 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19704:C 11 Nov 15:31:36.988 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19704, just started
19704:C 11 Nov 15:31:36.988 # Configuration loaded
19704:C 11 Nov 15:31:36.988 * supervised by systemd, will signal readiness
19704:M 11 Nov 15:31:36.990 * Increased maximum number of open files to 10032 (it was originally set to 1024).
19704:M 11 Nov 15:31:36.992 * Running mode=standalone, port=7001.
19704:M 11 Nov 15:31:36.992 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
19704:M 11 Nov 15:31:36.993 # Server initialized
19704:M 11 Nov 15:31:36.993 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
19704:M 11 Nov 15:31:36.993 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
19704:M 11 Nov 15:31:36.993 * DB loaded from disk: 0.000 seconds
19704:M 11 Nov 15:31:36.993 * Ready to accept connections
19704:signal-handler (1573457523) Received SIGTERM scheduling shutdown...
19704:M 11 Nov 15:32:03.227 # User requested shutdown...
19704:M 11 Nov 15:32:03.227 * Saving the final RDB snapshot before exiting.
19704:M 11 Nov 15:32:03.228 * DB saved on disk
19704:M 11 Nov 15:32:03.228 * Removing the pid file.
19704:M 11 Nov 15:32:03.228 # Redis is now ready to exit, bye bye...
19794:C 11 Nov 15:34:29.494 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19794:C 11 Nov 15:34:29.586 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19794, just started
19794:C 11 Nov 15:34:29.586 # Configuration loaded
19794:C 11 Nov 15:34:29.586 # systemd supervision requested, but NOTIFY_SOCKET not found
19795:M 11 Nov 15:34:29.593 * Increased maximum number of open files to 10032 (it was originally set to 1024).
19795:M 11 Nov 15:34:29.594 * Running mode=standalone, port=7001.
19795:M 11 Nov 15:34:29.594 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
19795:M 11 Nov 15:34:29.594 # Server initialized
19795:M 11 Nov 15:34:29.595 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
19795:M 11 Nov 15:34:29.596 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
19795:M 11 Nov 15:34:29.596 * DB loaded from disk: 0.000 seconds
19795:M 11 Nov 15:34:29.596 * Ready to accept connections
19795:signal-handler (1573457669) Received SIGTERM scheduling shutdown...
19795:M 11 Nov 15:34:29.697 # User requested shutdown...
19795:M 11 Nov 15:34:29.697 * Saving the final RDB snapshot before exiting.
19795:M 11 Nov 15:34:29.709 * DB saved on disk
19795:M 11 Nov 15:34:29.709 * Removing the pid file.
19795:M 11 Nov 15:34:29.709 # Redis is now ready to exit, bye bye...
19811:C 11 Nov 15:34:39.921 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19811:C 11 Nov 15:34:39.922 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19811, just started
19811:C 11 Nov 15:34:39.922 # Configuration loaded
19811:C 11 Nov 15:34:39.922 # systemd supervision requested, but NOTIFY_SOCKET not found
19812:M 11 Nov 15:34:39.932 * Increased maximum number of open files to 10032 (it was originally set to 1024).
19812:M 11 Nov 15:34:39.934 * Running mode=standalone, port=7001.
19812:M 11 Nov 15:34:39.934 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
19812:M 11 Nov 15:34:39.934 # Server initialized
19812:M 11 Nov 15:34:39.935 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
19812:M 11 Nov 15:34:39.949 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
19812:M 11 Nov 15:34:39.949 * DB loaded from disk: 0.000 seconds
19812:M 11 Nov 15:34:39.949 * Ready to accept connections
19812:signal-handler (1573457679) Received SIGTERM scheduling shutdown...
19812:M 11 Nov 15:34:40.050 # User requested shutdown...
19812:M 11 Nov 15:34:40.050 * Saving the final RDB snapshot before exiting.
19812:M 11 Nov 15:34:40.052 * DB saved on disk
19812:M 11 Nov 15:34:40.052 * Removing the pid file.
19812:M 11 Nov 15:34:40.052 # Redis is now ready to exit, bye bye...
19958:C 11 Nov 15:40:23.048 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19958:C 11 Nov 15:40:23.049 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19958, just started
19958:C 11 Nov 15:40:23.049 # Configuration loaded
19958:C 11 Nov 15:40:23.049 # systemd supervision requested, but NOTIFY_SOCKET not found
19959:M 11 Nov 15:40:23.057 * Increased maximum number of open files to 10032 (it was originally set to 1024).
19959:M 11 Nov 15:40:23.073 * Running mode=standalone, port=7001.
19959:M 11 Nov 15:40:23.073 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
19959:M 11 Nov 15:40:23.073 # Server initialized
19959:M 11 Nov 15:40:23.073 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
19959:M 11 Nov 15:40:23.073 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
19959:M 11 Nov 15:40:23.076 * DB loaded from disk: 0.003 seconds
19959:M 11 Nov 15:40:23.076 * Ready to accept connections
19959:signal-handler (1573458429) Received SIGTERM scheduling shutdown...
19959:M 11 Nov 15:47:09.197 # User requested shutdown...
19959:M 11 Nov 15:47:09.197 * Saving the final RDB snapshot before exiting.
19959:M 11 Nov 15:47:09.206 * DB saved on disk
19959:M 11 Nov 15:47:09.206 * Removing the pid file.
19959:M 11 Nov 15:47:09.207 # Redis is now ready to exit, bye bye...
20055:C 11 Nov 15:53:15.443 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20055:C 11 Nov 15:53:15.443 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20055, just started
20055:C 11 Nov 15:53:15.443 # Configuration loaded
20056:M 11 Nov 15:53:15.453 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20056:M 11 Nov 15:53:15.456 * Running mode=standalone, port=7001.
20056:M 11 Nov 15:53:15.456 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20056:M 11 Nov 15:53:15.456 # Server initialized
20056:M 11 Nov 15:53:15.456 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20056:M 11 Nov 15:53:15.456 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20056:M 11 Nov 15:53:15.457 * DB loaded from disk: 0.000 seconds
20056:M 11 Nov 15:53:15.457 * Ready to accept connections
20056:signal-handler (1573458795) Received SIGTERM scheduling shutdown...
20056:M 11 Nov 15:53:15.666 # User requested shutdown...
20056:M 11 Nov 15:53:15.667 * Saving the final RDB snapshot before exiting.
20056:M 11 Nov 15:53:15.694 * DB saved on disk
20056:M 11 Nov 15:53:15.694 * Removing the pid file.
20056:M 11 Nov 15:53:15.694 # Redis is now ready to exit, bye bye...
20110:C 11 Nov 15:54:15.524 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20110:C 11 Nov 15:54:15.524 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20110, just started
20110:C 11 Nov 15:54:15.524 # Configuration loaded
20111:M 11 Nov 15:54:15.528 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20111:M 11 Nov 15:54:15.530 * Running mode=standalone, port=7001.
20111:M 11 Nov 15:54:15.530 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20111:M 11 Nov 15:54:15.530 # Server initialized
20111:M 11 Nov 15:54:15.530 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20111:M 11 Nov 15:54:15.531 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20111:M 11 Nov 15:54:15.531 * DB loaded from disk: 0.000 seconds
20111:M 11 Nov 15:54:15.531 * Ready to accept connections
20111:signal-handler (1573458865) Received SIGTERM scheduling shutdown...
20111:M 11 Nov 15:54:25.375 # User requested shutdown...
20111:M 11 Nov 15:54:25.375 * Saving the final RDB snapshot before exiting.
20111:M 11 Nov 15:54:25.376 * DB saved on disk
20111:M 11 Nov 15:54:25.376 * Removing the pid file.
20111:M 11 Nov 15:54:25.376 # Redis is now ready to exit, bye bye...
20634:C 11 Nov 16:30:43.550 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20634:C 11 Nov 16:30:43.550 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20634, just started
20634:C 11 Nov 16:30:43.550 # Configuration loaded
20635:M 11 Nov 16:30:43.750 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20635:M 11 Nov 16:30:43.871 * Running mode=standalone, port=7001.
20635:M 11 Nov 16:30:43.871 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20635:M 11 Nov 16:30:43.871 # Server initialized
20635:M 11 Nov 16:30:43.872 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20635:M 11 Nov 16:30:43.883 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20635:M 11 Nov 16:30:43.883 * DB loaded from disk: 0.000 seconds
20635:M 11 Nov 16:30:43.883 * Ready to accept connections
20635:signal-handler (1573461052) Received SIGTERM scheduling shutdown...
20635:M 11 Nov 16:30:52.125 # User requested shutdown...
20635:M 11 Nov 16:30:52.125 * Saving the final RDB snapshot before exiting.
20635:M 11 Nov 16:30:52.125 * DB saved on disk
20635:M 11 Nov 16:30:52.126 * Removing the pid file.
20635:M 11 Nov 16:30:52.126 # Redis is now ready to exit, bye bye...
20740:C 11 Nov 16:34:03.805 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20740:C 11 Nov 16:34:03.805 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20740, just started
20740:C 11 Nov 16:34:03.805 # Configuration loaded
20741:M 11 Nov 16:34:03.812 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20741:M 11 Nov 16:34:03.815 * Running mode=standalone, port=7001.
20741:M 11 Nov 16:34:03.815 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20741:M 11 Nov 16:34:03.815 # Server initialized
20741:M 11 Nov 16:34:03.815 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20741:M 11 Nov 16:34:03.815 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20741:M 11 Nov 16:34:03.816 * DB loaded from disk: 0.000 seconds
20741:M 11 Nov 16:34:03.816 * Ready to accept connections
20741:signal-handler (1573461243) Received SIGTERM scheduling shutdown...
20741:M 11 Nov 16:34:03.916 # User requested shutdown...
20741:M 11 Nov 16:34:03.916 * Saving the final RDB snapshot before exiting.
20741:M 11 Nov 16:34:03.917 * DB saved on disk
20741:M 11 Nov 16:34:03.917 * Removing the pid file.
20741:M 11 Nov 16:34:03.917 # Redis is now ready to exit, bye bye...
20760:C 11 Nov 16:35:03.699 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20760:C 11 Nov 16:35:03.699 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20760, just started
20760:C 11 Nov 16:35:03.699 # Configuration loaded
20761:M 11 Nov 16:35:03.703 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20761:M 11 Nov 16:35:03.712 * Running mode=standalone, port=7001.
20761:M 11 Nov 16:35:03.713 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20761:M 11 Nov 16:35:03.713 # Server initialized
20761:M 11 Nov 16:35:03.713 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20761:M 11 Nov 16:35:03.713 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20761:M 11 Nov 16:35:03.713 * DB loaded from disk: 0.000 seconds
20761:M 11 Nov 16:35:03.713 * Ready to accept connections
20761:M 11 Nov 16:50:04.054 * 1 changes in 900 seconds. Saving...
20761:M 11 Nov 16:50:04.114 * Background saving started by pid 20802
20802:C 11 Nov 16:50:04.184 * DB saved on disk
20802:C 11 Nov 16:50:04.223 * RDB: 6 MB of memory used by copy-on-write
20761:M 11 Nov 16:50:04.281 * Background saving terminated with success

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,89 @@
19283:C 11 Nov 15:05:38.386 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19283:C 11 Nov 15:05:38.386 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19283, just started
19283:C 11 Nov 15:05:38.386 # Configuration loaded
19284:M 11 Nov 15:05:38.389 * Increased maximum number of open files to 10032 (it was originally set to 1024).
19284:M 11 Nov 15:05:38.390 * Running mode=standalone, port=7002.
19284:M 11 Nov 15:05:38.390 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
19284:M 11 Nov 15:05:38.390 # Server initialized
19284:M 11 Nov 15:05:38.390 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
19284:M 11 Nov 15:05:38.390 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
19284:M 11 Nov 15:05:38.391 * Ready to accept connections
19284:signal-handler (1573455948) Received SIGTERM scheduling shutdown...
19284:M 11 Nov 15:05:48.514 # User requested shutdown...
19284:M 11 Nov 15:05:48.514 * Saving the final RDB snapshot before exiting.
19284:M 11 Nov 15:05:48.515 * DB saved on disk
19284:M 11 Nov 15:05:48.515 * Removing the pid file.
19284:M 11 Nov 15:05:48.515 # Redis is now ready to exit, bye bye...
19796:C 11 Nov 15:34:29.625 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19796:C 11 Nov 15:34:29.633 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19796, just started
19796:C 11 Nov 15:34:29.633 # Configuration loaded
19796:C 11 Nov 15:34:29.633 # systemd supervision requested, but NOTIFY_SOCKET not found
19813:C 11 Nov 15:34:39.954 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
19813:C 11 Nov 15:34:39.954 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=19813, just started
19813:C 11 Nov 15:34:39.954 # Configuration loaded
19813:C 11 Nov 15:34:39.954 # systemd supervision requested, but NOTIFY_SOCKET not found
20057:C 11 Nov 15:53:15.466 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20057:C 11 Nov 15:53:15.466 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20057, just started
20057:C 11 Nov 15:53:15.466 # Configuration loaded
20061:M 11 Nov 15:53:15.514 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20061:signal-handler (1573458795) Received SIGTERM scheduling shutdown...
20061:M 11 Nov 15:53:15.697 * Running mode=standalone, port=7002.
20061:M 11 Nov 15:53:15.697 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20061:M 11 Nov 15:53:15.697 # Server initialized
20061:M 11 Nov 15:53:15.697 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20061:M 11 Nov 15:53:15.697 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20061:M 11 Nov 15:53:15.697 * DB loaded from disk: 0.000 seconds
20061:M 11 Nov 15:53:15.697 * Ready to accept connections
20061:M 11 Nov 15:53:15.697 # User requested shutdown...
20061:M 11 Nov 15:53:15.697 * Saving the final RDB snapshot before exiting.
20061:M 11 Nov 15:53:15.710 * DB saved on disk
20061:M 11 Nov 15:53:15.710 * Removing the pid file.
20061:M 11 Nov 15:53:15.710 # Redis is now ready to exit, bye bye...
20112:C 11 Nov 15:54:15.531 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20112:C 11 Nov 15:54:15.531 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20112, just started
20112:C 11 Nov 15:54:15.531 # Configuration loaded
20116:M 11 Nov 15:54:15.533 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20116:M 11 Nov 15:54:15.534 * Running mode=standalone, port=7002.
20116:M 11 Nov 15:54:15.534 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20116:M 11 Nov 15:54:15.534 # Server initialized
20116:M 11 Nov 15:54:15.534 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20116:M 11 Nov 15:54:15.534 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20116:M 11 Nov 15:54:15.534 * DB loaded from disk: 0.000 seconds
20116:M 11 Nov 15:54:15.535 * Ready to accept connections
20116:signal-handler (1573458865) Received SIGTERM scheduling shutdown...
20116:M 11 Nov 15:54:25.374 # User requested shutdown...
20116:M 11 Nov 15:54:25.374 * Saving the final RDB snapshot before exiting.
20116:M 11 Nov 15:54:25.375 * DB saved on disk
20116:M 11 Nov 15:54:25.375 * Removing the pid file.
20116:M 11 Nov 15:54:25.376 # Redis is now ready to exit, bye bye...
20639:C 11 Nov 16:30:44.058 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20639:C 11 Nov 16:30:44.058 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20639, just started
20639:C 11 Nov 16:30:44.058 # Configuration loaded
20640:M 11 Nov 16:30:44.061 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20640:M 11 Nov 16:30:44.062 * Running mode=standalone, port=7002.
20640:M 11 Nov 16:30:44.062 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20640:M 11 Nov 16:30:44.062 # Server initialized
20640:M 11 Nov 16:30:44.062 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20640:M 11 Nov 16:30:44.063 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20640:M 11 Nov 16:30:44.063 * DB loaded from disk: 0.000 seconds
20640:M 11 Nov 16:30:44.063 * Ready to accept connections
20640:signal-handler (1573461052) Received SIGTERM scheduling shutdown...
20640:M 11 Nov 16:30:52.081 # User requested shutdown...
20640:M 11 Nov 16:30:52.081 * Saving the final RDB snapshot before exiting.
20640:M 11 Nov 16:30:52.082 * DB saved on disk
20640:M 11 Nov 16:30:52.082 * Removing the pid file.
20640:M 11 Nov 16:30:52.082 # Redis is now ready to exit, bye bye...
20742:C 11 Nov 16:34:03.854 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20742:C 11 Nov 16:34:03.854 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20742, just started
20742:C 11 Nov 16:34:03.854 # Configuration loaded
20762:C 11 Nov 16:35:03.715 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20762:C 11 Nov 16:35:03.716 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20762, just started
20762:C 11 Nov 16:35:03.716 # Configuration loaded
20766:M 11 Nov 16:35:03.725 * Increased maximum number of open files to 10032 (it was originally set to 1024).
20766:M 11 Nov 16:35:03.726 * Running mode=standalone, port=7002.
20766:M 11 Nov 16:35:03.727 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
20766:M 11 Nov 16:35:03.727 # Server initialized
20766:M 11 Nov 16:35:03.727 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
20766:M 11 Nov 16:35:03.727 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
20766:M 11 Nov 16:35:03.727 * DB loaded from disk: 0.000 seconds
20766:M 11 Nov 16:35:03.727 * Ready to accept connections

Binary file not shown.

View File

@@ -0,0 +1,6 @@
#!/bin/bash
#
cp -rf redis-server /usr/local/bin/
cp -rf redis-cli /usr/local/bin
cp -rf maat-redis.service /usr/lib/systemd/system/
cp -rf start-maat-redis /usr/local/bin

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Redis persistent key-value database
After=network.target
After=network-online.target
Wants=network-online.target
[Service]
ExecStart=/usr/local/bin/start-maat-redis
ExecStop=killall redis-server
Type=forking
RuntimeDirectory=redis
RuntimeDirectoryMode=0755
[Install]
WantedBy=multi-user.target

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,5 @@
#!/bin/bash
#
/usr/local/bin/redis-server /home/ceiec/maat-redis/7001/7001.conf
/usr/local/bin/redis-server /home/ceiec/maat-redis/7002/7002.conf