mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
8 lines
134 B
Bash
8 lines
134 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
set -e
|
|
|
|
echo "Running iperf3 server..."
|
|
/benchmark/bin/iperf3 -s -B 10.0.2.15 --one-off |