We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dab282 commit 5b2bbefCopy full SHA for 5b2bbef
utils/whatisdoing.sh
@@ -1,4 +1,10 @@
1
# This script is from http://poormansprofiler.org/
2
+#
3
+# NOTE: Instead of using this script, you should use the Redis
4
+# Software Watchdog, which provides a similar functionality but in
5
+# a more reliable / easy to use way.
6
7
+# Check http://redis.io/topics/latency for more information.
8
9
#!/bin/bash
10
nsamples=1
0 commit comments