Performance Metric kcml.udp.recv
Summary
UDP Socket ReadSend Condition
READ #hSockStatistics
| Name | Type | Description |
|---|---|---|
| handle | num | Socket handle |
| address | string | I.P. address |
| port | num | Port number |
| recvbytes | count | Size of the datagram received |
| recvtime | usec | Number of micro-seconds spent waiting for the datagram to be received |
| nrecv | count | Total number of recvfrom system calls |
General Form
kcml.udp.recv,handle=num,address=string,port=num,recvbytes=count,recvtime=usec,nrecv=countSee Also:
Performance Metrics