Knife ssh execution on multiple nodes

How does knife ssh performs execution on multiple nodes ??

Even after using -C option, it does not clears whether it is running in parallel or in serial??

Using the -C option should allow for concurrency using knife ssh but if you’re trying to leverage specifically that feature, you might want to look at tools specifically built around parallel SSH execution for these tasks as opposed to leveraging knife in this manner.