netbench

Network Performance Testing Scripts

中文版

This repo contains shell scripts for testing network performance using iperf3 and ping to measure bandwidth and latency.

Contents

Usage

Ensure Bash, iperf3, and ping are installed on your system.

  1. Place scripts in a directory and set up a hosts file:
    1.1.1.1 example.host
    
  2. Run the scripts:
    bash run_iperf3_all.sh
    bash run_ping_all.sh
    

Details

Install iperf3

Install iperf3 via package manager:

Notes