These columns identify the number (Reads, Writes) and amount (ReadKB, WriteKB) of input and output messages passing through either database net through point-to-point (1:1) methods (PtP).
| Column Name | Mode | Description | Data Type |
|---|---|---|---|
| NetPtPReadKB | count | Total KB of point-to-point messages input to the vproc. | FLOAT |
| NetPtPReads | count | Number of point-to-point messages input to the vproc. | FLOAT |
| NetPtPWriteKB | count | Total KB of point-to-point messages output to the vproc. | FLOAT |
| NetPtPWrites | count | Number of point-to-point messages output from the vproc. | FLOAT |