2025-07-24 05:22:30,283 - DEBUG - [10.0.0.23]: Running cmd : kill -9 $(cat /tmp/iperf_server_ctest-random-60281334.pid) 2025-07-24 05:22:30,364 - DEBUG - Output : cat: /tmp/iperf_server_ctest-random-60281334.pid: No such file or directory kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] 2025-07-24 05:22:30,365 - DEBUG - [10.0.0.23]: Running cmd : for ps in $(pgrep iperf); do kill -9 $ps; done 2025-07-24 05:22:30,477 - DEBUG - Output : 2025-07-24 05:22:30,478 - DEBUG - [10.0.0.23]: Running cmd : nohup iperf3 -s --port 6201 1>/tmp/iper3_ctest-random-60281334.log 2>/tmp/iper3_ctest-random-60281334.result & echo $! > /tmp/iperf_server_ctest-random-60281334.pid 2025-07-24 05:22:30,590 - DEBUG - Output : 2025-07-24 05:22:53,002 - DEBUG - [10.0.0.23]: Running cmd : kill -9 $(cat /tmp/iperf_server_ctest-random-60281334.pid) 2025-07-24 05:22:53,069 - DEBUG - Output : /bin/bash: line 1: kill: (65015) - No such process 2025-07-24 05:22:53,070 - DEBUG - [10.0.0.23]: Running cmd : for ps in $(pgrep iperf); do kill -9 $ps; done 2025-07-24 05:22:53,187 - DEBUG - Output :