EffectiveCeiling
Info
This page was generated by extracting information from a JSON Schema data file for the API. It may be missing some information, or otherwise suggest approximate or placeholder values based on information in the schema file; this is due to limitations on how that data is extracted from the underlying Rust code and into the JSON Schema, and then again from there and into these docs.
Steady-state ceiling for a single throughput axis, with a tag for which configuration term produced it.
Since: Dev Builds Only
The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.
This is an object value, with the following properties:
-
display- requiredstring. Pre-formatted human display preserving the operator's original configuration units. A rate configured as10000/hrrenders here as10000/hrather than2.78/s. For concurrency, the integer count. For the synthetic reconnect-cycling ceiling, the formulamax_deliveries_per_connection × <connection_rate>. -
source- required CeilingSource. Which configuration term produced anEffectiveCeiling.
Since: Dev Builds Only
The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.
value- requirednumber(double). Canonical value. For rate axes: events per second; useful for numeric comparison. For concurrency: a count.