inria.net.lrmp
Class LrmpStats

java.lang.Object
  |
  +--inria.net.lrmp.LrmpStats
All Implemented Interfaces:
java.lang.Cloneable

public final class LrmpStats
extends java.lang.Object
implements java.lang.Cloneable

LRMP statistic information.


Field Summary
 int badLength
          The number of bad-length packets.
 int badPT
          The number of bad-type packets.
 int badVersion
          The number of bad-version packets.
 int ctlRate
          The current total control data rate in bytes/sec.
 int ctrlBytes
          The total control bytes.
 int ctrlPackets
          The total number of control packets.
 int dataBytes
          The total data bytes, including retransmitted packets.
 int dataPackets
          The total number of data packets, including retransmitted packets.
 int dataRate
          The current total data rate in bytes/sec.
 int dupBytes
          The duplicate data bytes.
 int dupNack
          The number of duplicate NACK packets.
 int dupPackets
          The number of duplicate data packets.
 int failures
          The number of local reception failures.
 int maxCtlRate
          The maximum total control data rate reached in bytes/sec.
 int maxDataRate
          The maximum total data rate reached in bytes/sec.
 int nack
          The total number of NACK packets, including duplicate NACK.
 int nackReply
          The total number of NACK reply packets.
 int outOfBand
          The number of out-of-band packets.
 int populationEstimate
          The population estimate.
 long populationEstimateTime
          The population estimate time.
 int receiverReports
          The number of receiver report packets.
 int repairBytes
          The retransmitted data bytes, including duplicate packets.
 int repairPackets
          The number of retransmitted data packets, including duplicate packets.
 int rrSelect
          The number of receiver report selection packets.
 int senderReports
          The number of sender report packets.
 
Constructor Summary
LrmpStats()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

badVersion

public int badVersion
The number of bad-version packets.

badLength

public int badLength
The number of bad-length packets.

badPT

public int badPT
The number of bad-type packets.

dataRate

public int dataRate
The current total data rate in bytes/sec.

maxDataRate

public int maxDataRate
The maximum total data rate reached in bytes/sec.

ctlRate

public int ctlRate
The current total control data rate in bytes/sec.

maxCtlRate

public int maxCtlRate
The maximum total control data rate reached in bytes/sec.

dataPackets

public int dataPackets
The total number of data packets, including retransmitted packets.

dataBytes

public int dataBytes
The total data bytes, including retransmitted packets.

outOfBand

public int outOfBand
The number of out-of-band packets.

repairPackets

public int repairPackets
The number of retransmitted data packets, including duplicate packets.

repairBytes

public int repairBytes
The retransmitted data bytes, including duplicate packets.

dupPackets

public int dupPackets
The number of duplicate data packets.

dupBytes

public int dupBytes
The duplicate data bytes.

ctrlPackets

public int ctrlPackets
The total number of control packets.

ctrlBytes

public int ctrlBytes
The total control bytes.

nack

public int nack
The total number of NACK packets, including duplicate NACK.

nackReply

public int nackReply
The total number of NACK reply packets.

dupNack

public int dupNack
The number of duplicate NACK packets.

senderReports

public int senderReports
The number of sender report packets.

rrSelect

public int rrSelect
The number of receiver report selection packets.

receiverReports

public int receiverReports
The number of receiver report packets.

failures

public int failures
The number of local reception failures.

populationEstimate

public int populationEstimate
The population estimate.

populationEstimateTime

public long populationEstimateTime
The population estimate time.
Constructor Detail

LrmpStats

public LrmpStats()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.