Shows FDDI device driver and device statistics.
fddistat [ -r -t ] Device_Name
The fddistat command displays the statistics gathered by the specified FDDI device driver. If no flags are specified, only the device driver statistics are displayed. This command is also invoked when the netstat command is run with the -v flag. The netstat command does not issue any fddistat command flags.
If an invalid Device_Name is specified, the fddistat command will produce an error message stating that it could not connect to the device.
-r | Resets all the statistics back to their initial values. This flag can only be issued by privileged users. |
-t | Toggles debug trace in some device drivers. |
Device_Name | The name of the FDDI device, for example, fddi0. |
Note: Some adapters may not support a specific statistic. The value of non-supported statistic fields is always 0.
The statistic fields displayed in the output of the fddistat command and their descriptions are:
No mbuf Errors | The number of times that mbufs were not available to the device driver. This usually occurs during receive operations when the driver must obtain mbuf buffers to process inbound packets. If the mbuf pool for the requested size is empty, the packet will be discarded. The netstat -m command can be used to confirm this. |
SMT Error Word | The adapter's SMT error status. |
SMT Event Word | The adapter's SMT event status. |
Connection Policy Violation | The status of the adapter's connection to the ring. |
Port Event | The adapter's port status. |
Set Count | The current set count value. |
Adapter Check Code | The adapter's most recent adapter check status. |
Purged Frames | Receive frames dropped by the adapter due to lack of available descriptors. |
ECM State Machine | Entity Coordination Management State Machine. |
PCM State Machine: Port A | Physical Connection Management for the primary adapter State Machine |
PCM State Machine: Port B | Physical Connection Management for the secondary adapter State Machine |
CFM State Machine: Port A | Configuration Management for the primary adapter State Machine |
CFM State Machine: Port B | Configuration Management for the secondary adapter State Machine |
CF State Machine | Overall Configuration State Machine. |
MAC CFM State Machine | Configuration Management for the MAC State Machine. |
RMT State Machine | Ring Management State Machine. |
Driver Flags | The device driver internal status flags that are currently turned on. |
To display the device driver statistics for fddi0, enter:
fddistat fddi0
This produces the following output:
------------------------------------------------------------- FDDI STATISTICS (fddi0) : Elapsed Time: 0 days 0 hours 1 minutes 3 seconds
Transmit Statistics: Receive Statistics: -------------------- ------------------- Packets: 100 Packets: 100 Bytes: 113800 Bytes: 104700 Interrupts: 100 Interrupts: 100 Transmit Errors: 0 Receive Errors: 0 Packets Dropped: 0 Packets Dropped: 0 Max Packets on S/W Transmit Queue: 0 Bad Packets: 0 S/W Transmit Queue Overflow: 0 Current S/W+H/W Transmit Queue Length: 0
Broadcast Packets: 0 Broadcast Packets: 0 Multicast Packets: 0 Multicast Packets: 0
General Statistics: ------------------- No mbuf Errors: 0 SMT Error Word: 00040080 SMT Event Word: 000004a0 Connection Policy Violation: 0000 Port Event: 0000 Set Count Hi: 0000 Set Count Lo: 0003 Adapter Check Code: 0000 Purged Frames: 0
ECM State Machine: IN PCM State Machine Port A: CONNECT PCM State Machine Port B: ACTIVE CFM State Machine Port A: ISOLATED CFM State Machine Port B: CONCATENATED CF State Machine: C_WRAP_B MAC CFM State Machine: PRIMARY RMT State Machine: RING_OP
Driver Flags: Up Broadcast Running Simplex DualAttachStation
The entstat command, netstat command, tokstat command.