I need to report the number of cores a certain process is using in python (>= v 2.7). Can it be done with some standard python function?
(I cannot use external packages like psutil due to internal restrictions.)
Regards, Paul
I need to report the number of cores a certain process is using in python (>= v 2.7). Can it be done with some standard python function?
(I cannot use external packages like psutil due to internal restrictions.)
Regards, Paul