Class PcapStatEx

java.lang.Object
org.pcap4j.core.PcapStatEx

public final class PcapStatEx extends Object
Since:
pcap4j 1.2.1
  • Field Details

    • rxNumPackets

      private final BigInteger rxNumPackets
    • txNumPackets

      private final BigInteger txNumPackets
    • rxNumBytes

      private final BigInteger rxNumBytes
    • txNumBytes

      private final BigInteger txNumBytes
    • rxNumPacketsError

      private final BigInteger rxNumPacketsError
    • txNumPacketsError

      private final BigInteger txNumPacketsError
    • rxNumPacketsDropped

      private final BigInteger rxNumPacketsDropped
    • txNumPacketsDropped

      private final BigInteger txNumPacketsDropped
    • rxNumMulticastPackets

      private final BigInteger rxNumMulticastPackets
    • numCollisions

      private final BigInteger numCollisions
    • rxNumLenghErrors

      private final BigInteger rxNumLenghErrors
    • txNumOverflowErrors

      private final BigInteger txNumOverflowErrors
    • rxNumCrcErrors

      private final BigInteger rxNumCrcErrors
    • rxNumFrameErrors

      private final BigInteger rxNumFrameErrors
    • rxNumFifoErrors

      private final BigInteger rxNumFifoErrors
    • rxNumMissedErrors

      private final BigInteger rxNumMissedErrors
    • txNumAbortedErrors

      private final BigInteger txNumAbortedErrors
    • txNumCarrierErrors

      private final BigInteger txNumCarrierErrors
    • txNumFifoErrors

      private final BigInteger txNumFifoErrors
    • txNumHeartbeatErrors

      private final BigInteger txNumHeartbeatErrors
    • txNumWindowErrors

      private final BigInteger txNumWindowErrors
  • Constructor Details

  • Method Details

    • getRxNumPackets

      public BigInteger getRxNumPackets()
      Returns:
      the number of packets received.
    • getTxNumPackets

      public BigInteger getTxNumPackets()
      Returns:
      the number of packets transmitted.
    • getRxNumBytes

      public BigInteger getRxNumBytes()
      Returns:
      the number of bytes received.
    • getTxNumBytes

      public BigInteger getTxNumBytes()
      Returns:
      the number of bytes transmitted.
    • getRxNumPacketsError

      public BigInteger getRxNumPacketsError()
      Returns:
      the number of packets received with error.
    • getTxNumPacketsError

      public BigInteger getTxNumPacketsError()
      Returns:
      the number of packets transmitted with error.
    • getRxNumPacketsDropped

      public BigInteger getRxNumPacketsDropped()
      Returns:
      the number of packets the receiver dropped.
    • getTxNumPacketsDropped

      public BigInteger getTxNumPacketsDropped()
      Returns:
      the number of packets the transmitter dropped.
    • getRxNumMulticastPackets

      public BigInteger getRxNumMulticastPackets()
      Returns:
      the number of multicast packets received.
    • getNumCollisions

      public BigInteger getNumCollisions()
      Returns:
      the number of collisions.
    • getRxNumLenghErrors

      public BigInteger getRxNumLenghErrors()
      Returns:
      the number of length errors in the receiver.
    • getTxNumOverflowErrors

      public BigInteger getTxNumOverflowErrors()
      Returns:
      the number of buffer overflow errors in the transmitter.
    • getRxNumCrcErrors

      public BigInteger getRxNumCrcErrors()
      Returns:
      the number of CRC errors in the receiver.
    • getRxNumFrameErrors

      public BigInteger getRxNumFrameErrors()
      Returns:
      the number of frame alignment errors in the receiver.
    • getRxNumFifoErrors

      public BigInteger getRxNumFifoErrors()
      Returns:
      the number of fifo overrun errors in the receiver.
    • getRxNumMissedErrors

      public BigInteger getRxNumMissedErrors()
      Returns:
      the number of packets the receiver missed.
    • getTxNumAbortedErrors

      public BigInteger getTxNumAbortedErrors()
      Returns:
      the number of aborted errors in the transmitter.
    • getTxNumCarrierErrors

      public BigInteger getTxNumCarrierErrors()
      Returns:
      the number of times carrier sense signal lost during transmission.
    • getTxNumFifoErrors

      public BigInteger getTxNumFifoErrors()
      Returns:
      the number of fifo underrun errors in the transmitter.
    • getTxNumHeartbeatErrors

      public BigInteger getTxNumHeartbeatErrors()
      Returns:
      the number of heartbeat errors in the transmitter.
    • getTxNumWindowErrors

      public BigInteger getTxNumWindowErrors()
      Returns:
      the number of window errors in the transmitter.