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

2014-12-01 Thread Pi-Cheng Chen
On 2 December 2014 at 15:09, Viresh Kumar wrote: > On 2 December 2014 at 12:34, 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 cr

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

2014-12-01 Thread Viresh Kumar
On 2 December 2014 at 12:34, 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] 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.