The Extended page (accessible through opening the Resources page first via VZPP menu and then clicking the Extended button on the displayed page) provides an ample description of every resource parameter used by the VPS.
The following resource parameters are available for extended monitoring:
CPU Parameters
|
Parameter |
Description |
|
This is a positive integer number that determines the minimal guaranteed share of the CPU time your Virtual Private Server will receive. | |
|
|
Disk Quota
|
Parameter |
Description |
|
| |
|
Total size of disk space consumed by the Virtual Private Server. When the space used by the Virtual Private Server hits the soft limit, the VPS can allocate additional disk space up to the hard limit during the grace period. | |
|
| |
|
|
The resources a Virtual Private Server may allocate are defined by the system resource control parameters, also called user beancounters (UBC). These parameters can be subdivided into the following categories: primary, secondary and auxiliary parameters. The primary parameters are the starting point for defining the relative power of a Virtual Private Server. The secondary parameters are dependent on the primary ones and are calculated from them according to a set of constraints. The auxiliary parameters help improve fault isolation among applications in one and the same Virtual Private Server and the way applications handle errors and consume resources.
Listed below are all the system resource control parameters. The parameters starting with "num" are measured in integers. The parameters ending in "buf" or "size" are measured in bytes. The parameters containing "pages" in their names are measured in 4096-byte pages in the Virtuozzo 32-bit version and in 16384-byte pages in the Virtuozzo 64-bit version for IA-64 processors.
Primary UBC parameters
|
Parameter |
Description | |
|
The maximal number of processes the VPS may create. | ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
Secondary parameters
|
Parameter |
Description |
|
The size of unswappable kernel memory allocated for the internal kernel structures for the processes of a particular VPS. Note: For the Virtuozzo 64-bit version for IA-64 processors, it takes 4 (four) times more the size of the kernel memory than that for the Virtuozzo 32-bit version to handle one and the same process. | |
|
The total size of send buffers for TCP sockets, i.e. the amount of kernel memory allocated for the data sent from an application to a TCP socket, but not acknowledged by the remote side yet. | |
|
The total size of receive buffers for TCP sockets, i.e. the amount of kernel memory allocated for the data received from the remote side, but not read by the local application yet. | |
|
The total size of UNIX-domain socket buffers, UDP, and other datagram protocol send buffers. | |
|
The total size of receive buffers of UDP and other datagram protocols. | |
|
The out-of-memory guarantee, in pages. Any VPS process will not be killed even in case of heavy memory shortage if the current memory consumption (including both physical memory and swap) does not reach the oomguarpages barrier. |
Auxiliary parameters
|
Parameter |
Description |
|
The size of private (or potentially private) memory allocated by an application. The memory that is always shared among different applications is not included in this resource parameter. | |
|
The memory not allowed to be swapped out (locked with the mlock() system call), in pages. | |
|
The total size of shared memory (including IPC, shared anonymous mappings and tmpfs objects) allocated by the processes of a particular VPS, in pages. | |
|
The number of files opened by all VPS processes. | |
|
The number of file locks created by all VPS processes. | |
|
The number of pseudo-terminals, such as an ssh session, the screen or xterm applications, etc. | |
|
The number of siginfo structures (essentially, this parameter limits the size of the signal delivery queue). | |
|
The total size of dentry and inode structures locked in the memory. | |
|
The number of IP packet filtering entries. |
The information on the resources is organized into the following table:
|
Column Name |
Description |
|
ID |
The name of the QoS parameter. |
|
Current Use |
The numerical representation of the resource consumption by the VPS at the moment. |
|
|
The limit on the consumption of the given resource by the VPS. |
|
|
The limit on the consumption of the given resource
by the VPS that once reached or exceeded can lead to grave problems inside
the VPS. Depending on the considered parameter, either some process might
be killed at any time in the VPS, or the next resource allocation request
might be refused to it. However, the VPS is allowed to temporarily exceed
its quota soft limit for the Disk Space and Disk Inodes resources without
any damage to the VPS processes for the grace period, set in the |
|
|
The limit on the consumption of the given resource by the current VPS that cannot be exceeded in any circumstances. |
|
Units |
The units in which the value of the |
|
Description |
The description of the parameter. |