Get TD Event Log

Get TDVM event log

intel 0eb11da 2 files · 2.8 KB Updated

File contents

Get TD Event Log

获取TDVM的事件日志并保存到文件中。 Get the TDVM event log and save it to a file.

Description

Retrieve the TDVM event log and saves the output to a file named 'td_eventlog.txt' in the current directory. This provides visibility into the trusted execution environment events.

Usage

  • When user requests to get TDVM event logs
  • When user needs to analyze TDVM boot events or measurements
  • When user wants to inspect the trusted computing events

Run

python {baseDir}/scripts/get_td_eventlog.py

Output

The script outputs:

  • Path to the saved event log file (td_eventlog.txt)
  • Confirmation that the event log has been captured

Example Requests

  • "获取TD eventlog"
  • "Get TD event log"
  • "导出TD事件日志"
  • "Show me TD event log"

intel/confidential-computing-zoo/tree/main/cczoo/openclaw-cc/cc_tdx_skills/get_td_eventlog commit 0eb11da398

Frequently asked questions

npx skillmds@latest add intel/get-td-event-log