[ARGUS] Argus Data Struct's (More)
Carter Bullard
carter at qosient.com
Mon May 10 11:49:36 EDT 2004
Hey Glenn,
Hmmm, how did the aggregation struct sneak into the XML data?
That stuff is not really specified so it really shouldn't be there.
Here is a patch that will remove the data element,
Index: raxml.c
===================================================================
RCS file: /usr/local/cvsroot/argus-clients/clients/raxml.c,v
retrieving revision 1.11
diff -r1.11 raxml.c
432a433
> /*
433a435
> */
or if you can use the 2.0.5 raxml() until I either remove these
intermediate stats or put them in the dtd?
Sorry about that!!!!
Carter
-----Original Message-----
From: owner-argus-info at lists.andrew.cmu.edu
[mailto:owner-argus-info at lists.andrew.cmu.edu] On Behalf Of Glenn MacGregor
Sent: Friday, May 07, 2004 12:47 PM
To: argus-info at lists.andrew.cmu.edu
Subject: [ARGUS] Argus Data Struct's (More)
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