ルート・スキーマ: Overload Protection
タイプ: object
ソースを表示
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- failureAction: string
デフォルト値: no-action
指定可能な値: [ "no-action", "force-shutdown", "admin-state" ]
障害が発生した状態のサーバーの自動強制停止を有効にします。自己ヘルス監視により、致命的な障害が検出され、サーバーに障害が発生しているとマークされます。サーバーは、ノード・マネージャまたはHAエージェントで再起動できます。
- freeMemoryPercentHighThreshold: integer(int32)
最小値: 0
最大値: 99
デフォルト値: 0
サーバーの過負荷状態がクリアされた後の空きメモリー量(パーセント単位)。ワーク・マネージャは、過負荷状態がクリアされると、overloadActionの実行を止め、通常の実行を開始します。
- freeMemoryPercentLowThreshold: integer(int32)
最小値: 0
最大値: 99
デフォルト値: 0
サーバーが過負荷状態とみなされない最低限の空きメモリー量(パーセント単位)。ワーク・マネージャは、サーバーが過負荷状態であるとマークされると、overloadActionを実行します。
- id: integer(int64)
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- panicAction: string
デフォルト値: system-exit
指定可能な値: [ "no-action", "system-exit" ]
カーネルが、未処理のOOMEなど、危機的条件に遭遇した場合に、サーバー・プロセスを終了します。未処理のOOMEがあると、矛盾した状態が引き起こされる可能性があるため、ノード・マネージャまたはHAエージェントの支援がある場合は、サーバーの再起動をお薦めします。
- sharedCapacityForWorkManagers: integer(int32)
最小値: 1
最大値: 1073741824
デフォルト値: 65536
サーバー内に存在できるリクエストの総数です。これには、エンキューされているリクエストと、実行中のリクエストが含まれます。
サーバーは、共有容量に到達すると、差別化されたサービス拒否を実行します。優先度の高いリクエストが、すでにキューに入っている優先度の低いリクエストのかわりに受け付けられます。優先度の低いリクエストは、優先度の高いリクエストがすべて実行されるまで、キューで待機し続けます。優先度の低いリクエストのさらなるエンキューは、即座に拒否されます。
- tags: array Items
- type: string
{
"type":"object",
"properties":{
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"failureAction":{
"default":"no-action",
"enum":[
"no-action",
"force-shutdown",
"admin-state"
],
"type":"string",
"description":"<p>Enable automatic forceshutdown of the server on failed state. The server self-health monitoring detects fatal failures and mark the server as failed. The server can be restarted using NodeManager or a HA agent.</p>"
},
"freeMemoryPercentHighThreshold":{
"default":"0",
"minimum":"0",
"maximum":"99",
"type":"integer",
"format":"int32",
"description":"<p>Percentage free memory after which the server overload condition is cleared. WorkManagers stop performing overloadActions and start regular execution once the overload condition is cleared.</p>"
},
"freeMemoryPercentLowThreshold":{
"default":"0",
"minimum":"0",
"maximum":"99",
"type":"integer",
"format":"int32",
"description":"<p>Percentage free memory below which the server is considered overloaded. WorkManagers perform overloadAction once the server is marked as overloaded.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"panicAction":{
"default":"system-exit",
"enum":[
"no-action",
"system-exit"
],
"type":"string",
"description":"<p>Exit the server process when the kernel encounters a panic condition like an unhandled OOME. An unhandled OOME could lead to inconsistent state and a server restart is advisable if backed by node manager or a HA agent.</p>"
},
"sharedCapacityForWorkManagers":{
"default":"65536",
"minimum":"1",
"maximum":"1073741824",
"type":"integer",
"format":"int32",
"description":"<p>Total number of requests that can be present in the server. This includes requests that are enqueued and those under execution. </p><p> The server performs a differentiated denial of service on reaching the shared capacity. A request with higher priority will be accepted in place of a lower priority request already in the queue. The lower priority request is kept waiting in the queue till all high priority requests are executed. Further enqueues of the low priority requests are rejected right away. </p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
}
},
"description":""
}