sysnetclienttype
The sysnetclienttype table provides an overview
of the network activity for each client type.
| Column | Type | Description |
|---|---|---|
| nc_cons_allowed | integer | Whether or not connections are allowed |
| nc_accepted | integer | Number of connections that were accepted |
| nc_rejected | integer | Number of network connections that were rejected |
| nc_reads | int8 | Number of network reads for this client type |
| nc_writes | int8 | Number of network writes for this client type |
| nc_name | char(18) | Name of the client type |