Home | History | Annotate | Download | only in examples

Lines Matching refs:NOW

16     NOW=`date +%s.%N`
17 echo "Starting netperfs at $NOW for $TEST" | tee $TESTLOG
38 NOW=`date +%s.%N`
39 echo "Pausing for $DURATION seconds at $NOW with $i netperfs running for $TEST" | tee -a $TESTLOG
42 NOW=`date +%s.%N`
43 echo "Resuming at $NOW for $TEST" | tee -a $TESTLOG
47 NOW=`date +%s.%N`
48 echo "Netperfs started by $NOW for $TEST" | tee -a $TESTLOG
57 NOW=`date +%s.%N`
58 echo "Netperfs stopping $NOW for $TEST" | tee -a $TESTLOG
61 NOW=`date +%s.%N`
62 echo "Netperfs stopped $NOW for $TEST" | tee -a $TESTLOG
73 NOW=`date +%s.%N`
74 echo "Starting netperfs at $NOW for $TEST" | tee $TESTLOG
93 NOW=`date +%s.%N`
94 echo "Pausing for $DURATION seconds at $NOW with $i netperfs running for $TEST" | tee -a $TESTLOG
100 NOW=`date +%s.%N`
101 THEN=`echo $NOW | awk -F "." '{printf("%d.%d",$1-1,$2)}'`
106 NOW=`date +%s.%N`
107 echo "Netperfs started by $NOW for $TEST" | tee -a $TESTLOG
111 NOW=`date +%s.%N`
112 echo "Netperfs stopping $NOW for $TEST" | tee -a $TESTLOG
114 NOW=`date +%s.%N`
115 echo "Netperfs stopped $NOW for $TEST" | tee -a $TESTLOG
234 # now some ancillary things which may nor may not work on your platform