项目作者: fs714

项目描述 :
Web Based Iperf Result Real-time Visualization
高级语言: Go
项目地址: git://github.com/fs714/iperf-gui.git
创建时间: 2019-04-24T15:19:15Z
项目社区:https://github.com/fs714/iperf-gui

开源协议:Apache License 2.0

下载


Iperf-Gui

1. Screenshot

2. Dependancies

  • Verified with iperf 3.6 which support --forceflush option on Ubuntu 18.04
  • Verified with iperf 2.0.10 on Ubuntu 18.04

3. How to Build

  • Install dependancy lib

    1. go get github.com/jteeuwen/go-bindata/...
    2. go get github.com/elazarl/go-bindata-assetfs/...
  • Build

    1. make
  • Clean

    1. make clean

Note: bindata.go is generated during build. However, it should not be added to git repository.

4. Install Latest Iperf3 on Ubuntu 18.04

  1. # Switch to root
  2. apt-get remove iperf3 libiperf0
  3. wget https://downloads.es.net/pub/iperf/iperf-3.6.tar.gz
  4. tar xvf iperf-3.6.tar.gz
  5. rm -rf iperf-3.6.tar.gz
  6. cd iperf-3.6/
  7. apt-get install libtool m4 automake
  8. ./bootstrap.sh
  9. ./configure
  10. make
  11. make install
  12. # Fix issue https://github.com/esnet/iperf/issues/153
  13. ldconfig
  14. iperf3 -v