Skip to main content

Debug Tools

Ozone Debug command (ozone debug) is a collection of developer tools intended to help in debugging and get more information of various components of ozone.

It includes the following tools:

  • ldb - Tools to debug RocksDB related issues.
  • om - Debug commands related to OM.
  • datanode - Debug commands related to Datanode.
  • replicas - Debug commands for key replica related issues.
  • ratis - Debug commands related to Ratis.
  • auditparser - A tool to parse and query Ozone audit logs.
  • log - A tool to parse and provide insights on logs, currently supports only the datanodeโ€™s container logs.
  • checknative - Checks if native libraries are loaded
  • version - Show internal version of Ozone components

For more information see the following subpages: