Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-03 Thread Ivan T. Ivanov
On Wed, 2014-12-03 at 17:52 +0800, Pi-Cheng Chen wrote: > On 3 December 2014 at 17:24, Ivan T. Ivanov wrote: > > On Wed, 2014-12-03 at 15:08 +0800, Pi-Cheng Chen wrote: > > > On 2 December 2014 at 19:04, Vincent Guittot guit...@linaro.org> wrote: > > > > On 2 December 2014 at 08:21, pi-cheng.chen

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-03 Thread Pi-Cheng Chen
On 3 December 2014 at 17:24, Ivan T. Ivanov wrote: > > On Wed, 2014-12-03 at 15:08 +0800, Pi-Cheng Chen wrote: >> On 2 December 2014 at 19:04, Vincent Guittot guit...@linaro.org> wrote: >> > On 2 December 2014 at 08:21, pi-cheng.chen c...@linaro.org> wrote: >> > > Add 2 new kind of event for runni

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-03 Thread Ivan T. Ivanov
On Wed, 2014-12-03 at 15:08 +0800, Pi-Cheng Chen wrote: > On 2 December 2014 at 19:04, Vincent Guittot guit...@linaro.org> wrote: > > On 2 December 2014 at 08:21, pi-cheng.chen c...@linaro.org> wrote: > > > Add 2 new kind of event for running a memory or a io bounded load. > > > "mem" name for a l

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-03 Thread Ivan T. Ivanov
On Wed, 2014-12-03 at 14:39 +0800, Pi-Cheng Chen wrote: > On 2 December 2014 at 19:02, Ivan T. Ivanov wrote: > > On Tue, 2014-12-02 at 15:21 +0800, pi-cheng.chen wrote: > > > Add 2 new kind of event for running a memory or a io bounded load. > > > "mem" name for a load is memory bounded, and "ior

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-02 Thread Pi-Cheng Chen
On 2 December 2014 at 19:04, Vincent Guittot wrote: > On 2 December 2014 at 08:21, pi-cheng.chen wrote: >> Add 2 new kind of event for running a memory or a io bounded load. >> "mem" name for a load is memory bounded, and "iorun" name for a load is io >> bounded. The default file to be written to

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-02 Thread Pi-Cheng Chen
On 2 December 2014 at 19:02, Ivan T. Ivanov wrote: > > On Tue, 2014-12-02 at 15:21 +0800, pi-cheng.chen wrote: >> Add 2 new kind of event for running a memory or a io bounded load. >> "mem" name for a load is memory bounded, and "iorun" name for a load is io >> bounded. The default file to be writ

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-02 Thread Vincent Guittot
On 2 December 2014 at 08:21, pi-cheng.chen wrote: > Add 2 new kind of event for running a memory or a io bounded load. > "mem" name for a load is memory bounded, and "iorun" name for a load is io > bounded. The default file to be written to create the load is /dev/null and > the device/file could

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-02 Thread Ivan T. Ivanov
On Tue, 2014-12-02 at 15:21 +0800, pi-cheng.chen wrote: > Add 2 new kind of event for running a memory or a io bounded load. > "mem" name for a load is memory bounded, and "iorun" name for a load is io > bounded. The default file to be written to create the load is /dev/null and > the device/file

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-02 Thread Amit Kucheria
On Tue, Dec 2, 2014 at 12:57 PM, Viresh Kumar wrote: > On 2 December 2014 at 12:51, pi-cheng.chen wrote: >> Add 2 new kind of event for running a memory or a io bounded load. >> "mem" name for a load is memory bounded, and "iorun" name for a load is io >> bounded. The default file to be written t

Re: [PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-01 Thread Viresh Kumar
On 2 December 2014 at 12:51, pi-cheng.chen wrote: > Add 2 new kind of event for running a memory or a io bounded load. > "mem" name for a load is memory bounded, and "iorun" name for a load is io > bounded. The default file to be written to create the load is /dev/null and > the device/file could

[PATCH] rt-app: Add IO-bounded and memory-bounded events

2014-12-01 Thread pi-cheng.chen
Add 2 new kind of event for running a memory or a io bounded load. "mem" name for a load is memory bounded, and "iorun" name for a load is io bounded. The default file to be written to create the load is /dev/null and the device/file could be specified with "io_device" key in "global" section. E.