Sign in
apache
/
drill-test-framework
/
9e462eb58cc13c838022f2146dde7151d658e5cd
/
.
/
framework
/
resources
/
Datasources
/
s3
/
minio
/
stop_mn.sh
blob: 624bfca1e65a8d9076be1651810b10c1cef8be78 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
!
-
z
"$(top -bn1 |grep minio |grep -oE '^[ ]*[0-9]+' |grep -oE '[0-9]+')"
]
then
kill
-
9
$
(
top
-
bn1
|
grep minio
|
grep
-
oE
'^[ ]*[0-9]+'
|
grep
-
oE
'[0-9]+'
)
fi