Results 1 to 2 of 2
I want to know whether in Linux is there a ability to migrate running process from one CPU core to another core when it is running on multi core processor ...
- 10-03-2009 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
Multi Core Environment - process migration
I want to know whether in Linux is there a ability to migrate running process from one CPU core to another core when it is running on multi core processor environment. Does Linux does it automatically according to the cpu usage....???
Eg: if process 'A' runs on Core1 and another 'B' process also run on Core1 suddenly 'B' process increase its core1 usage(eg:CPU's Core1 speed 100%). then is there a ability to migrate 'B' process to another less using Core(eg:CPU's Core2 speed 1%) or linux does it automatically?
- 10-03-2009 #2
There is a command for that taskset
see
man taskset
or
taskset(1) - Linux man page


Reply With Quote