1. 下载iperf src

https://github.com/esnet/iperf/ 

2.修改makefile.in 里面的配置.

src/Makefile.in 613行 地方两行,去掉-pg参数.修改后如下

##iperf3_profile_CFLAGS = -pg -g
iperf3_profile_CFLAGS = -g
iperf3_profile_LDADD = libiperf.la
##iperf3_profile_LDFLAGS = -pg -g
iperf3_profile_LDFLAGS = -g

# Specify the sources and various flags for the test cases
t_timer_SOURCES = t_timer.c
View Code

相关文章:

  • 2021-08-02
  • 2021-05-06
  • 2021-08-04
  • 2021-09-02
  • 2021-11-30
  • 2022-01-25
猜你喜欢
  • 2021-11-27
  • 2022-01-13
相关资源
相似解决方案