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 analytics agent

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services analytics agent
<brief | detail>

Description

Display information about running instances of Network Telemetry Framework (NTF) agent.

Options

none

(Same as brief) Display summary information about analytics agents.

brief | detail

(Optional) Display information about analytics agents for the specified level of output.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services analytics agent command. Output fields are listed in the approximate order in which they appear.

Table 1: show services analytics agent Output Fields

Field Name

Field Description

Level of Output

Agent ID

Name of the agent.

brief none

Output Plugins

Number of output plug-ins configured for the agent.

brief none

Input Plugins

Number of input plug-ins configured for the agent.

brief none

Process ID

Number that uniquely identifies the active process for the service agent at the brief and none levels. At the detail level, the process ID is displayed for the analytics agent (the parent NTF agent) and for the active service agents.

All levels

Analytics agent

Information about the parent NTF agent.

detail

Configuration File

Path where the NTF agent configuration file is located.

detail

Log File

Path where logs are stored for the NTF agent.

detail

Service Agent Count

Number of active service agents.

detail

Analytics Service agent(s)

Information about the active service agents.

detail

Agent Name

Name of the service agent.

detail

Input Plugin/s

Name of all input plug-ins configured for the service agent.

detail

Output Plugin/s

Name of all output plug-ins configured for the service agent.

detail

Sample Output

show services analytics agent

content_copy zoom_out_map
user@host> show services analytics agent

Agent ID        Output Plugins    Input Plugins    Process ID
ipfix           1                 2                8368

show services analytics agent (Brief)

content_copy zoom_out_map
user@host> show services analytics agent brief
Agent ID        Output Plugins    Input Plugins    Process ID
ipfix           1                 2                8368

show services analytics agent (Detail)

content_copy zoom_out_map
user@host> show services analytics agent detail
Analytics agent:
Process ID          : 6246
Configuration File  : /var/etc/ntf-agent.conf
Log File            : /var/log/ntf-agent.log
Service Agent Count : 1
Analytics service agent(s):
  Agent Name        : ipfix
  Input Plugin/s    : input-ipfix
  Output Plugin/s   : output-ipfix
  Process ID        : 8368

Release Information

Command introduced in Junos OS Release 18.3R1.

footer-navigation