These columns identify the number (Reads, Writes) and amount of input and output passing through the Teradata nets.
On a single-node (virtual network [vnet]) system, net-specific statistics are not meaningful and are always zero.
| Column Name | Mode | Description | Data Type |
|---|---|---|---|
| NetMsgPtpWriteKB | count | Amount of point-to-point message data in KB transmitted by both Bynets. | FLOAT |
| NetMsgPtpWrites | count | Number of point-to-point messages transmitted by both Bynets. | FLOAT |
| NetMsgBrdWriteKB | count | Amount of broadcast message data in KB transmitted by both Bynets. | FLOAT |
| NetMsgBrdWrites | count | Number of broadcast messages transmitted by both Bynets | FLOAT |
| NetMsgPtpReadKB | count | Amount of point-to-point message data in KB received by both Bynets. | FLOAT |
| NetMsgPtpReads | count | Number of point-to-point messages received by both Bynets. | FLOAT |
| NetMsgBrdReadKB | count | Amount of broadcast message data in KB received by both Bynets. | FLOAT |
| NetMsgBrdReads | count | Number of broadcast messages received by both Bynets. | FLOAT |
| NetRxKBBrd | count | Total broadcast KB received over all Bynets. | FLOAT |
| NetRxKBPtP | count | Total point-to-point KB received over all Bynets. | FLOAT |
| NetTxKBBrd | count | Total broadcast KB transmitted over all Bynets. | FLOAT |
| NetTxKBPtP | count | Total point-to-point KB transmitted over all Bynets. | FLOAT |