Table Columns
|
Name |
Type |
Description |
|
instance_id |
INTEGER |
Server instance id. References sysinstances (id) |
|
id |
INTEGER |
Id of the communication protocol |
|
protocol |
VARCHAR |
Name of the communication protocol |
|
read_bytes_sec |
INTEGER |
Bytes per second currently being recieved on the network layer |
|
write_bytes_sec |
INTEGER |
Bytes per second currently being sent on the network layer |
|
requests_sec |
INTEGER |
Number of network layer requests per second |
Related