Skip to main content

dbx Release Notes

DBX 1.6.6

PostgreSQL

  • Feature oldest_cur_xid, per_to_wraparound, and per_to_emergency_autovac metrics were added. (2023-2-2)

  • Feature The replication_lag metric was added. (2023-3-13)

Oracle

  • Feature In SQL Statistics, sql_id was added. (2023-2-3)

  • Feature Added the option whether or not to collect the lock sessions. (2023-3-21)

    lock=0 # off
    lock=1 # on

MySQL

Fixed When collecting the active sessions, fixed the occurrence error. (2023-3-28)

Redis

  • Fixed Fixed the error where the connection was not terminated. (2023-3-21)

  • Fixed Fixed the error where the metrics were not output. (2023-4-13)

Tibero

  • Feature When collecting session metrics (sesstat), added the method to use the tibero API to improve the speed and load. (2023-1-31)

    • Usage: Installation of DBX on the DB server and configuration of libTbmonXX.so

      use_tbstat=1
    • The column items for the session metrics to be collected are as follows.

      • logical_reads
      • physical_reads
      • block_updates
      • parse_count_total
      • parse_count_hard
    • You can check in the following menus.

      • Active Sessions of Dashboard
      • STAT/REPORT > SQL Statistics
  • Feature Added sql_id in SQL Statistics. (2023-1-16)