NAME lb - computes token (leaky) bucket parameters of a traffic stream. SYNOPSIS lb [-help] lb data options where options = -d | -p delta DESCRIPTION Computes leaky bucket parameters for a traffic stream in the case all traffic is conforming (-d option) and in the case some percentage of the traffic is non-conforming (-p option). EXAMPLES lb star2 -d Computes leaky bucket parameters for data in 'star2.tr' for the case all traffic is conforming. The leaky bucket parameters are stored in the file 'lb_star2_d'. The contents of this file look like the following: 0 3.46 2 3.44 3 3.42 ... 87324 0.28 where the first column is the value of the bucket size b in info units of the star2.tr file and the second column is the corresponding value of the token rate r in Mb/s. lb star2 -p 4 Computes leaky bucket parameters for data in 'star2.tr' for the case less than 10^-4 of the traffic is non-conforming. The leaky bucket parameters are stored in the file 'lb_star2_p_4' Jan. 10, 1998 - Vasilios A. Siris Last update: 10/1/1999