shadow / tgen

A powerful traffic generator that can model complex behaviors using Markov models and an action-dependency graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tgentools: set number of xz threads to -m arg

jtracey opened this issue · comments

When tgentools saves its results, it currently uses a hard-coded thread count of 3 for xz. For large experiments on machines with lots of cores, I've found that this ends up being the processing bottleneck. Using as many threads as specified with the -m arg would be a nice feature to have.