Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No data for PAUSE graphs #98

Open
tjalloul opened this issue Feb 26, 2024 · 4 comments
Open

No data for PAUSE graphs #98

tjalloul opened this issue Feb 26, 2024 · 4 comments

Comments

@tjalloul
Copy link

Hello, I installed the OVA. UCS is version 4.1(3i).
I have no Data in the PAUSE graphs (I added a screenshot). All other graphs are being collected and generated normally
I do not see any error in the ucs_traffic_monitor_ucs_domains_group logs

PAUSE graphs

@paregupt
Copy link
Owner

Few things to try:

Did you update to the latest?
Whats the output of show interface priority on FI?
Does InfluxDB has these counters?

@tjalloul
Copy link
Author

tjalloul commented Mar 1, 2024

Hi Paresh, thank you for the reply and sorry for the late answer.
So I we updated to the latest version so now the PAUSE frames are shown for the server ports but still not for the backplane ports

no_pause.

I checked the queries in grafana for the graphs and I checked the InfluxDB.
For the server ports I can see the pause_rx and pause_tx shown in the table:

SELECT * FROM "FIServerPortStats" WHERE ("domain" =~ /^X.X.X.X$/ AND "fi_id" =~ /^A$/ AND "port" =~ /^1/22$/)
name: FIServerPortStats
time admin_state bytes_rx_delta bytes_tx_delta channel description domain fcs_delta fi_id host location oper_speed oper_state out_discard_delta pause_rx pause_tx peer peer_chassis peer_port peer_slot peer_type port transport


but the backplaneports I do not see pause_rx or pause_tx

SELECT * FROM "BackplanePortStats" WHERE ("domain" =~ /^X.X.X.X$/ AND "fi_id" =~ /^A$/ AND "bp_port" =~ /^1/01$/)
name: BackplanePortStats
time bp_port bytes_rx_delta bytes_tx_delta channel chassis domain fcs_delta fi_id fi_server_port host location oper_state out_discard_delta peer peer_adaptor peer_port peer_server peer_service_profile peer_type speed


@paregupt
Copy link
Owner

paregupt commented Mar 2, 2024

FI 6400 and newer have a bug. I am not sure if that's resolved. Verify that Pause frame count are displayed in show interface priority command on NX-OS. If there is no data there, UTM can't do much about it.

@tjalloul
Copy link
Author

tjalloul commented Mar 4, 2024

Hi Paresh, yes we have 6454 FI. The backplane ports are not showing in show interface priority command:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants