Skip to content

Commit

Permalink
Merge pull request #1272 from ChrisHills463/patch-1
Browse files Browse the repository at this point in the history
Add input/output bps/pps to phyport.yml
  • Loading branch information
dineshbaburam91 committed Feb 28, 2024
2 parents 76561fd + 180af42 commit 7cf0340
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/jnpr/junos/op/phyport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 7cf0340

Please sign in to comment.