# HG changeset patch # User Alain Mazy # Date 1700559404 -3600 # Node ID 27b75c653a8bd781f6772339b0d8c5f37fbb522a # Parent 38909a00964cfaccd39342fab399d262c6c4fe7a metrics diff -r 38909a00964c -r 27b75c653a8b Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Thu Nov 16 12:23:37 2023 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Tue Nov 21 10:36:44 2023 +0100 @@ -73,7 +73,8 @@ "VirtualAddressing": true, // optional: see the section related to MinIO "StorageEncryption" : {}, // optional: see the section related to encryption "HybridMode": "Disabled", // optional: see the section related to Hybrid storage - "UseTransferManager": false // optional: see below (available from version 2.3.0) + "UseTransferManager": false, // optional: see below (available from version 2.3.0) + "EnableAwsSdkLogs": false // optional: include AWS SDK logs in Orthanc logs } The **EndPoint** configuration is used when accessing an S3 compatible cloud provider. I.e. here is a configuration to store data on Scaleway:: diff -r 38909a00964c -r 27b75c653a8b Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Thu Nov 16 12:23:37 2023 +0100 +++ b/Sphinx/source/users/advanced-rest.rst Tue Nov 21 10:36:44 2023 +0100 @@ -395,9 +395,9 @@ +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_count_patients`` | The number of patients stored in DB | Orthanc DB | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ -| ``orthanc_dicom_cache_count`` | The number of DICOM files currently stored in the cache | Orthanc DICOM cache | +| ``orthanc_dicom_cache_count`` | The number of DICOM files currently stored in the DICOM cache | Orthanc DICOM cache | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ -| ``orthanc_dicom_cache_size`` | The size [MB] of all DICOM files currently stored in the cache | Orthanc DICOM cache | +| ``orthanc_dicom_cache_size_mb`` | The size [MB] of all DICOM files currently stored in the DICOM cache | Orthanc DICOM cache | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_find_scp_duration_ms`` | The max duration [ms] over the last 10 seconds of a C-Find SCP execution | Orthanc DICOM protocol server | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ @@ -421,12 +421,16 @@ +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``orthanc_jobs_failed`` | The current number of jobs that have failed | Orthanc Jobs engine | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ -| ``orthanc_disk_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc storage | +| ``orthanc_disk_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc Storage | | | (possibly compressed size) | | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ -| ``orthanc_uncompressed_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc storage | +| ``orthanc_uncompressed_size_mb`` | The size [MB] of all DICOM files currently stored in Orthanc | Orthanc Storage | | | (uncompressed size) | | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ +| ``orthanc_storage_cache_count`` | The number of files currently stored in the Storage cache | Orthanc Storage cache | ++--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ +| ``orthanc_storage_cache_size_mb`` | The size [MB] of all files currently stored in the Storage cache | Orthanc Storage cache | ++--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``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) | +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+ | ``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) |