By comparing information about LAN drivers installed on your server, you can tell which cabling system is handling the most traffic.
If errors occur frequently on a high-traffic system, you may want to switch some of the stations on the busy system to a new or less busy cabling system.
To view LAN driver statistics:
At the server console prompt, enter
[LOAD] MONITOR
Select > .
Select a LAN driver from the menu.
The statistics for the selected LAN driver are displayed. Press Tab > PageUp or PageDown to scroll through the information in the window.
For more information, see Section 1.82, LOAD.
The generic statistics common to most of the drivers are maintained by two modules in the NetWare® operating system that are autoloaded by LAN drivers. The modules are:
The Media Support Module™ (msm.nlm)
The Topology Specific Module™ (tsm.nlm)
There are three TSM™ modules. The one that is autoloaded will depend on your server's LAN driver. The three are ETHERTSM (Ethernet), TOKENTSM (token-ring), and FDDITSM.
These common LAN driver statistics can be viewed with MONITOR. Select > , and then select a driver. The system displays a window containing both the generic and custom statistics for the selected driver.
Brief descriptions of the statistics maintained by the MSM module and each of the TSM modules are found in the following tables:
Custom statistics describe LAN activity for specific LAN device drivers.
The custom LAN driver statistics can be viewed with MONITOR. Select > , and then select a driver, then press Tab. The system displays a window containing both the generic and custom statistics for the selected driver.
Brief descriptions of statistics for selected drivers are found in the following tables:
NOTE:Custom statistics vary, depending on the LAN driver installed. For statistical information about third-party drivers not listed in the custom statistics section, check the documentation that comes with the driver.
Table A-1 LAN Driver Statistics
|
Statistic |
Description |
|---|---|
|
Driver Name |
The driver name and parameters that correspond to the hardware settings on the network board. |
|
Version |
The current version of the driver. |
|
Logical Board Number |
The number which uniquely identifies each time a driver is registered with the system. |
|
Board Instance Number |
The number assigned to each physical adapter for which the driver has been loaded.. |
|
Node Address |
The station or node address of the network board in the NetWare server. |
|
Protocols |
The communication protocols bound to the driver with BIND. |
|
Network |
The network number assigned to the cabling system the LAN driver is operating on. Appears only if the IPX™ protocol has been bound to the board. |
|
Total Packets Transmitted |
The number of packets sent from the NetWare server through this LAN driver since the driver was loaded. (By comparing this figure with the figures for other LAN drivers, you can see which driver is handling the most traffic.) This value is maintained by the TSM module. |
|
Total Packets Received |
The number of packets received by the NetWare server sincethe driver was loaded. This includes file service requests, packets routed to another network, and packets sent to other IPX sockets in the NetWare server. This value is maintained by the TSM module. |
|
Transmit failed, packet too big |
A counter that is incremented when the NetWare server tries to transmit a packet that is too large for the hardware to handle. This value is maintained by the TSM module. |
|
Transmit failed, packet too small |
A counter that is incremented when the NetWare server tries to transmit a packet that is too small. This value is maintained by the TSM module. |
|
Receive discarded, no available buffers |
A counter that is incremented when a device sends a packet to your NetWare server, but no packet receive buffer is available. The server allocates more packet receive buffers after each incident until it reaches its maximum limit (configured with a SET parameter). If you are using an EISA or microchannel bus-master board (such as the NE3200™ board), you will probably need to increase both the minimum and maximum number of packet receive buffers. See Minimum Packet Receive Buffers and Maximum Packet Receive Buffers in SET Communications Parameters. No ECB Available Count messages can also indicate that the driver is not configured correctly or that the TSM module and the Hardware Specific Module™ (HSM™) are incompatible. This value is maintained by the TSM module. |
|
Receive failed, packet too big |
A counter that is incremented when the NetWare server receives a packet that is too big for the provided receive buffers. This value is maintained by the TSM module. |
|
Receive failed, packet too small |
A counter that is incremented when the NetWare server receives a packet that is too small. Currently only the RX-Net™ TSM module maintains this counter. |
|
Receive failed, adapter overflow |
A counter that is incremented each time the adapter's private receive buffer pool was exhausted. This causes subsequent incoming packets to be discarded. This value is maintained by the HSM module. |
|
Transmit failed, Miscellaneous Error |
A counter that is incremented when errors with send packets occur. This value is maintained by the HSM module. |
|
Receive failed, Miscellaneous Error |
A counter that is incremented when errors with receive packets occur. This value is maintained by the HSM module. |
|
Transmit failed, retried |
A counter that is incremented when the NetWare server tries to send a packet but fails because of a hardware error. The server tries to send the packet until either it succeeds or the retry setting is reached. This value is maintained by the HSM module. |
|
Receive failed, checksum error |
A counter that is incremented when the checksum byte at the end of the packet does not match the sum of the bytes contained in the packet. This indicates a data error. This value is maintained by the HSM module. |
|
Receive failed, packet length |
A counter that is incremented when the packet length received by the hardware and the length specified by the packet do not match. Currently only the Ethernet TSM module maintains this counter. |
|
Bytes transmitted modulo 4 GB |
The number of bytes, including low-level headers, successfully transmitted. This value is maintained by the TSM module. |
|
Bytes transmitted rollover <times 4 GB> |
Upper 32 bits of the Total Send OK Byte Count Low. The Total Send OK Byte Count High statistic is incremented to 1 when the Total Send OK Byte Count Low counter reaches 4 GB. This value is maintained by the TSM module. |
|
Bytes received modulo 4 GB |
The number of bytes, including low-level headers, successfully received. This value is maintained by the TSM module. |
|
Bytes received rollover <times 4 GB> |
Upper 32 bits of the Total Receive OK Byte Count Low. The Total Receive OK Byte Count High statistic is incremented to 1 when the Total Receive OK Byte Count Low value reaches 4 GB. This field is maintained by the TSM module. |
|
Transmitted to a group address |
The number of packets transmitted with a group or multicast destination address. This field is maintained by the TSM module. |
|
Received from a group address |
The number of packets received with a group or multicast destination address. This field is maintained by the TSM module. |
|
Adapter resets |
The number of times the adapter was reset because of internal failures or other calls to the Driver Reset routine. This field is maintained by the HSM module. |
|
Adapter state change time stamp |
The time stamp indicating when the adapter last changed operational state (such as load, shutdown, or reset). This value is maintained by the MSM module. |
|
Packets queued for transmission |
The number of transmit packets (transmit ECBs) that are queued for the adapter. This is an indication of throughput overload on transmits. This field is maintained by the TSM module. |
Table A-2 Generic Statistics for Ethernet Drivers That Use Ethertsm.nlm
Table A-3 Generic Statistics for Token Ring Drivers That Use Tokentsm.nlm
Table A-4 Generic Statistics for FDDI Drivers That Use Fdditsm.nlm
Table A-5 Custom Statistics for NE2000, NE2, NE2_32, CNE2_32, and Other Ethernet Drivers
Table A-6 Custom Statistics for Token Ring Drivers
Table A-7 Custom Statistics for IBM Baseband PCN2L Drivers