Skip to content

Commit

Permalink
Update Redis legacy keyword and link in utils/whatisdoing.sh (valkey-…
Browse files Browse the repository at this point in the history
…io#1495)

Signed-off-by: hwware <[email protected]>
  • Loading branch information
hwware authored Jan 3, 2025
1 parent 8d764f2 commit 93b701d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/whatisdoing.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93b701d

Please sign in to comment.