show system errors count
Syntax
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.
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
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.