Difference between revisions of "setting interface affinity"
From cpwiki.net
(Created page with " # sim affinity -s") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | example (77.30) | ||
− | # sim affinity -s | + | set affinity |
+ | # '''sim affinity -s''' | ||
+ | Usage : For each interface enter one of the following: | ||
+ | Return - To keep the default values (appearing in [ ]) | ||
+ | all - To allow all processors for this interface | ||
+ | List of processors - A list of processor numbers between 0 and 19 | ||
+ | |||
+ | eth1-01 [All] : '''0''' | ||
+ | eth1-02 [All] : '''0''' | ||
+ | eth2-01 [All] : '''1''' | ||
+ | eth2-02 [All] : '''2''' | ||
+ | eth3-01 [All] : '''3''' | ||
+ | eth3-02 [All] : '''4''' | ||
+ | eth3-04 [All] : '''5''' | ||
+ | |||
+ | check affinity | ||
+ | # sim affinity -l | ||
+ | |||
+ | or | ||
+ | |||
+ | # fw ctl affinity -l -r |
Latest revision as of 06:36, 22 October 2017
example (77.30)
set affinity
# sim affinity -s Usage : For each interface enter one of the following: Return - To keep the default values (appearing in [ ]) all - To allow all processors for this interface List of processors - A list of processor numbers between 0 and 19
eth1-01 [All] : 0 eth1-02 [All] : 0 eth2-01 [All] : 1 eth2-02 [All] : 2 eth3-01 [All] : 3 eth3-02 [All] : 4 eth3-04 [All] : 5
check affinity
# sim affinity -l
or
# fw ctl affinity -l -r