Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

User documentation

Performance Monitoring values measured by the devices are necessary to analyze and optimize the network. Therefore, the application automatically retrieves all historical performance values from the devices and stores them in a database.

...

To differentiate the performance values of the devices based on different aspects of performance, below seven different accordions/panels should be created with the respected data in its table view and over the table as chart.1)    

  1. Performance Data

...

  1. (G.826)
  2. Receive Level

...

  1. Transmission Power

...

  1. Adaptive Modulation

...

  1. Temperature

...

  1. Signal-to-interference-plus-noise ratio

...

  1. Cross Polar Discrimination

The table view implements the common ux-framework-table supporting sorting, filtering and pagination on the server. The chart is visualing the data of the actual table page.

Visualization

Main window

Image Added

One section with table and chart

Image Added

Summary of functions:

  • Each data is provided by an own section
  • Each section contains in the lower part a table view and in the upper part a chart view
  • The data in the chart is showing the table data of the actual page as a chart
  • For big amount of data, the table is providing a pagination function and filter function
  • The number of table entries can be configured and/or the filtered to show specific information
  • The pagination provides a configuration of sleecting the number of entries in the range of 10 till 100 in four steps

Overview for one data entry, showing the table and the chart.


Data in the database

The performance values are stored on an ElasticSearch database. The REST-API is provided by the ApiGateway.

The index is “sdnperformance” the doctype is

  1. historicalperformance15min- when time-period is selected as 15min (has past     15min performance data of the device)
  2. “historicalperformance24h- when time-period is selected as 24hours (has past 24hours performance data of the device)

The following panels shows the tables with its respective data.

1) Performance Data

The “Performance Data” panel shows the table with the following columns:

...

  1. Radio Signal Id
  2. Scanner Id
  3. End Time
  4. Suspect Interval flag
  5. CPD min [db]
  6. CPD avg [db]
  7. CPD max [db]

The performance values are stored on an ElasticSearch database. The REST-API is provided by the ApiGateway.

The index is “sdnperformance” the doctype is

  1. historicalperformance15min- when time-period is selected as 15min (has past     15min performance data of the device)
  2. “historicalperformance24h- when time-period is selected as 24hours (has past 24hours performance data of the device)
    Image Removed

Charts

The charts should be introduced to show the performance values in a line graph.

...