Does this check the host in parallel?

I am wondering whether it is serial or parallel.

If it's parallel, I want to know how many things are processed at the same time.

It is parallel and asynchronous. You can control this with the limit option.