Re: [RFC] rt-app: add script to generate small task workloads

2014-11-09 Thread Pi-Cheng Chen
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

Re: [RFC] rt-app: add script to generate small task workloads

2014-11-06 Thread Vincent Guittot
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

[RFC] rt-app: add script to generate small task workloads

2014-10-21 Thread pi-cheng.chen
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