Lines Matching +full:peak +full:- +full:to +full:- +full:peak

3 .\" The contents of this file are subject to the terms of the Common Development and Distribution L…
8 tokenmt \- Single and Two Rate Three Conformance Level Meter
12 Packets are deemed to belong to one of the three levels - Red, Yellow or Green
13 - depending on the configured rate(s) and the burst sizes. When configured as a
18 Configuration parameters for \fBtokenmt\fR correspond to definitions in \fIRFC-
19 2697\fR and \fIRFC- 2698\fR as follows:
22 Configuring \fBtokenmt\fR as a Single Rate meter (from \fIRFC- 2697\fR):
25 committed_rate - CIR
29 committed_burst - CBS
33 peak_burst - EBS
38 the RFC. However, throughout the text the parameter name "peak burst" is used.)
41 Configuring tokenmt as a Two Rate meter (from \fIRFC- 2698\fR):
44 committed_rate - CIR
48 peak_rate - PIR
52 committed_burst - CBS
56 peak_burst - PBS
61 tokens equivalent to committed and peak burst sizes (bits) respectively. When a
68 - Update tokens in C and P
71 T(t) = committed rate * (t - t')
73 o Add T tokens to C up to a maximum of committed burst
74 size. Add remaining tokens ((C+T) - Committed Burst),
75 if any, to P, to a maximum of peak burst size.
76 - Decide outcome
78 o If B <= C, outcome is GREEN and C -= B.
79 o Else, if B <= P, outcome is YELLOW and P -= B.
85 GREEN and C -= B.
87 (B <= P), outcome is YELLOW and P -= B.
101 - Update tokens in C and P
103 packet was seen at the committed and peak rates as
104 Tc(t) = committed rate * (t - t')
105 Tp(t) = peak rate * (t - t')
107 o Add Tc to C up to a maximum of committed burst size
108 o Add Tp to P up to a maximum of peak burst size
109 - Decide outcome
112 o Else, if B > C, outcome is YELLOW and P -= B
113 o Else, outcome is GREEN and C -= B & P -= B
119 outcome is YELLOW and P -= B
120 o Else, outcome is GREEN and C -= B & P -= B
152 64-bit module (SPARC only.)