To enable SystemInput limiter ramp-up, use the following rhino-console command or related MBean operation.
Console command: enablerampup
Command  | 
enablerampup <startrate> <rateincrement> <eventsperincrement>
    Enables rampup of the SystemInput limiter rate with the provided startrate, rateincrement, and eventsperincrement
 | 
|---|---|
Example  | 
To enable  $ ./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;
 | 
| 
 | 
The SystemInput limiter’s bypassed flag must be false for ramp-up to have any effect.
 | 
