Difference between revisions of "ESXi - 6.7 sched"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
= sched =
VMKernel system properties and commands for configuring scheduling related functionality.
VMKernel system properties and commands for configuring scheduling related functionality.


Line 13: Line 12:
: Get current state of the options of the system-wide shared swap space.
: Get current state of the options of the system-wide shared swap space.
:* <code>esxcli sched swap system get</code>
:* <code>esxcli sched swap system get</code>
* '''set'''
: '''set'''
: Change the configuration of system-wide shared swap space.
:: Change the configuration of system-wide shared swap space.
:* <code>esxcli sched swap system set '''[OPTIONS]'''</code>
::* <code>esxcli sched swap system set '''[OPTIONS]'''</code>
  '''OPTIONS'''
  '''OPTIONS'''
   -d|--datastore-enabled
   -d{{!}}--datastore-enabled
                         If the datastore option should be enabled or not.
                         If the datastore option should be enabled or not.
   -n|--datastore-name=<str>
   -n{{!}}--datastore-name=<str>
                         The name of the datastore used by the datastore
                         The name of the datastore used by the datastore
                         option.
                         option.
   -D|--datastore-order=<long>
   -D{{!}}--datastore-order=<long>
                         The order of the datastore option in the preference of
                         The order of the datastore option in the preference of
                         the options
                         the options
   -c|--hostcache-enabled
   -c{{!}}--hostcache-enabled
                         If the host cache option should be enabled or not.
                         If the host cache option should be enabled or not.
   -C|--hostcache-order=<long>
   -C{{!}}--hostcache-order=<long>
                         The order of the host cache option in the preference
                         The order of the host cache option in the preference
                         of the options.
                         of the options.
   -l|--hostlocalswap-enabled
   -l{{!}}--hostlocalswap-enabled
                         If the host local swap option should be enabled or
                         If the host local swap option should be enabled or
                         not.
                         not.
   -L|--hostlocalswap-order=<long>
   -L{{!}}--hostlocalswap-order=<long>
                         The order of the host local swap option in the
                         The order of the host local swap option in the
                         preference of the options.
                         preference of the options.

Latest revision as of 21:04, 10 February 2022

VMKernel system properties and commands for configuring scheduling related functionality.

(Really... If you say so... Don't look like that to me...)

reliablemem

  • get
Check if the system is currently aware of reliable memory.
  • esxcli sched reliablemem get

swap

system

  • get
Get current state of the options of the system-wide shared swap space.
  • esxcli sched swap system get
set
Change the configuration of system-wide shared swap space.
  • esxcli sched swap system set [OPTIONS]
OPTIONS
 -d|--datastore-enabled
                       If the datastore option should be enabled or not.
 -n|--datastore-name=<str>
                       The name of the datastore used by the datastore
                       option.
 -D|--datastore-order=<long>
                       The order of the datastore option in the preference of
                       the options
 -c|--hostcache-enabled
                       If the host cache option should be enabled or not.
 -C|--hostcache-order=<long>
                       The order of the host cache option in the preference
                       of the options.
 -l|--hostlocalswap-enabled
                       If the host local swap option should be enabled or
                       not.
 -L|--hostlocalswap-order=<long>
                       The order of the host local swap option in the
                       preference of the options.