I'm using gnu parallel that reads a text file containing curl commands.If I do ps -ef | grep -cw [c]url
it shows total number of curl process at a moment.
But I want to know number of gnu parallel jobs running in each CPU core.
How to find that?
I'm using gnu parallel that reads a text file containing curl commands.If I do ps -ef | grep -cw [c]url
it shows total number of curl process at a moment.
But I want to know number of gnu parallel jobs running in each CPU core.
How to find that?