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