This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
仮想サーバーベースの式
SYS.VSERVER("<vserver-name>")
式プレフィックスを使用すると、仮想サーバーを識別できます。このプレフィックスを持つ次の関数を使用して、指定した仮想サーバーに関連する情報を取得できます。
-
THROUGHPUT. 仮想サーバーのスループットを Mbps (メガビット/秒) で返します。返される値は符号なし長整数です。
使用法: SYS.VSERVER(“vserver”).THROUGHPUT
-
CONNECTIONS. 仮想サーバーによって管理されている接続の数を返します。返される値は符号なし長整数です。
使用法: SYS.VSERVER(“vserver”).CONNECTIONS
-
STATE. 仮想サーバーの状態を返します。返される値は、UP、DOWN、または OUT_OF_SERVICE です。したがって、これらの値の 1 つを EQ () 演算子の引数として渡して、ブール値 TRUE または FALSE になる比較を実行できます。
使用法: SYS.VSERVER(“vserver”).STATE
-
HEALTH. 指定された仮想サーバーの UP 状態にあるサービスの割合を返します。返される値は整数です。
使用法: SYS.VSERVER(“vserver”).HEALTH
-
RESPTIME. 応答時間をマイクロ秒数を表す整数で返します。応答時間は、仮想サーバーにバインドされたすべてのサービスからの平均 TTFB(最初のバイトまでの時間)です。
使用法: SYS.VSERVER(“vserver”).RESPTIME
-
SURGECOUNT. 仮想サーバーのサージキューにある要求の数を返します。返される値は整数です。
使用法: SYS.VSERVER (「vserver」) .SURGECOUNT
例1:
次の書き換えポリシーは、負荷分散仮想サーバー lbvServer の接続数が 10000 を超えると、書き換え処理を中止します。
add rewrite policy norewrite_pol sys.vserver("LBvserver").connections.gt(10000) norewrite
例2:
次の書き換えアクションは、カスタムヘッダー TP を挿入します。このヘッダーの値は、仮想サーバ lbvServer の全体です。
add rewrite action tp_header insert_http_header TP SYS.VSERVER("LBvserver").THROUGHPUT
例 3:
次の監査ログメッセージアクションは、仮想サーバにバインドされたサービスの平均 TTFB を newnslog ログファイルに書き込みます。
add audit messageaction log_vserver_resptime_act INFORMATIONAL "\"NS Response Time to Servers:\" + sys.vserver(\"ssllb\").resptime + \" millisec\"" -logtoNewnslog YES
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.