network (host statistics)
The network
resource allows an administrator to examine networking interface statistics on the host. Selecting the network
resource displays a list of the network interfaces attached to the host. Selecting one of the interfaces will list the available properties.
Element | Description | Type |
---|---|---|
bytes_in | Number of bytes received by the interface. | interval snapshot |
bytes_in_per_second | Rate of bytes received by the interface. | interval average |
bytes_out | Number of bytes transmitted by the interface. | interval snapshot |
bytes_out_per_second | Rate of bytes sent by the interface. | interval average |
errors | Total errors both incoming and outgoing. This number includes packets dropped, collisions, fifo, frame, and carrier errors. | interval snapshot |
packets_in | The total number of packets received by the interface. | interval snapshot |
packets_out | The total number of packets sent by the interface. | interval snapshot |
Statistics Database Tables: HNET_STATIC
, HNET_DYNAMIC
Admin Path: /amps/host/network/<id>/<metric>