The UDP Object Type includes those counters that describe the rates that User Datagram Protocol (UDP) datagrams are received and sent by a certain entity using the UDP protocol. It also describes various error counts for the UDP protocol.
Table 17.5 UDP Performance Counters
UDP performance counter | Meaning |
Datagrams No Port/Second | The rate of received UDP datagrams for which there was no application at the destination port. |
Datagrams Received Errors | The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port. |
Datagrams Received/Second | The rate at which UDP datagrams are delivered to UDP users. |
Datagrams Sent/Second | The rate at which UDP datagrams are sent from the entity. |
Datagrams/Second | The rate at which UDP datagrams are sent or received by the entity. |