To enable SystemInput limiter ramp-up, use the following rhino-console command or related MBean operation.

Console command: enablerampup

Command

enablerampup <startrate> <rateincrement> <eventsperincrement>
  Description
    Enables rampup of the SystemInput limiter rate with the provided startrate,
    rateincrement, and eventsperincrement

Example

To enable SystemInput limiter ramp-up:

$ ./rhino-console enablerampup 10 10 1000
Enabled rampup of the SystemInput limiter rate with config properties:
startrate=10.0
rateincrement=10.0
eventsperincrement=1000

MBean operation: enableRampUp

MBean

Rhino operation

void enableRampUp(double startRate, double rateIncrement, int eventsPerIncrement)
        throws ConfigurationException;
Warning The SystemInput limiter’s bypassed flag must be false for ramp-up to have any effect.
Previous page Next page
Rhino Version 2.6.1