Metric.json定義リスト:PostgreSQL性能情報
measurement名 / postgresql_perf
項目名 | 物理名 | 単位 | 集計時の代表値 | 推奨グラフ(形態・単位) | 推奨閾値 | 備考 |
トランザクション数 | database_xact_total | 数 | 合計 | 基本情報(折れ線・数) |
|
|
コミット件数 | database_xact_commit | 数 | 合計 |
|
|
|
ロールバック件数 | database_xact_rollback | 数 | 合計 |
|
|
|
更新処理の取り出し行数 | database_tup_inserted+database_tup_updated+database_tup_deleted | 数 | 合計 | 基本情報(折れ線・数) |
| Insert行数+Update行数+Delete行数 |
問い合わせ行数 | database_tup_returned | 数 | 合計 | 基本情報(折れ線・数) |
|
|
Fetch行数 | database_tup_fetched | 数 | 合計 | 基本情報(折れ線・数) |
|
|
Insert行数 | database_tup_inserted | 数 | 合計 |
|
|
|
Update行数 | database_tup_updated | 数 | 合計 |
|
|
|
Delete行数 | database_tup_deleted | 数 | 合計 |
|
|
|
DB接続バックエンド数 | database_numbackends | 数 | 平均 |
|
|
|
アクティブバックエンド数 | activity_state_active_count | 数 | 平均 |
|
|
|
バックエンドログイン数 | activity_usesysid_count | 数 | 平均 |
|
|
|
バックエンド接続ユーザ数 | activity_usename_count | 数 | 平均 |
|
|
|
バックエンド接続アプリ数 | activity_application_name_count | 数 | 平均 |
|
|
|
合計待機数 | activity_wait_event_type_total | 数 | 平均 | 基本情報(折れ線・数) | 50以上 |
|
BufferPin待機数 | activity_wait_event_type_bufferpin | 数 | 平均 |
|
|
|
Lock待機数 | activity_wait_event_type_lock | 数 | 平均 |
|
|
|
LWLock待機数 | activity_wait_event_type_lwlock | 数 | 平均 |
|
|
|
I/O待機数 | activity_wait_event_type_io | 数 | 平均 |
|
|
|
Extension待機数 | activity_wait_event_type_extension | 数 | 平均 |
|
|
|
Client待機数 | activity_wait_event_type_client | 数 | 平均 |
|
|
|
IPC待機数 | activity_wait_event_type_ipc | 数 | 平均 |
|
|
|
Timeout待機数 | activity_wait_event_type_timeout | 数 | 平均 |
|
|
|
Activity待機数 | activity_wait_event_type_activity | 数 | 平均 |
|
|
|
バッファキャッシュヒット率 | database_cache_hit_ratio | % | 平均 | 基本情報(折れ線・%) | 90以下 |
|
ディスク読取ブロック数 | database_blks_read | 数 | 合計 |
|
|
|
キャッシュ読取ブロック数 | database_blks_hit | 数 | 合計 |
|
|
|
一時ファイル書出し数 | database_temp_files | 数 | 合計 |
|
|
|
一時ファイル書出しサイズ | database_temp_bytes | Byte | 合計 |
|
|
|
デッドロック数 | database_deadlocks | 数 | 合計 |
| 3以上 |
|
テーブル数 | table_table_count | 数 | 平均 |
|
|
|
シーケンシャルスキャン回数 | table_seq_scan_total | 数 | 合計 |
|
|
|
シーケンシャルスキャン行数 | table_seq_tup_read_total | 数 | 合計 |
|
|
|
インデックススキャン回数 | table_idx_scan_total | 数 | 合計 |
|
|
|
インデックススキャン行数 | table_idx_tup_fetch_total | 数 | 合計 |
|
|
|
自動バキューム回数 | table_autovacuum_total | 数 | 合計 |
|
|
|
手動バキューム回数 | table_vacuum_total | 数 | 合計 |
|
|
|
Related content
Copyright © IIM. All Rights Reserved.