Go to main content

Troubleshooting Network Administration Issues in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

Viewing Statistics for the network-monitor Module With the fmstat Command

The fmstat command reports fault management module statistics. You can also use the command to view statistics for diagnosis engines and agents that are currently participating in fault management such as the network-monitor transport module utility.

To view statistics that are kept by a specific fault management module, use the following command syntax:

# fmstat -m module

where –m module specifies the fault management module.

For example, to view the statistics for the network-monitor utility, use the following command:

# fmstat -m network-monitor
    linkstate.enabled true             operating status for linkstate
                NAME VALUE            DESCRIPTION
mtu-mismatch.allocerr 0                memory allocation errors
mtu-mismatch.enabled true             operating status for mtu-mismatch
mtu-mismatch.nprobes 7                number of transmitted ICMP probes
mtu-mismatch.procerr 0                errors processing datalinks
          sysev_drop 0                number of dropped sysevents
vlan-mismatch.enabled true             operating status for vlan-mismatch

For more information, see the fmstat(8) man page.

To obtain a list of the modules that participate in fault management, use the fmadm command. For information, see the fmadm(8) man page.