Hi, I am working on the NXP S32G3-VPN-RDB platform running Linux, and I am using the LLCE (Low Latency Communication Engine) for CAN communication. I would like to monitor the CPU and memory usage of the LLCE to understand its performance and resource utilization. I have tried using standard Linux tools like top and ps, but LLCE does not appear as a user-space process. I would like to know: Is there a supported method to monitor LLCE CPU or memory usage on the S32G3 platform? Are there any diagnostic tools, APIs, or debug logs available in the Linux BSP or SDK for this purpose? If LLCE usage cannot be monitored directly, are there recommended indirect methods (e.g., CAN interface statistics, firmware logs, or performance counters)? Please advise on the correct approach or tools to use for monitoring LLCE performance on this platform. I am using the default Linux BSP provided for the S32G3-VPN-RDB.