Xilinx / video-sdk

https://xilinx.github.io/video-sdk
Other
30 stars 14 forks source link

OS journald configuration can lead to incorrect latency logging measurements #82

Closed shaunclimbon closed 10 months ago

shaunclimbon commented 10 months ago

The "-latency_logging" option relies on journald logs but if journald is not configured in a specific manner the latency reporting will be incorrect. Documentation should be updated to indicate the required configuration. For example, on one particular system the following changes were needed to /etc/systemd/journald.conf

RateLimitInterval=0 RateLimitBurst=0

This disables rate control of journal messages.

NastoohX commented 10 months ago

Hi, Thank you for your input. Journal configuration has been added to the SDK documentation. Cheers,