VMware vFabric TC Server Monitoring


Overview

Applications Manager monitors the VMware vFabric tc Server and the Spring applications deployed on the server to detect any performance problems. This monitoring is carried out by tracking critical components of the vFabric tc Server such as memory, thread, throughput, garbage collector, etc.

Creating a new VMware vFabric tc server monitor

Supported Versions: The supported versions of VMware vFabric tc Server are 2.6 to 2.9

To create a new VMware vFabric tc Server monitor, follow the steps given below:

  1. Click on New Monitor link.
  2. Select VMware vFabric tc Server.
  3. Provide the Display name of the monitor.
  4. Enter the Host Name in which the vFabric tc Server is running.
  5. Enter the Port number in which the JMX Agent is running (6969 by default). The port in which JMX agent is running; is defined in the 'catalina.properties' file.
  6. Enter the User Name and Password of the vFabric tc Server.
  7. Specify the JNDIPath. For example, JNDIPath for default installations of vFabric tc Server is /jmxrmi.
  8. Specify the Polling Interval in minutes.
  9. If you are adding a new monitor from an Admin Server, select a Managed Server.
  10. Choose the Monitor Group from the combo box with which you want to associate vFabric tc Server Monitor (optional). You can choose multiple groups to associate your monitor.
  11. Click Add Monitor(s). This discovers the vFabric tc Server from the network and starts monitoring it.

Note:
To enable JMX in the tc Server, you have to define a JMX port in the 'catalina.properties' file and then give an entry in 'server.xml' file. For more information on setting values for JMX variables, refer here.

Monitored Parameters

The Availability tab shows the availability history of the vFabric tc Server for the past 24 hours or 30 days. The Performance tab shows some key performance indicators of the vFabric tc Server such as CPU utilization, throughput and garbage collection rate. This tab also shows the health status and events for the past 24 hours or 30 days.

The List view lists all the vFabric tc Servers monitored by Applications Manager along with their overall availability and health status. It enables you to perform bulk admin configurations. Click on the individual monitors listed to view detailed performance metrics.

To view detailed performance metrics of a vFabric tc Server, click on the monitor name listed in the Availability or List View tabs. The performance metrics have been categorized into 6 different tabs:

Overview

This tab provides a high-level overview of the health and performance of the vFabric tc Server along with information pertaining to the throughput, thread and garbage collection.

Parameters Description
Memory Details
Memory Used The amount of memory used by the JVM
Memory available The amount of physical memory available.
Used Heap The percentage of heap memory space used.
Total Memory Total amount of physical memory available to the operating system.
CPU Usage
CPU Usage The CPU utilization of the VM.
Throughput>
Bytes Received Per Second The average bytes received per second.
Bytes Sent Per Second The average bytes sent per second.
Error Count The number of error request received.
Processing Time The processing time taken to process the requests in milliseconds.
Request Count The number of requests served by this global request processor.
Thread Details
Thread Count Total number of threads created and also started since the Java virtual machine started.
Threads in Running State Total number of threads executing in the Java virtual machine in running state.
Threads in Waiting State Total number of threads in the Java virtual machine in waiting state.
Blocked Threads A thread that is blocked waiting for a monitor lock is in this state.
Timed Waiting Threads A thread that is waiting for another thread to perform an action, for up to a specified waiting time is in this state.
Deadlock Threads Number of threads that are in deadlock waiting to acquire object monitors.
Heap Memory
Eden Space The pool from which memory is initially allocated for most objects.
Tenured Gen The pool containing objects that have existed for some time in the survivor space.
Survivor Space The pool containing objects that have survived GC of eden space.
Non Heap Memory
Perm Gen, Perm Gen [shared-rw], Perm Gen [shared-ro] Holds all the reflective data of the virtual machine itself, such as class and method objects. With JVMs that use class data sharing, this generation is divided into read-only and read-write areas.
Code Cache Memory used for compilation and storage of native code.
Garbage Collector
GC Rate The rate of garbage collection.
Average GC Time (ms) Time taken to perform garbage collection.

You can use the Custom Fields option in the 'Monitor Information' section to configure additional fields for the monitor.

Support given for JDK 1.8:
When monitoring with JDK 1.8 MetaSpace, Applications Manager monitors and displays new memory space called MetaSpace and Compressed Class Space instead of the former Permanent Generation (Non-Heap).

Web Applications

This tab provides the details of the various applications running in the vFabric tc Server.

Parameters Description
Context The various applications running.
Active Sessions The number of sessions currently in active state.
Session Creation Rate The number of sessions created per second.
Average Response Time The average response time taken for a particular application.

You can also disable, enable or delete a particular application by using the Actions option and also compare performance reports of different applications using theCompare Reports option.

Throughput

This tab displays information pertaining to the number of requests received and sent per second in the server.

Parameter Description
Global Request Processor
Name The name of the instances.
Bytes Received Per Second The number of requests received per second in the server.
Bytes Sent Per Second The number of requests sent per second from the server.
Error Count The number of requests, not processed.
Processing Time ms The time taken for a request to be processed in milliseconds.
Request Count The total count of requests.

Cache

This tab contains metrics related to cache memory

Parameters Description
Cache The applications running in the server.
Access Count The number of times the application is accessed.
Hits Count The number of times the application is accessed from the cache.
Cache Hit Ratio % The ratio of Hits Count to Access Count.

Transactions

This tab shows information pertaining to the database.

Parameters Description
Transaction Manager- Commits The commit rate transactions per second and failed commits transactions.
Transaction Manager- Resumes The resume rate transactions per second and failed resumes transactions.
Transaction Manager- Rollbacks The rollback rate transactions per second and failed rollbacks transactions.
Transaction Manager- Suspends The suspend rate transactions per second and failed suspends transactions.

Threads

Parameters Description
Thread Details
Total Threads The total number of threads started since the java virtual machine started.
Busy Threads The number of threads currently busy.
Executor Details
Active Threads The number of Active Threads in the JVM.
Max Threads The maximum number of Threads in the JVM.
Pool Size The number of objects in the pool (entity and stateless).
Requests Queue Size The number of requests in the Request Queue.

Configuration Details

Parameters Description
Name The Java virtual machine implementation name.
Version The Java virtual machine Version.
JVM Vendor The Java virtual machine implementation vendor.
Classpath The Java class path that is used by the system class loader to search for class files.
Library Classpath The Java library path.
Boot Classpath The boot class path that is used by the bootstrap class loader to search for class files.
OS Name The operating system name.
Total Memory (MB) The amount of memory used by this VM.
Maximum Metaspace (MB) The maximum Native memory space for the representation of class metadata is called Metaspace.MetaSpace use native memory  to store meta-data and that grows automatically.