Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Delay Measurement File

A link latency file can be specified as an input to getipconf using the -delay <delayFile> option. This file is used to indicate the delay measurement from nodeA to nodeZ via a particular interface on nodeA. This information will be stored in the bblink file after the config file import via getipconf. For online users, the Link Latency Task provides one way to collect delay measurement information.

The following is an example of a link latency file with a customized header line followed by contents. In the example below, ATL and LDN2600 are connected.

The format of the link latency file is flexible. The customizable column headers should be specified in a comma-separated list following a “#!”. The column headers on this line must be one of the following reserved keywords in order to be recognized.

  • NodeA, NodeZ, Interface, InterfaceZ

  • LatencyA2Z: Latency from NodeA to NodeZ (ms). For microseconds, use decimals.

  • LatencyZ2A: Latency from NodeZ to NodeA (ms). For microseconds, use decimals.

  • RoundTripLatency: This number will be divided by two to get the latency

  • BW-K: The bandwidth in K

  • BW: The bandwidth in bits

  • ISIS2Metric: The ISIS level 2 metric

Note that the data for one link could also be represented in one line instead of two. For example, the above link latency file entry for the link between LDN2600 and ATL could be shortened to one line by including the LatencyZ2A column, as shown below:

The RoundTripLatency could also be specified as an alternative to the Latency in one direction.

For backwards compatibility, the following fixed format is also supported:

For the fixed format, the only attributes that are required are RouterA, Interface, and Latency, as shown in the example above. Note that the direction of Latency here is from NodeZ to NodeA.