Part V. Diagnostic Tool plug-in
The Diagnostic tool is implement as a Hawtio plug-in integrated in the Fuse Management Console. The plug-in is deployed either as a feature in a non-fabric environment or as a profile in a Fabric environment called support-base.
The plug-in can be accessed on the Fuse Management Console under the Red Hat Access menu in the top right corner. The plug-in allows you to add artifacts such as
LOGS
, SUPPORT_ZIP
, ETC
, HEAPDUMP
and THREADDUMP
.
The diagnostic tool allows the following attachments:
- LOGS: logged information of the root container.
SUPPORT_ZIP
: Generates a comprehensive zip of diagnostic information.ETC
: Generates a zip of the configuration folder.HEAPDUMP
: Generates a zipped heap dump.THREADDUMP
: Generates a thread dump.
Note
In case of Fabric, the
SUPPORT_ZIP
artifact would contain extra Fabric-specific configurations such as the contents of the ZooKeeper registry (calls zkdump).