# HG changeset patch # User Alain Mazy # Date 1751909897 -7200 # Node ID bfce1f0ea2fbf5c06a3dd5dc1fdf28114cc71c79 # Parent 6d2c0553acc24b0c1aa42aa27b42e38b644d35de orthanc_available_http_threads diff -r 6d2c0553acc2 -r bfce1f0ea2fb Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Mon Jul 07 17:17:26 2025 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Mon Jul 07 19:38:17 2025 +0200 @@ -430,9 +430,6 @@ +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | Metrics | Meaning | Origin | +========================================================+=============================================================================+================================================================+ -| ``orthanc_available_dicom_threads`` | The min number of DICOM threads count available over the last 10 | Orthanc | -| | seconds | | -+--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_last_change`` | The current id of the last `change` event | Orthanc | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_memory_trimming_duration_ms`` | The max duration [ms] over the last 10 seconds of the last memory | Orthanc | @@ -455,12 +452,20 @@ +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_dicom_cache_size_mb`` | The size [MB] of all DICOM files currently stored in the DICOM cache | Orthanc DICOM cache | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ +| ``orthanc_available_dicom_threads`` | The min number of DICOM threads count available over the last 10 | Orthanc DICOM protocol server | +| | seconds | | ++--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_find_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Find SCP execution | Orthanc DICOM protocol server | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_get_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Get SCP execution | Orthanc DICOM protocol server | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_move_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Move SCP execution | Orthanc DICOM protocol server | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ +| ``orthanc_available_http_threads`` | The min number of HTTP threads count available over the last 10 | Orthanc HTTP server | +| | seconds. This is counting only the threads used by the external HTTP | | +| | server while ``orthanc_rest_api_active_requests`` also counts the internal | | +| | requests e.g. made by a plugin | | ++--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_rest_api_active_requests`` | The maximum number of concurrent HTTP requests being handled by the | Orthanc HTTP server | | | HTTP server over the last 10 seconds. | | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+