Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. limit not bandwith, but packets per second in linux
  2. tc with all its qdiscs is perfect way to limibandwith, but is there any means in linux to limit pps
  3.  
  4. why i ask it.
  5. normally you think about only one resource - bandwith, but when some app starts to generate tremendous amount of small packets (for instance http get requests which are containing reletevly small amount of byres in it) then probably pps will be the resource.
  6.  
  7. i came across these solution
  8. netfilter ipchains and user space app.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement