UdpPinger

UdpPinger is a high performance packet generation and reflection library.

  • 所有者: facebookarchive/UdpPinger
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

UdpPinger

UdpPinger is our high performance UDP packet generation, reflection and collection library. It is used internally as the basis for very wide ECMP loss and latency profiling. This release provides two simple binaries, uping and upong, which provide a trivial wrapper to the libraries.

Requirements

UdpPinger requires

Installing

Ubuntu 14.04 LTS

  • Install Facebook Folly
  • Install Apache Thrift
  • Ensure the root FD limit is >50000 (we use loads of fd's)
    ulimit -n 500000
  • Make sure you load the new libraries!
    ldconfig
  • Build uping and uping
    git clone github.com/facebook/UdpPinger.git cd UdpPinger/uping make cd ../upong make
  • Test it out by giving adding your target hosts to target_list....

License

UdpPinger is BSD-licensed. We also provide an additional patent grant.

主要指标

概览
名称与所有者facebookarchive/UdpPinger
主编程语言C++
编程语言C++ (语言数: 3)
平台
许可证Other
所有者活动
创建于2016-02-01 16:21:17
推送于2018-10-23 18:38:49
最后一次提交2018-10-23 11:38:40
发布数0
用户参与
星数199
关注者数34
派生数52
提交数9
已启用问题?
问题数7
打开的问题数4
拉请求数1
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?