> On Jan 18, 2016, at 2:38 AM, [email protected] wrote: > > Hi All, > > I need a help regarding one of the tasks. > > I am running load test in different machines ( 2 or more), so after the > test I want to consolidate the results of both the tests into one place and > need to generate the graphs. Imagine I am running these load tests in linux > machine (could be using AWS instances). > > I am not understanding where and how to start this task. Any kind of > mechanism available with linux. I heard something like "orchestration", but > not sure about this. Any guidance would be highly appreciable.
I’d start by writing a shell script that uses SSH to kick off the tasks on the other machines, using scp to retrieve results files and cat to glue them together so you can the massage them further into a graph. At least, that’s the direction I’d go before trying to find some other more specialized machinery. -- -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup References can be found at: http://goo.gl/anqri Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules or http://cdn.fsdev.net/List-Rules.pdf) --- You received this message because you are subscribed to the Google Groups "Linux Users Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
