initial import (Boeing r1752, NRL r878)
This commit is contained in:
commit
f8f46d28be
394 changed files with 99738 additions and 0 deletions
10
scripts/perf/perflogstart.sh
Normal file
10
scripts/perf/perflogstart.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
# (c)2010-2012 the Boeing Company
|
||||
# author: Yueli Yang <yueli.yang@boeing.com>
|
||||
#
|
||||
# start core performance logging and collect output to file
|
||||
# /tmp/pycore.nnnn/perf<sessionid>.log
|
||||
HOOKS_DIR=`dirname $0`
|
||||
|
||||
sid=` pwd | awk -F / {'print $3'} | awk -F . {'print $2'} `
|
||||
python $HOOKS_DIR/perflogserver.py -t -a -c /etc/core/perflogserver.conf -s $sid > perf$sid.log &
|
Loading…
Add table
Add a link
Reference in a new issue