00001 #!/usr/bin/env python 00002 00003 import os 00004 print(os.sysconf(os.sysconf_names['SC_NPROCESSORS_ONLN']))