From 180af425d658179bca0f3914a501604765e44960 Mon Sep 17 00:00:00 2001 From: "Chris Hills @ Brsk Limited (GB)" <125888128+ChrisHills463@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:02:14 +0100 Subject: [PATCH] Add input/output bps/pps to phyport.yml --- lib/jnpr/junos/op/phyport.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/jnpr/junos/op/phyport.yml b/lib/jnpr/junos/op/phyport.yml index da37bc737..09dac6b1b 100644 --- a/lib/jnpr/junos/op/phyport.yml +++ b/lib/jnpr/junos/op/phyport.yml @@ -42,8 +42,12 @@ PhyPortStatsView: fields_ts: rx_bytes: { input-bytes: int } rx_packets: { input-packets: int } + rx_bps: { input-bps: int } + rx_pps: { input-pps: int } tx_bytes: { output-bytes: int } tx_packets: { output-packets: int } + tx_bps: { output-bps: int } + tx_pps: { output-pps: int } fields_rxerrs: rx_err_input: { input-errors: int }