show system monitor memory events
Syntax
show system monitor memory events (all | system | process)
Description
Displays the history of events, whether they are major, minor, or critical. The events can be either for the system or per process. Use this command to view all the recorded events. When the condition is first detected, an event is raised. If the condition persists with the same severity, the event is not reported multiple times. However, if the condition persists with a changed severity or is detected after a reset, the event is reported again.
Options
all | Display the history of events for the entire system as well as per process. |
system | Display the history of events at the system level. |
process | Display the history of events per process. |
Required Privilege Level
admin
Output Fields
Table 1 lists the output fields for the show system monitor memory
events
command. Output fields are listed in the approximate
order in which they appear.
Field Name |
Field Description |
Level of Output |
---|---|---|
Category |
Specifies if the event is generated at the system level or at the process level. |
|
Event |
The Event that is raised when a threshold is crossed either at the system level or at the process level. |
|
Type |
Type of event. Values are: major, minor, and critical. |
|
for process |
Name of the process that has crossed the threshold value. |
|
with pid |
Process identification number used to identify the process that crossed the threshold value. |
|
Sample Output
- show system monitor memory events all
- show system monitor memory events process
- show system monitor memory events system
show system monitor memory events all
user@host> show system monitor memory events all Feb 24 10:08:21 [system] Event: free_page_event Type minor Feb 24 13:42:13 [process-threshold] Event: critical-event for process: xxxxx with pid xxxxx Feb 24 17:15:32 [system] Event: free_page_event Type minor Feb 25 11:47:50 [process-threshold] Event: critical-event for process: xxxxx with pid xxxxx
show system monitor memory events process
user@host> show system monitor memory events process Feb 24 10:08:21 [system] Event: free_page_event Type minor Feb 24 17:15:32 [system] Event: free_page_event Type minor
show system monitor memory events system
user@host> show system monitor memory events system Feb 24 13:42:13 [process-threshold] Event: critical-event for process: xxxxx with pid xxxxx Feb 25 11:47:50 [process-threshold] Event: critical-event for process: xxxxx with pid xxxxx
Release Information
Command introduced in Junos OS Release 20.1R1.