Performance evaluation

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

Performance evaluation

2,357 Views
felipe-gm
Contributor II

Hi,

I am developing security solutions for embedded applications on the P2020-RDB design board. I would like to know if there is a way for me to evaluate the overhead of my solution (power, processing, memory) as the target solutions are constrained.

I am using SDK 1.9 Linux image, so any solution being either Linux-based or from a NXP tool/plugin would do. I am using TAP over ethernet for probing, so anything on that direction would do for me too.

Thanks, 

Labels (1)
Tags (1)
0 Kudos
4 Replies

2,351 Views
yipingwang
NXP TechSupport
NXP TechSupport

Online Power Monitoring
The Lm-sensors tool ( download from http://dl.lm-sensors.org/lm-sensors/releases) will be used to read the power/temperature from on-boards sensors.

Memory and CPU usage, you could use "top" command provided in Linux.

0 Kudos

2,344 Views
felipe-gm
Contributor II

Hi @yipingwang ,

thank you very much for your response. The link seems to be broken.
One question though, aren't these methods intrusive, in the sense that they can interfere with the metrics?

Thanks once again

0 Kudos

2,332 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download QorIQ SDK 1.9 user manual from the following link.

https://drive.google.com/file/d/1GdxWp1zd8HyBCGka2T5j1euphEfLf9iU/view?usp=sharing

Please refer to section "Offline Power Monitoring" section in this user manual.

0 Kudos

2,217 Views
felipe-gm
Contributor II

For the offiline solution, that is great thanks! As for the memory and CPU, top gives me the metrics while they are executing, but I was looking for something that could capture these for programs that execute and end. It is tricky to capture the metrics with top like that.

 

Any suggestions?

0 Kudos