HomeSort by relevance Sort by last modified time
    Searched refs:netstress (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/network/stress/interface/
if-lib.sh 38 pkill -13 -x netstress
39 tst_rhost_run -c "pkill -13 -x netstress"
45 netstress -R 3 -g $port > /dev/null 2>&1 &
46 tst_rhost_run -b -c "netstress -l -H $(tst_ipaddr) -g $port"
if-addr-adddel 96 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-mtu-change 97 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-route-adddel 92 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-route-addlarge 99 pgrep -x netstress > /dev/null || make_background_tcp_traffic
if-addr-addlarge 107 pgrep -x netstress > /dev/null || make_background_tcp_traffic
  /external/ltp/testcases/network/stress/ssh/
ssh-stress03-rmt 60 netstress -r $requests -l -H $localhost -g $lport > /dev/null
ssh-stress 37 pkill 'netstress$'
134 netstress -R 3 -g $port > tcp_server.log 2>&1 &
  /external/ltp/testcases/lib/
test_net.sh 304 # Run network load test, see 'netstress -h' for option description
349 tst_rhost_run -c "pkill -9 netstress\$"
354 tst_resm TINFO "run server 'netstress $s_opts'"
355 tst_rhost_run -s -b -c "netstress $s_opts"
368 tst_resm TINFO "run client 'netstress -l $c_opts'"
369 netstress -l $c_opts > tst_netload.log 2>&1 || ret=1
370 tst_rhost_run -c "pkill -9 netstress\$"
382 tst_resm TPASS "netstress passed, time spent '$(cat $rfile)' ms"
384 tst_resm TPASS "netstress failed as expected"

Completed in 191 milliseconds