IFMCSTAT(8) | MidnightBSD System Manager's Manual | IFMCSTAT(8) |
ifmcstat
— dump
multicast group management statistics per interface
ifmcstat |
[-i interface]
[-f address-family]
[-v ] [-K ]
[-M core]
[-N system] |
The ifmcstat
command dumps multicast group
information from the kernel.
The following options are supported:
-i
interface-f
address-family-v
-f
link. Source lists for
each group will also be printed.
If specified twice, and kvm(3) is in use, the control plane timers for each interface and the source list counters for each group will also be printed.
The following options are only available if
ifmcstat
has been built with support for
kvm(3):
-K
-M
core-N
systemifmcstat
will always print the embedded
scope IDs of IPv6 multicast group memberships. This is because memberships
are always scoped to an interface.
When run with the -v
option,
ifmcstat
may print multicast MAC addresses twice if
they are referenced by a layer 3 protocol.
When run with kvm(3) support, the names of all interfaces configured in the system will be printed in the first column of output, even if no multicast group memberships are present on those interfaces. The output may also be slightly different, as the kernel data structures are being traversed with minimal post-processing of the output.
When built without
kvm(3) support, the
information displayed by ifmcstat
is more limited.
This support is recommended for debugging purposes. It requires super-user
privilege if used to inspect a running kernel.
May 27, 2009 | midnightbsd-3.1 |