183
edits
m (→Layer 4 endpoints: Link to IP column description) |
m (→Connections tab: link to common table columns page) |
||
Line 156: | Line 156: | ||
|- | |- | ||
|Client IP/port | |Client IP/port | ||
|Client side IP information | |Client side IP information (see [[Common table columns#IP|Common table columns - IP]]) | ||
|- | |- | ||
|Server IP/port | |Server IP/port | ||
|Server side IP information | |Server side IP information (see [[Common table columns#IP|Common table columns - IP]]) | ||
|- | |- | ||
|Layer 4 protocol | |Layer 4 protocol | ||
Line 288: | Line 288: | ||
|- | |- | ||
|Graph | |Graph | ||
|shows the historical throughput for each connection, it is possible to select the displayed graph from multiple different statistics. Some may only be available if module options has been enabled, as it will increase the overall memory usage. Some statistics like the path latency is only available, if the path measurement module is active (and the corresponding option to store latencies per connection is enabled) | |shows the historical throughput for each connection, it is possible to select the displayed graph from multiple different statistics (see [[Common table columns#Graph|Common table columns - Graph]]). Some may only be available if module options has been enabled, as it will increase the overall memory usage. Some statistics like the path latency is only available, if the path measurement module is active (and the corresponding option to store latencies per connection is enabled) | ||
|- | |- | ||
|PCAP | |PCAP | ||
|allows for capturing the specific connection | |allows for capturing the specific connection (see [[Common table columns#PCAP|Common table columns - PCAP]]) | ||
|} | |} | ||
The list of connections can be filtered by entering a string into the text area. Also, complex filter expressions are possible, if the string starts with an open parenthesis '''('''. See [[Live_filtering_of_tables|Live filtering of tables]] for details. | The list of connections can be filtered by entering a string into the text area. Also, complex filter expressions are possible, if the string starts with an open parenthesis '''('''. See [[Live_filtering_of_tables|Live filtering of tables]] for details. | ||
Line 303: | Line 303: | ||
The CSV file can also be accessed without using the web interface by getting the following URL: | The CSV file can also be accessed without using the web interface by getting the following URL: | ||
<code> | <code>/API/stats/modules/ip/ips/x.x.x.x/connections?csv=true</code> | ||
/API/stats/modules/ip/ips/x.x.x.x/connections?csv=true | |||
</code> | |||
x.x.x.x must be replaced with the actual IP address. Additional URL parameters can be used to choose a time span, applying filters, etc. See [[REST API description]] for details. | x.x.x.x must be replaced with the actual IP address. Additional URL parameters can be used to choose a time span, applying filters, etc. See [[REST API description]] for details. |
edits