|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--inria.net.lrmp.LrmpStats
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 |
public int badVersion
public int badLength
public int badPT
public int dataRate
public int maxDataRate
public int ctlRate
public int maxCtlRate
public int dataPackets
public int dataBytes
public int outOfBand
public int repairPackets
public int repairBytes
public int dupPackets
public int dupBytes
public int ctrlPackets
public int ctrlBytes
public int nack
public int nackReply
public int dupNack
public int senderReports
public int rrSelect
public int receiverReports
public int failures
public int populationEstimate
public long populationEstimateTime
Constructor Detail |
public LrmpStats()
Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.