initial import (Boeing r1752, NRL r878)
This commit is contained in:
commit
f8f46d28be
394 changed files with 99738 additions and 0 deletions
11
scripts/perf/perflogstop.sh
Normal file
11
scripts/perf/perflogstop.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# (c)2010-2012 the Boeing Company
|
||||
# author: Yueli Yang <yueli.yang@boeing.com>
|
||||
#
|
||||
# terminate core perfromance logging process
|
||||
|
||||
perfproc=` ps aux | grep perflogserver | grep python | awk {'print $2'} `
|
||||
if [ ! $perfproc = "" ]; then
|
||||
echo "terminating core performance log process $perfproc"
|
||||
kill -9 $perfproc
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue