Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    There is a command for that taskset
    see
    man taskset
    or
    taskset(1) - Linux man page
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...