Add Iperf3 client sensor (#14213)
This commit is contained in:
parent
5205354cb7
commit
36da82aa8d
7 changed files with 200 additions and 0 deletions
11
virtualization/Docker/scripts/iperf3
Executable file
11
virtualization/Docker/scripts/iperf3
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
# Sets up iperf3.
|
||||
|
||||
# Stop on errors
|
||||
set -e
|
||||
|
||||
PACKAGES=(
|
||||
iperf3
|
||||
)
|
||||
|
||||
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
Loading…
Add table
Add a link
Reference in a new issue