Interface NetworkStats


  • @Immutable
    public interface NetworkStats
    • Method Detail

      • rxBytes

        Long rxBytes()
      • rxPackets

        Long rxPackets()
      • rxDropped

        Long rxDropped()
      • rxErrors

        Long rxErrors()
      • txBytes

        Long txBytes()
      • txPackets

        Long txPackets()
      • txDropped

        Long txDropped()
      • txErrors

        Long txErrors()