Skip to content

Commit

Permalink
Stop tcpbench on lt43 as netbench starts its own instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Dec 25, 2023
1 parent 69a6d65 commit 1637aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlink.pl
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@ sub tcpbench_server_startup {
}

sub tcpbench_server_shutdown {
my @sshcmd = ('ssh', '-f', $lnx_r_ssh, 'service', 'tcpbench', 'stop');
printcmd(@sshcmd)
and die "Stop linux tcpbench server with '@sshcmd' failed: $?";

my @cmd = ('rcctl', '-f', 'stop', 'tcpbench');
printcmd(@cmd)
and die "Stop local tcpbench server with '@cmd' failed: $?";
Expand Down

0 comments on commit 1637aa0

Please sign in to comment.