ControlNet connection manager diagnostics
Statistics
Field | Description |
Requests | Number of open/close connection requests this module has received. |
Format Rejects | Number of open/close connection request this module has rejected because the request was not formatted correctly or because some parameter value was not within a supported range of values. |
Resource Rejects | Number of open connection requests this module has rejected because the module did not have enough resources (buffers, link bandwidth, or CPU utilization) to honor the request. |
Other Rejects | Number of forwarded open/close connection requests a module rejects. |
Timeouts | Number of connections not explicitly closed by the connection originator, but closed by this module because they were not being used. |
Connection statistics
Field | Description |
Total Connections | Total number of connections supported by this module. |
Connections Used | Number of connections currently open to or open through this module. |
Connection Utilization Graph | Shows the percentage of connections used out of the total connections supported by this module. |
Buffer statistics
Field | Description |
Max Buffer Size | Total number of bytes that the module design has reserved for use by connections. |
Size Remaining | Number of bytes currently unallocated to connections. |
Buffer Utilization Graph | Shows the percentage of buffer currently allocated to connections out of the total number of bytes that the module design has reserved for future use by connections. |
CPU statistics
Field | Description |
CPU Utilization | Amount of time currently being spent to support the existing connections and the background processing of the module. |
CPU Utilization Graph | Amount of time currently being spent to support the existing connections and the background processing of the module. |
Provide Feedback