Lines Matching full:rate
23 concerned with the ratio of the Output Rate to the Input Rate, and in that
27 | Name | Input Rate | Output Rate | Rate |
34 The resultant _Rate_ is always `Rate = MIN(Input Rate, Output Rate)`.
36 Rate-limiting of any kind can be described approximately as _back pressure_.
43 inherently provides back-pressure; output log processing is rate-limited
44 based on the baud rate of the UART. Other backends, such as UDP sockets or
46 rate-limited by the physical layer over which they operate, be it Gigabit
49 Even a trivial _message source_ or _message sink_ is still rate-limited by
51 limit in the log processing rate for practical systems. That may be
54 ## Input-Limited Log Rate
56 The ideal scenario is when the output "bandwidth" exceeds the input rate. If
61 ## Rate-Matched Input and Output
63 When the input rate and output rates are equal, one might think this is the
65 sustained increase (or several small increases) in the input log rate, could
66 cause the core log buffer to approach 100% capacity. Since the output log rate
67 is still only matched with the input log rate, the core log buffer capacity
73 ## Output-Limited Log Rate
75 If the rate of output processing is less than the rate of input processing,
82 the output rate approaches 0 `[msg/s]`. If application or