How to add the 'Thresholds and Watches' table to the SSPerformance model's Information tab in Spectrum OneClick
search cancel

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:

  1. 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>

  2. Restart tomcat and re-launch your OneClick client

  3. The 'Thresholds and Watches' selection should now be available on the SSPerformance model(s)

  4. Watches can now be set up to proactively monitor SS performance metrics such as:

    1. vnm_mem_proc_size (0x11e8b) => current value (10 second sampling)

    2. vnm_mem_proc_size_ra (0x11e8c) => 10 minute running average

    3. vnm_cpu_utilization (0x11e55) => current value (10 second sampling)

    4. vnm_cpu_utilization_ra (0x11e56) => 10 minute running average