Re: About Cisco SAA - Jitter, RTT, etc.
"Jiri Dvorak" <[email protected]>
| Newsgroups | gmane.network.cricket.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
you need to use cricket with rrdtool 1.2 in order to do that (see the mail
archives how to install). rrdtool 1.0 does not support COMPUTE ds, as
far as I know. Then you can do:
# datasources
#ds0
datasource NumOfRTT
ds-source = snmp://%snmp%/NumOfRTT.%inst%
#ds1
datasource RTTSum
ds-source = snmp://%snmp%/RTTSum.%inst%
#ds2
datasource RTTMin
ds-source = snmp://%snmp%/RTTMin.%inst%
#ds3
datasource RTTMax
ds-source = snmp://%snmp%/RTTMax.%inst%
#ds4
datasource rttaverage
rrd-ds-type = COMPUTE
rrd-cdef = ds1,ds0,/
# Target type
targetType RTT
ds = "NumOfRTT, RTTSum, RTTMin, RTTMax,rttaverage"
view = "RTT Min Max: RTTMin RTTMax
RTT Average:rttaverage "
You have to keep track of the sequence of ds on your own, it corresponds
to the sequence in the targettype ds= line.
And of course you'll need a graph rttaverage definition.
Regs,
Jiri
On 11/21/06, Stephan Pfoh <[email protected]> wrote:
>
>
>
> Hi,
>
> Here is my cricket file :
>
> # OID RTT
> OID NumOfRTT 1.3.6.1.4.1.9.9.42.1.5.2.1.1
> OID RTTSum 1.3.6.1.4.1.9.9.42.1.5.2.1.2
> OID RTTMin 1.3.6.1.4.1.9.9.42.1.5.2.1.4
> OID RTTMax 1.3.6.1.4.1.9.9.42.1.5.2.1.5
>
> # datasources
> datasource NumOfRTT
> ds-source = snmp://%snmp%/NumOfRTT.%inst%
>
> datasource RTTSum
> ds-source = snmp://%snmp%/RTTSum.%inst%
>
> datasource RTTMin
> ds-source = snmp://%snmp%/RTTMin.%inst%
>
> datasource RTTMax
> ds-source = snmp://%snmp%/RTTMax.%inst%
>
> # Target type
> targetType RTT
> ds = "NumOfRTT, RTTSum, RTTMin, RTTMax"
> view = "RTT Min Max: RTTMin RTTMax"
>
>
> Now I would like to make two graphs :
> 1 - One with RTTMin and RTTMax : Easy, done.
> 2 - The second is RTTSum / NumOfRTT, but I don't know to do !!! An
> Idea ???
>
> In fact I don't know how to make an operation during graphing or in the
> datasource, or somewhere else.
>
> Thanks
>
>
>
>
>
> " Ce message et toutes les pieces jointes sont etablis a l'attention
> exclusive de ses destinataires et sont confidentiels. L'internet ne
> permettant pas d'assurer l'integrite de ce message, le contenu de ce
> message ne represente en aucun cas un engagement de la part de notre
> societe. Si vous recevez ce message par erreur, merci de le detruire
> et d'en avertir immediatement l'expediteur.
>
> This message contains privileged and confidential information. Given
> that the internet does not allow us to make sure of the communication's
> integrity, the content of this message does not represent in any case
> a commitment from our compagny. If you are not the intended recipient,
> please notify us immediately and delete this e-mail (including any
> attachments) from your system. "
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> cricket-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cricket-users
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV