文件

指標和警示

已淘汰的指標版本 2

從 MinIO 伺服器 RELEASE.2024-07-15T19-02-30Z 和 MinIO 用戶端 RELEASE.2024-07-11T18-01-28Z 開始,指標版本 3 取代了已淘汰的 指標版本 2

MinIO 使用 Prometheus 資料模型發布叢集和節點指標。您可以使用任何擷取工具從 MinIO 中提取指標資料,以進行進一步的分析和警示。

對於指標版本 3,所有指標都可在基本 /minio/metrics/v3 端點下取得,方法是為每個類別附加一個額外的路徑。

例如,以下端點會傳回稽核指標

http://HOSTNAME:PORT/minio/metrics/v3/audit

HOSTNAME:PORT 取代為 MinIO 部署的 FQDN 和埠。對於使用負載平衡器管理 MinIO 節點之間連線的部署,請指定負載平衡器的位址。

預設情況下,MinIO 需要驗證才能擷取指標端點。若要產生所需的持有人權杖,請使用 mc admin prometheus generate。您也可以將 MINIO_PROMETHEUS_AUTH_TYPE 設定為 public,以停用指標端點驗證。

MinIO 提供下列相對於基本 URL 的擷取端點

類別

路徑

API

/api/requests

/bucket/api

稽核

/audit

叢集

/cluster/config

/cluster/erasure-set

/cluster/health

/cluster/iam

/cluster/usage/buckets

/cluster/usage/objects

偵錯

/debug/go

ILM

/ilm

記錄器 Webhook

/logger/webhook

通知

/notification

複寫

/replication

/bucket/replication

掃描器

/scanner

系統

/system/drive

/system/memory

/system/cpu

/system/network/internode

/system/process

如需每個端點的完整指標清單,請參閱 可用指標

MinIO Operator 支援部署設定為支援指標和視覺化的每個租戶 Prometheus 執行個體。

如果您在停用此功能的情況下部署租戶,仍然想要歷史指標檢視,您可以改為設定外部 Prometheus 服務以擷取租戶指標。設定完成後,您可以更新租戶以查詢該 Prometheus 服務來擷取指標資料

MinIO Grafana 儀表板

MinIO 也發佈了兩個 Grafana 儀表板,用於視覺化收集到的指標。關於為 Grafana 設定相容 Prometheus 的資料來源的更完整文件,請參閱 Prometheus 關於 Grafana 支援的文件

可用指標

MinIO 會在叢集、節點或儲存桶層級發佈許多指標。每個指標都包含產生該指標的 MinIO 伺服器的標籤。

API 指標

關於目前節點所服務請求的指標。

路徑

描述

/api/requests

關於所有請求的指標。

/bucket/api

關於特定儲存桶的所有請求的指標。

/api/requests

名稱

描述

標籤

minio_api_requests_rejected_auth_total

因驗證失敗而遭拒的請求總數。

類型:計數器

typepool_indexserver

minio_api_requests_rejected_header_total

因標頭無效而遭拒的請求總數。

類型:計數器

typepool_indexserver

minio_api_requests_rejected_timestamp_total

因時間戳記無效而遭拒的請求總數。

類型:計數器

typepool_indexserver

minio_api_requests_rejected_invalid_total

無效請求的總數。

類型:計數器

typepool_indexserver

minio_api_requests_waiting_total

等待佇列中的請求總數。

類型:量規

typepool_indexserver

minio_api_requests_incoming_total

傳入請求的總數。

類型:量規

typepool_indexserver

minio_api_requests_inflight_total

目前正在處理中的請求總數。

類型:量規

nametypepool_indexserver

minio_api_requests_total

請求總數。

類型:計數器

nametypepool_indexserver

minio_api_requests_errors_total

發生 4xx 或 5xx 錯誤的請求總數。

類型:計數器

nametypepool_indexserver

minio_api_requests_5xx_errors_total

發生 5xx 錯誤的請求總數。

類型:計數器

nametypepool_indexserver

minio_api_requests_4xx_errors_total

發生 4xx 錯誤的請求總數。

類型:計數器

nametypepool_indexserver

minio_api_requests_canceled_total

遭用戶端取消的請求總數。

類型:計數器

nametypepool_indexserver

minio_api_requests_ttfb_seconds_distribution

跨 API 呼叫的首次位元組時間分佈。

類型:計數器

nametypelepool_indexserver

minio_api_requests_traffic_sent_bytes

傳送的位元組總數。

類型:計數器

typepool_indexserver

minio_api_requests_traffic_received_bytes

接收的位元組總數。

類型:計數器

typepool_indexserver

/bucket/api

名稱

描述

標籤

minio_bucket_api_traffic_received_bytes

針對儲存桶傳送的位元組總數。

類型:計數器

buckettypeserverpool_index

minio_bucket_api_traffic_sent_bytes

針對儲存桶接收的位元組總數。

類型:計數器

buckettypeserverpool_index

minio_bucket_api_inflight_total

目前正在處理中的儲存桶請求總數。

類型:量規

bucketnametypeserverpool_index

minio_bucket_api_total

儲存桶的請求總數。

類型:計數器

bucketnametypeserverpool_index

minio_bucket_api_canceled_total

遭用戶端取消的儲存桶請求總數。

類型:計數器

bucketnametypeserverpool_index

minio_bucket_api_4xx_errors_total

發生 4xx 錯誤的儲存桶請求總數。

類型:計數器

bucketnametypeserverpool_index

minio_bucket_api_5xx_errors_total

發生 5xx 錯誤的儲存桶請求總數。

類型:計數器

bucketnametypeserverpool_index

minio_bucket_api_ttfb_seconds_distribution

跨儲存桶 API 呼叫的首次位元組時間分佈。

類型:計數器

bucketnameletypeserverpool_index

稽核指標

關於 MinIO 稽核功能的指標。

路徑

描述

/audit

與稽核功能相關的指標。

/audit

名稱

描述

標籤

minio_audit_failed_messages

自啟動以來傳送失敗的訊息總數。

類型:計數器

target_idserver

minio_audit_target_queue_length

目標佇列中未傳送的訊息數。

類型:量規

target_idserver

minio_audit_total_messages

自啟動以來傳送的訊息總數。

類型:計數器

target_idserver

叢集指標

關於整個 MinIO 叢集的指標。

路徑

描述

/cluster/config

叢集組態指標。

/cluster/erasure-set

Erasure 集指標。

/cluster/health

叢集健康狀況指標。

/cluster/iam

叢集 IAM 指標。

/cluster/usage/buckets

依儲存桶劃分的物件統計資料。

/cluster/usage/objects

物件統計資料。

/cluster/config

名稱

描述

標籤

minio_cluster_config_rrs_parity

降低的備援儲存類別同位。

類型:量規

minio_cluster_config_standard_parity

標準儲存類別同位。

類型:量規

/cluster/erasure-set

名稱

描述

標籤

minio_cluster_erasure_set_overall_write_quorum

跨集區和集合的整體寫入法定人數。

類型:量規

minio_cluster_erasure_set_overall_health

跨集區和集合的整體健康狀況 (1=健康、0=不健康)。

類型:量規

minio_cluster_erasure_set_read_quorum

集區中 erasure 集的讀取法定人數。

類型:量規

pool_idset_id

minio_cluster_erasure_set_write_quorum

集區中 erasure 集的寫入法定人數。

類型:量規

pool_idset_id

minio_cluster_erasure_set_online_drives_count

集區中 erasure 集的線上磁碟機計數。

類型:量規

pool_idset_id

minio_cluster_erasure_set_healing_drives_count

集區中 erasure 集的修復中磁碟機計數。

類型:量規

pool_idset_id

minio_cluster_erasure_set_health

集區中 erasure 集的健康狀況 (1=健康、0=不健康)。

類型:量規

pool_idset_id

minio_cluster_erasure_set_read_tolerance

在不中斷讀取操作的情況下可容忍的磁碟機故障次數。

類型:量規

pool_idset_id

minio_cluster_erasure_set_write_tolerance

在不中斷寫入操作的情況下可容忍的磁碟機故障次數。

類型:量規

pool_idset_id

minio_cluster_erasure_set_read_health

集區中 erasure 集的讀取操作健康狀況 (1=健康、0=不健康)。

類型:量規

pool_idset_id

minio_cluster_erasure_set_write_health

集區中 erasure 集的寫入操作健康狀況 (1=健康、0=不健康)。

類型:量規

pool_idset_id

/cluster/health

名稱

描述

標籤

minio_cluster_health_drives_offline_count

叢集中離線磁碟機的計數。

類型:量規

minio_cluster_health_drives_online_count

叢集中線上磁碟機的計數。

類型:量規

minio_cluster_health_drives_count

叢集中所有磁碟機的計數。

類型:量規

minio_cluster_health_nodes_offline_count

叢集中離線節點的計數。

類型:量規

minio_cluster_health_nodes_online_count

叢集中線上節點的計數。

類型:量規

minio_cluster_health_capacity_raw_total_bytes

叢集原始儲存容量總計 (以位元組為單位)。

類型:量規

minio_cluster_health_capacity_raw_free_bytes

叢集原始儲存空間可用總計 (以位元組為單位)。

類型:量規

minio_cluster_health_capacity_usable_total_bytes

叢集可用儲存容量總計 (以位元組為單位)。

類型:量規

minio_cluster_health_capacity_usable_free_bytes

叢集可用儲存空間可用總計 (以位元組為單位)。

類型:量規

/cluster/iam

名稱

描述

標籤

minio_cluster_iam_last_sync_duration_millis

上次成功 IAM 資料同步持續時間 (以毫秒為單位)。

類型:計數器

minio_cluster_iam_plugin_authn_service_failed_requests_minute

當設定外掛程式驗證時,傳回最後一整分鐘的失敗請求計數。

類型:計數器

minio_cluster_iam_plugin_authn_service_last_fail_seconds

當設定外掛程式驗證時,傳回自上次對服務發出失敗請求以來經過的時間 (以秒為單位)。

類型:計數器

minio_cluster_iam_plugin_authn_service_last_succ_seconds

當設定外掛程式驗證時,傳回自上次對服務發出成功請求以來經過的時間 (以秒為單位)。

類型:計數器

minio_cluster_iam_plugin_authn_service_succ_avg_rtt_ms_minute

當設定外掛程式驗證時,傳回最後一整分鐘的成功請求平均往返時間。

類型:計數器

minio_cluster_iam_plugin_authn_service_succ_max_rtt_ms_minute

當設定外掛程式驗證時,傳回最後一整分鐘的成功請求最大往返時間。

類型:計數器

minio_cluster_iam_plugin_authn_service_total_requests_minute

當設定外掛程式驗證時,傳回最後一整分鐘的請求總數。

類型:計數器

minio_cluster_iam_since_last_sync_millis

自上次成功 IAM 資料同步以來經過的時間 (以毫秒為單位)。

類型:計數器

minio_cluster_iam_sync_failures

自伺服器啟動以來失敗的 IAM 資料同步次數。

類型:計數器

minio_cluster_iam_sync_successes

自伺服器啟動以來成功的 IAM 資料同步次數。

類型:計數器

/cluster/usage/buckets

名稱

描述

標籤

minio_cluster_usage_buckets_since_last_update_seconds

自上次更新使用率指標以來經過的時間 (以秒為單位)。

類型:量規

minio_cluster_usage_buckets_total_bytes

儲存桶大小總計 (以位元組為單位)。

類型:量規

儲存桶

minio_cluster_usage_buckets_objects_count

儲存桶中的物件總數。

類型:量規

儲存桶

minio_cluster_usage_buckets_versions_count

儲存桶中的物件版本總數,包括刪除標記。

類型:量規

儲存桶

minio_cluster_usage_buckets_delete_markers_count

儲存桶中的刪除標記總數。

類型:量規

儲存桶

minio_cluster_usage_buckets_quota_total_bytes

總計 bucket 配額,單位為位元組。

類型:量規

儲存桶

minio_cluster_usage_buckets_object_size_distribution

Bucket 物件大小分佈。

類型:量規

range, bucket

minio_cluster_usage_buckets_object_version_count_distribution

Bucket 物件版本計數分佈。

類型:量規

range, bucket

/cluster/usage/objects

名稱

描述

標籤

minio_cluster_usage_objects_since_last_update_seconds

自上次更新使用率指標以來經過的時間 (以秒為單位)。

類型:量規

minio_cluster_usage_objects_total_bytes

總計叢集用量,單位為位元組。

類型:量規

minio_cluster_usage_objects_count

總計叢集物件計數。

類型:量規

minio_cluster_usage_objects_versions_count

總計叢集物件版本計數,包含刪除標記。

類型:量規

minio_cluster_usage_objects_delete_markers_count

總計叢集刪除標記計數。

類型:量規

minio_cluster_usage_objects_buckets_count

總計叢集 bucket 計數。

類型:量規

minio_cluster_usage_objects_size_distribution

叢集物件大小分佈。

類型:量規

範圍

minio_cluster_usage_objects_version_count_distribution

叢集物件版本計數分佈。

類型:量規

範圍

除錯指標

來自 Prometheus Go Client 基本收集器的標準 Go 執行階段指標。

路徑

描述

/debug/go

Go 執行階段指標。

ILM 指標

關於 MinIO ILM 功能的指標。

路徑

描述

/ilm

與 ILM 功能相關的指標。

/ilm

名稱

描述

標籤

minio_cluster_ilm_expiry_pending_tasks

佇列中等待處理的 ILM 到期任務數量。

類型:量規

伺服器

minio_cluster_ilm_transition_active_tasks

作用中的 ILM 轉換任務數量。

類型:量規

伺服器

minio_cluster_ilm_transition_pending_tasks

佇列中等待處理的 ILM 轉換任務數量。

類型:量規

伺服器

minio_cluster_ilm_transition_missed_immediate_tasks

錯過的立即 ILM 轉換任務數量。

類型:計數器

伺服器

minio_cluster_ilm_versions_scanned

自伺服器啟動以來,已檢查 ILM 動作的物件版本總數。

類型:計數器

伺服器

記錄器 Webhook 指標

關於 MinIO 記錄器 Webhook 的指標。

路徑

描述

/logger/webhook

與記錄器 Webhook 相關的指標。

/logger/webhook

名稱

描述

標籤

minio_logger_webhook_failed_messages

無法傳送的訊息數量。

類型:計數器

server, name, endpoint

minio_logger_webhook_queue_length

Webhook 佇列長度。

類型:量規

server, name, endpoint

minio_logger_webhook_total_message

傳送到此目標的訊息總數。

類型:計數器

server, name, endpoint

通知指標

關於 MinIO 通知功能的指標。

路徑

描述

/notification

與通知功能相關的指標。

/notification

名稱

描述

標籤

minio_notification_current_send_in_progress

目前作用中對所有目標的並行非同步傳送呼叫數量。

類型:計數器

伺服器

minio_notification_events_errors_total

無法傳送到目標的事件總數。

類型:計數器

伺服器

minio_notification_events_sent_total

傳送到目標的事件總數。

類型:計數器

伺服器

minio_notification_events_skipped_total

由於記憶體內佇列已滿而未傳送到目標的事件數量。

類型:計數器

伺服器

複寫指標

關於 MinIO 站點和 bucket 複寫的指標。

路徑

描述

/bucket/replication

與 bucket 複寫相關的指標。

/replication

與站點複寫相關的指標。

/replication

名稱

描述

標籤

minio_replication_average_active_workers

作用中複寫工作者的平均數量。

類型:量規

伺服器

minio_replication_average_queued_bytes

自伺服器啟動以來,等待複寫的平均位元組數。

類型:量規

伺服器

minio_replication_average_queued_count

自伺服器啟動以來,等待複寫的平均物件數。

類型:量規

伺服器

minio_replication_average_data_transfer_rate

平均複寫資料傳輸速率,單位為位元組/秒。

類型:量規

伺服器

minio_replication_current_active_workers

作用中複寫工作者的總數。

類型:量規

伺服器

minio_replication_current_data_transfer_rate

目前的複寫資料傳輸速率,單位為位元組/秒。

類型:量規

伺服器

minio_replication_last_minute_queued_bytes

在最後完整的一分鐘內,等待複寫的位元組數。

類型:量規

伺服器

minio_replication_last_minute_queued_count

在最後完整的一分鐘內,等待複寫的物件數。

類型:量規

伺服器

minio_replication_max_active_workers

自伺服器啟動以來,所見作用中複寫工作者的最大數量。

類型:量規

伺服器

minio_replication_max_queued_bytes

自伺服器啟動以來,等待複寫的最大位元組數。

類型:量規

伺服器

minio_replication_max_queued_count

自伺服器啟動以來,等待複寫的最大物件數。

類型:量規

伺服器

minio_replication_max_data_transfer_rate

自伺服器啟動以來,最大複寫資料傳輸速率,單位為位元組/秒。

類型:量規

伺服器

minio_replication_recent_backlog_count

在過去 5 分鐘內,在複寫待辦事項中看到的物件總數

類型:量規

伺服器

/bucket/replication

名稱

描述

標籤

minio_bucket_replication_last_hour_failed_bytes

在過去一小時內,bucket 上至少複寫失敗一次的位元組總數。

類型:量規

bucket, server

minio_bucket_replication_last_hour_failed_count

在過去一小時內,bucket 上複寫失敗的物件總數。

類型:量規

bucket, server

minio_bucket_replication_last_minute_failed_bytes

在最後完整的一分鐘內,bucket 上至少複寫失敗一次的位元組總數。

類型:量規

bucket, server

minio_bucket_replication_last_minute_failed_count

在最後完整的一分鐘內,bucket 上複寫失敗的物件總數。

類型:量規

bucket, server

minio_bucket_replication_latency_ms

bucket 上的複寫延遲,單位為毫秒。

類型:量規

bucket, operation, range, targetArn, server

minio_bucket_replication_proxied_delete_tagging_requests_total

代理到複寫目標的 DELETE 標記請求數量。

類型:計數器

bucket, server

minio_bucket_replication_proxied_get_requests_failures

代理到複寫目標的 GET 請求中的失敗次數。

類型:計數器

bucket, server

minio_bucket_replication_proxied_get_requests_total

代理到複寫目標的 GET 請求數量。

類型:計數器

bucket, server

minio_bucket_replication_proxied_get_tagging_requests_failures

代理到複寫目標的 GET 標記請求中的失敗次數。

類型:計數器

bucket, server

minio_bucket_replication_proxied_get_tagging_requests_total

代理到複寫目標的 GET 標記請求數量。

類型:計數器

bucket, server

minio_bucket_replication_proxied_head_requests_failures

代理到複寫目標的 HEAD 請求中的失敗次數。

類型:計數器

bucket, server

minio_bucket_replication_proxied_head_requests_total

代理到複寫目標的 HEAD 請求數量。

類型:計數器

bucket, server

minio_bucket_replication_proxied_put_tagging_requests_failures

代理到複寫目標的 PUT 標記請求中的失敗次數。

類型:計數器

bucket, server

minio_bucket_replication_proxied_put_tagging_requests_total

代理到複寫目標的 PUT 標記請求數量。

類型:計數器

bucket, server

minio_bucket_replication_sent_bytes

複寫到目標的位元組總數。

類型:計數器

bucket, server

minio_bucket_replication_sent_count

複寫到目標的物件總數。

類型:計數器

bucket, server

minio_bucket_replication_total_failed_bytes

自伺服器啟動以來,至少複寫失敗一次的位元組總數。

類型:計數器

bucket, server

minio_bucket_replication_total_failed_count

自伺服器啟動以來,複寫失敗的物件總數。

類型:計數器

bucket, server

minio_bucket_replication_proxied_delete_tagging_requests_failures

代理到複寫目標的 DELETE 標記請求中的失敗次數。

類型:計數器

bucket, server

掃描器指標

關於 MinIO 掃描器的指標。

路徑

描述

/scanner

與 MinIO 掃描器相關的指標。

/scanner

名稱

描述

標籤

minio_scanner_bucket_scans_finished

自伺服器啟動以來,完成的 bucket 掃描總數。

類型:計數器

伺服器

minio_scanner_bucket_scans_started

自伺服器啟動以來,開始的 bucket 掃描總數。

類型:計數器

伺服器

minio_scanner_directories_scanned

自伺服器啟動以來,掃描的目錄總數。

類型:計數器

伺服器

minio_scanner_last_activity_seconds

自上次掃描活動以來經過的時間(以秒為單位)。

類型:量規

伺服器

minio_scanner_objects_scanned

自伺服器啟動以來,掃描的唯一物件總數。

類型:計數器

伺服器

minio_scanner_versions_scanned

自伺服器啟動以來,掃描的物件版本總數。

類型:計數器

伺服器

系統指標

關於 MinIO 處理程序和節點的指標。

路徑

描述

/system/cpu

關於系統上 CPU 的指標。

/system/drive

關於系統上磁碟機的指標。

/system/network/internode

關於節點發出的節點間請求的指標。

/system/memory

關於系統上記憶體的指標。

/system/process

標準處理程序指標。

/system/drive

名稱

描述

標籤

minio_system_drive_used_bytes

磁碟機上使用的總儲存空間,單位為位元組。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_free_bytes

磁碟機上可用的總儲存空間,單位為位元組。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_total_bytes

磁碟機上可用的總儲存空間,單位為位元組。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_used_inodes

磁碟機上使用的總 inode 數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_free_inodes

磁碟機上可用的總 inode 數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_total_inodes

磁碟機上可用的總 inode 數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_timeout_errors_total

磁碟機上的逾時錯誤總數。

類型:計數器

drive, set_index, drive_index, pool_index, server

minio_system_drive_io_errors_total

磁碟機上的 I/O 錯誤總數。

類型:計數器

drive, set_index, drive_index, pool_index, server

minio_system_drive_availability_errors_total

磁碟機上的可用性錯誤總數(I/O 錯誤、逾時)。

類型:計數器

drive, set_index, drive_index, pool_index, server

minio_system_drive_waiting_io

磁碟機上等待的 I/O 作業總數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_api_latency_micros

磁碟機 API 儲存操作的平均最後一分鐘延遲,單位為微秒。

類型:量規

drive, api, set_index, drive_index, pool_index, server

minio_system_drive_offline_count

離線硬碟的計數。

類型:量規

pool_indexserver

minio_system_drive_online_count

上線硬碟的計數。

類型:量規

pool_indexserver

minio_system_drive_count

所有硬碟的計數。

類型:量規

pool_indexserver

minio_system_drive_health

硬碟健康狀態 (0 = 離線, 1 = 健康, 2 = 修復中)。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_reads_per_sec

硬碟每秒讀取次數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_reads_kb_per_sec

硬碟每秒讀取的千位元組 (KB) 數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_reads_await

硬碟處理讀取請求的平均時間。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_writes_per_sec

硬碟每秒寫入次數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_writes_kb_per_sec

硬碟每秒寫入的千位元組 (KB) 數。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_writes_await

硬碟處理寫入請求的平均時間。

類型:量規

drive, set_index, drive_index, pool_index, server

minio_system_drive_perc_util

磁碟忙碌時間的百分比。

類型:量規

drive, set_index, drive_index, pool_index, server

/system/memory

名稱

描述

標籤

minio_system_memory_used

節點上已使用的記憶體。

類型:量規

伺服器

minio_system_memory_used_perc

節點上已使用記憶體的百分比。

類型:量規

伺服器

minio_system_memory_free

節點上可用的記憶體。

類型:量規

伺服器

minio_system_memory_total

節點上的總記憶體。

類型:量規

伺服器

minio_system_memory_buffers

節點上的緩衝記憶體。

類型:量規

伺服器

minio_system_memory_cache

節點上的快取記憶體。

類型:量規

伺服器

minio_system_memory_shared

