These counters measure network packet statistics
Soft Report Symbol | Definition | Counter | Mapping to an external variable |
---|---|---|---|
net.xnsSPPbytesin | Sequenced packet protocol outgoing bytes. Used for bulk data transfer, such as images. | net_stat.xns_stat.erIn PktStats.sppNumberBytes |
kernel structure |
net.xnsSPPbytesout | Sequenced packet protocol incoming bytes. Used for bulk data transfer, such as images. | net_stat.xns_stat.erOut PktStats.sppNumberBytes |
kernel structure |
net.xnsERRbytesin | Error = Error packet incoming bytes. Some application errors are reported with this field. | net_stat.xns_stat.erIn PktStats.erpNumberBytes |
kernel structure |
net.xnsERRbytesout | Error = Error packet outgoing bytes. Some application errors are reported with this field. | net_stat.xns_stat.erOut PktStats.erpNumberBytes |
kernel structure |
net.xnsPEPbytesin | PEP = Packet exchange protocol incoming bytes. Shows the Clearinghouse traffic for locating a server or asynchronous responses for doc services. | net_stat.xns_stat.erIn PktStats.pepNumberBytes |
kernel structure |
net.xnsPEPbytesout | PEP = Packet exchange protocol outgoing bytes. Shows the Clearinghouse traffic for locating a server or asynchronous responses for doc services. | net_stat.xns_stat.erOut PktStats.pepNumberBytes |
kernel structure |
net.xnsRIPbytesin | RIP = Routing information protocol incoming bytes. Reports routing bytes. | net_stat.xns_stat.erIn PktStats.ripNumberBytes |
kernel structure |
net.xnsRIPbytesout | RIP = Routing information protocol outgoing bytes. Reports routing bytes. | net_stat.xns_stat.erOut PktStats.ripNumberBytes |
kernel structure |
net.xnsSPPpktsin | Sequenced packet protocol outgoing packets. Used for bulk data transfer, such as images. | net_stat.xns_stat.erIn PktStats.sppPktCount |
kernel structure |
net.xnsSPPpktsout | Sequenced packet protocol incoming packets. Used for bulk data transfer, such as images. | net_stat.xns_stat.erOut PktStats.sppPktCount |
kernel structure |
net.xnsERRpktsin | Error = Error packet incoming packets - Some application errors are reported when you use this field. | net_stat.xns_stat.erIn PktStats.erpPktCount |
kernel structure |
net.xnsERRpktsout | Error = Error packet outgoing packets - Some application errors are reported when you use this field. | net_stat.xns_stat.erOut PktStats.erpPktCount |
kernel structure |
net.xnsPEPpktsin | PEP = Packet exchange protocol incoming packets. Displays the clearinghouse traffic for locating a server or asynchronous responses for document services. | net_stat.xns_stat.erIn PktStats.pepPktCount |
kernel structure |
net.xnsPEPpktsout | PEP = Packet exchange protocol outgoing packets. Displays the clearinghouse traffic for locating a server or asynchronous responses for doc services. | net_stat.xns_stat.erOut PktStats.pepPktCount |
kernel structure |
net.xnsRIPpktsin | RIP = Routing information protocol incoming packets. Routing packets are reported here. | net_stat.xns_stat.erIn PktStats.ripPktCount |
kernel structure |
net.xnsRIPpktsout | RIP = Routing information protocol outgoing packets. Routing packets are reported here. | net_stat.xns_stat.erOut PktStats.ripPktCount |
kernel structure |
net.tcppktsin | Packets that are received by device | net_stat.tcp_stat. tcps_rcvpack |
kernel structure |
net.tcppktsout | Packets that are received by device | net_stat.tcp_stat. tcps_sndpack |
kernel structure |
net.tcpbytesin | Bytes that are received by device. | net_stat.tcp_stat. tcps_sndpack |
kernel structure |
net.tcpbytesout | Bytes that are transmitted by device. | net_stat.tcp_stat. tcps_sndbyte |
kernel structure |
net.tcppktsrexmts | Packets that are retransmitted. | net_stat.tcp_stat. tcps_sndrexmitpack |
kernel structure |
net.tcppktoutoforder | Out of order packets that are received. | net_stat.tcp_stat. tcps_rcvoopack |
kernel structure |
net.tcpconnattempts | Connection attempts. | net_stat.tcp_stat. tcps_connattempt |
kernel structure |
net.tcpconnaccepts | Connection accepts. | net_stat.tcp_stat. tcps_accepts |
kernel structure |
net.tcpconns | Connections that are made. | net_stat.tcp_stat. tcps_connects |
kernel structure |
net.tcpconncloses | Connections that are closed. | net_stat.tcp_stat. tcps__closed |
kernel structure |
net.tcpkeepdrops | Connections that are dropped in keepalive. | net_stat.tcp_stat. tcps_keepdrops |
kernel structure |
net.tcptimeoutdrops | Connections that are dropped in retransmit timeout. | net_stat.tcp_stat. tcps_timeoutdrop |
kernel structure |
net.tcpembconndrops | Embryonic connections that are dropped. | net_stat.tcp_stat. tcps_conndrops |
kernel structure |