So here is what i want to do. I have a perlScript.pl and a list of machines: machineA,machineB,machineC. These are linux machines that i can ssh into. I want to issue this script on all 3 of these machines at the same time. I am trying to do some load analysis and need to measure the time it takes for the scripts to execute.
Any tips?
ssh user@host commandcould do you. If you need millisecond timing, you need to use something to sync the clocks. – pcapademic Jan 19 '10 at 23:11