These columns identify the number (Reads, Writes) and amount (ReadKB, WriteKB) of input and output messages passing through the database nets through broadcast (1:many) methods (Brd) per net.
| Column Name | Mode | Description | Data Type |
|---|---|---|---|
| NetBrdReadKB | count | Total KB of broadcast messages input to the vproc. | FLOAT |
| NetBrdReads | count | Number of broadcast messages input to the vproc. | FLOAT |
| NetBrdWriteKB | count | Total KB of broadcast messages output from the vproc. | FLOAT |
| NetBrdWrites | count | Number of broadcast messages output from the vproc. | FLOAT |