[ARGUS] Argus Data Struct's (More)
Glenn MacGregor
gtm at highstreetnetworks.com
Fri May 7 12:47:02 EDT 2004
Hi All,
Thanks for all the help on the last question. I have decieded to use the ra*
tools to create a XML file and I read that, works great.
I am having an issue though... I am using the ramon -M TopN which is fine. but I
take the output of that and create xml from it.
ramon -unn -M TopN -w - | raxml -nnr - > argus.xml
The XML output of that does not contain valid syntax. In the printing of the
ArgusAGR data (raxml.c:922 version 2.0.6) the Count stanza is not closed.
<Count = "55"
I will submit a patch for this but there is no reference of the <ArgusAgrData>
in the dtd that I have, so I have no idea if the 'Packet' and 'Transaction' tags
are supposed to be children of the 'Count' tag or siblings. If you let me know
what you were intending I can update the dtd and fix the code.
Also, what does the AGR sturct hold? The following is the XML:
<ArgusAgrData>
<Count = "177"
<Packet n = "177" MeanUsec = "1042305" StdDev = "882711" MaxUsec =
"7575877" MinUsec = "118460" />
<Transaction n = "97" MeanUsec = "383729801" StdDev = "298238055"
MaxUsec = "995198000" MinUsec = "1108" />
</ArgusAgrData>
What is the 'Count' value? I assume the 'Packet' and 'Transaction' 'n' values
and number of packets, but I am not sure about the rest of the attribs on either
of those. I have been looking in the code but can't seem to dig it out.
Thanks
Glenn
Glenn MacGregor
HighStreet Networks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the argus
mailing list