CPU - Bind a process



  • AIX

    # bindprocessor -q     - list available processors
    # bindprocessor <process id> <cpu number>
    

    HP-UX

    # psrset
    # psrset -b <cpu number> <process id>
    # mpsched -c <cpu number> -p <process id>
    

    Solaris

    # pbind -b <cpu number> <process id>
    

Log in to reply
 

© Lightnetics 2024