mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
commit
4dab282145
@ -3,7 +3,7 @@
|
||||
#!/bin/bash
|
||||
nsamples=1
|
||||
sleeptime=0
|
||||
pid=$(pidof redis-server)
|
||||
pid=$(ps auxww | grep '[r]edis-server' | awk '{print $2}')
|
||||
|
||||
for x in $(seq 1 $nsamples)
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user