fw ctl dlpkstat

説明

Data Loss Prevention、検査されたHTTPリクエスト、およびIdentity Awareness Captive Portalに関する統計レポートを生成します。

本レポートでは、これらの統計データを掲載しています。

カテゴリー

インフォメーション

DLPカーネル統計情報

電子メールとHTTPリクエスト

ユーザモード応答統計情報

電子メールとHTTPリクエスト

アイデンティティの認識 - Captive Portal

Captive PortalにリダイレクトされたHTTPリクエスト

アイデンティティーの認識 - Fetch ユーザーの統計情報

同期および非同期のIdentity Awarenessクエリ

ベストプラクティス- このレポートは、次のような場合に非常に便利です。

  • トラフィックストレス時に発生するHTTPプロトコルの問題点をデバッグします。

  • トラフィックの形状を調べる(例えば、HTTP "POST" と HTTP "GET" リクエストが何件 Security Gateway を通過しているか知る)。

構文

fw [-d] ctl dlpkstat [-r]

パラメータ

パラメータ

説明

-d

デバッグモードでコマンドを実行します。

コマンド自体のトラブルシューティングを行う場合のみ使用します。

ベストプラクティス- このパラメータを使用する場合、出力をファイルにリダイレクトするか、script コマンドを使用して CLI セッション全体を保存してください。

-r

カウンターをリセットします。

[Expert@MyGW:0]# fw ctl dlpkstat
 
=====================================
    DLPK Statistics Information
=====================================
         Number of emails seen ................................................ 0
         Number of emails held and moved to user mode ......................... 0
         Number of emails not held due to Monitor Only ........................ 0
         Number of emails bypassed due to High CPU Load ....................... 0
         Number of emails bypassed due to large data size limit ............... 0
         Number of emails rejected due to large data size limit ............... 0
         Number of emails bypassed due to internal errors ..................... 0
         Number of emails rejected due to internal errors ..................... 0
         Number of emails bypassed due to TLS  ................................ 0
         Number of HTTP POST requests ......................................... 0
         Number of HTTP PUT requests .......................................... 0
         Number of HTTP GET requests .......................................... 0
         Number of other HTTP method requests ................................. 0
         Number of HTTP POST requests held and moved to user mode ............. 0
         Number of HTTP POST requests not held due to Monitor Only ............ 0
         Number of HTTP POST requests bypassed due to High CPU Load ........... 0
         Number of HTTP POST requests bypassed due to large data size limit ... 0
         Number of HTTP POST requests bypassed due to internal errors ......... 0
         Number of HTTP POST requests rejected due to large data size limit ... 0
         Number of HTTP POST requests rejected due to internal errros ......... 0
 
 User Mode Responses Statistics
===============================
         Number of accepted HTTP POST requests ................................ 0
         Number of rejected HTTP POST requests ................................ 0
         Number of rejected HTTP POST requests with error page ................ 0
         Number of failures at handling usermode result on held connection .... 0
         Number of accepted emails ............................................ 0
         Number of rejected emails ............................................ 0
 
         HTTP Data passed to user mode ........................................ 0 MB + 0 bytes
         SMTP Data passed to user mode ........................................ 0 MB + 0 bytes
 
 Identity Awareness - Captive Portal
====================================
         Number of HTTP requests redirected to captive portal successfully ... 0
         Number of HTTP requests redirected to captive portal with error ..... 0
 
 Identity Awareness - Fetch Users Statistics
============================================
         |---------------------------------------------------------------------------|
         | Category                                      | Source      | Destination |
         |-----------------------------------------------+-------------+-------------|
         | Total number of synchronous IA queries        |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of known users (Synchronous)       |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of unknown final (Synchronous)     |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of need async call (Synchronous)   |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of failed queries (Synchronous)    |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         | Total number of asynchronous IA queries       |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of known users (Asynchronous)      |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of unknown final (Asynchronous)    |           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of timed out queries (Asynchronous)|           0 |           0 |
         |-----------------------------------------------+-------------+-------------|
         |     Number of failed queries (Asynchronous)   |           0 |           0 |
         |---------------------------------------------------------------------------|
 
[Expert@MyGW:0]#