Applies To:
Show VersionsBIG-IP AAM
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
BIG-IP APM
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
BIG-IP Analytics
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
BIG-IP Link Controller
- 14.1.5, 14.1.3, 14.1.2, 14.1.0
BIG-IP LTM
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
BIG-IP AFM
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
BIG-IP PEM
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
BIG-IP DNS
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
BIG-IP ASM
- 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0
Examining and Exporting Application Statistics
Overview: Examining and exporting application statistics
This implementation describes how to view application statistics on the BIG-IP® system. It describes how you can examine the statistics in the Analytics charts when Application Visibility and Reporting (AVR) is provisioned. Analytics charts display statistical information about traffic on your system. The system updates the information every five minutes.
The Overview screen shows all of the HTTP statistics in one place, including averages for transactions per second (TPS), request and response throughput, server latency, page load time, concurrent sessions, and new sessions. You can filter, drill down, and view selected information by different metrics, such as by application, virtual server, URL, country, and so on.
The Analytics Custom screen provides a summary of the most frequent recent types of application traffic, such as the most accessed virtual servers, URLs, pool members, and so on. You can design the Analytics Custom screen so that it shows the specific types of data you are interested in.
You can schedule the reports to be sent to email addresses periodically. From any of the displayed reports, you can also export them to a PDF file, or send the report to one or more email addresses.
Examining application statistics
You can save the statistics in a file, and send the file to select users by email. You can also set up schedules to send specific reports to specific users (go to the Scheduled Reports screen,
).Filter statistics data using the Dimensions pane
About comparison charts
The AVR charts display aggregated statistics for your entire BIG-IP system. You can create customized charts based on specific, compatible data of interest, with a comparison chart. You create comparison charts using dimension entities to highlight specific data metrics, or to compare multiple entities in one chart.
Create a comparison chart using the Dimensions pane
About the reporting interval for charts and reports
The system updates the statistics for charts and reports at five minute intervals: at five minutes after the hour, ten minutes after the hour, and so on. Each five-minute mark includes data from the previous five minutes; so 12:45 includes data starting from 12:40:01 to 12:45:00.
Charts and data that you export from charts reflect the publishing interval of five minutes. For example, if you request data for the time period 12:40-13:40, the data in the chart or in the file that you export is for that time period. But if there is a request for data from 12:42-13:42, the data in the chart is from 12:45-13:45. By default, the BIG-IP® system displays one hour of data.
Saving or emailing report files
Customizing your statistics view
Categorizing and merging URI statistics by file extensions
You can classify and categorize your URL resources to display merged statistics based on the file extensions of a URI type. This allows you to configure resources based on a common URI suffix, which then displays statics by a single resource group, rather than each one individually. For example, you can group all of your image resources to displayed merged data for all image file extensions. The single category displays merged data for a defined file extension within the URLs dimension, allowing you to consolidate URL data that is not critical for individual data analysis. When
To access additional help and instructions, you can log in to the command line for the BIG-IP system and type the type: tmsh help analytics uri-type.
Terminology for categorizing URI statistics by file extension
You can categorize certain resources by file extension to merge URL statistics and organize URI types that do not require in-depth data analysis. The following defines the terminology, limitations and general guidelines for configuration URI statistics by file extension.
Term | Definition |
---|---|
uri-type | The URI category. An object mcp class that defines the URI file associations. Each uri-type can be assigned a unique name to identify the designated category of resources, e.g. IMAGE. |
file-extension | A string that contains the name of the file extension, e.g. jpg, gif, png. |
file-extensions | A vector that contains the file extensions included in the uri-type. |
uri-type name |
|
uri-type file extension |
File extensions are lower case by definition, but they are not case sensitive for file extension recognition. |
Limitation | Value |
---|---|
Maximum number of uri-types | 100 |
Maximum file-extensions for all uri-types | 1000 |
Minimum character length for uri-type name | 3 |
Maximum character length for uri-type name | 20 |
Minimum character length for file extension | 1 |
Maximum character length for file extension | 8 |