Este contenido no está disponible en el idioma seleccionado.

14.19. Setting Schedule Parameters


schedinfo allows scheduler parameters to be passed to guest virtual machines. The following command format should be used:
#virsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --livevirsh schedinfo domain --set --weight --cap --current --config --live
Copy to Clipboard Toggle word wrap
Each parameter is explained below:
  • domain - this is the guest virtual machine domain
  • --set - the string placed here is the controller or action that is to be called. Additional parameters or values if required should be added as well.
  • --current - when used with --set, will use the specified set string as the current scheduler information. When used without will display the current scheduler information.
  • --config - - when used with --set, will use the specified set string on the next reboot. When used without will display the scheduler information that is saved in the configuration file.
  • --live - when used with --set, will use the specified set string on a guest virtual machine that is currently running. When used without will display the configuration setting currently used by the running virtual machine
The scheduler can be set with any of the following parameters: cpu_shares, vcpu_period and vcpu_quota.

Example 14.5. schedinfo show

This example shows the shell guest virtual machine's schedule information
# virsh schedinfo shell
Scheduler      : posix
cpu_shares     : 1024
vcpu_period    : 100000
vcpu_quota     : -1
Copy to Clipboard Toggle word wrap

Example 14.6. schedinfo set

In this example, the cpu_shares is changed to 2046. This effects the current state and not the configuration file.
# virsh schedinfo --set cpu_shares=2046 shell
Scheduler      : posix
cpu_shares     : 2046
vcpu_period    : 100000
vcpu_quota     : -1
Copy to Clipboard Toggle word wrap
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat