rpc_pipelimit.txt 725 B

1234567891011121314151617181920212223242526272829
  1. RPC Exports for pipelimit
  2. =========================
  3. [ this file is autogenerated, do not edit ]
  4. 1. pl.stats
  5. Print pipelimit statistics: <id> <load> <counter>
  6. Returns an array.
  7. 2. pl.get_pipes
  8. Print pipes info: <id> <algorithm> <limit> <counter>
  9. Returns an array.
  10. 3. pl.set_pipe
  11. Sets a pipe params: <pipe_id> <pipe_algorithm> <pipe_limit>
  12. 4. pl.get_pid
  13. Print PID Controller parameters for the FEEDBACK algorithm:
  14. <ki> <kp> <kd>
  15. 5. pl.set_pid
  16. Sets the PID Controller parameters for the FEEDBACK algorithm:
  17. <ki> <kp> <kd>
  18. 6. pl.push_load
  19. Force the value of the load parameter for FEEDBACK algorithm:
  20. <load>