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