本文へスキップ

DBX v1.6.15

2023年12月09日

共通

  • Changed Windows環境にインストールする際に必要なファイルをエージェントのインストールファイルに含める:instsrv.exesrvany.exe

  • Fixed install_windowsService.batファイルのバグ修正(jdbcディレクトリのJARファイルの読み込み問題)

PostgreSQL

  • Fixedテーブルレイアウトカラムの修正
  • Fixed pg_stat_statements収集時の負荷低減及びバグ修正

MySQL

  • Feature trx_rseg_history_len(MySQL 5.7バージョン以降に対応)、 active_transactions(MySQL 5.5バージョン以降に対応) 指標の追加

    次のようにwhatap.confファイル設定オプションを追加する必要があります。

    whatap.conf
    trx_rseg_history_len=true
    active_transactions=true
  • Feature DBパラメータを5秒ごとに収集する機能を追加

    whatap.conf
    collect_variables_metric=true
    variables_metric=
    # e.g variables_metric=uptime,version
  • Feature plan転送時、jsonフォーマット転送の追加

Oracle

Fixedテーブルレイアウトカラムの修正