On 6 November 2014 16:14, Vincent Guittot wrote:
> On 22 October 2014 03:39, pi-cheng.chen wrote:
>> Some examples to use the script to generate small tasks workloads:
>> 1. to generate a workload with 4 threads, 10% load and 30ms period
>> $ ./small_task_gen -t 4 -l 10 -p 3
>
> The period unit s
On 22 October 2014 03:39, pi-cheng.chen wrote:
> Some examples to use the script to generate small tasks workloads:
> 1. to generate a workload with 4 threads, 10% load and 30ms period
> $ ./small_task_gen -t 4 -l 10 -p 3
The period unit seems to be 10ms which is quite long, please use a
more fin
Some examples to use the script to generate small tasks workloads:
1. to generate a workload with 4 threads, 10% load and 30ms period
$ ./small_task_gen -t 4 -l 10 -p 3
2. to generate a workload with 3 threads, 15% load and random tick-aligned
period
$ ./small_task_gen -t 3 -l 15 -r --aligned