jfjoch_broker: Export writer FIFO utilization for TCP socket
This commit is contained in:
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
||||
**connected_writers** | **int** | Number of connected writers For ZeroMQ image socket: number is constant For TCP/IP image socket: number is updated live during operation |
|
||||
**images_written** | **int** | Number of images written to the image socket. This number is updated live during operation for TCP/IP image socket and direct HDF5 writer. It is updated at the end of experiment for ZeroMQ image socket. | [optional]
|
||||
**images_write_error** | **int** | Number of images that could not be written to the image socket. This number is updated live during operation for TCP/IP image socket. No other socket use it. | [optional]
|
||||
**writer_fifo_utilization** | **List[int]** | Utilization of internal writer FIFO. This number is updated live during operation for TCP/IP image socket. No other socket use it. | [optional]
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**send_buffer_size** | **int** | Send buffer size for TCP/IP socket | [optional]
|
||||
**addr** | **str** | tcp://<IP address>:<port> 0.0.0.0 instead of IP address is accepted and means listening on all network interfaces |
|
||||
**nwriters** | **int** | Number of TCP/IP writers to be used for streaming images | [optional] [default to 1]
|
||||
**nwriters** | **int** | Number of TCP/IP writers to be used for streaming images | [optional] [default to 32]
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user