Comment 0 for bug 1601926

Revision history for this message
Santosh Gupta (sangupta) wrote :

We have added the following stats in analytics under NodeStatus.
{analytics-nodes|config-nodes|control-nodes|database-nodes|vrouters}.NodeStatus.{system_cpu_info|system_mem_cpu_usage|process_mem_cpu_usage}
Earlier it was sent by different processes individually, now it is sent by nodemgr for system and all processes on that node.
Changes were done via https://bugs.launchpad.net/juniperopenstack/+bug/1467407.

As part of this, we need to support the following in UI
(a) Add support for stats under NodeStatus.
(b) Deprecate the following
- Analytics-Node.ModuleCpuState.module_cpu_info
- Analytics-Node.AnalyticsCpuState
- Config.ConfigCpuState
- Config.ModuleCpuState.module_cpu_info
- Control-node.ControlCpuState
- Control-node.BgpRouterState.cpu_info
- Vrouter.VrouterStatsAgent.cpu_info
- Vrouter.ComputeCpuState
Creating this bug to track changes.