processes
by testy8888 from LinuxQuestions.org on (#55W2S)
hi,
nproc
12
and
ps -eo pid,stat|grep -i r
52606 R
90626 R
90636 R
93332 R
107078 R
107122 R
107129 R
107131 R
107136 R
107137 R
107140 R
107141 R
107144 R+
107147 R
107149 R
107150 R
107151 R
107152 R
112086 R
112089 R
121353 R
121379 R
how is possible to have 22 processes that run on 12 cpus simultaneously?
i mean that the above command show that 22 processes are in running state.


nproc
12
and
ps -eo pid,stat|grep -i r
52606 R
90626 R
90636 R
93332 R
107078 R
107122 R
107129 R
107131 R
107136 R
107137 R
107140 R
107141 R
107144 R+
107147 R
107149 R
107150 R
107151 R
107152 R
112086 R
112089 R
121353 R
121379 R
how is possible to have 22 processes that run on 12 cpus simultaneously?
i mean that the above command show that 22 processes are in running state.