Last Modified: Jun 19, 2025
Affected Product(s):
BIG-IP TMOS
Known Affected Versions:
17.1.1.3, 17.1.1.4, 17.1.2, 17.1.2.1, 17.1.2.2
Opened: Mar 06, 2025 Severity: 2-Critical
- Issuing the command 'tmsh show analytics vcmp report view-by guest measures { average-guest-cpu-usage }' returns 'No data available' - Graphs on 'Statistics ›› Analytics : vCMP : CPU Usage' says "There is no data to display either due to the lack of relevant traffic or due to the settings of the filter." even after the vCMP guest has been running for more than 10 minutes.
No stats (eg. CPU, Network, Disk Usage) can be seen for the vCMP guests when looking from the vCMP host.
- vCMP host running v17.1.x - The following tables are missing when issuing the command tmctl -f /var/tmstat/blade/vcmp_union_tables' from the vCMP host: vcmp_tmm_stat_union vcmp_pva_stat_union vcmp_proc_pid_stat_union vcmp_host_info_stat_union
Run this Bash one-liner from the vCMP host: bigstart restart merged ; sleep 600 ; bigstart restart avrd ; sleep 600 ; bigstart restart avrd merged ; sleep 600 ; Thereafter, check the tables and analytics with these commands: tmctl -w$COLUMNS -f /var/tmstat/blade/vcmp_union_tables tmsh show analytics vcmp report view-by guest measures { average-guest-cpu-usage }
None