Update Redis legacy keyword and link in utils/whatisdoing.sh (#1495)

Signed-off-by: hwware <wen.hui.ware@gmail.com>
This commit is contained in:
Wen Hui 2025-01-02 20:37:55 -05:00 committed by GitHub
parent 8d764f27b3
commit 93b701d8d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +1,15 @@
# This script is from http://poormansprofiler.org/
#
# NOTE: Instead of using this script, you should use the Redis
# NOTE: Instead of using this script, you should use the Valkey
# Software Watchdog, which provides a similar functionality but in
# a more reliable / easy to use way.
#
# Check https://redis.io/topics/latency for more information.
# Check https://valkey.io/topics/latency for more information.
#!/bin/bash
nsamples=1
sleeptime=0
pid=$(ps auxww | grep '[r]edis-server' | awk '{print $2}')
pid=$(ps auxww | grep '[v]alkey-server' | awk '{print $2}')
for x in $(seq 1 $nsamples)
do