Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4dab2821
Commit
4dab2821
authored
Dec 09, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #2192 from sergeyklay/patch-1
getting pid fixes
parents
4b03be6d
8c0f8684
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/whatisdoing.sh
View file @
4dab2821
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#!/bin/bash
#!/bin/bash
nsamples
=
1
nsamples
=
1
sleeptime
=
0
sleeptime
=
0
pid
=
$(
p
idof redis-server
)
pid
=
$(
p
s auxww |
grep
'[r]edis-server'
|
awk
'{print $2}'
)
for
x
in
$(
seq
1
$nsamples
)
for
x
in
$(
seq
1
$nsamples
)
do
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment