Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show security monitoring fpc fpc-number

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
         show security monitoring fpc                     fpc-number                
<node (           node-id          | all | local | primary)>

Description

Display security monitoring information about the FPC slot.

Options

  • fpc-number—Display security monitoring information for the specified FPC slot. It can be in the range from 0 to 11.

  • node—(Optional) For chassis cluster configurations, display security monitoring information for the specified FPC on a specific node (device) in the cluster.

    • node-id—Identification number of the node. It can be 0 or 1.

    • all—Display information about all nodes.

    • local—Display information about the local node.

    • primary—Display information about the primary node.

Additional Information

For complete list of slot numbering, physical port, and logical interface numbering for SRX Series Firewalls in chassis cluster, see Chassis Cluster User Guide for SRX Series Devices.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security monitoring fpc fpc-numbercommand. Output fields are listed in the approximate order in which they appear.

Table 1: show security monitoring fpc fpc-number Output Fields

Field Name

Field Description

FPC

Slot number in which the FPC is installed.

PIC

Slot number in which the PIC is installed.

CPU Utilization (%)

Total percentage of CPU being used by the PIC's processors.

Memory Utilization (%)

Percentage of heap space (dynamic memory) being used by the PIC's processor. If this number exceeds 80 percent, there might be a software problem (memory leak).

Current flow session

The current number of flow sessions. When SRX Series Firewalls operate in packet mode, flow sessions will not be created and this field will remain zero.

Max flow session

The maximum number of flow sessions allowed. This number will differ from one device to another.

SPU current cp session

The current number of cp sessions for the SPU (on SRX5600, and SRX5800 devices only).

SPU max cp session

The maximum number of cp sessions allowed for the SPU (on SRX5600, and SRX5800 devices only).

Sample Output

show security monitoring fpc 0

content_copy zoom_out_map
user@host> show security monitoring fpc 0         
FPC 0
  PIC 0
    CPU utilization      :    0 %
    Memory utilization   :   82 %
    Current flow session :    0
    Max flow session     :    0
    Current CP session   :    0
    Max CP session       : 12000000
Session Creation Per Second (for last 96 seconds on average):    0
  PIC 1
    CPU utilization      :    0 %
    Memory utilization   :   54 %
    Current flow session :    0
    Max flow session     : 819200
    Current CP session   :    0
    Max CP session       :    0
Session Creation Per Second (for last 96 seconds on average):    0

Sample Output

show security monitoring fpc 1

content_copy zoom_out_map
user@host> show security monitoring fpc 1         
FPC 1
  PIC 0
    CPU utilization      :    0 %
    Memory utilization   :   21 %
    Current flow session :    0
    Max flow session     : 524288
    Current CP session   :    0
    Max CP session       : 1048576
Session Creation Per Second (for last 96 seconds on average):    0

Sample Output

show security monitoring fpc 8

content_copy zoom_out_map
user@host> show security monitoring fpc 5         
FPC 5
  PIC 0
    CPU utilization      :    0 %
    Memory utilization   :   64 %
    Current flow session :    0
    Max flow session     : 524288
    Current CP session   :    0
    Max CP session       : 2359296
Session Creation Per Second (for last 96 seconds on average):    0
  PIC 1
    CPU utilization      :    0 %
    Memory utilization   :   65 %
    Current flow session :    0
    Max flow session     : 1048576
    Current CP session   :    0
    Max CP session       :    0
Session Creation Per Second (for last 96 seconds on average):    0

Release Information

Command introduced in Junos OS Release 9.2.

footer-navigation