From: Tyrel D. <ty...@us...> - 2011-04-19 23:37:41
|
Update of /cvsroot/sblim/gather/plugin In directory vz-cvs-3.sog:/tmp/cvs-serv11427 Modified Files: metricIPProtocolEndpoint.readme Log Message: Updated metricIPProtocolEndpoint.readme to include ByteReceiveRate and ByteTransmitRate Index: metricIPProtocolEndpoint.readme =================================================================== RCS file: /cvsroot/sblim/gather/plugin/metricIPProtocolEndpoint.readme,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- metricIPProtocolEndpoint.readme 24 Jun 2009 21:24:22 -0000 1.3 +++ metricIPProtocolEndpoint.readme 19 Apr 2011 23:37:38 -0000 1.4 @@ -31,6 +31,8 @@ - PacketsReceived - PacketTransmitRate - PacketReceiveRate +- ByteTransmitRate +- ByteReceiveRate /* ---------------------------------------------------------------------------*/ @@ -120,7 +122,7 @@ PacketReceiveRate ------------------- +----------------- Metric Type : Rate Based on Metric : BytesSubmitted @@ -129,4 +131,26 @@ Value Source : last entry of BytesSubmitted / sample time + +ByteTransmitRate +---------------- + +Metric Type : Rate +Based on Metric : BytesSubmitted +CIM Data Type : uint32 +Units : Bytes per second + +Value Source : second entry of BytesSubmitted / sample time + + +ByteReceiveRate +--------------- + +Metric Type : Rate +Based on Metric : BytesSubmitted +CIM Data Type : uint32 +Units : Bytes per second + +Value Source : first entry of BytesSubmitted / sample time + /* ---------------------------------------------------------------------------*/ |