Could you provide a screenshot of the performance graph if you can’t provide the log?
The streamer performance trace is not enough on it’s own to help me pin-point your issue, I would need the constellation and modulator trace as well.
I initially did want to attach the performance.csv file but it seems like as new member/profile in this community I’m not allowed to attach any file other than images.
Is there another way (email?) I can send you the CSV file? or if you could allow me to upload it here that would be great. Thanks!
Surabhi
Since the blue line is going down, it’s the portion of the engine which runs on the CPU which is problematic.
Usually this ether means:
Something else is running on the machine which is taking the CPU resources from Skydel
The CPU is configured to Power Save mode and is being throttled by the OS
The CPU is getting too hot and is being throttled by the OS to prevent over-heating
Your system’s memory (RAM) is completely used and the OS is writing Skydel’s memory to Disk
I would recommend using HTOP if you are using Ubuntu to diagnose this issue.
You can install it using the command sudo apt install htop.
It will allow you to see which process is using your CPU, and how much memory is available.
As you can see in this screenshot of HTOP, this system has a lot of memory available and the CPU is mostly unused. You can play with HTOP settings to show more information.
Also I would make sure your setup is in performance mode:
Ubuntu 18: In a terminal run the following command echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor