Creating an AHF Insights Report for Operating System Issues (Non-Root AHF Installation)

Create Insights reports from SHM data to proactively identify and investigate operating system-related issues in a non-root AHF environment.

  1. Navigate to the CHM binaries directory.

    cd $AHF_HOME/chm/bin/
  2. Run the report generation command.

    $AHF_HOME/python/bin/python3 chm_tfa_driver.zip -o  -s  -e

    Example Run:

    -bash-4.4$ $AHF_HOME/python/bin/python3 chm_tfa_driver.zip -o /tmp/shm_out/ -s 2025-08-22T12:00:00 -e 2025-08-22T12:30:00
    Successfully ran the chm utils on the SHM data.
    Successfully ran the chm analyzer on the SHM data.
    Successfully ran the chm reportgen on the SHM analysis data.
    executing
    Report is generated at : /tmp/shm_out/test-node_insights_2025_08_22_12_32_44.zip
    Report jsons is generated at : /tmp/shm_out/test-node_insights_jsons_2025_08_22_12_32_44.zip
    Successfully ran the ahf insights driver on the SHM data.
  3. Verify SHM Data.

    SHM data files can be checked at: $AHF_HOME/data//shm

    You can view the AHF Insights report by downloading and unzipping the file, then opening web/index.html in your browser.