rpc_ratelimit.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. RPC Exports for ratelimit
  2. =========================
  3. [ this file is autogenerated, do not edit ]
  4. 1. rl.stats
  5. Print ratelimit statistics: PIPE[<pipe_id>]:
  6. <last_counter>/<pipe_limit> (drop rate: <drop_rate>)
  7. 2. rl.get_pipes
  8. Print pipes info: PIPE[<pipe_id>]: <pipe_algo_id>:<pipe_algo>
  9. <last_counter>/<pipe_limit> (drop rate: <drop_rate>)
  10. [<current_counter>]
  11. 3. rl.set_pipe
  12. Sets a pipe params: <pipe_id> <pipe_algorithm> <pipe_limit>
  13. 4. rl.get_queues
  14. Print queues info: QUEUE[queue_id]: <pipe_id>:<queue_method>
  15. 5. rl.set_queue
  16. Sets queue params: <quue_id> <queue_method> <pipe_id>
  17. 6. rl.get_pid
  18. Print PID Controller parameters for the FEEDBACK algorithm:
  19. <ki> <kp> <kd>
  20. 7. rl.set_pid
  21. Sets the PID Controller parameters for the FEEDBACK algorithm:
  22. <ki> <kp> <kd>
  23. 8. rl.push_load
  24. Force the value of the load parameter for FEEDBACK algorithm:
  25. <load>
  26. 9. rl.set_dbg
  27. Sets the ratelimit debug/monitoing logs: 0-off 1-on