A collaboration between Ed Rantanen and myself to provide basic visualization of a trace route in a flexible manner. This should allow the swapping of different graphic libraries such as Graphviz, Flot, etc.
|
<trace>
{routes}
<route>
<destination>{destination}</destination>
<hops>
{hops}
<hop count="{hop}">
<address>{address}</address>
<hostname>{hostname}</hostname>
<roundtrip>{roundtrip}</roundtrip>
</hop>
{/hops}
</hops>
</route>
{/routes}
</trace>
|