# Voxl-Portal Core Heat Measurement weird results

Source: https://forum.modalai.com/topic/841/voxl-portal-core-heat-measurement-weird-results
Category: FAQs (https://forum.modalai.com/category/4/faqs)
Posted: 2022-04-05 15:01:06 UTC by Philemon Benner
Replies: 2 · Views: 859

## Philemon Benner · 2022-04-05 15:01:06 UTC

Hi,
i'm currently doing heat measurements on 2 apq8096 Voxls with voxl-portal im getting different measurements on both voxls:
Voxl 1:
![drone1.png](https://forum.modalai.com/assets/uploads/files/1649170615727-drone1.png) 
Voxl 2:
![drone2.png](https://forum.modalai.com/assets/uploads/files/1649170624008-drone2.png) 

both are running the exact same Processes. Could this be code fault of voxl-portal or something different?

## Reply by Guest · 2022-04-05 16:21:18 UTC

Voxl-portal is just publishing data from the ```voxl-cpu-monitor``` service. If you open a terminal window and run ```voxl-inspect-cpu``` you can see the same data. It looks here like the first voxl is mostly idle (2 cores around 20% and 2 around 5%) and the other is pretty heavily loaded (2 around 20%, 1 at 50% and 1 that has been shutdown probably due to overheating). Even if you're running the same processes, they can be utilizing wildly different amounts of the cpu. ```voxl-qvio-server``` is a chief one to keep an eye on, it is known to start churning pretty hard if it's getting bad camera frames (like if the drone is sitting on a desk and the tracking camera sees nothing).

## Reply by Philemon Benner · 2022-04-05 16:31:35 UTC

@Alex-Gardner  Thank you for the fast answer
