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 monitor memory actions

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system monitor memory actions (all | system | process)

Description

Displays the history of actions performed when the threshold level for any event is crossed. You can view the history of actions for a process or for a system or both.

Options

all

Display the history of actions performed when the threshold level for any event is crossed for the entire system as well as per process.

system

Display the history of actions performed when the threshold level for any event is crossed at the system level.

process

Display the history of actions performed when the threshold level for any event is crossed at the process level.

Required Privilege Level

admin

Output Fields

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

Table 1: show system monitor memory action Output Fields

Field Name

Field Description

Level of Output

Category

Specifies if the action is generated at the system level or at the process level.

allprocesssystem

process

Name of the process that has crossed the threshold value and process identification number used to identify the process that crossed the threshold value.

allprocess

Action

The actions performed when a threshold is crossed either at the system level or at the process level.

allprocesssystem

Sample Output

show system monitor memory actions all

content_copy zoom_out_map
user@host> show system monitor memory actions all

May 08 10:56:00 [process-action]: process: ('xxxxx', 'xxx') action: snmp-trap
May 08 10:56:02 [process-action]: process: ('xxxxx', 'xxx') action: snmp-trap

show system monitor memory actions process

content_copy zoom_out_map
user@host> show system monitor memory actions process

May 08 10:56:00 [process-action]: process: ('11727', 'dcd') action: snmp-trap
May 08 10:56:02 [process-action]: process: ('11716', 'jkhmd') action: snmp-trap

Release Information

Command introduced in Junos OS Release 20.2R1

footer-navigation