AppDynamics for Databases
2.9.x Documentation
Appd tocbox | ||||||
---|---|---|---|---|---|---|
On this page:
|
AppDynamics for Databases can be configured to collect CPU consumption metrics from the monitored host. Host monitoring is not supported for the Microsoft SQL Azure Database platform.
AppDynamics for Databases supports Windows, Linux, and Solaris and gathers granular data on server performance, includingwhich displays on the following Server tabs:
An example of these metrics can be seen in the CPU Consumption Over Time chart as shown below.
Table of Contents |
---|
To see server metrics, in the Monitored Infrastructure section of the Main Menu, click Server.
Note: To enable the Host Collector for database servers only, on the Add Collector or Edit Collector Configuration pages you must click the Monitor OS? checkbox and enter details of OS Type and Hostname (or IP address.)
AppDynamics for Databases can monitor Linux or Solaris from any of its supported platforms.
To collect OS metrics from Linux or Solaris, the AppDynamics for Databases Host Collector makes an ssh connection to the monitored host to gather information using standard commands. For the AppDynamics for Databases collector to successfully collect information, the monitored host must support ssh connections, and the AppDynamics for Databases Host Collector must have a hostname, username and password defined.
AppDynamics for Databases can only monitor Windows from a Windows platform.
...
Anchor | ||||
---|---|---|---|---|
|
...
...
...
...
...
...
The AppDynamics for Databases GUI windows service also needs to be configured to log on as the desired windows account with SQL Server access; this is because to display some windows within AppDynamics for Databases, such as the Current window and the Objects window, the UI process needs to make a direct connection to the monitored SQL Server to request information.
If you are running AppDynamics for Databases on Linux then you must use SQL Server authentication.
For complete AppDynamics for Databases functionality in a NetApp environment, the NetApp Metric Collector needs access NetApp API access. Depending on your environment, clustered or non-clustered, see the following topics:
...
See also Map NetApp Volumes to Databases.
Here is an example user creation script if you would like to create a new dedicated user for AppDynamics for Databases with relevant privileges:
Code Block |
---|
useradmin role add Appd4db_Role -a api*,login-http-admin useradmin group add Appd4db_Group -r Appd4db_Role useradmin user add appd4db -g Appd4db_Group |
Here is an example user creation script if you would like to create a new dedicated user for AppDynamics for Databases with relevant privileges:
...