I believe I understand the meaning of these options individually. However, I cannot seem to locate an explanation of how they inter-operate when they are combined together on a single command.
For example, if you are running a command with -threads 4 and -limit 1000 will each of the 4 threads limit themselves to 1000 (effectively a total limit of up to 4000 depending on timing), or will each thread share the total 1000 (effectively giving each thread approx 250 depending on timing)?