From a47a042ea69caaa4a30197dd559e9b13c5423347 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 9 Dec 2014 12:18:34 +0100 Subject: [PATCH] Mark whatisdoing.sh as deprecated in top-comment. --- utils/whatisdoing.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/whatisdoing.sh b/utils/whatisdoing.sh index 1e51e390..23cacc21 100755 --- a/utils/whatisdoing.sh +++ b/utils/whatisdoing.sh @@ -1,4 +1,10 @@ # 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 nsamples=1 -- GitLab