How do I bind kernel threads in a process to a processor in aix?



  • Note only the kernel threads are bound to a processor not the process itself.

    Check the processors available for binding, here four are available

    # bindprocessor -q
    The available processors are: 0 1 2 3
    

    Bind a kernel thread using, here kernel threads of process 23456 are bound to processor 2

    # bindprocessor 23456 2
    

Log in to reply
 

© Lightnetics 2024