Performance Metric kcml.tcp.io

Summary

TCP Socket transfers

Send Condition

SOAP client & server. Periodically sent during READ #hSock & WRITE #hSock

Overview

Measures the amount of network traffic, on a network connection. The sendtime & recvtime statistics can be used to identify transfers over slow network connections.

Statistics

NameTypeDescription
addressstringI.P. address or host name
portnumPort number
nrecvcountNumber of recv system calls
recvbytescountTotal number of bytes received
recvtimeusecNumber of micro-seconds waiting for data to be received
nsendcountNumber of send system calls
sendbytescountTotal number of bytes sent
sendtimeusecNumber of micro-seconds waiting for data to be sent
handlenumSocket handle

General Form

kcml.tcp.io,address=string,port=num,nrecv=count,recvbytes=count,recvtime=usec,nsend=count,sendbytes=count,sendtime=usec,handle=num

See Also:

Performance Metrics