This code still collects each counter synchronously on the remote computers, but process the computers themselves in parallel. If you need to parallelize the counter collection as well, that’s probably also possible, but would involve a lot more code, and may not be worth the effort (depends on how long this takes to run, and if it meets your needs already.)
↧