GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
APPJAIL-LIMITS(1) FreeBSD General Commands Manual APPJAIL-LIMITS(1)

appjail-limitsDisplay and update resource limits database for jails

appjail limits get [-eHIipt] -n nro jail [keyword ...]

appjail limits list [-eHIipt] [-n nro] jail [keyword ...]

appjail limits off jail

appjail limits on jail

appjail limits remove [all|nro nro] jail

appjail limits remove keyword -n nro jail [keyword ...]

appjail limits set [-E|-e] [-N name] [-n [auto|nro]] jail resource:action[=amount[/per]]

appjail limits stats [-eHhIpt] jail [keyword ...]

The appjail limits utility provides a flexible resource limits mechanism for jails, controlled by a set of rules that can be added or removed at runtime.

appjail limits requires the tunable to be set to 1 in your loader.conf(5). You must reboot your system for the change to take effect.

The options are as follows:

[-eHIipt] -n nro jail [keyword ...]
Get information about current rules, that is, the keyword that represent the information to be obtained. Multiple keywords can be specified, which are displayed as a table-like interface in the order in which they are specified. If no keyword is specified, the defaults are nro, enabled, name, rule and loaded.

See KEYWORDS for a list of available keywords.

Not required when using -p. The \t character is used to delimit columns, so as not to show strange values, this option shows instead of \t in the case that a value contains the latter.
Shows the name of the columns.
Include empty values. By default, a minus sign is displayed when a value is empty.
Don't complain when nro doesn't exist.
Columnate the list.
Tabulate columns and values.
nro
Identifier.
[-eHIipt] [-n nro] jail [keyword ...]
get but shows each keyword for each rule in a nice table.
, -H, -I, -p, -t
get.
Perform the same task as described in get.
nro
nro.
jail
Flush the rules currently in use.
jail
Load enabled rules configured by set.
[all|nro nro] jail
Remove a given rule.
Remove all rules.
nro
Remove the rule specified by nro.
keyword -n nro jail [keyword ...]
Remove a given keyword identified by nro.

See KEYWORDS for a list of available keywords.

[-E|-e] [-N name] [-n [auto|nro]] jail resource:action[=amount[/per]]
Configure a new or existing rule.

You can skip the required parameters and arguments if nro has the corresponding value, e.g. you can use -e to disable a given rctl(8) rule without specifying it again.

[-E|-e]
Enable (-E) or disable (-e) this rule.
[-N name]
Brief description about this rule.
[-n [auto|nro]]
Identifier. An identifier is composed of a positive number. Use auto (default) to get the lowest identifier value.
[-eHhIpt] jail [keyword ...]
Get information about resource consumption, that is, the keyword that represent the information to be obtained. Multiple keywords can be specified, which are displayed as a table-like interface in the order in which they are specified. If no keyword is specified, the defaults are , , , , and .

See KEYWORDS for a list of available keywords.

, -H, -I, -p, -t
get.
By default, stats displays the output in "human-Readable" format, using unit suffixes such as Byte, Megabyte, Gigabyte, Terabyte, and Petabyte. This option does not allow this behavior.

Defines what will happen when a process exceeds the allowed amount. See the section in rctl(8) for details.
Shows 1 if the rule is enabled, if it is not.
Brief description about this rule.
Defines what entity the amount gets accounted for. See in rctl(8) for details.
Identifies the resource the rule controls. See the RESOURCES section in rctl(8) for details.
The rule that will be applied.

Identifier.
The rule that is currently in use.

See RESOURCES in rctl(8).

The appjail limits utility exits 0 on success, and >0 if an error occurs.

appjail-quick(1) sysexits(3) rctl(8)

Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>

April 6, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.