節點上的共享記憶體。

類型:量規

伺服器

minio_system_memory_available

節點上可用的記憶體。

類型:量規

伺服器

/system/cpu

名稱

描述

標籤

minio_system_cpu_avg_idle

平均 CPU 閒置時間。

類型:量規

伺服器

minio_system_cpu_avg_iowait

平均 CPU IOWait 時間。

類型:量規

伺服器

minio_system_cpu_load

CPU 平均負載 1 分鐘。

類型:量規

伺服器

minio_system_cpu_load_perc

CPU 平均負載 1 分鐘 (百分比)。

類型:量規

伺服器

minio_system_cpu_nice

CPU nice 時間。

類型:量規

伺服器

minio_system_cpu_steal

CPU 竊取時間。

類型:量規

伺服器

minio_system_cpu_system

CPU 系統時間。

類型:量規

伺服器

minio_system_cpu_user

CPU 使用者時間。

類型:量規

伺服器

/system/network/internode

名稱

描述

標籤

minio_system_network_internode_errors_total

內部節點呼叫失敗的總數。

類型:計數器

serverpool_index

minio_system_network_internode_dial_errors_total

內部節點 TCP 連線逾時和錯誤的總數。

類型:計數器

serverpool_index

minio_system_network_internode_dial_avg_time_nanos

內部節點 TCP 呼叫的平均連線時間 (奈秒)。

類型:量規

serverpool_index

minio_system_network_internode_sent_bytes_total

傳送到其他對等節點的總位元組數。

類型:計數器

serverpool_index

minio_system_network_internode_recv_bytes_total

從其他對等節點接收的總位元組數。

類型:計數器

serverpool_index

/system/process

名稱

描述

標籤

minio_system_process_locks_read_total

此對等節點上目前 READ 鎖定的數量。

類型:量規

伺服器

minio_system_process_locks_write_total

此對等節點上目前 WRITE 鎖定的數量。

類型:量規

伺服器

minio_system_process_cpu_total_seconds

使用者和系統 CPU 花費的總時間 (秒)。

類型:計數器

伺服器

minio_system_process_go_routine_total

正在執行的 go 常式總數。

類型:量規

伺服器

minio_system_process_io_rchar_bytes

進程從底層儲存系統讀取的總位元組數,包括快取,/proc/[pid]/io rchar。

類型:計數器

伺服器

minio_system_process_io_read_bytes

進程從底層儲存系統讀取的總位元組數,/proc/[pid]/io read_bytes。

類型:計數器

伺服器

minio_system_process_io_wchar_bytes

進程寫入到底層儲存系統的總位元組數,包括頁面快取,/proc/[pid]/io wchar。

類型:計數器

伺服器

minio_system_process_io_write_bytes

進程寫入到底層儲存系統的總位元組數,/proc/[pid]/io write_bytes。

類型:計數器

伺服器

minio_system_process_start_time_seconds

自 Unix 紀元以來,MinIO 處理程序啟動時間 (秒)。

類型:量規

伺服器

minio_system_process_uptime_seconds

MinIO 處理程序的運作時間 (秒)。

類型:量規

伺服器

minio_system_process_file_descriptor_limit_total

MinIO 伺服器處理程序開啟檔案描述符的總數限制。

類型:量規

伺服器

minio_system_process_file_descriptor_open_total

MinIO 伺服器處理程序開啟的檔案描述符總數。

類型:量規

伺服器

minio_system_process_syscall_read_total

對核心發出的總讀取系統呼叫,/proc/[pid]/io syscr。

類型:計數器

伺服器

minio_system_process_syscall_write_total

對核心發出的總寫入系統呼叫,/proc/[pid]/io syscw。

類型:計數器

伺服器

minio_system_process_resident_memory_bytes

常駐記憶體大小 (位元組)。

類型:量規

伺服器

minio_system_process_virtual_memory_bytes

虛擬記憶體大小 (位元組)。

類型:量規

伺服器

minio_system_process_virtual_memory_max_bytes

最大虛擬記憶體大小 (位元組)。

類型:量規

伺服器