gbitzes / multiple-instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A quick script to run multiple instances of a workload and see how well it scales.

Example use:
./multiple-instances.py --instances 1 2 4 8 --runs 3 --results result-dir --pinning 0 2 1 3 --command my-heavy-workload

The above will run a scalability analysis for 1, 2, 4 and 8 instances, each time averaging over 3 runs. Results will be stored in result-dir, and the processes will be pinned to the machine's cores in the following order: 0 2 1 3

About

License:GNU General Public License v2.0


Languages

Language:Python 100.0%