These columns identify overhead to managing memory when memory availability is a problem.
| Column Name | Mode | Description | Data Type |
|---|---|---|---|
| MemCtxtPageReads | count | Number of pages swapped in. | FLOAT |
| MemCtxtPageWrites | count | Number of pages swapped out. | FLOAT |
| MemTextPageReads | count | Number of pages paged minus the pages swapped in. | FLOAT |