You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/doc/tutorials/rpc_list/rpc_ratelimit.txt

40 lines
1.0 KiB

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