|
|
Line 59: |
Line 59: |
| Below the table a CSV download button provides the ability to download the whole table contents in CSV format. | | Below the table a CSV download button provides the ability to download the whole table contents in CSV format. |
| Sorting and filtering are applied as selected for the table but all IPs in the table are exported, not only the currently visible page. | | Sorting and filtering are applied as selected for the table but all IPs in the table are exported, not only the currently visible page. |
|
| |
| === IP groups tab ===
| |
|
| |
| The IP statistics can also be summarized for a group of IP addresses.
| |
| This is useful for getting an overview of the traffic of a specific part of the network, for instance all servers or client PCs.
| |
| Any IP subnet can be configured to be used as a group and the statistics will then show the amount of traffic for all IP addresses within the subnet, its peer addresses and so.
| |
| Multiple IP groups can overlap so that an IP address is part of multiple IP groups. When Virtual Link Groups are defined, the IP group is accounted separately for each Virtual Link Group.
| |
|
| |
| The name of a matching IP group is shown in all places where IP names are shown to make it easy to identify the IP address details.
| |
| For example, if IP groups are defined for multiple data center locations (each having a different IP subnet), the name of the data center is visible for each IP address in its subnet.
| |
| Filtering for those names is also possible in the IP list to be able to find IP addresses.
| |
|
| |
| ==== Configuration ====
| |
|
| |
| To open the configuration dialog, click on the button '''Configure groups'''. The dialog allows to add new groups by clicking on the plus button in the first column.
| |
| Existing groups can be removed by clicking the corresponding minus button.
| |
| For each group, a name can be entered. Then the subnets for this group must be configured by clicking on '''Add subnet''' button on right side of the dialog.
| |
| The subnet must be entered as an IP address and the mask prefix.
| |
|
| |
| Examples are 10.1.2.3/8 for a class A subnet, or 192.168.1.0/24 or class C subnet.
| |
| Multiple subnets per group are possible.
| |
|
| |
| It is possible to enable burst analysis for an IP group. The Rx and Tx speed values for 100% utilization can be configured.
| |
|
| |
| With the search field above the list of groups the list can be filtered by entering a name or an IP address. If an IP address is entered all groups will be shown that contain the given IP in one of their subnet configurations.
| |
|
| |
| To apply the configuration press on the '''Save''' button. The changes take effect immediately.
| |
| The number of possible IP groups is limited by a global configuration setting in the IP module configuration section (see below for detailed information about these settings).
| |
| By default, up to 32 IP groups can be configured.
| |
| The maximum number of IP groups can be increased to 65535.
| |
| Increasing the maximum number of IP groups reduced the available memory for measurement data so it should only set to the value necessary for the actual use case to avoid wasting memory for unused IP groups.
| |
|
| |
| IP groups may overlap which means that an IP address is allowed to be part of multiple groups.
| |
| The traffic counters for that IP will be accounted for all matching groups so the total sum of the traffic of those groups will be higher than the sum of the individual IPs.
| |
|
| |
| ==== Available statistics ====
| |
|
| |
| The statistics available for each group are almost identical as for individual IP addresses. The '''IP groups''' tab lists the groups and their traffic just like the '''IP addresses''' tab lists the IP addresses and their traffic.
| |
| Clicking on a group name leads to the group detail view which is similar to the IP detail view.
| |
| For a group, you can see the amount of traffic, the protocols used, the peer IP addresses, open TCP ports, and TCP statistics.
| |
| For details, see the section '''Per IP statistics''' below.
| |
| In addition to the IP details view, there is also a tab'''List of IPs''' which shows the traffic statistics for the IP addresses of this group.
| |
|
| |
| By clicking on the small graph icon in the heading and next to a graph, a dialog will be displayed which allows for selecting the visible graph.
| |
|
| |
| Capturing traffic for a group will capture the network traffic of all IP addresses within this group.
| |
|
| |
|
| === Global IP statistics tab === | | === Global IP statistics tab === |