comparison Sphinx/source/users/advanced-rest.rst @ 990:27b75c653a8b

metrics
author Alain Mazy <am@osimis.io>
date Tue, 21 Nov 2023 10:36:44 +0100
parents 759f7d5aca94
children 1316bc62b5d5
comparison
equal deleted inserted replaced
989:38909a00964c 990:27b75c653a8b
393 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 393 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
394 | ``orthanc_count_studies`` | The number of studies stored in DB | Orthanc DB | 394 | ``orthanc_count_studies`` | The number of studies stored in DB | Orthanc DB |
395 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 395 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
396 | ``orthanc_count_patients`` | The number of patients stored in DB | Orthanc DB | 396 | ``orthanc_count_patients`` | The number of patients stored in DB | Orthanc DB |
397 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 397 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
398 | ``orthanc_dicom_cache_count`` | The number of DICOM files currently stored in the cache | Orthanc DICOM cache | 398 | ``orthanc_dicom_cache_count`` | The number of DICOM files currently stored in the DICOM cache | Orthanc DICOM cache |
399 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 399 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
400 | ``orthanc_dicom_cache_size`` | The size [MB] of all DICOM files currently stored in the cache | Orthanc DICOM cache | 400 | ``orthanc_dicom_cache_size_mb`` | The size [MB] of all DICOM files currently stored in the DICOM cache | Orthanc DICOM cache |
401 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 401 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
402 | ``orthanc_find_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Find SCP execution | Orthanc DICOM protocol server | 402 | ``orthanc_find_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Find SCP execution | Orthanc DICOM protocol server |
403 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 403 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
404 | ``orthanc_get_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Get SCP execution | Orthanc DICOM protocol server | 404 | ``orthanc_get_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Get SCP execution | Orthanc DICOM protocol server |
405 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 405 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
419 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 419 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
420 | ``orthanc_jobs_success`` | The current number of jobs that have succeeded | Orthanc Jobs engine | 420 | ``orthanc_jobs_success`` | The current number of jobs that have succeeded | Orthanc Jobs engine |
421 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 421 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
422 | ``orthanc_jobs_failed`` | The current number of jobs that have failed | Orthanc Jobs engine | 422 | ``orthanc_jobs_failed`` | The current number of jobs that have failed | Orthanc Jobs engine |
423 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 423 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
424 | ``orthanc_disk_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc storage | 424 | ``orthanc_disk_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc Storage |
425 | | (possibly compressed size) | | 425 | | (possibly compressed size) | |
426 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 426 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
427 | ``orthanc_uncompressed_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc storage | 427 | ``orthanc_uncompressed_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc Storage |
428 | | (uncompressed size) | | 428 | | (uncompressed size) | |
429 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
430 | ``orthanc_storage_cache_count`` | The number of files currently stored in the Storage cache | Orthanc Storage cache |
431 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
432 | ``orthanc_storage_cache_size_mb`` | The size [MB] of all files currently stored in the Storage cache | Orthanc Storage cache |
429 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 433 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
430 | ``orthanc_storage_create_duration_ms`` | The max duration [ms] over the last 10 seconds to save a file to disk | Orthanc Storage (default file system storage) | 434 | ``orthanc_storage_create_duration_ms`` | The max duration [ms] over the last 10 seconds to save a file to disk | Orthanc Storage (default file system storage) |
431 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 435 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
432 | ``orthanc_storage_read_duration_ms`` | The max duration [ms] over the last 10 seconds to read a file from disk | Orthanc Storage (default file system storage) | 436 | ``orthanc_storage_read_duration_ms`` | The max duration [ms] over the last 10 seconds to read a file from disk | Orthanc Storage (default file system storage) |
433 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ 437 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+