How to Monitor LLCE CPU/Memory Usage on S32G3-VPN-RDB Running Linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Monitor LLCE CPU/Memory Usage on S32G3-VPN-RDB Running Linux

807 Views
A_VIJAYA7
Contributor III

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.

0 Kudos
Reply
3 Replies

750 Views
carlos_o
NXP TechSupport
NXP TechSupport

Hi @A_VIJAYA7 

I need more information about your setup. 

Could you provide which BSP version you are using? Ex. BSP 44

The LLCE is running in other cores that function independently of Linux so, when you say you want to monitor the CPU and memory usage of the LLCE which cores are you wanting to monitor? (The A53 cores that are the ones running linux are only communicating with the driver to the LLCE, so the CPU and Memory used by this are only related to the driver). 

 

0 Kudos
Reply

620 Views
A_VIJAYA7
Contributor III
Hi,
I am currently using BSP version 43. I would like to know the CPU load and memory usage of the LLCE CPU cores. Is it possible to retrieve the CPU load information for the LLCE cores?
0 Kudos
Reply

592 Views
carlos_o
NXP TechSupport
NXP TechSupport

Hi @A_VIJAYA7,

The RAM Size used can be review at the Quality Package .zip file that you can download

For LLCE Cores there is not a way to review the CPU load that your application is using, the main objective of this module is to perform an accomplish the specifications that are listed at the LLCE User Manual. 

0 Kudos
Reply