diff --git a/uperf/uperf_run b/uperf/uperf_run index c35a283..c35a45a 100755 --- a/uperf/uperf_run +++ b/uperf/uperf_run @@ -137,7 +137,7 @@ uperf_start_remote() ssh -oStrictHostKeyChecking=no root@$client "systemctl stop firewalld 2> /dev/null" echo Firewall Status: $client echo ================== - ssh -oStrictHostKeyChecking=no root@$client "systemctl status firewalld" + ssh -oStrictHostKeyChecking=no root@$client "systemctl --no_pager status firewalld" ssh -f -oStrictHostKeyChecking=no root@$client "nohup /usr/local/bin/uperf -s &" done # @@ -491,7 +491,7 @@ test_iteration_loop() systemctl stop firewalld 2> /devnull echo Firewall status echo ==================== - systemctl status firewalld + systemctl --no_pager status firewalld for test_iteration in 1 `seq 2 1 $to_times_to_run`; do execute_test $test_iteration