Home
last modified time | relevance | path

Searched refs:recv_filesize (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/network/stress/http/
Dhttp-stress01-rmt.sh45 recv_filesize=$(echo "$out" | awk '{print $2}')
47 if [ $recv_filesize != "size=$filesize" ]; then
Dhttp-stress02-rmt.sh69 recv_filesize=$(echo "$out" | awk '{print $2}')
71 if [ $recv_filesize != "size=$filesize" ]; then
/external/ltp/testcases/network/stress/ftp/
Dftp-download-stress01-rmt.sh43 recv_filesize=$(echo "$out" | awk '{print $2}')
45 if [ "$recv_filesize" != "size=$filesize" ]; then
Dftp-download-stress02-rmt.sh68 recv_filesize=$(echo "$out" | awk '{print $2}')
70 if [ "$recv_filesize" != "size=$filesize" ]; then