From 93b701d8d48eaf87077e707dd77eaaed0e66900f Mon Sep 17 00:00:00 2001
From: Wen Hui <wen.hui.ware@gmail.com>
Date: Thu, 2 Jan 2025 20:37:55 -0500
Subject: [PATCH] Update Redis legacy keyword and link in utils/whatisdoing.sh
 (#1495)

Signed-off-by: hwware <wen.hui.ware@gmail.com>
---
 utils/whatisdoing.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/whatisdoing.sh b/utils/whatisdoing.sh
index 68d7f7cca..00117f486 100755
--- a/utils/whatisdoing.sh
+++ b/utils/whatisdoing.sh
@@ -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