This extension works only with the standalone machine agent.
VMware vSphere (www.vmware.com) is a cloud computing virtualization operating system. The VMWare extension gets statistics from the VSphere server and displays them in the AppDynamics Metric Browser.
Please place the extension in the "monitors" directory of your Machine Agent installation directory. Do not place the extension in the "extensions" directory of your Machine Agent installation directory.
Please copy all the contents of the config.yml file and go here. On reaching the website, paste the contents and press the “Validate YAML” button.
If you get a valid output, that means your formatting is correct and you may move on to the next step.
Please follow section 2.1 of the Document to set up metric prefix.
# Use this only if SIM is enabled. Please make sure to have a trailing |
#metricPrefix: "Custom Metrics|vmware|Status|"
#This will create it in specific Tier aka Component. Replace <COMPONENT_ID>. Please make sure to have a trailing |.
metricPrefix: "Server|Component:<COMPONENT_ID>|Custom Metrics|vmware|Status|"
# By default the port is 80/443 ( http/https ) for the host. If there is a specific port that is being used then append it to the host
# Case 1, default port : default-value="hostname"
# Case 2, specific port : default-value="hostname:1234"
servers:
# displayName is optional if you are configuring only 1 server. If you are configuring multiple servers, configuring displayName is mandatory.
# When configured displayName is added to the metric path
- displayName: ""
host: ""
username: ""
#Provide password or encryptedPassword and encryptionKey. See the documentation to find about password encryption.
password:
encryptedPassword: ""
encryptionKey: ""
#Provide information about hosts and vms to monitor.
# "host" will take host name you want to monitor or "*" to monitor all hosts
# "vms" will take vm names in the host specified or "*" to monitor all vms in that host
# "*" will fetch all the available hosts/vms.
hostConfig:
- host: "host1"
vms: ["vm1","vm2"]
- host: "host2"
vms: ["*"]
Please refer to this document to get details on Metric path replacements
#Replaces characters in metric name with the specified characters. By default extension takes care of replacing "|",":",",".
#Specify any other char you want to replace here.
# "replace" takes any regular expression
# "replaceWith" takes the string to replace the matched characters
#metricPathReplacements:
# - replace: ","
# replaceWith: " "
#Configure this based on the number of hosts and vms you want to monitor. You will get "Queue Capacity reached!! Rejecting runnable tasks.. " error if the numberOfThreads is far less than the
# hosts and vms from which the extension has to collect metrics. You will have to increase numberOfThreads in this case.
numberOfThreads: 15
Please refer this document to get details on Task schedule feature.
taskSchedule:
numberOfThreads: 1
taskDelaySeconds: 60
Metric | Description |
---|---|
Ballooned Memory | The size of the balloon driver in the VM, in MB. The host will inflate the balloon driver to reclaim physical memory from the VM. This is a sign that there is memory pressure on the host. |
Compressed Memory | The amount of compressed memory currently consumed by VM, in Kb. |
Overhead Memory Consumed | The amount of consumed overhead memory, in MB, for this VM. |
Distributed CPU Entitlement | This is the amount of CPU resource, in MHz, that this VM is entitled to, as calculated by DRS. Valid only for a VM managed by DRS. |
Distributed Memory Entitlement | This is the amount of memory, in MB, that this VM is entitled to, as calculated by DRS. Valid only for a VM managed by DRS. |
Guest Memory Usage | Guest memory utilization statistics, in MB. This is also known as active guest memory. The number can be between 0 and the configured memory size of the virtual machine. Valid while the virtual machine is running. |
Host Memory Usage | Host memory utilization statistics, in MB. This is also known as consumed host memory. This is between 0 and the configured resource limit. Valid while the virtual machine is running. This includes the overhead memory of the VM. |
Overall CPU Usage | Basic CPU Usage statistics, in MHz. Valid while the virtual machine is running. |
Overall CPU Demand | Basic CPU Demand statistics, in MHz. Valid while the virtual machine is running. |
Private Memory | The portion of memory, in MB, that is granted to this VM from non-shared host memory. |
Shared Memory | The portion of memory, in MB, that is granted to this VM from host memory that is shared between VMs. |
Static CPU Entitlement | The static CPU resource entitlement for a virtual machine. This value is calculated based on this virtual machine's resource reservations, shares and limit, and doesn't take into account current usage. This is the worst case CPU allocation for this virtual machine, that is, the amount of CPU resource this virtual machine would receive if all virtual machines running in the cluster went to maximum consumption. Units are MHz. |
Static Memory Entitlement | The static memory resource entitlement for a virtual machine. This value is calculated based on this virtual machine's resource reservations, shares and limit, and doesn't take into account current usage. This is the worst case memory allocation for this virtual machine, that is, the amount of memory this virtual machine would receive if all virtual machines running in the cluster went to maximum consumption. Units are MB. |
Swapped Memory | The portion of memory, in MB, that is granted to this VM from the host's swap space. This is a sign that there is memory pressure on the host. |
Uptime | The system uptime of the VM in seconds. |
Memory MB | Memory in MB |
Num CPU | Number of CPU Cores |
Status | Shows the current status colour code of the VM. 0=gray, 1=green, 2=yellow, 3=red |
Metric | Description |
---|---|
Distributed CPU Fairness | The fairness of distributed CPU resource allocation on the host |
Distributed Memory Fairness | The fairness of distributed memory resource allocation on the host |
Overall CPU Usage | Aggregated CPU usage across all cores on the host in MHz. This is only available if the host is connected |
Overall Memory Usage | Physical memory usage on the host in MB. This is only available if the host is connected |
Up Time | The system uptime of the host in seconds. |
Memory Size | Memory size of the host machine |
CPU Cores | CPU cores of this host machine |
Status | Shows the current status colour code of the Host. 0=gray, 1=green, 2=yellow, 3=red |
This monitor can potentially register hundred of new metrics, depending on how
many hosta and vms you are configuring. By default, the Machine Agent will only report 450
metrics to the controller, so you may need to increase that limit when
installing this monitor. To increase the metric limit, you must add a parameter
when starting the Machine Agent, like this:
java -Dappdynamics.agent.maxMetrics=1000 -jar machineagent.jar
Please visit this page to get detailed instructions on password encryption. The steps in this document will guide you through the whole process.
Workbench is an inbuilt feature provided with each extension in order to assist you to fine tune the extension setup before you actually deploy it on the controller. Please review the following document on How to use the Extensions WorkBench.
#Get the stats
curl http://localhost:9090/api/stats
#Get the registered metrics
curl http://localhost:9090/api/metric-paths
Please follow the steps listed in this troubleshooting-document in order to troubleshoot your issue. These are a set of common issues that customers might have faced during the installation of the extension.
Always feel free to fork and contribute any changes directly here on GitHub.
Name | Version |
---|---|
Extension Version | 3.0.2 |
Last Update | 10/02/2021 |
Changes list | ChangeLog |
Note: While extensions are maintained and supported by customers under the open-source licensing model, they interact with agents and Controllers that are subject to AppDynamics’ maintenance and support policy. Some extensions have been tested with AppDynamics 4.5.13+ artifacts, but you are strongly recommended against using versions that are no longer supported.
Owner
Contributors
Categories
ObservabilityProducts
AppDynamicsProgramming Languages
JavaLicense
Code Exchange Community
Get help, share code, and collaborate with other developers in the Code Exchange community.View Community