Performance Metric kcml.udp.send
Summary
UDP Socket WriteSend Condition
WRITE #hSockStatistics
| Name | Type | Description |
|---|---|---|
| handle | num | Socket handle |
| address | string | I.P. address |
| port | num | Port number |
| sendbytes | count | Size of the datagram sent |
| sendtime | usec | Number of micro-seconds spent waiting for the datagram to be sent |
| nsend | count | Total number of sendto system calls |
General Form
kcml.udp.send,handle=num,address=string,port=num,sendbytes=count,sendtime=usec,nsend=countSee Also:
Performance Metrics