Chapter 5. Monitoring a Container
Abstract
The management console can provide a lot of runtime information about a container including system usage, OSGi details, and specific details for some applications and services.
The Containers page provides you with a basic summary of a container and the runtime resources it is using. To get a full picture of the status of a container you need to access the container's detail page.
To access a container's detail page:
- Selectfrom the main menu.The Containers page opens.
- Select a container from the list.
- Click.The container's detail page opens.
5.1. The Container Details Page
Abstract
A container's details page provides a low-level view of a container's runtime status. It also provides a way to get details about OSGi packaging and other runtime services.
Overview
A container's details page provides a great deal of information about the container including:
- the container's name and status
- the profiles deployed to the container
- the container's runtime environment
- the runtime resource's being used by the container
The details page also provides you access to pages that show details about the OSGi bundles deployed into the container. The details page can also provide access to details about the some of the applications deployed into the container.
Profiles
Information about the profiles deployed into the container are shown in the upper left of the page.
The profiles are listed in the Profiles table. All of the profiles that are deployed to the container are listed with an button that can be used to delete the profile from the container.
Above the Profiles table is the button. This button allows you to deploy new profiles to the container.
Runtime environment
Below the Profiles, table details about the container's runtime are listed. The details include:
- the container's process ID
- the JVM in which the container is running
- the number of classes loaded by the container
- the amount of CPU time used by the container
- the container's up time
- the host's processor architecture
- the host's operating system
- the number of available CPU cores
- the average load on the host's CPU(s)NoteOn Windows the JVM returns
-1
for the load average.
Container information
The upper right of the screen displays basic information about the container including:
- the container's name
- the container's runtime status
- the container's provisioning status
Above the container's information are a set of buttons that will display details about specific parts of the container's runtime. These buttons can include:
Container resources
The lower right of the page displays details about the system resources being used by the container. The monitored resources include:
- CPU usage
- the physical memory
- the swap space
- the heap memory
- the file descriptors
- the threads
Related topics
Section 5.2, “Viewing a Container's OSGi Details” |
Section 5.3, “Monitoring the Message Brokers in a Container” |
the section called “Container detail page” |
the section called “Container detail page” |