hyperthreading property

String? hyperthreading
getter/setter pair

Whether the machine is hyperthreaded. Possible string values are:

  • "HYPERTHREADING_STATUS_UNSPECIFIED" : Simultaneous Multithreading status unknown.
  • "HYPERTHREADING_STATUS_DISABLED" : Simultaneous Multithreading is disabled or unavailable.
  • "HYPERTHREADING_STATUS_ENABLED" : Simultaneous Multithreading is enabled.

Implementation

core.String? hyperthreading;