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