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
Juniper Paragon Automation User Guide
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

request paragon debug get-tsdb-data

date_range 23-Aug-24

Syntax

content_copy zoom_out_map
request paragon debug get-tsdb-data device device-id topic "topic-name" output file
content_copy zoom_out_map
request paragon debug get-tsdb-data device device-id topic "topic-name" output file last n

Description

Generate time series database (TSDB) information and export data to an output file.

Options

device device-id

(Mandatory) Device Id of the device.

topic "topic-name"

(Mandatory) Name of the topic for which the TSDB data is exported.

last n

(Optional) Export last n seconds of data.

output file

(Mandatory) Redirect output to file.

Output Fields

When you enter this command, a TSDB data for a topic is generated and exported to an output file.

Sample Output

request paragon debug get-tsdb-data device 2c6bf5f19f00 topic "routing.fib" output file

content_copy zoom_out_map
user@node> request paragon debug get-tsdb-data device 2c6bf5f19f00 topic "routing.fib" output file
Writing tsdb output at: /root/troubleshooting/tsdb/tsdb_2024-04-17_01-58-02.txt

request paragon debug get-tsdb-data device 2c6bf5f19f00 topic "routing.fib" output file last 120

content_copy zoom_out_map
user@node> request paragon debug get-tsdb-data device 2c6bf5f19f00 topic "routing.fib" output file last 120
Writing tsdb output at: /root/troubleshooting/tsdb/tsdb_2024-04-17_01-58-02.txt

Required Privilege Level

view

Release Information

Command introduced in Paragon Automation Release 2.0.0.

footer-navigation