Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show services service-sets statistics syslog

Syntax

show services service-sets statistics syslog<interface interface-name> <service-set service-set-name> <brief | detail>

Release Information

Command introduced in Junos OS Release 11.1.

Description

Display the system log statistics with optional filtering by interface and service set name..

Options

none

Display the system log statistics for all services interfaces and all service sets.

brief

(Default) Display abbreviated system log statistics.

detail

Display detailed system log statistics.

interface interface-name

(Optional) Display the system log statistics for a specific adaptive service interface. On M Series and T Series routers, interface-name can be ms-fpc/pic/port, sp-fpc/pic/port, or rspnumber. On J Series routers, interface-name is sp-pim/0/port.

service-set service-set name

(Optional) Display the system log statistics for a specific named service-set.

Required Privilege Level

view

List of Sample Output

show services service-sets statistics syslog brief
show services service-sets statistics syslog detail

Output Fields

Table 1 lists the output fields for the show services service-sets statistics syslog command. Output fields are listed in the approximate order in which they appear.

Table 1: show services service-sets statistics syslog Output Fields

Field Name

Field Description

Level

Interface

Name of a services interface.

all

Message rate limit

Maximum number of messages per second written to the interface’s system log.

all

Service set

Name of a service set.

all

Messages sent

Number of messages sent.

brief

Messages dropped

Number of messages dropped.

brief

class name

Logs created for events for each of the following classes:

  • Session open logs
  • Session close logs
  • Packet logs
  • Stateful firewall logs
  • ALG logs
  • NAT logs
  • IDS logs
  • All other logs

The following information is displayed for system log messages for each class of event that is logged:

  • Messages sent—Number of messages sent for session open events.
  • Messages dropped—Number of messages dropped for session open events. Counts are given for these drop reasons:
    • low priority—The priority of the message was too low for the message to be sent.
    • no class set—Specific classes of event messages were configured and this class was not selected.
    • above rate limit—The maximum number of system log messages per second was exceeded.

detail

Sample Output

show services service-sets statistics syslog brief

user@host> show services service-sets statistics syslog brief
Interface: sp-1/1/0
  Message rate limit: 200000
  Service-set: sset-sfw-sp1
    Messages sent: 20
    Messages dropped: 3488
  Service-set: sset-nat-sp1
    Messages sent: 18
    Messages dropped: 91
Interface: sp-1/2/0
  Message rate limit: 15000
  Service-set: sset-sfw-sp2
    Messages sent: 210
    Messages dropped: 579

Sample Output

show services service-sets statistics syslog detail

user@host> show services service-sets statistics syslog detail
Interface: sp-1/2/0
  Message rate limit: 10
  Service-set: sset-sfw
    Messages sent: 0
    Messages dropped: 1600
    Session open logs:
      Sent: 0
      Dropped: 1277 (low priority: 1277, no class set: 0, above rate limit: 0)
    Session close logs:
      Sent: 0
      Dropped: 0 (low priority: 0, no class set: 0, above rate limit: 0)
    Packet logs:
      Sent: 0
      Dropped: 323 (low priority: 323, no class set: 0, above rate limit: 0)
    Stateful firewall logs:
      Sent: 0
      Dropped: 0 (low priority: 0, no class set: 0, above rate limit: 0)
    ALG logs:
      Sent: 0
      Dropped: 0 (low priority: 0, no class set: 0, above rate limit: 0)
    NAT logs:
      Sent: 0
      Dropped: 0 (low priority: 0, no class set: 0, above rate limit: 0)
    IDS logs:
      Sent: 0
      Dropped: 0 (low priority: 0, no class set: 0, above rate limit: 0)
    Other logs:
      Sent: 0
      Dropped: 0 (low priority: 0, no class set: 0, above rate limit: 0)

Published: 2013-01-30

Published: 2013-01-30