ADU Agent has very high CPU Usage when disconnected #710
Unanswered
agreentree-dmc
asked this question in
Q&A
Replies: 1 comment 4 replies
-
For repro, could you provide an strace and 2 ltrace (one with call summary and one without)? systemctl stop deviceupdate-agent.service STracestrace -o ~/strace.log -f -tt -yy /usr/bin/AducIotAgent -l0 LTrace (No call summary)# Note: no lowercase -c
ltrace -o ~/ltrace_no_summary.log -C -f /usr/bin/AducIotAgent LTrace (with summary)ltrace -o ~/ltrace.log -c -C -f /usr/bin/AducIotAgent |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running the ADU Linux Agent and it is configured to use Azure Identity Service for connection information.
Before the Azure Identity Service has been configured, or if it's been configured incorrectly. The Azure Device Update linux agent periodically takes up 100% CPU usage for 3-4 seconds. I've provided screenshots for the CPU usage and for the Device Update Agent logs when this occurs.
I also see this behavior if the DeviceUpdate Agent has connected before, but is currently unable to connect (example: the device is running with no internet connection)
This behavior is undesirable. Is there any configuration I can setup to avoid this or any agent code changes I could make?
Beta Was this translation helpful? Give feedback.
All reactions