fw ctl dlpkstat

Description

Generates statistics report about Data Loss Prevention, inspected HTTP requests, and Identity Awareness Captive Portal.

This report contains these statistics:

Category

Information

DLP Kernel Statistics Information

Emails and HTTP requests

User Mode Responses Statistics

Emails and HTTP requests

Identity Awareness - Captive Portal

HTTP requests redirected to the Captive Portal

Identity Awareness - Fetch Users Statistics

Synchronous and asynchronous Identity Awareness queries

Best Practice - This report is very useful when you:

  • Debug problems with HTTP protocol that occur under traffic stress.

  • Examine the traffic shape (for example, to know how many HTTP "POST" and HTTP "GET" requests pass through the Security Gateway).

Syntax

fw [-d] ctl dlpkstat [-r]

Parameters

Parameter

Description

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

Best Practice - If you use this parameter, then redirect the output to a file, or use the script command to save the entire CLI session.

-r

Resets the counters.

Example

[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]#