Skip to content

microyahoo/iperf-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fio-benchmark

Building and running

Test and Build

make build 

Running

Running the iperf-benchmark requires iperf development packages to be installed on the host.

bin/iperf-benchmark <flags>

Usage

bin/iperf-benchmark -h

Flags

Name Description
--output-file redirect iperf benchmark result to output file
--config-file iperf benchmark config file
--v number for the log level verbosity

Config file

iperf_settings:
  servers:
    - 192.168.1.1
    - 192.168.1.2
    - 192.168.1.3
  user: root
  password: password
  iperf_threads: 10
  time: 30 # second

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published