Network Interface
Label: hw.network
Description: A physical or logical network interface on a Server, IOM or Fabric Interconnect.
Data source: NetworkInterfaces
Supported Metrics
This instrument supports the following Metrics:
Label | Name | Description |
---|---|---|
Link Status | hw.network.up | Link status: 1 (up) or 0 (down). |
Network Bytes | hw.network.io_all | Received and transmitted network traffic in bytes. |
Network Carrier Sense Errors | hw.errors_network_carrier_sense | Number of times the absence of a carrier signal is detected on the interface before attempting to transmit data. |
Network Interface Resets | hw.network.interface_resets | Number of times the interface is reset. |
Network Jabber Errors | hw.errors_network_transmit_jabber | Number of transmitted ethernet frames with a size more than the length allowed by the Ethernet standard. |
Network Late Collision Errors | hw.errors_network_late_collisions | Number of times collisions are detected after the collision window has elapsed on the network interface. |
Network Link Failure Errors | hw.errors_network_link_failures | Number of times the loss of connectivity has been detected on the network interface. |
Network No Buffer Errors | hw.errors_network_receive_no_buffer | Number of received frames that were dropped due to unavailability of the buffer on the network interface. |
Network RX Broadcast Bytes | hw.network.io_receive_broadcast | Received broadcast network traffic in bytes. |
Network RX Broadcast Packets | hw.network.packets_receive_broadcast | Received broadcast network traffic in packets (or frames). |
Network RX Buffer Credit Limit | hw.network.bb_credit_limit_receive | The maximum number of buffer credits that the network interface can have. The sender never transmits a packet to the network interface beyond this limit. |
Network RX Bytes | hw.network.io_receive | Received network traffic in bytes. |
Network RX CRC Errors | hw.errors_network_receive_crc | Number of received packets (or frames) that have failed the CRC check on the network interface. |
Network RX Discard Errors | hw.errors_network_receive_discard | Number of packets (or frames) that are received but not processed and discarded by the network interface. |
Network RX Multicast Bytes | hw.network.io_receive_multicast | Received multicast network traffic in bytes. |
Network RX Multicast Packets | hw.network.packets_receive_multicast | Received multicast network traffic in packets (or frames). |
Network RX Packets | hw.network.packets_receive | Received network traffic in packets (or frames). |
Network RX Pause Frames | hw.errors_network_receive_pause | Number of received pause packets (or frames) on the network interface. |
Network RX Priority Pause Frames | hw.network.packets_receive_ppp | Received priority pause frames on the network interface. |
Network RX RSS Packets | hw.network.packets_receive_rss | Received network traffic in packets (or frames) that were processed using RSS. |
Network RX Unicast Bytes | hw.network.io_receive_unicast | Received unicast network traffic in bytes. |
Network RX Unicast Packets | hw.network.packets_receive_unicast | Received unicast network traffic in packets (or frames). |
Network RX Utilization | hw.network.bandwidth.utilization_receive | RX Utilization of the network bandwidth as a percentage. |
Network Receive Drop Errors | hw.errors_receive_drops | Number of receive packets (or frames) that were dropped. |
Network Runt Errors | hw.errors_network_receive_runt | Number of received ethernet frames with a size smaller than the IEEE 802.3's minimum length of 64 octets. |
Network Signal Loss Errors | hw.errors_network_signal_losses | Number of times the loss of signal has been detected on the network interface. |
Network Sync Loss Errors | hw.errors_network_sync_losses | Number of times the synchronization between the transmitting and receiving devices is lost during data transmission on the network interface. |
Network TX Broadcast Bytes | hw.network.io_transmit_broadcast | Transmitted broadcast network traffic in bytes. |
Network TX Broadcast Packets | hw.network.packets_transmit_broadcast | Transmitted broadcast network traffic in packets (or frames). |
Network TX Buffer Credit Left | hw.network.bb_credit_left_transmit | The available buffer credits for the network interface. This ensures that the sender never transmits a packet that the network interface does not have a buffer to hold it in. |
Network TX Buffer Credit Limit | hw.network.bb_credit_limit_transmit | The maximum number of buffer credits that the network interface can have. The network interface never transmits a packet to the receiver beyond this limit. |
Network TX Bytes | hw.network.io_transmit | Transmitted network traffic in bytes. |
Network TX Deferred Errors | hw.errors_network_transmit_deferred | Number of packets (or frames) that have been temporarily postponed or delayed from immediate transmission by the network interface. |
Network TX Discard Errors | hw.errors_network_transmit_discard | Number of packets (or frames) that are not successfully transmitted and are instead discarded by the network interface. |
Network TX Multicast Bytes | hw.network.io_transmit_multicast | Transmitted multicast network traffic in bytes. |
Network TX Multicast Packets | hw.network.packets_transmit_multicast | Transmitted multicast network traffic in packets (or frames). |
Network TX Packets | hw.network.packets_transmit | Transmitted network traffic in packets (or frames). |
Network TX Pause Frames | hw.errors_network_transmit_pause | Number of transmitted pause packets (or frames) on the network interface. |
Network TX Priority Pause Frames | hw.network.packets_transmit_ppp | Transmitted priority pause frames on the network interface. |
Network TX TSO Packets | hw.network.packets_transmit_tso | Transmitted network traffic in packets (or frames) that were processed using TSO. |
Network TX Unicast Bytes | hw.network.io_transmit_unicast | Transmitted unicast network traffic in bytes. |
Network TX Unicast Packets | hw.network.packets_transmit_unicast | Transmitted unicast network traffic in packets (or frames). |
Network TX Utilization | hw.network.bandwidth.utilization_transmit | TX Utilization of the network bandwidth as a percentage. |
Network Too Long Errors | hw.errors_network_receive_too_long | Number of oversized packets (or frames) received on the network interface. |
Network Too Short Errors | hw.errors_network_receive_too_short | Number of undersized packets (or frames) received on the network interface. |
Network Transmit Drop Errors | hw.errors_transmit_drops | Number of transmit packets (or frames) that were dropped. |
Network Utilization | hw.network.bandwidth.utilization_all | Utilization of the network bandwidth as a percentage. |
Operational Link Speed | hw.network.bandwidth.limit | The operational speed of the network interface, in bytes per second. |
RX Packets Size 1024 to 1518 | hw.network.packets_receive_1024_to_1518 | Received network traffic in packets (or frames) with size between 1024 and 1518. |
RX Packets Size 128 to 255 | hw.network.packets_receive_128_to_255 | Received network traffic in packets (or frames) with size between 128 and 255. |
RX Packets Size 1519 or Above | hw.network.packets_receive_1519_to_max | Received network traffic in packets (or frames) with size of 255 or above. |
RX Packets Size 256 to 511 | hw.network.packets_receive_256_to_511 | Received network traffic in packets (or frames) with size between 256 and 511. |
RX Packets Size 512 to 1023 | hw.network.packets_receive_512_to_1023 | Received network traffic in packets (or frames) with size between 512 and 1023. |
RX Packets Size 64 | hw.network.packets_receive_64 | Received network traffic in packets (or frames) with size of 64. |
RX Packets Size 65 to 127 | hw.network.packets_receive_65_to_127 | Received network traffic in packets (or frames) with size between 65 and 127. |
Total Network RX Errors | hw.errors_network_receive_all | Number of errors encountered during the reception of data by the network interface which is reported as the summation of all the receive errors. |
Total Network TX Errors | hw.errors_network_transmit_all | Number of errors encountered during the transmission of data from the network interface which is reported as the summation of all the transmit errors. |
Attributes
Label | Name | Description | Enums |
---|---|---|---|
Account Moid | intersight.iam.account.moid | The Moid of the iam.Account. | no |
Aggregate Port | hw.network.port.aggregate_port | Aggregate port identifier is an identifier of the port for which breakout configuration has been set up. If hw.network.port.aggregate_port is value is 0 then slot and port will be unique identifier for the network interface. For non-zero hw.network.port.aggregate_port value, slot/aggregate_port/port will be unique identifier of the network interface. | no |
Chassis Identifier | hw.chassis.id | A globally unique chassis ID. For Intersight resources, this is the API path to the chassis for which the metric is reported. | no |
Chassis Number | hw.chassis.number | Chassis number, if the network interface is an I/O module (IOM) or Intelligent Fabric Module (IFM). | no |
Domain Identifier | intersight.domain.id | The identifier of the domain to which the device belongs. The value is the device registration object's API path of the top-most ancestor. For Fabric Interconnects, the Domain Identifier is the API path of its device registration object. For IMM Chassis, Blades, and Rack servers, the Domain Identifier is the API path of the parent Fabric Interconnect's device registration object. | no |
Domain Name | intersight.domain.name | The name of the domain to which the device belongs. The value is the device registration object's hostname of the top-most ancestor. For Fabric Interconnects, the Domain Name is the hostname of its device registration object. For IMM Chassis, Blades, and Rack servers, the Domain Name is the hostname of the parent Fabric Interconnect's device registration object. | no |
Generation | model_generation | The generation of a hardware component. | no |
Hardware Type | hw.type | The type of hardware component. | no |
Host Identifier | host.id | A globally unique host ID. For Intersight resources, this is the API path to the resource where the Device Connector is running. For example, if a device connector is running on a Fabric Interconnect, the resource is network.Element. | no |
Host Image Version | host.image.version | The version string of the host OS image. | no |
Host Name | host.name | The name assigned by a user to a specific device or resource, such as the fully qualified domain name (FQDN) of a computer or server on a network. The assigned name is used as host name for UCS server, Fabric Interconnect, Chassis, IO module and Fabric Extender. The host name is not guaranteed to be unique and may change over time. | no |
Host Tags | host.tags | The meta-data tags associated with the component's host. These tags could be used for identification, organization, or management purposes. | no |
Host Type | host.type | Type of host. | yes |
Identifier | id | An identifier for the hardware component, unique within the monitored host. For Intersight resources, this is the API path to the resource for which the metric is reported. | no |
License Tier | intersight.license.license_info.license_type | The name of the Intersight license entitlement. | yes |
Member Moid | intersight.asset.cluster_member.moid | The Moid of the asset.DeviceClusterMember. | no |
Model | model | The model of a hardware component. | no |
Name | name | An easily-recognizable name for the hardware component. | no |
Network Interface State | hw.network.state | The state of the network interface, e.g., ok, degraded, failed. | no |
Parent Identifier | parent.id | Unique identifier of the parent component (typically the id attribute of the enclosure, or disk controller). For Intersight resources, this is the API path to the parent resource. | no |
Peer Identifier | hw.network.peer.id | A globally unique peer ID. For Intersight resources, this is the API path to the peer for which the metric is reported. For example, a vEthernet interface's peer is vNIC interface, hence hw.network.peer.id for vEthernet indicates vNIC's object identifier. | no |
Permission Resources | permission.resources | The permission resources associated with the component. For example, a component might be part of multiple organizations. All such organizations are a part of its permission resources. | no |
Physical Address | physical_address | Physical address of the adapter (e.g., MAC address, or WWNN). | no |
Port Channel Number | hw.network.port.port_channel | Port channel number to which the port belongs. | no |
Port Number | hw.network.port.number | The port number identifies the specific physical port on a network device. | no |
Port Role | hw.network.port.role | The port role specifies the function of a port or a group of ports. | yes |
Port Type | hw.network.port.type | The port type specifies the type of physical or logical interface that is used to connect to other network devices. | yes |
Product Family | model_family | The family series of a hardware component. | no |
Registration Moid | intersight.asset.device_registration.moid | The Moid of the asset.DeviceRegistration. | no |
Serial Number | serial_number | The serial number of a hardware component. | no |
Server Identifier | hw.server.id | A globally unique server ID. For Intersight resources, this is the API path to the server for which the metric is reported. | no |
Slot Number | hw.network.port.slot | The slot number identifies the specific slot on a network device. | no |
Vendor | vendor | The vendor of a hardware component. | no |
Enum Host Type
Value | Description |
---|---|
network.Element | |
compute.Blade | |
compute.RackUnit | |
equipment.Chassis |
Enum License Tier
Value | Description |
---|---|
Essential | The Essentials license tier offers server management with global health monitoring, inventory, proactive support through Cisco TAC integration, multi-factor authentication, along with SDK and API access |
Advantage | The Advantage license tier offers advanced server management with extended visibility, ecosystem integration, and automation of Cisco and third-party hardware and software, along with multi-domain solutions. |
Enum Port Role
Value | Description |
---|---|
eth_uplink | An ethernet uplink port is a network interface used to connect a device to another network or to another device at a higher level in the network hierarchy, allowing for data transmission between them. |
eth_uplink_pc | An ethernet uplink port channel is a port channel used to connect a device to another network or to another device at a higher level in the network hierarchy, allowing for data transmission between them. |
server | A server port is a communication endpoint on a computer server that allows it to receive data from and send data to other devices on a network. |
server_pc | A server port channel is a communication endpoint on a computer server that allows it to receive data from and send data to other devices on a network. |
appliance | A appliance port is a network interface on a storage device, such as a storage area network (SAN) switch or a storage controller, that provides connectivity between the storage device and other devices on the network, allowing for data transmission to and from the storage device. |
appliance_pc | A appliance port channel is a network interface on a storage device, such as a storage area network (SAN) switch or a storage controller, that provides connectivity between the storage device and other devices on the network, allowing for data transmission to and from the storage device. |
fcoe_uplink | A Fibre Channel over Ethernet (FCoE) uplink port is a network interface that combines the benefits of Fibre Channel and Ethernet technologies to provide fast, low-latency data transfer for storage networking. It acts as an uplink to connect the storage network to the rest of the network infrastructure. |
fcoe_uplink_pc | A Fibre Channel over Ethernet (FCoE) uplink port channel is a network interface that combines the benefits of Fibre Channel and Ethernet technologies to provide fast, low-latency data transfer for storage networking. It acts as an uplink to connect the storage network to the rest of the network infrastructure. |
fcoe_storage | A Fibre Channel over Ethernet (FCoE) storage port is a network interface that allows storage consolidation from two separate links to a single storage that carries both Fibre Channel (FC) and Ethernet traffic. |
host_port | A host port is a network interface on the Fabric Extender (FEX) or the IO Module (IOM) that is connected to the end host or the server. |
host_pc | A host PC is a port channel on the Fabric Extender (FEX) or the IO Module (IOM) that is connected to the end host or the server. |
fabric_pc | A fabric PC is a port channel on the Fabric Interconnect that is connected to the Fabric Extender (FEX) or the IO Module (IOM). |
fc_uplink | A fibre channel (FC) uplink port is a network interface that allows connection of external SAN switches to a port on the network device. |
fc_storage | A fibre channel (FC) storage port is a network interface that allows direct attachment of a FC storage device to a port on the network device. |
fc_uplink_pc | A fibre channel (FC) uplink PC is a port channel that allows connection of external SAN switches to a port channel on the network device. |
eth_monitor | An ethernet monitoring port is a network interface that is configured as the destination of the traffic monitoring session. |
fc_monitor | A fibre channel monitoring port is a network interface that is configured as the destination of the traffic monitoring session. |
fex_uplink | A fex uplink port is a network interface on the Fabric Extender (FEX) that is connected to the upstream switch or the end host. |
iom_uplink | An IOM uplink port is a network interface on the IO Module (IOM) that is connected to the upstream switch or the end host. |
vethernet | A virtual ethernet interface. |
vfc | A virtual fibre channel interface. |
vnic | A virtual network card interface. |
vhba | A virtual host bus interface. |
unconfigured | A port has not been configured. |
Enum Port Type
Value | Description |
---|---|
ethernet | A physical Ethernet interface. |
virtual_ethernet | A virtualized Ethernet interface. |
virtual_network_interface_card | A virtualized Network Interface Card port. |
ethernet_port_channel | An Ethernet port channel allows multiple physical Ethernet ports to be combined into a single logical channel. |
backplane_port | A backplane port represents the port that is connected to secondary devices internally via the backplane of a primary device. In Cisco UCS Fabric Interconnect, the IO Module (IOM)/Intelligent Fabric Module (IFM) provides connectivity to servers using the backplane of the chassis via backplane ports. |
fibre_channel | A physical Fibre Channel interface. |
virtual_fibre_channel | A virtualized Fibre Channel interface. |
virtual_host_bus_adapter | A virtualized Host Bus Adapter port. |
fibre_port_channel | A fibre port channel allows multiple physical Fibre Channel ports to be combined into a single logical channel. |
Metric Link Status
Name: hw.network.up
Description: Link status: 1 (up) or 0 (down).
Metric type: UpDownCounter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.up |
Count | hw.network.up_count |
Duration | hw.network.up_duration |
Max rate | hw.network.up_max |
Min rate | hw.network.up_min |
Metric Network Bytes
Name: hw.network.io_all
Description: Received and transmitted network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_all |
Count | hw.network.io_all_count |
Duration | hw.network.io_all_duration |
Max rate | hw.network.io_all_max |
Min rate | hw.network.io_all_min |
Metric Network Carrier Sense Errors
Name: hw.errors_network_carrier_sense
Description: Number of times the absence of a carrier signal is detected on the interface before attempting to transmit data.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_carrier_sense |
Count | hw.errors_network_carrier_sense_count |
Duration | hw.errors_network_carrier_sense_duration |
Max rate | hw.errors_network_carrier_sense_max |
Min rate | hw.errors_network_carrier_sense_min |
Metric Network Interface Resets
Name: hw.network.interface_resets
Description: Number of times the interface is reset.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.interface_resets |
Count | hw.network.interface_resets_count |
Duration | hw.network.interface_resets_duration |
Max rate | hw.network.interface_resets_max |
Min rate | hw.network.interface_resets_min |
Metric Network Jabber Errors
Name: hw.errors_network_transmit_jabber
Description: Number of transmitted ethernet frames with a size more than the length allowed by the Ethernet standard.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_transmit_jabber |
Count | hw.errors_network_transmit_jabber_count |
Duration | hw.errors_network_transmit_jabber_duration |
Max rate | hw.errors_network_transmit_jabber_max |
Min rate | hw.errors_network_transmit_jabber_min |
Metric Network Late Collision Errors
Name: hw.errors_network_late_collisions
Description: Number of times collisions are detected after the collision window has elapsed on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_late_collisions |
Count | hw.errors_network_late_collisions_count |
Duration | hw.errors_network_late_collisions_duration |
Max rate | hw.errors_network_late_collisions_max |
Min rate | hw.errors_network_late_collisions_min |
Metric Network Link Failure Errors
Name: hw.errors_network_link_failures
Description: Number of times the loss of connectivity has been detected on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_link_failures |
Count | hw.errors_network_link_failures_count |
Duration | hw.errors_network_link_failures_duration |
Max rate | hw.errors_network_link_failures_max |
Min rate | hw.errors_network_link_failures_min |
Metric Network No Buffer Errors
Name: hw.errors_network_receive_no_buffer
Description: Number of received frames that were dropped due to unavailability of the buffer on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_no_buffer |
Count | hw.errors_network_receive_no_buffer_count |
Duration | hw.errors_network_receive_no_buffer_duration |
Max rate | hw.errors_network_receive_no_buffer_max |
Min rate | hw.errors_network_receive_no_buffer_min |
Metric Network RX Broadcast Bytes
Name: hw.network.io_receive_broadcast
Description: Received broadcast network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_receive_broadcast |
Count | hw.network.io_receive_broadcast_count |
Duration | hw.network.io_receive_broadcast_duration |
Max rate | hw.network.io_receive_broadcast_max |
Min rate | hw.network.io_receive_broadcast_min |
Metric Network RX Broadcast Packets
Name: hw.network.packets_receive_broadcast
Description: Received broadcast network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_broadcast |
Count | hw.network.packets_receive_broadcast_count |
Duration | hw.network.packets_receive_broadcast_duration |
Max rate | hw.network.packets_receive_broadcast_max |
Min rate | hw.network.packets_receive_broadcast_min |
Metric Network RX Buffer Credit Limit
Name: hw.network.bb_credit_limit_receive
Description: The maximum number of buffer credits that the network interface can have. The sender never transmits a packet to the network interface beyond this limit.
Metric type: UpDownCounter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.bb_credit_limit_receive |
Count | hw.network.bb_credit_limit_receive_count |
Duration | hw.network.bb_credit_limit_receive_duration |
Max rate | hw.network.bb_credit_limit_receive_max |
Min rate | hw.network.bb_credit_limit_receive_min |
Metric Network RX Bytes
Name: hw.network.io_receive
Description: Received network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_receive |
Count | hw.network.io_receive_count |
Duration | hw.network.io_receive_duration |
Max rate | hw.network.io_receive_max |
Min rate | hw.network.io_receive_min |
Metric Network RX CRC Errors
Name: hw.errors_network_receive_crc
Description: Number of received packets (or frames) that have failed the CRC check on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_crc |
Count | hw.errors_network_receive_crc_count |
Duration | hw.errors_network_receive_crc_duration |
Max rate | hw.errors_network_receive_crc_max |
Min rate | hw.errors_network_receive_crc_min |
Metric Network RX Discard Errors
Name: hw.errors_network_receive_discard
Description: Number of packets (or frames) that are received but not processed and discarded by the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_discard |
Count | hw.errors_network_receive_discard_count |
Duration | hw.errors_network_receive_discard_duration |
Max rate | hw.errors_network_receive_discard_max |
Min rate | hw.errors_network_receive_discard_min |
Metric Network RX Multicast Bytes
Name: hw.network.io_receive_multicast
Description: Received multicast network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_receive_multicast |
Count | hw.network.io_receive_multicast_count |
Duration | hw.network.io_receive_multicast_duration |
Max rate | hw.network.io_receive_multicast_max |
Min rate | hw.network.io_receive_multicast_min |
Metric Network RX Multicast Packets
Name: hw.network.packets_receive_multicast
Description: Received multicast network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_multicast |
Count | hw.network.packets_receive_multicast_count |
Duration | hw.network.packets_receive_multicast_duration |
Max rate | hw.network.packets_receive_multicast_max |
Min rate | hw.network.packets_receive_multicast_min |
Metric Network RX Packets
Name: hw.network.packets_receive
Description: Received network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive |
Count | hw.network.packets_receive_count |
Duration | hw.network.packets_receive_duration |
Max rate | hw.network.packets_receive_max |
Min rate | hw.network.packets_receive_min |
Metric Network RX Pause Frames
Name: hw.errors_network_receive_pause
Description: Number of received pause packets (or frames) on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_pause |
Count | hw.errors_network_receive_pause_count |
Duration | hw.errors_network_receive_pause_duration |
Max rate | hw.errors_network_receive_pause_max |
Min rate | hw.errors_network_receive_pause_min |
Metric Network RX Priority Pause Frames
Name: hw.network.packets_receive_ppp
Description: Received priority pause frames on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_ppp |
Count | hw.network.packets_receive_ppp_count |
Duration | hw.network.packets_receive_ppp_duration |
Max rate | hw.network.packets_receive_ppp_max |
Min rate | hw.network.packets_receive_ppp_min |
Metric Network RX RSS Packets
Name: hw.network.packets_receive_rss
Description: Received network traffic in packets (or frames) that were processed using RSS.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_rss |
Count | hw.network.packets_receive_rss_count |
Duration | hw.network.packets_receive_rss_duration |
Max rate | hw.network.packets_receive_rss_max |
Min rate | hw.network.packets_receive_rss_min |
Metric Network RX Unicast Bytes
Name: hw.network.io_receive_unicast
Description: Received unicast network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_receive_unicast |
Count | hw.network.io_receive_unicast_count |
Duration | hw.network.io_receive_unicast_duration |
Max rate | hw.network.io_receive_unicast_max |
Min rate | hw.network.io_receive_unicast_min |
Metric Network RX Unicast Packets
Name: hw.network.packets_receive_unicast
Description: Received unicast network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_unicast |
Count | hw.network.packets_receive_unicast_count |
Duration | hw.network.packets_receive_unicast_duration |
Max rate | hw.network.packets_receive_unicast_max |
Min rate | hw.network.packets_receive_unicast_min |
Metric Network RX Utilization
Name: hw.network.bandwidth.utilization_receive
Description: RX Utilization of the network bandwidth as a percentage.
Metric type: Gauge
Value type: float64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.bandwidth.utilization_receive |
Count | hw.network.bandwidth.utilization_receive_count |
Duration | hw.network.bandwidth.utilization_receive_duration |
Max rate | hw.network.bandwidth.utilization_receive_max |
Min rate | hw.network.bandwidth.utilization_receive_min |
Metric Network Receive Drop Errors
Name: hw.errors_receive_drops
Description: Number of receive packets (or frames) that were dropped.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.errors_receive_drops |
Count | hw.errors_receive_drops_count |
Duration | hw.errors_receive_drops_duration |
Max rate | hw.errors_receive_drops_max |
Min rate | hw.errors_receive_drops_min |
Metric Network Runt Errors
Name: hw.errors_network_receive_runt
Description: Number of received ethernet frames with a size smaller than the IEEE 802.3's minimum length of 64 octets.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_runt |
Count | hw.errors_network_receive_runt_count |
Duration | hw.errors_network_receive_runt_duration |
Max rate | hw.errors_network_receive_runt_max |
Min rate | hw.errors_network_receive_runt_min |
Metric Network Signal Loss Errors
Name: hw.errors_network_signal_losses
Description: Number of times the loss of signal has been detected on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_signal_losses |
Count | hw.errors_network_signal_losses_count |
Duration | hw.errors_network_signal_losses_duration |
Max rate | hw.errors_network_signal_losses_max |
Min rate | hw.errors_network_signal_losses_min |
Metric Network Sync Loss Errors
Name: hw.errors_network_sync_losses
Description: Number of times the synchronization between the transmitting and receiving devices is lost during data transmission on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_sync_losses |
Count | hw.errors_network_sync_losses_count |
Duration | hw.errors_network_sync_losses_duration |
Max rate | hw.errors_network_sync_losses_max |
Min rate | hw.errors_network_sync_losses_min |
Metric Network TX Broadcast Bytes
Name: hw.network.io_transmit_broadcast
Description: Transmitted broadcast network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_transmit_broadcast |
Count | hw.network.io_transmit_broadcast_count |
Duration | hw.network.io_transmit_broadcast_duration |
Max rate | hw.network.io_transmit_broadcast_max |
Min rate | hw.network.io_transmit_broadcast_min |
Metric Network TX Broadcast Packets
Name: hw.network.packets_transmit_broadcast
Description: Transmitted broadcast network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_transmit_broadcast |
Count | hw.network.packets_transmit_broadcast_count |
Duration | hw.network.packets_transmit_broadcast_duration |
Max rate | hw.network.packets_transmit_broadcast_max |
Min rate | hw.network.packets_transmit_broadcast_min |
Metric Network TX Buffer Credit Left
Name: hw.network.bb_credit_left_transmit
Description: The available buffer credits for the network interface. This ensures that the sender never transmits a packet that the network interface does not have a buffer to hold it in.
Metric type: UpDownCounter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.bb_credit_left_transmit |
Count | hw.network.bb_credit_left_transmit_count |
Duration | hw.network.bb_credit_left_transmit_duration |
Max rate | hw.network.bb_credit_left_transmit_max |
Min rate | hw.network.bb_credit_left_transmit_min |
Metric Network TX Buffer Credit Limit
Name: hw.network.bb_credit_limit_transmit
Description: The maximum number of buffer credits that the network interface can have. The network interface never transmits a packet to the receiver beyond this limit.
Metric type: UpDownCounter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.bb_credit_limit_transmit |
Count | hw.network.bb_credit_limit_transmit_count |
Duration | hw.network.bb_credit_limit_transmit_duration |
Max rate | hw.network.bb_credit_limit_transmit_max |
Min rate | hw.network.bb_credit_limit_transmit_min |
Metric Network TX Bytes
Name: hw.network.io_transmit
Description: Transmitted network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_transmit |
Count | hw.network.io_transmit_count |
Duration | hw.network.io_transmit_duration |
Max rate | hw.network.io_transmit_max |
Min rate | hw.network.io_transmit_min |
Metric Network TX Deferred Errors
Name: hw.errors_network_transmit_deferred
Description: Number of packets (or frames) that have been temporarily postponed or delayed from immediate transmission by the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_transmit_deferred |
Count | hw.errors_network_transmit_deferred_count |
Duration | hw.errors_network_transmit_deferred_duration |
Max rate | hw.errors_network_transmit_deferred_max |
Min rate | hw.errors_network_transmit_deferred_min |
Metric Network TX Discard Errors
Name: hw.errors_network_transmit_discard
Description: Number of packets (or frames) that are not successfully transmitted and are instead discarded by the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_transmit_discard |
Count | hw.errors_network_transmit_discard_count |
Duration | hw.errors_network_transmit_discard_duration |
Max rate | hw.errors_network_transmit_discard_max |
Min rate | hw.errors_network_transmit_discard_min |
Metric Network TX Multicast Bytes
Name: hw.network.io_transmit_multicast
Description: Transmitted multicast network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_transmit_multicast |
Count | hw.network.io_transmit_multicast_count |
Duration | hw.network.io_transmit_multicast_duration |
Max rate | hw.network.io_transmit_multicast_max |
Min rate | hw.network.io_transmit_multicast_min |
Metric Network TX Multicast Packets
Name: hw.network.packets_transmit_multicast
Description: Transmitted multicast network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_transmit_multicast |
Count | hw.network.packets_transmit_multicast_count |
Duration | hw.network.packets_transmit_multicast_duration |
Max rate | hw.network.packets_transmit_multicast_max |
Min rate | hw.network.packets_transmit_multicast_min |
Metric Network TX Packets
Name: hw.network.packets_transmit
Description: Transmitted network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_transmit |
Count | hw.network.packets_transmit_count |
Duration | hw.network.packets_transmit_duration |
Max rate | hw.network.packets_transmit_max |
Min rate | hw.network.packets_transmit_min |
Metric Network TX Pause Frames
Name: hw.errors_network_transmit_pause
Description: Number of transmitted pause packets (or frames) on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_transmit_pause |
Count | hw.errors_network_transmit_pause_count |
Duration | hw.errors_network_transmit_pause_duration |
Max rate | hw.errors_network_transmit_pause_max |
Min rate | hw.errors_network_transmit_pause_min |
Metric Network TX Priority Pause Frames
Name: hw.network.packets_transmit_ppp
Description: Transmitted priority pause frames on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_transmit_ppp |
Count | hw.network.packets_transmit_ppp_count |
Duration | hw.network.packets_transmit_ppp_duration |
Max rate | hw.network.packets_transmit_ppp_max |
Min rate | hw.network.packets_transmit_ppp_min |
Metric Network TX TSO Packets
Name: hw.network.packets_transmit_tso
Description: Transmitted network traffic in packets (or frames) that were processed using TSO.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_transmit_tso |
Count | hw.network.packets_transmit_tso_count |
Duration | hw.network.packets_transmit_tso_duration |
Max rate | hw.network.packets_transmit_tso_max |
Min rate | hw.network.packets_transmit_tso_min |
Metric Network TX Unicast Bytes
Name: hw.network.io_transmit_unicast
Description: Transmitted unicast network traffic in bytes.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.io_transmit_unicast |
Count | hw.network.io_transmit_unicast_count |
Duration | hw.network.io_transmit_unicast_duration |
Max rate | hw.network.io_transmit_unicast_max |
Min rate | hw.network.io_transmit_unicast_min |
Metric Network TX Unicast Packets
Name: hw.network.packets_transmit_unicast
Description: Transmitted unicast network traffic in packets (or frames).
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_transmit_unicast |
Count | hw.network.packets_transmit_unicast_count |
Duration | hw.network.packets_transmit_unicast_duration |
Max rate | hw.network.packets_transmit_unicast_max |
Min rate | hw.network.packets_transmit_unicast_min |
Metric Network TX Utilization
Name: hw.network.bandwidth.utilization_transmit
Description: TX Utilization of the network bandwidth as a percentage.
Metric type: Gauge
Value type: float64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.bandwidth.utilization_transmit |
Count | hw.network.bandwidth.utilization_transmit_count |
Duration | hw.network.bandwidth.utilization_transmit_duration |
Max rate | hw.network.bandwidth.utilization_transmit_max |
Min rate | hw.network.bandwidth.utilization_transmit_min |
Metric Network Too Long Errors
Name: hw.errors_network_receive_too_long
Description: Number of oversized packets (or frames) received on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_too_long |
Count | hw.errors_network_receive_too_long_count |
Duration | hw.errors_network_receive_too_long_duration |
Max rate | hw.errors_network_receive_too_long_max |
Min rate | hw.errors_network_receive_too_long_min |
Metric Network Too Short Errors
Name: hw.errors_network_receive_too_short
Description: Number of undersized packets (or frames) received on the network interface.
Metric type: Counter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_too_short |
Count | hw.errors_network_receive_too_short_count |
Duration | hw.errors_network_receive_too_short_duration |
Max rate | hw.errors_network_receive_too_short_max |
Min rate | hw.errors_network_receive_too_short_min |
Metric Network Transmit Drop Errors
Name: hw.errors_transmit_drops
Description: Number of transmit packets (or frames) that were dropped.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.errors_transmit_drops |
Count | hw.errors_transmit_drops_count |
Duration | hw.errors_transmit_drops_duration |
Max rate | hw.errors_transmit_drops_max |
Min rate | hw.errors_transmit_drops_min |
Metric Network Utilization
Name: hw.network.bandwidth.utilization_all
Description: Utilization of the network bandwidth as a percentage.
Metric type: Gauge
Value type: float64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.bandwidth.utilization_all |
Count | hw.network.bandwidth.utilization_all_count |
Duration | hw.network.bandwidth.utilization_all_duration |
Max rate | hw.network.bandwidth.utilization_all_max |
Min rate | hw.network.bandwidth.utilization_all_min |
Metric Operational Link Speed
Name: hw.network.bandwidth.limit
Description: The operational speed of the network interface, in bytes per second.
Metric type: UpDownCounter
Value type: int64
Support information
- imm-fi
Available metrics
Value | Name |
---|---|
Sum | hw.network.bandwidth.limit |
Count | hw.network.bandwidth.limit_count |
Duration | hw.network.bandwidth.limit_duration |
Max rate | hw.network.bandwidth.limit_max |
Min rate | hw.network.bandwidth.limit_min |
Metric RX Packets Size 1024 to 1518
Name: hw.network.packets_receive_1024_to_1518
Description: Received network traffic in packets (or frames) with size between 1024 and 1518.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_1024_to_1518 |
Count | hw.network.packets_receive_1024_to_1518_count |
Duration | hw.network.packets_receive_1024_to_1518_duration |
Max rate | hw.network.packets_receive_1024_to_1518_max |
Min rate | hw.network.packets_receive_1024_to_1518_min |
Metric RX Packets Size 128 to 255
Name: hw.network.packets_receive_128_to_255
Description: Received network traffic in packets (or frames) with size between 128 and 255.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_128_to_255 |
Count | hw.network.packets_receive_128_to_255_count |
Duration | hw.network.packets_receive_128_to_255_duration |
Max rate | hw.network.packets_receive_128_to_255_max |
Min rate | hw.network.packets_receive_128_to_255_min |
Metric RX Packets Size 1519 or Above
Name: hw.network.packets_receive_1519_to_max
Description: Received network traffic in packets (or frames) with size of 255 or above.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_1519_to_max |
Count | hw.network.packets_receive_1519_to_max_count |
Duration | hw.network.packets_receive_1519_to_max_duration |
Max rate | hw.network.packets_receive_1519_to_max_max |
Min rate | hw.network.packets_receive_1519_to_max_min |
Metric RX Packets Size 256 to 511
Name: hw.network.packets_receive_256_to_511
Description: Received network traffic in packets (or frames) with size between 256 and 511.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_256_to_511 |
Count | hw.network.packets_receive_256_to_511_count |
Duration | hw.network.packets_receive_256_to_511_duration |
Max rate | hw.network.packets_receive_256_to_511_max |
Min rate | hw.network.packets_receive_256_to_511_min |
Metric RX Packets Size 512 to 1023
Name: hw.network.packets_receive_512_to_1023
Description: Received network traffic in packets (or frames) with size between 512 and 1023.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_512_to_1023 |
Count | hw.network.packets_receive_512_to_1023_count |
Duration | hw.network.packets_receive_512_to_1023_duration |
Max rate | hw.network.packets_receive_512_to_1023_max |
Min rate | hw.network.packets_receive_512_to_1023_min |
Metric RX Packets Size 64
Name: hw.network.packets_receive_64
Description: Received network traffic in packets (or frames) with size of 64.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_64 |
Count | hw.network.packets_receive_64_count |
Duration | hw.network.packets_receive_64_duration |
Max rate | hw.network.packets_receive_64_max |
Min rate | hw.network.packets_receive_64_min |
Metric RX Packets Size 65 to 127
Name: hw.network.packets_receive_65_to_127
Description: Received network traffic in packets (or frames) with size between 65 and 127.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.network.packets_receive_65_to_127 |
Count | hw.network.packets_receive_65_to_127_count |
Duration | hw.network.packets_receive_65_to_127_duration |
Max rate | hw.network.packets_receive_65_to_127_max |
Min rate | hw.network.packets_receive_65_to_127_min |
Metric Total Network RX Errors
Name: hw.errors_network_receive_all
Description: Number of errors encountered during the reception of data by the network interface which is reported as the summation of all the receive errors.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_receive_all |
Count | hw.errors_network_receive_all_count |
Duration | hw.errors_network_receive_all_duration |
Max rate | hw.errors_network_receive_all_max |
Min rate | hw.errors_network_receive_all_min |
Metric Total Network TX Errors
Name: hw.errors_network_transmit_all
Description: Number of errors encountered during the transmission of data from the network interface which is reported as the summation of all the transmit errors.
Metric type: Counter
Value type: int64
Support information
- imm-blade
- imm-fi
- imm-rack
Available metrics
Value | Name |
---|---|
Sum | hw.errors_network_transmit_all |
Count | hw.errors_network_transmit_all_count |
Duration | hw.errors_network_transmit_all_duration |
Max rate | hw.errors_network_transmit_all_max |
Min rate | hw.errors_network_transmit_all_min |