Title: Message
You
can't pass command line arguments to your workload in workload.py because it
just loads checkpoints and then continues.
"trans" is total number of transactions.
"dump_int" is how often a message is printed. "memory" is something we use
for our Condor grid system-- it gives a hint as to how much memory we
require. "cache warmup file" indicates if there is a cache warmup
file
How can I pass command line arguments to my workloads in
workloads.py? What are the arguments used for "test_runs"? Could you please
elaborate "trans | dump_int | memory(MB) | cache warmup file" in
workloads.py?
|