Versions Compared

Key

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

...

opflow_gui_high_flow_volume will force the GUI to show a simplified/optimized index page, it can also be viewed by setting ?simple=1 on the index page, it is enabled by default.

Graph display settings

The graph that show flows over time can display 2 modes: the default shows the number of octets/packets in the current time slice, the second mode makes the graph display the data in octets/second or packets/second.  To enable the second mode change the following config variable to 1:

Code Block
'opflow_gui_graph_over_time_per_sec' => 1

Restart the daemons

After making changes to the config make sure to restart all opFlow daemons.

...