Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 1 | .. contents:: |
| 2 | :depth: 3 |
| 3 | .. |
| 4 | |
| 5 | Performance |
| 6 | =========== |
| 7 | |
| 8 | Performance Monitoring values measured by the devices are necessary to |
| 9 | analyze and optimize the network. Therefore the application |
| 10 | automatically retrieves all historical performance values from the |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 11 | devices and stores them in a database. The client retrieves the values |
| 12 | from the database and displays them in a graphical user interface. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 13 | |
| 14 | Performance history values |
| 15 | -------------------------- |
| 16 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 17 | After selecting a connected PNF supporting ONF-TR-532 and a physical |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 18 | interface, the application collects the received and centralized stored |
Aijana Schumann | 2c28ede | 2020-02-28 16:59:53 +0100 | [diff] [blame^] | 19 | performance values for this interface. |
| 20 | |
| 21 | The values are visualized using two views: a line chart and a table, |
| 22 | with the chart always shown first. To switch between them, toggle |
| 23 | buttons can be used. The chart view offers a filter to quickly limit the |
| 24 | shown values. To keep both views in sync, the filters of the chart and |
| 25 | the table are connected. If one view is filtered, the other one gets |
| 26 | updated in the background. |