Advertisement
Guest User

Fresh QOS Err 382.1

a guest
Nov 18th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. admin@JDBRouter:/jffs/scripts# ./FreshJR_QOS
  2. expr: non-numeric argument
  3. expr: non-numeric argument
  4. expr: non-numeric argument
  5. expr: non-numeric argument
  6. expr: non-numeric argument
  7. expr: non-numeric argument
  8. expr: non-numeric argument
  9. expr: non-numeric argument
  10. expr: non-numeric argument
  11. expr: non-numeric argument
  12. expr: non-numeric argument
  13. expr: non-numeric argument
  14. Illegal "rate"
  15. Usage: ... qdisc add ... htb [default N] [r2q N]
  16. [direct_qlen P]
  17. default minor id of class to which unclassified packets are sent {0}
  18. r2q DRR quantums are computed as rate in Bps/r2q {10}
  19. debug string of 16 numbers each 0-3 {0}
  20.  
  21. direct_qlen Limit of the direct queue {in packets}
  22. ... class add ... htb rate R1 [burst B1] [mpu B] [overhead O]
  23. [prio P] [slot S] [pslot PS]
  24. [ceil R2] [cburst B2] [mtu MTU] [quantum Q]
  25. rate rate allocated to this class (class can still borrow)
  26. burst max bytes burst which can be accumulated during idle period {computed}
  27. mpu minimum packet size used in rate computations
  28. overhead per-packet size overhead used in rate computations
  29. linklay adapting to a linklayer e.g. atm
  30. ceil definite upper class rate (no borrows) {rate}
  31. cburst burst but for ceil {computed}
  32. mtu max packet size we create rate map for {1600}
  33. prio priority of leaf; lower are served first {0}
  34. quantum how much bytes to serve from leaf at once {use r2q}
  35.  
  36. TC HTB version 3.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement