mirror of https://mirror.osredm.com/root/redis.git
Mark whatisdoing.sh as deprecated in top-comment.
This commit is contained in:
parent
4dab282145
commit
5b2bbef9fc
|
@ -1,4 +1,10 @@
|
||||||
# This script is from http://poormansprofiler.org/
|
# This script is from http://poormansprofiler.org/
|
||||||
|
#
|
||||||
|
# NOTE: Instead of using this script, you should use the Redis
|
||||||
|
# Software Watchdog, which provides a similar functionality but in
|
||||||
|
# a more reliable / easy to use way.
|
||||||
|
#
|
||||||
|
# Check http://redis.io/topics/latency for more information.
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
nsamples=1
|
nsamples=1
|
||||||
|
|
Loading…
Reference in New Issue