Home
last modified time | relevance | path

Searched refs:POUNDER_LOGLOCAL (Results 1 – 6 of 6) sorted by relevance

/external/ltp/tools/pounder21/
Dnfs_logging53 IS_MOUNTED=`grep "$POUNDER_LOGLOCAL " /proc/mounts | wc -l`
55 echo "Log directory already mounted on $POUNDER_LOGLOCAL"
60 mkdir -p "$POUNDER_LOGLOCAL/"
61 if [ ! -d "$POUNDER_LOGLOCAL/" ]; then
62 echo "Cannot create $POUNDER_LOGLOCAL/."
67 mount "$NFS_LOGSERVER:$NFS_LOGDIR/" "$POUNDER_LOGLOCAL/" -t nfs -o tcp
71 echo "Mounting $NFS_LOGSERVER:$NFS_LOGDIR/ on $POUNDER_LOGLOCAL/ failed; logs will be local."
76 mkdir -p "$POUNDER_LOGLOCAL/$NFS_LOGLOCAL/"
77 if [ ! -d "$POUNDER_LOGLOCAL/$NFS_LOGLOCAL/" ]; then
78 …echo "Cannot create local log dir on log server $POUNDER_LOGLOCAL/$NFS_LOGLOCAL/; logs will be loc…
[all …]
Dlibpounder.sh28 export POUNDER_LOGLOCAL="$POUNDER_HOME/log"
29 export POUNDER_LOGDIR="$POUNDER_LOGLOCAL/$DATE/"
Dconfig13 #will be mounted on $POUNDER_LOGLOCAL (see libpounder.sh).
15 #will be stored locally directly in $POUNDER_LOGLOCAL instead.
22 #on $POUNDER_LOGLOCAL (see libpounder.sh).
DREADME119 running pounder, test output will be directly logged to $POUNDER_LOGLOCAL,
DCHANGELOG16 - removed trailing "/" from POUNDER_LOGLOCAL export in libpounder.sh
/external/ltp/tools/pounder21/doc/
DCONFIGURATION27 POUNDER_LOGLOCAL - the log/ directory where output of ALL pounder runs
60 will be mounted on $POUNDER_LOGLOCAL (see libpounder.sh).
63 $POUNDER_LOGLOCAL instead.
70 on $POUNDER_LOGLOCAL (see libpounder.sh).