パッケージ org.pcap4j.core
クラス PcapStatEx
- java.lang.Object
-
- org.pcap4j.core.PcapStatEx
-
public final class PcapStatEx extends Object
- 導入されたバージョン:
- pcap4j 1.2.1
- 作成者:
- Kaito Yamada
-
-
メソッドの概要
-
-
-
メソッドの詳細
-
getRxNumPackets
public BigInteger getRxNumPackets()
- 戻り値:
- the number of packets received.
-
getTxNumPackets
public BigInteger getTxNumPackets()
- 戻り値:
- the number of packets transmitted.
-
getRxNumBytes
public BigInteger getRxNumBytes()
- 戻り値:
- the number of bytes received.
-
getTxNumBytes
public BigInteger getTxNumBytes()
- 戻り値:
- the number of bytes transmitted.
-
getRxNumPacketsError
public BigInteger getRxNumPacketsError()
- 戻り値:
- the number of packets received with error.
-
getTxNumPacketsError
public BigInteger getTxNumPacketsError()
- 戻り値:
- the number of packets transmitted with error.
-
getRxNumPacketsDropped
public BigInteger getRxNumPacketsDropped()
- 戻り値:
- the number of packets the receiver dropped.
-
getTxNumPacketsDropped
public BigInteger getTxNumPacketsDropped()
- 戻り値:
- the number of packets the transmitter dropped.
-
getRxNumMulticastPackets
public BigInteger getRxNumMulticastPackets()
- 戻り値:
- the number of multicast packets received.
-
getNumCollisions
public BigInteger getNumCollisions()
- 戻り値:
- the number of collisions.
-
getRxNumLenghErrors
public BigInteger getRxNumLenghErrors()
- 戻り値:
- the number of length errors in the receiver.
-
getTxNumOverflowErrors
public BigInteger getTxNumOverflowErrors()
- 戻り値:
- the number of buffer overflow errors in the transmitter.
-
getRxNumCrcErrors
public BigInteger getRxNumCrcErrors()
- 戻り値:
- the number of CRC errors in the receiver.
-
getRxNumFrameErrors
public BigInteger getRxNumFrameErrors()
- 戻り値:
- the number of frame alignment errors in the receiver.
-
getRxNumFifoErrors
public BigInteger getRxNumFifoErrors()
- 戻り値:
- the number of fifo overrun errors in the receiver.
-
getRxNumMissedErrors
public BigInteger getRxNumMissedErrors()
- 戻り値:
- the number of packets the receiver missed.
-
getTxNumAbortedErrors
public BigInteger getTxNumAbortedErrors()
- 戻り値:
- the number of aborted errors in the transmitter.
-
getTxNumCarrierErrors
public BigInteger getTxNumCarrierErrors()
- 戻り値:
- the number of times carrier sense signal lost during transmission.
-
getTxNumFifoErrors
public BigInteger getTxNumFifoErrors()
- 戻り値:
- the number of fifo underrun errors in the transmitter.
-
getTxNumHeartbeatErrors
public BigInteger getTxNumHeartbeatErrors()
- 戻り値:
- the number of heartbeat errors in the transmitter.
-
getTxNumWindowErrors
public BigInteger getTxNumWindowErrors()
- 戻り値:
- the number of window errors in the transmitter.
-
-