Update README.md#8049
Conversation
Adding info from #3520. Thanks to this undocumented behavior I can throw away a bunch of data now.
|
that seems like... unexpected behavior. I don't know how that could possibly do the right thing. |
|
The issue with a script file is that the resulting output would be multiple concatenated JSON strings, which is not a correct JSON string anymore. So I need to keep the commands separate and add delays in the hopes that the previous command is finished by then. Running those in parallel is IMHO a horrible design decision. |
|
Shouldn't cause this line the commands to run after each other? telegraf/plugins/inputs/exec/exec.go Line 227 in 6324b1f In my case the DSL speed tests to different servers definitely run in parallel (if I don't defer them with an added delay) as the results add up to the total available bandwidth. |
|
I'd be in favor of adding a configuration option to say whether you want them to run in parallel or not, or maybe a |
What happens if you concatenate the JSON objects ( |
Adding info from #3520. Thanks to this undocumented behavior I can throw away a bunch of data now.
Don't know what a CLA is and don't know how to sign it.
Required for all PRs: