-
I'm using my code to extract outputs from a list of devices, but the execution is too slow, here you have my code:
My logics says that if I use the Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ktbyers
Mar 26, 2025
Replies: 1 comment 5 replies
-
@Crouten Please provide how long it takes to execute including how long each command takes to execute. Also provide a list of the commands you are executing. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That seems fairly reasonable given the very large number of commands you are running--is the problem the 4 minutes for a given device or when you start adding in more than one device.
If the latter, have you looked into threading so you can do multiple devices concurrently?