paregupt / ucs_traffic_monitor

Cisco UCS traffic monitoring using Grafana, InfluxDB and Telegraf
MIT License
81 stars 25 forks source link

No data for PAUSE graphs #98

Open tjalloul opened 6 months ago

tjalloul commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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 pausetx 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 commented 6 months ago

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 commented 6 months ago

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