tapset::ipmib(3stap) — Linux manual page

NAME | DESCRIPTION | SEE ALSO | COLOPHON

TAPSET::IPMIB(3stap)                                TAPSET::IPMIB(3stap)

NAME         top

       tapset::ipmib - systemtap ipmib tapset

DESCRIPTION         top

       ipmib_remote_addr
              Get the remote ip address

              See function::ipmib_remote_addr(3stap)
               for details.

       ipmib_local_addr
              Get the local ip address

              See function::ipmib_local_addr(3stap)
               for details.

       ipmib_tcp_remote_port
              Get the remote tcp port

              See function::ipmib_tcp_remote_port(3stap)
               for details.

       ipmib_tcp_local_port
              Get the local tcp port

              See function::ipmib_tcp_local_port(3stap)
               for details.

       ipmib_get_proto
              Get the protocol value

              See function::ipmib_get_proto(3stap)
               for details.

       ipmib.InReceives
              Count an arriving packet

               See probe::ipmib.InReceives(3stap)
               for details.

       ipmib.InNoRoutes
              Count an arriving packet with no matching socket

               See probe::ipmib.InNoRoutes(3stap)
               for details.

       ipmib.InAddrErrors
              Count arriving packets with an incorrect address

               See probe::ipmib.InAddrErrors(3stap)
               for details.

       ipmib.InUnknownProtos
              Count arriving packets with an unbound proto

               See probe::ipmib.InUnknownProtos(3stap)
               for details.

       ipmib.InDiscards
              Count discarded inbound packets

               See probe::ipmib.InDiscards(3stap)
               for details.

       ipmib.ForwDatagrams
              Count forwarded packet

               See probe::ipmib.ForwDatagrams(3stap)
               for details.

       ipmib.OutRequests
              Count a request to send a packet

               See probe::ipmib.OutRequests(3stap)
               for details.

       ipmib.ReasmTimeout
              Count Reassembly Timeouts

               See probe::ipmib.ReasmTimeout(3stap)
               for details.

       ipmib.ReasmReqds
              Count number of packet fragments reassembly requests

               See probe::ipmib.ReasmReqds(3stap)
               for details.

       ipmib.FragOKs
              Count datagram fragmented successfully

               See probe::ipmib.FragOKs(3stap)
               for details.

       ipmib.FragFails
              Count datagram fragmented unsuccessfully

               See probe::ipmib.FragFails(3stap)
               for details.

SEE ALSO         top

       function::ipmib_remote_addr(3stap),
       function::ipmib_local_addr(3stap),
       function::ipmib_tcp_remote_port(3stap),
       function::ipmib_tcp_local_port(3stap),
       function::ipmib_get_proto(3stap), probe::ipmib.InReceives(3stap),
       probe::ipmib.InNoRoutes(3stap), probe::ipmib.InAddrErrors(3stap),
       probe::ipmib.InUnknownProtos(3stap),
       probe::ipmib.InDiscards(3stap),
       probe::ipmib.ForwDatagrams(3stap),
       probe::ipmib.OutRequests(3stap),
       probe::ipmib.ReasmTimeout(3stap), probe::ipmib.ReasmReqds(3stap),
       probe::ipmib.FragOKs(3stap), probe::ipmib.FragFails(3stap),
       stap(1), stapprobes(3stap)

COLOPHON         top

       This page is part of the systemtap (a tracing and live-system
       analysis tool) project.  Information about the project can be
       found at ⟨https://sourceware.org/systemtap/⟩.  If you have a bug
       report for this manual page, send it to systemtap@sourceware.org.
       This page was obtained from the project's upstream Git repository
       ⟨git://sourceware.org/git/systemtap.git⟩ on 2023-12-22.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2023-12-21.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there
       is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

SystemTap Tapset Reference    November 2023         TAPSET::IPMIB(3stap)

Pages that refer to this page: function::ipmib_get_proto(3stap)function::ipmib_local_addr(3stap)function::ipmib_remote_addr(3stap)function::ipmib_tcp_local_port(3stap)function::ipmib_tcp_remote_port(3stap)probe::ipmib.ForwDatagrams(3stap)probe::ipmib.FragFails(3stap)probe::ipmib.FragOKs(3stap)probe::ipmib.InAddrErrors(3stap)probe::ipmib.InDiscards(3stap)probe::ipmib.InNoRoutes(3stap)probe::ipmib.InReceives(3stap)probe::ipmib.InUnknownProtos(3stap)probe::ipmib.OutRequests(3stap)probe::ipmib.ReasmReqds(3stap)probe::ipmib.ReasmTimeout(3stap)