ポリシーの XML エレメント名と属性と有効な値を以下にまとめます。 ポリシー XML エレメント名および属性に割り当てられる値は、ポリシー・ルールおよびアクション・タイプに依存します。
rule_type 1 | condition_type 2 | rule_item 3 | unit 4 | value 5 | action_type 6 |
---|---|---|---|---|---|
databaserequest |
databaseRequestCondition |
sqlcommand |
"" (値なし) または K |
|
abend |
filerequest |
fileRequestCondition |
delete |
"" (値なし) または K |
「要求数」または「1000 個の要求数」に関するこれらの値の範囲は、すべての filerequest ポリシー・ルール項目に適用されます。 |
abend |
programrequest |
programRequestCondition |
link |
"" (値なし) または K |
|
abend |
startrequest |
startRequestCondition |
start |
"" (値なし) または K |
|
abend |
storage |
storageUsedCondition |
task24 |
B、K、M、または G |
24 ビット・ルール項目:
31 ビット・ルール項目:
64 ビット・ルール項目:
|
abend |
storagerequest |
storageRequestCondition |
task24request |
"" (値なし) または K |
「要求数」または「1000 個の要求数」に関するこれらの値の範囲は、すべての storagerequest ポリシー・ルール項目に適用されます。 |
abend |
syncpointrequest |
syncpointRequestCondition |
syncpoint |
"" (値なし) または K |
|
abend |
tdqrequest |
tdqRequestCondition |
readq |
"" (値なし) または K |
「要求数」または「1000 個の要求数」に関するこれらの値の範囲は、すべての tdqrequest ポリシー・ルール項目に適用されます。 |
abend |
time |
timeCondition |
cpulimit |
O、M、または S |
|
abend |
tsqbytes |
tsqBytesCondition |
writeq |
B、K、M、または G |
すべての tsqbytes ポリシー・ルール項目で、値の範囲は同じです。 |
abend |
tsqrequest |
tsqRequestCondition |
readq |
"" (値なし) または K |
「要求数」または「1000 個の要求数」に関するこれらの値の範囲は、すべての tsqrequest ポリシー・ルール項目に適用されます。 |
abend |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<policy:policy xmlns:policy="http://www.ibm.com/xmlns/prod/cics/managedplatform/policy" policySchemaRelease="0" policySchemaVersion="1">
<description>description_of_policy</description>
<userTag>tag_1</userTag>
<rule type="rule_type" 1 >
<name>name_of_rule</name>
<description>description_of_rule</description>
<condition_type 2 item="rule_item" 3 operator="GT" unit="unit" 4 value="value" 5 />
<action>
<action_type 6 />
</action>
</rule>
</policy:policy>
<abend abendCode="code"/>
<eventAdapterName>name</eventAdapterName>
<eventAdapterSetName>name</eventAdapterSetName>