Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

facebookarchive/UdpPinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

UdpPinger is a high performance packet generation and reflection library.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published