Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
APPJAIL-CPUSET(1)	     General Commands Manual	       APPJAIL-CPUSET(1)

NAME
     appjail-cpuset -- Configure processor sets for jails

SYNOPSIS
     appjail cpuset jail
     appjail cpuset jail cpu-list

DESCRIPTION
     The appjail cpuset command uses cpuset(1) to set cpu-list as processor sets
     for  jail.   If  cpu-list is not specified, the appjail cpuset command will
     show you the CPU sets assigned for the given jail.

     If you want to use this command to assign a processor sets, you must  place
     this command in the template of jail, although it is much easier and recom-
     mended to use appjail-quick(1) instead.

EXIT STATUS
     The  appjail  cpuset utility exits 0 on success, and >0 if an error occurs.
     It may fail for one of the following reasons:

     -	 EX_USAGE: The command was used incorrectly.
     -	 EX_NOINPUT: The jail specified in jail cannot be found.
     -	 EX_DATAERR: The jail name specified in jail is invalid.

SEE ALSO
     appjail-limits(1) appjail-quick(1) cpuset(1) sysexits(3)

AUTHORS
     JesAos Daniel Colmenares Oviedo <DtxdF@disroot.org>

FreeBSD ports 15.quarterly	 March 19, 2024 	       APPJAIL-CPUSET(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=appjail-cpuset&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help