|
Default Parameters for DockContainerStTest
This test monitors the containers available in the Docker server and reports the numerical statistics of the total containers, the containers in Running state, the containers that were added, the containers that were removed etc. In addition, this test reports the containers that are not running for a time duration above the specified limit and the containers that are utilizing disk space above the specified limit. By analyzing this, administrators can figure out the overall performance of the Docker server and identify bottlenecks if any.
This page depicts the default parameters that need to be configured for the DockContainerStTest.
By default, the disk space utilized by each container may vary according to the size of the container. Sometimes, the containers may be over-utilizing the disk space which when left unnoticed may hamper the creation of new containers. To figure out such containers, you can specify a disk space limit beyond which the containers can be termed as large sized container. For example, if you wish to monitor the number of containers that are utilizing disk space above 50 MB, then specify 50 against the SIZE LIMIT IN MB text box.
For this test to report the numerical statistics of the containers that were not started/running, set a valid value against the TIME LIMIT IN WEEKS parameter. For example, if you wish to report the containers that were not started for more than 3 weeks, then set 3 against this text box.
For this test to report the numerical statistics of the containers that were not started/running, set a valid value against the TIME LIMIT IN WEEKS parameter. For example, if you wish to report the containers that were not started for more than 3 weeks, then set 3 against this text box.
By default, SHOW TOTAL CONTAINERS IN DD flag is set to No, indicating that this test will not report detailed diagnostics for the Total_Container measure. You can enable the detailed diagnosis capability of the Total_Container measure by setting this flag to Yes.
By default, SHOW STOPPED CONTAINERS IN DD flag is set to No, indicating that this test will not report detailed diagnostics for the Crashed_Container. You can enable the detailed diagnosis capability of the Crashed_Container measure by setting this flag to Yes.
When changing default configurations of tests, the values with “$” indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to “xyz” and $port will be changed to “80” when configuring a test.
|