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 system errors count

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system errors count

Description

Display information collected by the J-Insight fault monitoring feature. Specifically, display information about the number of detected errors and recovery actions triggered based on error severity level.

Options

This command has no options.

Required Privilege Level

admin

Output Fields

Table 1 lists the output fields for the show system errors count command. Output fields are listed in the approximate order in which they appear.

Table 1: show system errors count Output Fields

Field Name

Field Description

Level

Severity level of the error. Values are: Minor, Major, or Fatal.

Occurred

Number of times errors of a specific severity level occurred.

Cleared

Number of times errors of a specific severity level were cleared.

Action-Taken

Number of times a recovery action was triggered for a specific severity level.

Sample Output

show system errors count

content_copy zoom_out_map
user@host> show system errors count
Level   Occurred   Cleared      Action-Taken
---------------------------------------------------------
 Minor:  0          0             0
 Major:  1          0             1
 Fatal:  0          0             0

Release Information

Command introduced in Junos OS Release 18.2R1.

footer-navigation