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 visibility jdm

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system visibility jdm

Description

Display details such as uptime, number of tasks, CPU usage, disk usage, memory usage, the list of network interfaces, and internal IP address for JDM container.

Required Privilege Level

view

Output Fields

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

Table 1: show system visibility jdm Output Fields

Field Name

Field Description

Fields for JDM CPU Usage

Percentage Used

The percentage of CPU utilisation.

Fields for JDM Disk Usage Information

Total

The total amount of disk usage space, in mebibytes (MiB).

Used

The amount of used disk usage space, in mebibytes (MiB).

Free

The amount of free disk usage space, in mebibytes (MiB).

Percentage Used

The percentage of used disk space.

Fields for JDM Memory Information

Maximum Memory

The maximum virtual memory used, in kilobytes (KiB).

Used Memory

The amount of used virtual memory, in kilobytes (KiB).

Percentage Used

The percentage of memory utilisation.

Fields for List of JDM Interfaces

Interface

The name of the interface.

Type

The type of interface.

Source

The connectivity source.

MAC

The MAC address of the interface.

Field for JDM Uptime

Uptime

The time the JDM has been operational.

Fields for JDM Tasks

Total

The total number of tasks.

Running

The total number of tasks running.

Sleeping

The total number of tasks in sleeping state.

Stopped

The total number of tasks that are stopped.

Zombie

The number of zombie processes.

Fields for JDM Internal IP Addresses

Interface

The ID of the interface.

Address

The IP address of the interface.

Sample Output

show system visibility jdm

content_copy zoom_out_map
user@jdm> show system visibility jdm
JDM CPU Usage Information
-------------------------
Percentage Used:  0.01        

JDM Disk Usage Information
--------------------------
Total (MiB):      15829
Used  (MiB):      6275
Free  (MiB):      8728
Percentage Used:  39.6

JDM Memory Usage
-------------------
Maximum Memory (KiB): 1048576
Used Memory (KiB):    135180
Percentage Used:      13.6

JDM Uptime
----------
Uptime: 0 days 1:38:48

JDM Tasks
---------
Total:    14                            
Running:  1
Sleeping: 11
Stopped:  0
Zombie:   2

JDM Internal IP Addresses
-------------------------
Interface: bme1
Address  : 192.0.2.254
Interface: bme2
Address  : 192.168.1.254

Release Information

Command introduced in Junos OS Release 15.1X53-D40.

footer-navigation