プロキシ・サービス情報の表示
get
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/proxy
このエンドポイントを使用して、指定したサービス・メンバー上のプロキシ・サービスの操作およびパフォーマンスの統計を表示します。HTTPアクセプタが構成されている場合、HTTPプロキシ情報が提供されます。この情報には、プロキシ・サービスを使用してクラスタに接続するクライアントのスループットおよび接続メトリックが含まれます。
リクエスト
パス・パラメータ
- memberIdentifier: string
メンバーの識別子で、メンバーの名前またはノードIDのいずれかを指定できます。
- serviceName: string
キャッシュ・サービスの名前。
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
プロキシ・サービス情報を返す正常なリクエスト
ルート・スキーマ: proxyInfo
型:
object
プロキシ・サービスの詳細
ソースを表示
- averageRequestTime(optional): number(float)
読取り専用:
true
HTTPリクエストの平均処理時間(ミリ秒単位) - connectionCount(optional): integer(int32)
読取り専用:
true
クライアント接続の数。 - hostIP(optional): string
読取り専用:
true
プロキシ・ホストのIPアドレスとポート。 - httpServerType(optional): string
読取り専用:
true
HTTPサーバーのタイプ、またはHTTPプロトコルを使用していな場合はn/a。 - incomingBufferPoolCapacity(optional): integer(int64)
読取り専用:
true
受信バッファのプール容量(バイト単位)。 - incomingBufferPoolSize(optional): integer(int32)
読取り専用:
true
受信プールにおけるバッファの数。 - location(optional): string
読取り専用:
true
MBeanサーバーの場所 - member(optional): string
読取り専用:
true
クラスタ・メンバーの名前 - messagingDebug(optional): boolean
デバッグ・フラグ。trueの場合、ノードのロギング・レベルが6以上の場合は、このサービスのすべての接続の送信メッセージおよび受信メッセージがログに記録されます。
- nodeId(optional): integer(int64)
読取り専用:
true
MBeanが属するメンバーのID - outgoingBufferPoolCapacity(optional): integer(int64)
読取り専用:
true
送信バッファのプール容量(バイト単位)。 - outgoingBufferPoolSize(optional): integer(int32)
読取り専用:
true
送信プールにおけるバッファの数。 - outgoingByteBacklog(optional): integer(int64)
読取り専用:
true
送信キューのバックログ(バイト単位) - outgoingMessageBacklog(optional): integer(int64)
読取り専用:
true
送信メッセージ・キューのバックログ。 - protocol(optional): string
読取り専用:
true
使用可能な値:[ "tcp", "http" ]
このConnectionManagerMBeanに関連付けられたプロトコル。有効な値は、tcpまたはhttpです。 - refreshTime(optional): string(date-time)
読取り専用:
true
このモデルが、対応するノードから前回取得されたときのタイムスタンプ。ローカル・サーバーの場合はローカル時間になります。 - requestsPerSecond(optional): number(float)
読取り専用:
true
統計がリセットされてからの1秒当たりのHTTPリクエストの数。 - responseCount1xx(optional): integer(int64)
読取り専用:
true
100から199の範囲のHTTPレスポンスの数 - responseCount2xx(optional): integer(int64)
読取り専用:
true
200から299の範囲のHTTPレスポンスの数 - responseCount3xx(optional): integer(int64)
読取り専用:
true
300から399の範囲のHTTPレスポンスの数 - responseCount4xx(optional): integer(int64)
読取り専用:
true
400から499の範囲のHTTPレスポンスの数 - responseCount5xx(optional): integer(int64)
読取り専用:
true
500から599の範囲のHTTPレスポンスの数 - totalBytesReceived(optional): integer(int64)
読取り専用:
true
統計が最後にリセットされてからプロキシ・ホストにより受信されたバイトの合計数。 - totalBytesSent(optional): integer(int64)
読取り専用:
true
統計が最後にリセットされてからプロキシ・ホストにより送信されたバイトの合計数。 - totalErrorCount(optional): integer(int64)
読取り専用:
true
エラーが発生したHTTPリクエストの数 - totalMessagesReceived(optional): integer(int64)
読取り専用:
true
統計が最後にリセットされてからプロキシ・ホストにより受信されたメッセージの合計数。 - totalMessagesSent(optional): integer(int64)
読取り専用:
true
統計が最後にリセットされてからプロキシ・ホストにより送信されたメッセージの合計数。 - totalRequestCount(optional): integer(int64)
読取り専用:
true
HTTPサーバーが起動されてから、または統計が最後にリセットされてから処理されたリクエストの数。 - type(optional): string
読取り専用:
true
使用可能な値:[ "ConnectionManager" ]
MBeanのタイプ - unauthorizedConnectionAttempts(optional): integer(int64)
読取り専用:
true
権限のないホストからの接続試行回数です。