2025-07-22 17:52:53,441 - DEBUG - [10.0.0.27]: Running cmd : kill -9 $(cat /tmp/iperf_server_ctest-random-01539455.pid) 2025-07-22 17:52:53,508 - DEBUG - Output : cat: /tmp/iperf_server_ctest-random-01539455.pid: No such file or directory kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] 2025-07-22 17:52:53,508 - DEBUG - [10.0.0.27]: Running cmd : for ps in $(pgrep iperf); do kill -9 $ps; done 2025-07-22 17:52:53,621 - DEBUG - Output : 2025-07-22 17:52:53,622 - DEBUG - [10.0.0.27]: Running cmd : nohup iperf3 -s --port 6201 1>/tmp/iper3_ctest-random-01539455.log 2>/tmp/iper3_ctest-random-01539455.result & echo $! > /tmp/iperf_server_ctest-random-01539455.pid 2025-07-22 17:52:53,729 - DEBUG - Output : 2025-07-22 17:53:24,956 - DEBUG - [10.0.0.27]: Running cmd : kill -9 $(cat /tmp/iperf_server_ctest-random-01539455.pid) 2025-07-22 17:53:25,031 - DEBUG - Output : /bin/bash: line 1: kill: (72155) - No such process 2025-07-22 17:53:25,031 - DEBUG - [10.0.0.27]: Running cmd : for ps in $(pgrep iperf); do kill -9 $ps; done 2025-07-22 17:53:25,132 - DEBUG - Output :