1. 运行

1.1 服务端

  1. Usage: ./qperf [options]
  2. Options:
  3. -c target run as client and connect to target server
  4. --cc [reno,cubic] congestion control algorithm to use (default reno)
  5. -e measure time for connection establishment and first byte only
  6. -g enable UDP generic segmentation offload
  7. --iw initial-window initial window to use (default 10)
  8. -l log-file file to log tls secrets
  9. -p port to listen on/connect to (default 18080)
  10. -s run as server
  11. -t time (s) run for X seconds (default 10s)
  12. -h print this help
  13. ./qperf -s

1.2 客户端

  1. ./qperf -c 10.0.32.139