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 services web-proxy dns global-cache statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services web-proxy dns global-cache statistics

Description

Display DNS cache information available at the routing engine for a secure Web proxy session.

Required Privilege Level

view

Output Fields

Table 1 and Table 2describe the output fields for the show services web-proxy dns global-cache commands. Output fields are listed in the approximate order in which they appear.

Table 1: show services web-proxy statistics Output Fields

Field Name

Field Description

Active DNS Cache Entries

Number of active DNS cache entries.

Total DNS Cache Entries

Total number of DNS cache entries.

DNS Cache hits

Number of DNS requests finding the match in the cache.

DNS Cache miss

Number of DNS requests missing the match in the cache.

DNS resolve request send failed

Number of failed DNS resolve requests.

DNS resolve request Timeout

Number of DNS resolve requests timed out.

Table 2: show services web-proxy dns global-cache Output Fields

Field Name

Field Description

DNS Name

Name of the Domain Name System (DNS).

Address Family

IPv4 or IPv6 address family.

TTL

Time-to-live value.

IP Address

IP address for the DNS name.

Sample Output

show services web-proxy dns global-cache statistics

content_copy zoom_out_map
user@host> show services web-proxy dns global-cache statistics  

        DNS Status                                      Active
        Active DNS Cache entries                        1
        Total DNS Cache Entries                         1
        DNS Cache hits                                  0
        DNS Cache miss                                  191
        DNS resolve request send failed                 0
        DNS resolve request Timeout                     6

show services web-proxy dns global-cache

content_copy zoom_out_map
user@host> show services web-proxy dns global-cache 

DNS Name: settings-win.data.microsoft.com
Address Family: IPv4, TTL: 0
IP Address: 40.90.221.9

Release Information

Command introduced in Junos OS Release 19.2R1.

footer-navigation