jfjoch_broker: Add option to HTTP profiling

This commit is contained in:
2025-12-03 16:31:20 +01:00
parent 396b132af4
commit d74c9694fa
9 changed files with 101 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ Name | Type | Description | Notes
**image_format** | [**ImageFormatSettings**](ImageFormatSettings.md) | | [optional]
**image_buffer_mi_b** | **int** | Size of internal buffer in MiB for images before they are sent to a stream | [optional] [default to 2048]
**verbose** | **bool** | Print extra debug information | [optional] [default to False]
**http_profile** | **bool** | Print profiling information for HTTP requests | [optional] [default to False]
**receiver_threads** | **int** | Number of threads used by the receiver | [optional] [default to 64]
**numa_policy** | **str** | NUMA policy to bind CPUs | [optional]
**frontend_directory** | **str** | Location of built JavaScript web frontend |