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 jcp

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system visibility jcp

Description

Display details such as CPU statistics, memory usage, internal IP address, list of network interfaces, interface statistics, and the list of disks for Junos VM.

Required Privilege Level

view

Output Fields

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

Table 1: show system visibility jcp Output Fields

Field Name

Field Description

Fields for JCP CPU Statistics

CPU Time

The total CPU time, in seconds.

System Time

The total system time, in seconds.

User Time

The total user time, in seconds.

Fields for JCP Memory Usage

Maximum Memory

The maximum amount of memory, in kibibytes (KiBs).

Used Memory

The total amount of used memory, in kibibytes (KiBs).

Fields for JCP Internal IP Addresses

Interface

The name of the interface.

Address

The IP address of the interface.

Fields for JCP Interfaces

Interface

The name of the interface.

Type

The type of the interface.

Source

The connectivity source.

Model

The connectivity model.

MAC

The MAC address of the interface.

Fields for JCP Interfaces Statistics

Port

The name of the port.

Rcvd Bytes

The number of bytes received.

Rcvd Packets

The number of packets received.

Rcvd Error

The number of errors received.

Rcvd Drop

The number of drops received.

Trxd Bytes

The number of bytes transmitted.

Trxd Packets

The number of packets transmitted.

Trxd Error

The number of errors transmitted.

Trxd Drop

The number of drops transmitted.

Fields for JCP Disk Information

Disk

The type of disk.

File

The path to the disk.

Sample Output

show system visibility jcp

content_copy zoom_out_map
user@jdm> show system visibility jcp
JCP CPU Statistics (Time in sec)
-----------------------------
CPU Time:    21435526
System Time: 4981660
User Time:   780770

JCP Memory Usage
----------------
Maximum Memory (KiB): 200089
Used Memory (KiB):    200089

JCP Internal IP Addresses
-------------------------
Interface: em2.32768
Address  : 192.168.1.2

JCP Interfaces
-------------------------------------------------------------
Interface Type      Source       Model      MAC
--------- --------- ------------ ---------- -----------------
vnet1     bridge    virbr0       e1000      52:54:00:7b:28:91
iri1      bridge    ctrlbr0      e1000      52:54:00:db:ba:c2
vnet3     bridge    eth0br       e1000      52:54:00:c6:8e:e9
vjunos0_em1 bridge  ovs-sys-br   e1000      52:54:00:e4:4d:2e

JCP Interfaces Statistics
-------------------------------------------------------------------------------------------------------
Port      Rcvd Bytes   Rcvd Packets Rcvd Error Rcvd Drop Trxd Bytes   Trxd Packets Trxd Error Trxd Drop
--------- ------------ ------------ ---------- --------- ------------ ------------ ---------- ---------
vnet1     107535558    1150988      0          0         57984280     923183       0          0
iri1      384836814    5242053      0          0         349833594    5250766      0          0
vnet3     1341546383   6654730      0          125       1169070      27835        0          0
vjunos0_em1 4656       58           0          0         0            0            0          0

JCP Disk Information
---------------------------------------------------------------------------
Disk        File
----------- ---------------------------------------------------------------
hda         /junos/images/0/vjunos.img
hdb         /junos/images/0/vjunos-data.img
hdc         /junos/images/0/vjunos-config.img
hdd         /junos/images/0/vjunos-platform.img

Release Information

Command introduced in Junos OS Release 15.1X53-D40.

footer-navigation