AppDynamics Application Intelligence Platform
3.9.x Documentation
To prepare Mobile EUEM you need to make changes in both these areas in a particular order.
You need to do the following:
Before you can use AppDynamics to monitor your mobile application you need to make sure you have the following prerequisites:
If you use an on-premise Controller and plan to monitor mobile applications, assess your Controller's capacity to accommodate the increase in the number of metrics that Mobile EUEM will generate. The number of individual metric data points generated depends on the level of activity of your mobile applications. As a rough guide the use of Mobile EUEM can increase the number of metric data points by as much as 15 to 25K per instrumented application, if your applications are heavily accessed by mobile users. The actual number depends on how many network requests your applications receive.
The number of separate EUEM metric names saved in the Controller database can be larger than the kinds of individual data points saved. For example a metric name for a metric for iOS 5 might still be in the database even if all your users have migrated away from iOS 5. So the metric name would no longer have an impact on resource utilization, but it would count against the default limit in the Controller for metric names per application. The default limit for names is 200,000 for Web EUEM and 100,000 for Mobile EUEM.
For more information about Controller sizing see Hardware Requirements per Performance Profile.
Out of the box, Mobile EUEM can monitor your application in two ways: network requests and crash reporting.
If you want to collect information on network requests, your application must make HTTP calls using specific classes:
NSURLConnection
to generate network requests.HttpClient
or URLConnection
to generate network requests.Mobile EUEM is not enabled on your Controller by default and until it is turned on, the Controller UI does not display Mobile EUEM functionality.
How you enable Mobile EUEM depends on how you are going to use it:
Your Controller must have a Mobile EUEM license before you can enable the Mobile EUEM functionality.
If you want to monitor your mobile application in the context of an existing instrumented server-side application:
If your application does not interact with a server-side application or if you do not want to correlate the activity of your mobile app with any server-side application with which it may interact, you need to create a new "application" manually in the Controller. The application serves as a container for the information that the Controller is collecting.
To disable Mobile EUEM, uncheck the Enable Mobile check box.
The method you follow to instrument your app depends on your platform:
You can customize how you want the Controller to name your application's requests and what performance thresholds you want to be in effect. See Configure Mobile Network Request Naming and Thresholds.