How to add the 'Thresholds and Watches' table to the SSPerformance model's Information tab in Spectrum OneClick
book
Article ID: 49926
calendar_today
Updated On:
Products
Spectrum
Network Observability
Issue/Introduction
By default, the watch option is not available off of the SSPerformance model. It needs to be added via a customized XML.
Environment
Release: Any
Component: OneClick
Resolution
Follow the steps below to add the watch functionality to the SSPerformance model in OneClick:
- Create a file called view-SSPerformancemodel-details.xml in the $SPECROOT/custom/topo/config directory with the following contents:
<?xml version="1.0" encoding="utf-8"?>
<view idref="view-SSPerformancemodel-details">
<subviews>
<dynamic-subview idref="spectrowatch-subview-config"/>
</subviews>
</view>
- Restart tomcat and re-launch your OneClick client
- The 'Thresholds and Watches' selection should now be available on the SSPerformance model(s)
- Watches can now be set up to proactively monitor SS performance metrics such as:
- vnm_mem_proc_size (0x11e8b) => current value (10 second sampling)
- vnm_mem_proc_size_ra (0x11e8c) => 10 minute running average
- vnm_cpu_utilization (0x11e55) => current value (10 second sampling)
- vnm_cpu_utilization_ra (0x11e56) => 10 minute running average
Feedback
thumb_up
Yes
thumb_down
No