Previous page

Next page

Locate page in Contents

Print this page

validationType

Summary:

Contains the results of the Virtuozzo Container configuration validation.

Type specification:

Name

Min/Max

Type

Description

type

1..1

int

Warning level from 0 to 3 with 0 being the most critical error.

warning

1..1

string

A warning message.

formula

1..1

string

A mathematical statement expressing the Container configuration rule that has been violated.

The statement consists of names of the QoS counters as variables, and the usual mathematical symbols. Please note that the < (less than) and > (greater than) signs will be substituted with &lt; and &gt; respectively. Consider the following example:

tcpsndbuf.hard - tcpsndbuf.soft &gt;= 2.5kb * numtcpsock

By substituting the &gt; sequence in the statement above, we'll get the formula:

tcpsndbuf.hard - tcpsndbuf.soft >= 2.5kb * numtcpsock

qosID

1..[]

string

The IDs of the QoS counters that violated the rule specified in the formula element.

Please send us your feedback on this help page