maxon.MACHINEINFO¶
Description¶
Attributes¶
(str) Computer name returned by the OS. |
|
(int) Linux and OSX only (getegid). |
|
(int) Linux and OSX only (geteuid). |
|
(int) Linux and OSX only (getgid). |
|
|
|
(int) Number of physical cpu cores. |
|
(int) Number of threads including hyper threading cores. |
|
(int) OS build number as integer value. |
|
(str) OS Version in text format. |
|
(str) Processor architecture. |
|
(str) Supported cpu features. |
|
(float) Nominal processor frequency. |
|
(str) Name of the processor. |
|
(str) CPU id string. |
|
(bool) True if AES is supported. |
|
(bool) True if AVX is supported. |
|
(bool) True if AVX2 is supported. |
|
(bool) True if FMA is supported. |
|
(bool) True if PCLMULQDQ is supported. |
|
(bool) True if SSE is supported. |
|
(bool) True if SSE2 is supported. |
|
(bool) True if SSE3 is supported. |
|
(bool) True if SSE41 is supported. |
|
(bool) True if SSE42 is supported. |
|
(str) User name of the currently logged in user. |
|
(int) Linux and OSX only (getuid). |